Skip to content

Commit 17247ed

Browse files
bharatr21jreback
authored andcommitted
DOC: Improve links and fix issues on resample documentation page (#26306)
1 parent 2bca899 commit 17247ed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pandas/core/generic.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -7961,7 +7961,7 @@ def resample(self, rule, how=None, axis=0, fill_method=None, closed=None,
79617961
79627962
Parameters
79637963
----------
7964-
rule : str
7964+
rule : DateOffset, Timedelta or str
79657965
The offset string or object representing target conversion.
79667966
how : str
79677967
Method for down/re-sampling, default to 'mean' for downsampling.
@@ -8029,11 +8029,11 @@ def resample(self, rule, how=None, axis=0, fill_method=None, closed=None,
80298029
Notes
80308030
-----
80318031
See the `user guide
8032-
<http://pandas.pydata.org/pandas-docs/stable/timeseries.html#resampling>`_
8032+
<https://pandas.pydata.org/pandas-docs/stable/user_guide/timeseries.html#resampling>`_
80338033
for more.
80348034
80358035
To learn more about the offset strings, please see `this link
8036-
<http://pandas.pydata.org/pandas-docs/stable/timeseries.html#offset-aliases>`__.
8036+
<http://pandas.pydata.org/pandas-docs/stable/user_guide/timeseries.html#dateoffset-objects>`__.
80378037
80388038
Examples
80398039
--------

0 commit comments

Comments
 (0)