Skip to content

Commit

Permalink
Clarification in docstring of Series.value_counts (pandas-dev#25062)
Browse files Browse the repository at this point in the history
  • Loading branch information
AllenDowney authored and Pingviinituutti committed Feb 28, 2019
1 parent b6c426f commit ec8f5c6
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 ec8f5c6

Please sign in to comment.