Skip to content

Commit b1d9599

Browse files
authored
DOC: missing ref in timeseries.rst (#14745)
1 parent ee10816 commit b1d9599

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

doc/source/timeseries.rst

+2-3
Original file line numberDiff line numberDiff line change
@@ -1286,12 +1286,11 @@ secondly data into 5-minutely data). This is extremely common in, but not
12861286
limited to, financial applications.
12871287

12881288
``.resample()`` is a time-based groupby, followed by a reduction method on each of its groups.
1289+
See some :ref:`cookbook examples <cookbook.resample>` for some advanced strategies
12891290

12901291
.. note::
12911292

1292-
``.resample()`` is similar to using a ``.rolling()`` operation with a time-based offset, see a discussion `here <stats.moments.ts-versus-resampling>`
1293-
1294-
See some :ref:`cookbook examples <cookbook.resample>` for some advanced strategies
1293+
``.resample()`` is similar to using a ``.rolling()`` operation with a time-based offset, see a discussion :ref:`here <stats.moments.ts-versus-resampling>`
12951294

12961295
.. ipython:: python
12971296

0 commit comments

Comments
 (0)