Skip to content

Bug when downloading a excel in getTestingData #201

Closed
@xsaschako

Description

@xsaschako

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    class::bugBugs found in the softwareloc::data handlingThis issue concerns any kind of data handling.prio::highThe priority of this task is high.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions