From 94a72cfae38580cb6c0735f408035a8529dee691 Mon Sep 17 00:00:00 2001 From: Korotaev DV Date: Tue, 16 Jan 2024 16:21:08 +0300 Subject: [PATCH] Doc fix imprecision of concat --- pandas/core/reshape/concat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandas/core/reshape/concat.py b/pandas/core/reshape/concat.py index 31859c7d04e04..2558532bfb029 100644 --- a/pandas/core/reshape/concat.py +++ b/pandas/core/reshape/concat.py @@ -178,7 +178,7 @@ def concat( Parameters ---------- - objs : a sequence or mapping of Series or DataFrame objects + objs : an iterable or mapping of Series or DataFrame objects If a mapping is passed, the sorted keys will be used as the `keys` argument, unless it is passed, in which case the values will be selected (see below). Any None objects will be dropped silently unless