@@ -289,7 +289,7 @@ class NDFrame(indexing.IndexingMixin):
289
289
* ,
290
290
axis : Axis = ...,
291
291
index : Hashable | Sequence [Hashable ] | Index [Any ] = ...,
292
- columns : Hashable | Sequence [Hashable ] | Index [ Any ],
292
+ columns : Hashable | Iterable [Hashable ],
293
293
level : Level | None = ...,
294
294
inplace : Literal [True ],
295
295
errors : IgnoreRaise = ...,
@@ -301,7 +301,7 @@ class NDFrame(indexing.IndexingMixin):
301
301
* ,
302
302
axis : Axis = ...,
303
303
index : Hashable | Sequence [Hashable ] | Index [Any ],
304
- columns : Hashable | Sequence [Hashable ] | Index [ Any ] = ...,
304
+ columns : Hashable | Iterable [Hashable ] = ...,
305
305
level : Level | None = ...,
306
306
inplace : Literal [True ],
307
307
errors : IgnoreRaise = ...,
@@ -325,7 +325,7 @@ class NDFrame(indexing.IndexingMixin):
325
325
* ,
326
326
axis : Axis = ...,
327
327
index : Hashable | Sequence [Hashable ] | Index [Any ] = ...,
328
- columns : Hashable | Sequence [Hashable ] | Index [ Any ],
328
+ columns : Hashable | Iterable [Hashable ],
329
329
level : Level | None = ...,
330
330
inplace : Literal [False ] = ...,
331
331
errors : IgnoreRaise = ...,
@@ -337,7 +337,7 @@ class NDFrame(indexing.IndexingMixin):
337
337
* ,
338
338
axis : Axis = ...,
339
339
index : Hashable | Sequence [Hashable ] | Index [Any ],
340
- columns : Hashable | Sequence [Hashable ] | Index [ Any ] = ...,
340
+ columns : Hashable | Iterable [Hashable ] = ...,
341
341
level : Level | None = ...,
342
342
inplace : Literal [False ] = ...,
343
343
errors : IgnoreRaise = ...,
0 commit comments