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 5b0f165 commit 24add02Copy full SHA for 24add02
pandas-stubs/core/indexes/multi.pyi
@@ -72,8 +72,6 @@ class MultiIndex(Index):
72
sortorder: int | None = ...,
73
names: SequenceNotStr[Hashable] = ...,
74
) -> Self: ...
75
- @property
76
- def shape(self) -> Shape: ...
77
@property # Should be read-only
78
def levels(self) -> list[Index]: ...
79
@overload
0 commit comments