@@ -49,7 +49,7 @@ def read_excel(
49
49
* ,
50
50
header : int | Sequence [int ] | None = ...,
51
51
names : ListLikeHashable | None = ...,
52
- index_col : int | Sequence [int ] | None = ...,
52
+ index_col : int | Sequence [int ] | str | None = ...,
53
53
usecols : str | UsecolsArgType = ...,
54
54
dtype : str | Dtype | Mapping [str , str | Dtype ] | None = ...,
55
55
engine : ExcelReadEngine | None = ...,
@@ -91,7 +91,7 @@ def read_excel(
91
91
* ,
92
92
header : int | Sequence [int ] | None = ...,
93
93
names : ListLikeHashable | None = ...,
94
- index_col : int | Sequence [int ] | None = ...,
94
+ index_col : int | Sequence [int ] | str | None = ...,
95
95
usecols : str | UsecolsArgType = ...,
96
96
dtype : str | Dtype | Mapping [str , str | Dtype ] | None = ...,
97
97
engine : ExcelReadEngine | None = ...,
@@ -134,7 +134,7 @@ def read_excel( # type: ignore[misc]
134
134
* ,
135
135
header : int | Sequence [int ] | None = ...,
136
136
names : ListLikeHashable | None = ...,
137
- index_col : int | Sequence [int ] | None = ...,
137
+ index_col : int | Sequence [int ] | str | None = ...,
138
138
usecols : str | UsecolsArgType = ...,
139
139
dtype : str | Dtype | Mapping [str , str | Dtype ] | None = ...,
140
140
engine : ExcelReadEngine | None = ...,
@@ -176,7 +176,7 @@ def read_excel(
176
176
* ,
177
177
header : int | Sequence [int ] | None = ...,
178
178
names : ListLikeHashable | None = ...,
179
- index_col : int | Sequence [int ] | None = ...,
179
+ index_col : int | Sequence [int ] | str | None = ...,
180
180
usecols : str | UsecolsArgType = ...,
181
181
dtype : str | Dtype | Mapping [str , str | Dtype ] | None = ...,
182
182
engine : ExcelReadEngine | None = ...,
0 commit comments