Closed
Description
Line 67 in getTestingData:
df_test[1] = pd.read_excel(df, sheet_name=sheet_names[3], header=[4],dtype={'Anteil positiv': float})
The error says
Exception has occurred: ValueError
Passed header = 4 but only 2 lines in file
This is discussed in pandas-dev/pandas#38956.
Anette also reproduced that error.