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 ecab171 commit b0d5713Copy full SHA for b0d5713
pandas-stubs/core/reshape/concat.pyi
@@ -53,9 +53,7 @@ def concat( # type: ignore[overload-overlap] # pyright: ignore[reportOverlappin
53
) -> Series: ...
54
@overload
55
def concat( # type: ignore[overload-overlap] # pyright: ignore[reportOverlappingOverload]
56
- objs: (
57
- Iterable[Series | DataFrame] | Mapping[HashableT1, Series | DataFrame]
58
- ),
+ objs: Iterable[Series | DataFrame] | Mapping[HashableT1, Series | DataFrame],
59
*,
60
axis: Axis = ...,
61
join: Literal["inner", "outer"] = ...,
0 commit comments