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.
index.format
1 parent 54fb603 commit 6bb07c6Copy full SHA for 6bb07c6
pandas-stubs/core/indexes/base.pyi
@@ -414,12 +414,6 @@ class Index(IndexOpsMixin[S1], ElementOpsMixin[S1]):
414
self, repeats: int | AnyArrayLikeInt | Sequence[int], axis: None = None
415
) -> Self: ...
416
def copy(self, name: Hashable = ..., deep: bool = False) -> Self: ...
417
- def format(
418
- self,
419
- name: bool = ...,
420
- formatter: Callable[..., Any] | None = ...,
421
- na_rep: _str = ...,
422
- ) -> list[_str]: ...
423
def to_series(
424
self, index: Index | None = None, name: Hashable | None = None
425
) -> Series[S1]: ...
0 commit comments