We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec665cc commit 51d1a18Copy full SHA for 51d1a18
pandas/core/reshape/concat.py
@@ -171,7 +171,7 @@ def concat(
171
Parameters
172
----------
173
objs : an iterable or mapping of Series or DataFrame objects
174
- If a mapping is passed, the sorted keys will be used as the `keys`
+ If a mapping is passed, the keys will be used as the `keys`
175
argument, unless it is passed, in which case the values will be
176
selected (see below). Any None objects will be dropped silently unless
177
they are all None in which case a ValueError will be raised.
0 commit comments