We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e5fe2d commit 7d28d96Copy full SHA for 7d28d96
pandas/core/groupby/generic.py
@@ -746,7 +746,7 @@ def value_counts(
746
normalize : bool, default False
747
Return proportions rather than frequencies.
748
sort : bool, default True
749
- Sort by frequencies when True. Sort by DataFrame column values when False.
+ Sort by frequencies when True. Preserve the order of the data when False.
750
ascending : bool, default False
751
Sort in ascending order.
752
bins : int or list of ints, optional
0 commit comments