Bug when downloading a excel in getTestingData #201
Labels
class::bug
Bugs found in the software
loc::data handling
This issue concerns any kind of data handling.
prio::high
The priority of this task is high.
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.
The text was updated successfully, but these errors were encountered: