Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions doc/source/related.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,13 @@ customizable by the user (so 5-minutely data is easier to do with pandas for
example).

We are aiming to merge these libraries together in the near future.

Progress:

- It has a collection of moving window statistics implemented in
`Bottleneck <http://pandas.pydata.org/developers.html#development-roadmap>`__
- `Outstanding issues <https://github.com/pydata/pandas/issues?labels=timeseries&milestone=&page=1&state=open>`__

Summarising, Pandas offers superior functionality due to its combination with the :py:class:`pandas.DataFrame`.

An introduction for former users of :mod:`scikits.timeseries` is provided in the :ref:`migration guide <ref-scikits-migration>`.