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 27aa460 commit 27c9856Copy full SHA for 27c9856
pandas/core/base.py
@@ -1184,9 +1184,8 @@ def value_counts(
1184
bins : integer or iterable of numeric, optional
1185
Rather than count individual values, group them into half-open bins.
1186
Only works with numeric data.
1187
- If int, interpreted as number of bins and will use ``pd.cut``
+ If int, interpreted as number of bins and will use `pd.cut`.
1188
If interable of numeric, will use provided numbers as bin endpoints.
1189
-
1190
dropna : bool, default True
1191
Don't include counts of NaN.
1192
If False and NaNs are present, NaN will be a key in the output.
0 commit comments