File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5293,16 +5293,16 @@ def drop(
5293
5293
5294
5294
Parameters
5295
5295
----------
5296
- labels : single label or list-like
5296
+ labels : single label or iterable of labels
5297
5297
Index or column labels to drop. A tuple will be used as a single
5298
- label and not treated as a list-like .
5298
+ label and not treated as an iterable .
5299
5299
axis : {0 or 'index', 1 or 'columns'}, default 0
5300
5300
Whether to drop labels from the index (0 or 'index') or
5301
5301
columns (1 or 'columns').
5302
- index : single label or list-like
5302
+ index : single label or iterable of labels
5303
5303
Alternative to specifying axis (``labels, axis=0``
5304
5304
is equivalent to ``index=labels``).
5305
- columns : single label or list-like
5305
+ columns : single label or iterable of labels
5306
5306
Alternative to specifying axis (``labels, axis=1``
5307
5307
is equivalent to ``columns=labels``).
5308
5308
level : int or level name, optional
You can’t perform that action at this time.
0 commit comments