Skip to content

Commit 377f5fe

Browse files
committed
fix return
1 parent 85cf9ab commit 377f5fe

File tree

1 file changed

+2
-0
lines changed
  • src/nested_pandas/nestedframe

1 file changed

+2
-0
lines changed

src/nested_pandas/nestedframe/core.py

+2
Original file line numberDiff line numberDiff line change
@@ -519,6 +519,8 @@ def drop(
519519
Returns
520520
-------
521521
DataFrame or None
522+
Returns DataFrame or None DataFrame with the specified index or
523+
column labels removed or None if inplace=True.
522524
523525
Examples
524526
--------

0 commit comments

Comments
 (0)