File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -4059,12 +4059,13 @@ def rename(
4059
4059
def set_axis (self , labels , axis : Axis = 0 , inplace : bool = False ):
4060
4060
return super ().set_axis (labels , axis = axis , inplace = inplace )
4061
4061
4062
- @doc (NDFrame .reindex ,
4063
- klass = _shared_doc_kwargs ["klass" ],
4064
- axes = _shared_doc_kwargs ["axes" ],
4065
- optional_labels = _shared_doc_kwargs ["optional_labels" ],
4066
- optional_axis = _shared_doc_kwargs ["optional_axis" ],
4067
- )
4062
+ @doc (
4063
+ NDFrame .reindex ,
4064
+ klass = _shared_doc_kwargs ["klass" ],
4065
+ axes = _shared_doc_kwargs ["axes" ],
4066
+ optional_labels = _shared_doc_kwargs ["optional_labels" ],
4067
+ optional_axis = _shared_doc_kwargs ["optional_axis" ],
4068
+ )
4068
4069
def reindex (self , index = None , ** kwargs ):
4069
4070
return super ().reindex (index = index , ** kwargs )
4070
4071
You can’t perform that action at this time.
0 commit comments