Skip to content

Commit

Permalink
DOC: missing ref in timeseries.rst (#14745)
Browse files Browse the repository at this point in the history
  • Loading branch information
jreback authored Nov 25, 2016
1 parent ee10816 commit b1d9599
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions doc/source/timeseries.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <cookbook.resample>` for some advanced strategies

.. note::

``.resample()`` is similar to using a ``.rolling()`` operation with a time-based offset, see a discussion `here <stats.moments.ts-versus-resampling>`

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

.. ipython:: python
Expand Down

0 comments on commit b1d9599

Please sign in to comment.