diff --git a/doc/source/timeseries.rst b/doc/source/timeseries.rst index 4132d25e9be48..854de443ac5ee 100644 --- a/doc/source/timeseries.rst +++ b/doc/source/timeseries.rst @@ -1286,12 +1286,11 @@ secondly data into 5-minutely data). This is extremely common in, but not limited to, financial applications. ``.resample()`` is a time-based groupby, followed by a reduction method on each of its groups. +See some :ref:`cookbook examples ` for some advanced strategies .. note:: - ``.resample()`` is similar to using a ``.rolling()`` operation with a time-based offset, see a discussion `here ` - -See some :ref:`cookbook examples ` for some advanced strategies + ``.resample()`` is similar to using a ``.rolling()`` operation with a time-based offset, see a discussion :ref:`here ` .. ipython:: python