Skip to content

Commit

Permalink
Clarification in docstring of Series.value_counts (#25062)
Browse files Browse the repository at this point in the history
  • Loading branch information
AllenDowney authored and jreback committed Feb 1, 2019
1 parent 76f5d2d commit 01483d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/core/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -1234,7 +1234,7 @@ def value_counts(self, normalize=False, sort=True, ascending=False,
If True then the object returned will contain the relative
frequencies of the unique values.
sort : boolean, default True
Sort by values.
Sort by frequencies.
ascending : boolean, default False
Sort in ascending order.
bins : integer, optional
Expand Down

0 comments on commit 01483d7

Please sign in to comment.