We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
pd.concat
1 parent 4ab95ad commit 0d67ef9Copy full SHA for 0d67ef9
pandas/core/reshape/concat.py
@@ -178,7 +178,7 @@ def concat(
178
179
Parameters
180
----------
181
- objs : a sequence or mapping of Series or DataFrame objects
+ objs : an iterable or mapping of Series or DataFrame objects
182
If a mapping is passed, the sorted keys will be used as the `keys`
183
argument, unless it is passed, in which case the values will be
184
selected (see below). Any None objects will be dropped silently unless
0 commit comments