We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ae610c commit 758a4aaCopy full SHA for 758a4aa
pandas/core/reshape/concat.py
@@ -173,7 +173,6 @@ def concat(
173
they are all None in which case a ValueError will be raised.
174
axis : {0/'index', 1/'columns'}, default 0
175
The axis to concatenate along.
176
- If 0, the outcome is identical to :meth:`DataFrame.append`.
177
join : {'inner', 'outer'}, default 'outer'
178
How to handle indexes on other axis (or axes).
179
ignore_index : bool, default False
0 commit comments