Skip to content

Commit

Permalink
leave out index.to_frame name for now
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoGorelli committed Feb 14, 2025
1 parent 6dac3a1 commit f7ae655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas-stubs/core/indexes/base.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ class Index(IndexOpsMixin[S1]):
) -> list[_str]: ...
def to_flat_index(self): ...
def to_series(self, index=..., name: Hashable = ...) -> Series: ...
def to_frame(self, index: bool = ..., name: Hashable = ...) -> DataFrame: ...
def to_frame(self, index: bool = ..., name=...) -> DataFrame: ...
@property
def name(self): ...
@name.setter
Expand Down

0 comments on commit f7ae655

Please sign in to comment.