Skip to content

Commit 64702fb

Browse files
Updating documentation for concat
1 parent fdd5260 commit 64702fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tools/merge.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1283,7 +1283,7 @@ def concat(objs, axis=0, join='outer', join_axes=None, ignore_index=False,
12831283
argument, unless it is passed, in which case the values will be
12841284
selected (see below). Any None objects will be dropped silently unless
12851285
they are all None in which case a ValueError will be raised
1286-
axis : {0/'index'/'rows', 1/'columns'}, default 0
1286+
axis : {0/'index', 1/'columns'}, default 0
12871287
The axis to concatenate along
12881288
join : {'inner', 'outer'}, default 'outer'
12891289
How to handle indexes on other axis(es)

0 commit comments

Comments
 (0)