We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d22d155 commit 95f088fCopy full SHA for 95f088f
pandas/core/groupby.py
@@ -175,8 +175,8 @@ class Grouper(object):
175
freq : string / frequency object, defaults to None
176
This will groupby the specified frequency if the target selection
177
(via key or level) is a datetime-like object. For full specification
178
- of available frequencies, please see
179
- `here <http://pandas.pydata.org/pandas-docs/stable/timeseries.html>`_.
+ of available frequencies, please see `here
+ <http://pandas.pydata.org/pandas-docs/stable/timeseries.html#offset-aliases>`_.
180
axis : number/name of the axis, defaults to 0
181
sort : boolean, default to False
182
whether to sort the resulting labels
0 commit comments