Skip to content

Commit 95f088f

Browse files
DOC: specify link to frequencies (#14760)
(cherry picked from commit 2bd9c95)
1 parent d22d155 commit 95f088f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/core/groupby.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,8 @@ class Grouper(object):
175175
freq : string / frequency object, defaults to None
176176
This will groupby the specified frequency if the target selection
177177
(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>`_.
178+
of available frequencies, please see `here
179+
<http://pandas.pydata.org/pandas-docs/stable/timeseries.html#offset-aliases>`_.
180180
axis : number/name of the axis, defaults to 0
181181
sort : boolean, default to False
182182
whether to sort the resulting labels

0 commit comments

Comments
 (0)