diff --git a/doc/source/related.rst b/doc/source/related.rst index e613d34c2a29f..33dad8115e5b1 100644 --- a/doc/source/related.rst +++ b/doc/source/related.rst @@ -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 `__ + - `Outstanding issues `__ + +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 `. \ No newline at end of file