File tree 2 files changed +2
-2
lines changed
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 @@ -6964,7 +6964,7 @@ def value_counts(
6964
6964
normalize : bool, default False
6965
6965
Return proportions rather than frequencies.
6966
6966
sort : bool, default True
6967
- Sort by frequencies.
6967
+ Sort by frequencies when True. Sort by DataFrame column values when False .
6968
6968
ascending : bool, default False
6969
6969
Sort in ascending order.
6970
6970
dropna : bool, default True
You can’t perform that action at this time.
0 commit comments