-
-
Notifications
You must be signed in to change notification settings - Fork 18.6k
DOC: ecosystem.rst: pandas-datareader #12773
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
westurner
commented
Apr 2, 2016
- DOC: ecosystem.rst
@@ -129,6 +129,22 @@ both "column wise min/max and global min/max coloring." | |||
API | |||
----- | |||
|
|||
`pandas-datareader <https://github.com/pydata/pandas-datareader>`_ | |||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |||
pandas-datareader is a remote data access library for pandas. ``pandas.io`` from pandas < 0.18 is now refactored 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.org/en/latest/>`_: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this was split off as of 0.17.0.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- so
>= 0.17.0
On Apr 2, 2016 10:26 AM, "Jeff Reback" [email protected] wrote:
In doc/source/ecosystem.rst
#12773 (comment):@@ -129,6 +129,22 @@ both "column wise min/max and global min/max coloring."
API
+
pandas-datareader <https://github.com/pydata/pandas-datareader>
_
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+pandas-datareader is a remote data access library for pandas.pandas.io
from pandas < 0.18 is now refactored to and importable frompandas_datareader
(PyPI:pandas-datareader
). Many/most of the supported APIs have at least a documentation paragraph in thepandas-datareader docs <https://pandas-datareader.readthedocs.org/en/latest/>
_:this was split off as of 0.17.0.
—
You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
https://github.com/pydata/pandas/pull/12773/files/3b11bfab00bc61aec9330ae75bbec77ec56fff15#r58294798
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yep, also say split-off.
can you update |
Updated |
thanks! |
1 similar comment
thanks! |