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 fae3e80 commit ad9ec51Copy full SHA for ad9ec51
pandas/core/reshape/concat.py
@@ -18,6 +18,7 @@
18
19
from pandas._libs import lib
20
from pandas.util._exceptions import find_stack_level
21
+from pandas.util._decorators import set_module
22
23
from pandas.core.dtypes.common import (
24
is_bool,
@@ -149,6 +150,7 @@ def concat(
149
150
) -> DataFrame | Series: ...
151
152
153
+@set_module("pandas")
154
def concat(
155
objs: Iterable[Series | DataFrame] | Mapping[HashableT, Series | DataFrame],
156
*,
0 commit comments