Skip to content

Commit 0d3378d

Browse files
update doc
1 parent 83e1597 commit 0d3378d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/frame.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3038,7 +3038,7 @@ def reindex_axis(self, labels, axis=0, method=None, level=None, copy=True,
30383038
def drop(self, labels=None, axis=0, index=None, columns=None,
30393039
level=None, inplace=False, errors='raise'):
30403040
"""
3041-
Drop rows or columns.
3041+
Drop specified labels from rows or columns.
30423042
30433043
Remove rows or columns by specifying label names and corresponding
30443044
axis, or by specifying directly index or column names. When using a

0 commit comments

Comments
 (0)