You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/computation.rst
-2
Original file line number
Diff line number
Diff line change
@@ -206,8 +206,6 @@ Window Functions
206
206
functions and are now deprecated. These are replaced by using the :class:`~pandas.core.window.Rolling`, :class:`~pandas.core.window.Expanding` and :class:`~pandas.core.window.EWM`. objects and a corresponding method call.
207
207
208
208
The deprecation warning will show the new syntax, see an example :ref:`here <whatsnew_0180.window_deprecations>`
``pandas-datareader`` is a remote data access library for pandas. ``pandas.io`` from pandas < 0.17.0 is now refactored/split-off to and importable from ``pandas_datareader`` (PyPI:``pandas-datareader``). Many/most of the supported APIs have at least a documentation paragraph in the `pandas-datareader docs <https://pandas-datareader.readthedocs.io/en/latest/>`_:
149
+
``pandas-datareader`` is a remote data access library for pandas (PyPI:``pandas-datareader``).
150
+
It is based on functionality that was located in ``pandas.io.data`` and ``pandas.io.wb`` but was
151
+
split off in v0.19.
152
+
See more in the `pandas-datareader docs <https://pandas-datareader.readthedocs.io/en/latest/>`_:
0 commit comments