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 @@ -4066,12 +4066,13 @@ def rename(
4066
4066
def set_axis (self , labels , axis : Axis = 0 , inplace : bool = False ):
4067
4067
return super ().set_axis (labels , axis = axis , inplace = inplace )
4068
4068
4069
- @doc (NDFrame .reindex ,
4070
- klass = _shared_doc_kwargs ["klass" ],
4071
- axes = _shared_doc_kwargs ["axes" ],
4072
- optional_labels = _shared_doc_kwargs ["optional_labels" ],
4073
- optional_axis = _shared_doc_kwargs ["optional_axis" ],
4074
- )
4069
+ @doc (
4070
+ NDFrame .reindex ,
4071
+ klass = _shared_doc_kwargs ["klass" ],
4072
+ axes = _shared_doc_kwargs ["axes" ],
4073
+ optional_labels = _shared_doc_kwargs ["optional_labels" ],
4074
+ optional_axis = _shared_doc_kwargs ["optional_axis" ],
4075
+ )
4075
4076
def reindex (self , index = None , ** kwargs ):
4076
4077
return super ().reindex (index = index , ** kwargs )
4077
4078
You can’t perform that action at this time.
0 commit comments