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 1276166 commit a1b7197Copy full SHA for a1b7197
pandas/core/base.py
@@ -1184,7 +1184,7 @@ 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
0 commit comments