Skip to content

Commit e6aabc8

Browse files
committed
doc: restructured return defination of df.drop() method
1 parent 8067a01 commit e6aabc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/core/frame.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5209,8 +5209,8 @@ def drop(
52095209
Returns
52105210
-------
52115211
DataFrame or None
5212-
DataFrame without the removed index or column labels or
5213-
None if ``inplace=True``.
5212+
Returns DataFrame or None DataFrame with the specified
5213+
index or column labels removed or None if inplace=True
52145214
52155215
Raises
52165216
------

0 commit comments

Comments
 (0)