So behandeln Sie fehlende Werte im Datensatz
updated_df = newdf.dropna(axis=0)
Light Lyrebird
updated_df = newdf.dropna(axis=0)
print(df.isnull().sum())