79750045

Date: 2025-08-29 09:06:59
Score: 1
Natty:
Report link

Do this:

data_excel = data_excel.dropna(subset=['Budget Betrag'])
print(data_excel)

otherwise the .dropna() isn't stored on your dataframe.

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Bending Rodriguez