File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 248
248
inplace : bool, default False
249
249
Whether to modify the DataFrame rather than creating a new one.""" ,
250
250
"optional_by" : """
251
- by : str or list of str
252
- Name or list of names to sort by.
251
+ by : str or list of str
252
+ Name or list of names to sort by.
253
253
254
- - if `axis` is 0 or `'index'` then `by` may contain index
255
- levels and/or column labels.
256
- - if `axis` is 1 or `'columns'` then `by` may contain column
257
- levels and/or index labels.""" ,
254
+ - if `axis` is 0 or `'index'` then `by` may contain index
255
+ levels and/or column labels.
256
+ - if `axis` is 1 or `'columns'` then `by` may contain column
257
+ levels and/or index labels.""" ,
258
258
"optional_labels" : """labels : array-like, optional
259
259
New labels / index to conform the axis specified by 'axis' to.""" ,
260
260
"optional_axis" : """axis : int or str, optional
You can’t perform that action at this time.
0 commit comments