Do this:
data_excel = data_excel.dropna(subset=['Budget Betrag']) print(data_excel)
otherwise the .dropna() isn't stored on your dataframe.
.dropna()