Internal read_excel()
typing for index_col
is incorrect
#55843
Labels
Milestone
read_excel()
typing for index_col
is incorrect
#55843
Inside the pandas source, the
index_col
argument forread_excel()
is typed as:But the docs say that a string is accepted, as shown in the example below.
Output:
Book1.xlsx
Originally posted by @clo-vis in pandas-dev/pandas-stubs#809 (comment)
The text was updated successfully, but these errors were encountered: