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 1d565b4 commit 39b6bb2Copy full SHA for 39b6bb2
pandas-stubs/core/reshape/concat.pyi
@@ -42,7 +42,7 @@ def concat( # type: ignore[overload-overlap]
42
def concat( # pyright: ignore[reportOverlappingOverload]
43
objs: Iterable[Series[S2]],
44
*,
45
- axis: Literal[0, "index"] = ...,
+ axis: AxisIndex = ...,
46
join: Literal["inner", "outer"] = ...,
47
ignore_index: bool = ...,
48
keys: Iterable[HashableT2] = ...,
0 commit comments