-
-
Notifications
You must be signed in to change notification settings - Fork 18.6k
Update GitHub org from pydata to pandas-dev #14575
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ DataReader | |
|
||
The sub-package ``pandas.io.data`` is removed in favor of a separately | ||
installable `pandas-datareader package | ||
<https://github.com/pandas-dev/pandas-datareader>`_. This will allow the data | ||
<https://github.com/pydata/pandas-datareader>`_. This will allow the data | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. remote this |
||
modules to be independently updated to your pandas installation. The API for | ||
``pandas-datareader v0.1.1`` is the same as in ``pandas v0.16.1``. | ||
(:issue:`8961`) | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
raise ImportError( | ||
"The pandas.io.data module is moved to a separate package " | ||
"(pandas-datareader). After installing the pandas-datareader package " | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. remove this |
||
"(https://github.com/pandas-dev/pandas-datareader), you can change " | ||
"(https://github.com/pydata/pandas-datareader), you can change " | ||
"the import ``from pandas.io import data, wb`` to " | ||
"``from pandas_datareader import data, wb``.") |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
raise ImportError( | ||
"The pandas.io.wb module is moved to a separate package " | ||
"(pandas-datareader). After installing the pandas-datareader package " | ||
"(https://github.com/pandas-dev/pandas-datareader), you can change " | ||
"(https://github.com/pydata/pandas-datareader), you can change " | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. remove this |
||
"the import ``from pandas.io import data, wb`` to " | ||
"``from pandas_datareader import data, wb``.") |
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.
remove this