File tree 6 files changed +6
-6
lines changed
6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ both "column wise min/max and global min/max coloring."
143
143
API
144
144
-----
145
145
146
- `pandas-datareader <https://github.com/pandas-dev /pandas-datareader >`__
146
+ `pandas-datareader <https://github.com/pydata /pandas-datareader >`__
147
147
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
148
148
``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
149
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ DataReader
13
13
14
14
The sub-package ``pandas.io.data `` is removed in favor of a separately
15
15
installable `pandas-datareader package
16
- <https://github.com/pandas-dev /pandas-datareader> `_. This will allow the data
16
+ <https://github.com/pydata /pandas-datareader> `_. This will allow the data
17
17
modules to be independently updated to your pandas installation. The API for
18
18
``pandas-datareader v0.1.1 `` is the same as in ``pandas v0.16.1 ``.
19
19
(:issue: `8961 `)
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ users upgrade to this version.
14
14
.. warning::
15
15
16
16
The ``pandas.io.data`` package is deprecated and will be replaced by the
17
- `pandas-datareader package <https://github.com/pandas-dev /pandas-datareader>`_.
17
+ `pandas-datareader package <https://github.com/pydata /pandas-datareader>`_.
18
18
This will allow the data modules to be independently updated to your pandas
19
19
installation. The API for ``pandas-datareader v0.1.1`` is exactly the same
20
20
as in ``pandas v0.17.0`` (:issue:`8961`, :issue:`10861`).
Original file line number Diff line number Diff line change @@ -1375,7 +1375,7 @@ Removal of prior version deprecations/changes
1375
1375
- The ``SparsePanel`` class has been removed (:issue:`13778`)
1376
1376
- The ``pd.sandbox`` module has been removed in favor of the external library ``pandas-qt`` (:issue:`13670`)
1377
1377
- The ``pandas.io.data`` and ``pandas.io.wb`` modules are removed in favor of
1378
- the `pandas-datareader package <https://github.com/pandas-dev /pandas-datareader>`__ (:issue:`13724`).
1378
+ the `pandas-datareader package <https://github.com/pydata /pandas-datareader>`__ (:issue:`13724`).
1379
1379
- The ``pandas.tools.rplot`` module has been removed in favor of
1380
1380
the `seaborn package <https://github.com/mwaskom/seaborn>`__ (:issue:`13855`)
1381
1381
- ``DataFrame.to_csv()`` has dropped the ``engine`` parameter, as was deprecated in 0.17.1 (:issue:`11274`, :issue:`13419`)
Original file line number Diff line number Diff line change 1
1
raise ImportError (
2
2
"The pandas.io.data module is moved to a separate package "
3
3
"(pandas-datareader). After installing the pandas-datareader package "
4
- "(https://github.com/pandas-dev /pandas-datareader), you can change "
4
+ "(https://github.com/pydata /pandas-datareader), you can change "
5
5
"the import ``from pandas.io import data, wb`` to "
6
6
"``from pandas_datareader import data, wb``." )
Original file line number Diff line number Diff line change 1
1
raise ImportError (
2
2
"The pandas.io.wb module is moved to a separate package "
3
3
"(pandas-datareader). After installing the pandas-datareader package "
4
- "(https://github.com/pandas-dev /pandas-datareader), you can change "
4
+ "(https://github.com/pydata /pandas-datareader), you can change "
5
5
"the import ``from pandas.io import data, wb`` to "
6
6
"``from pandas_datareader import data, wb``." )
You can’t perform that action at this time.
0 commit comments