Method
rename
(
self,
index: Renamer | Hashable | None = ...,
*,
axis: Axis | None = ...,
copy: bool | lib.NoDefault = ...,
inplace: Literal[True],
level: Level | None = ...,
errors: IgnoreRaise = ...,
)
Source from the content-addressed store, hash-verified
| 5109 | |
| 5110 | @overload |
| 5111 | def rename( |
| 5112 | self, |
| 5113 | index: Renamer | Hashable | None = ..., |
| 5114 | *, |
| 5115 | axis: Axis | None = ..., |
| 5116 | copy: bool | lib.NoDefault = ..., |
| 5117 | inplace: Literal[True], |
| 5118 | level: Level | None = ..., |
| 5119 | errors: IgnoreRaise = ..., |
| 5120 | ) -> Series | None: ... |
| 5121 | |
| 5122 | @overload |
| 5123 | def rename( |