File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -825,7 +825,7 @@ def value_counts(
825
825
If True then the object returned will contain the relative
826
826
frequencies of the unique values.
827
827
sort : bool, default True
828
- Sort by frequencies.
828
+ Sort by frequencies when True. Preserve the order of the data when False .
829
829
ascending : bool, default False
830
830
Sort in ascending order.
831
831
bins : int, optional
Original file line number Diff line number Diff line change @@ -6972,7 +6972,7 @@ def value_counts(
6972
6972
normalize : bool, default False
6973
6973
Return proportions rather than frequencies.
6974
6974
sort : bool, default True
6975
- Sort by frequencies.
6975
+ Sort by frequencies when True. Sort by index when False .
6976
6976
ascending : bool, default False
6977
6977
Sort in ascending order.
6978
6978
dropna : bool, default True
You can’t perform that action at this time.
0 commit comments