Skip to content

Commit 06a04b9

Browse files
committed
DOC: add Return description pandas-dev#41407
1 parent 3fddc26 commit 06a04b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/core/frame.py

+1
Original file line numberDiff line numberDiff line change
@@ -8793,6 +8793,7 @@ def append(
87938793
Returns
87948794
-------
87958795
DataFrame
8796+
A new DataFrame consisting of the rows of caller and the rows of `other`.
87968797
87978798
See Also
87988799
--------

0 commit comments

Comments
 (0)