File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 248248 inplace : bool, default False
249249 Whether to modify the DataFrame rather than creating a new one.""" ,
250250 "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.
253253
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.""" ,
258258 "optional_labels" : """labels : array-like, optional
259259 New labels / index to conform the axis specified by 'axis' to.""" ,
260260 "optional_axis" : """axis : int or str, optional
You can’t perform that action at this time.
0 commit comments