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 68fc429 commit bfdf31cCopy full SHA for bfdf31c
pandas-stubs/core/indexes/base.pyi
@@ -380,7 +380,7 @@ class Index(IndexOpsMixin[S1], ElementOpsMixin[S1]):
380
def to_series(
381
self, index: Index | None = None, name: Hashable | None = None
382
) -> Series[S1]: ...
383
- def to_frame(self, index: bool = True, name: Hashable = ...) -> DataFrame: ...
+ def to_frame(self, index: bool = True, name: Hashable = lib.no_default) -> DataFrame: ...
384
@property
385
def name(self) -> Hashable | None: ...
386
@name.setter
0 commit comments