(
self,
mapper: IndexLabel | lib.NoDefault = ...,
*,
index=...,
columns=...,
axis: Axis = ...,
copy: bool | lib.NoDefault = lib.no_default,
inplace: Literal[False] = ...,
)
| 1061 | |
| 1062 | @overload |
| 1063 | def rename_axis( |
| 1064 | self, |
| 1065 | mapper: IndexLabel | lib.NoDefault = ..., |
| 1066 | *, |
| 1067 | index=..., |
| 1068 | columns=..., |
| 1069 | axis: Axis = ..., |
| 1070 | copy: bool | lib.NoDefault = lib.no_default, |
| 1071 | inplace: Literal[False] = ..., |
| 1072 | ) -> Self: ... |
| 1073 | |
| 1074 | @overload |
| 1075 | def rename_axis( |
nothing calls this directly
no test coverage detected