From 80d7f9c5cab8becd83985347cbf72191cbb4afe6 Mon Sep 17 00:00:00 2001 From: Jeff Reback Date: Fri, 25 Nov 2016 11:59:39 -0500 Subject: [PATCH] DOC: missing ref in timeseries.rst --- doc/source/timeseries.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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