Skip to content

Commit 758a4aa

Browse files
committed
DOC: Improve reshape\concat
1 parent 8ae610c commit 758a4aa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/core/reshape/concat.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,6 @@ def concat(
173173
they are all None in which case a ValueError will be raised.
174174
axis : {0/'index', 1/'columns'}, default 0
175175
The axis to concatenate along.
176-
If 0, the outcome is identical to :meth:`DataFrame.append`.
177176
join : {'inner', 'outer'}, default 'outer'
178177
How to handle indexes on other axis (or axes).
179178
ignore_index : bool, default False

0 commit comments

Comments
 (0)