Skip to content

Commit 54e71a7

Browse files
DOC: fix link to offset strings in resample method (#15619)
1 parent 3d69988 commit 54e71a7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pandas/core/generic.py

+2
Original file line numberDiff line numberDiff line change
@@ -4360,6 +4360,8 @@ def resample(self, rule, how=None, axis=0, fill_method=None, closed=None,
43604360
43614361
.. versionadded:: 0.19.0
43624362
4363+
Notes
4364+
-----
43634365
To learn more about the offset strings, please see `this link
43644366
<http://pandas.pydata.org/pandas-docs/stable/timeseries.html#offset-aliases>`__.
43654367

0 commit comments

Comments
 (0)