supprimer les lignes ou les colonnes avec une valeur nan
df.dropna() #drop all rows that have any NaN values
df.dropna(how='all')
Desert Trap
df.dropna() #drop all rows that have any NaN values
df.dropna(how='all')