-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
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
Update GitHub org from pydata to pandas-dev #14575
Conversation
I didn't replace the following two URLs: I did replace what's new URLs -- not sure if "what's new" files should be immutable after release? |
@@ -143,7 +143,7 @@ both "column wise min/max and global min/max coloring." | |||
API | |||
----- | |||
|
|||
`pandas-datareader <https://github.com/pydata/pandas-datareader>`__ | |||
`pandas-datareader <https://github.com/pandas-dev/pandas-datareader>`__ |
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 one is still in pydata
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.
Addressed in 2368761
@@ -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 comment
The reason will be displayed to describe this comment to others. Learn more.
remove this
@@ -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 comment
The reason will be displayed to describe this comment to others. Learn more.
remove this
@@ -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 comment
The reason will be displayed to describe this comment to others. Learn more.
remote this
@@ -27,7 +27,7 @@ about it! | |||
|
|||
Feel free to ask questions on the `mailing list | |||
<https://groups.google.com/forum/?fromgroups#!forum/pydata>`_ or on `Gitter |
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
@dhimmel there are only very very few changes remaining, you are adding files that are already deleted |
@jreback sorry I'm confused. I didn't think I was adding any new files? Where have they been deleted? Do you also want me to doc updates, like removing the Google Group Mailing List link? That seems unrelated to this PR, but I'm happy to make those changes here if desired. |
looks at the changes, some were changed from pandas-dev TO pydata (and not the reverse) |
@jreback The ones that are changed back to pydata, are the pandas-datareader ones, so it is correct to change this back |
@jreback see #14575 (comment):
Check the diff for the entire PR. |
Current coverage is 85.27% (diff: 100%)@@ master #14575 diff @@
==========================================
Files 140 140
Lines 50693 50693
Methods 0 0
Messages 0 0
Branches 0 0
==========================================
+ Hits 43229 43230 +1
+ Misses 7464 7463 -1
Partials 0 0
|
Thanks @dhimmel |
It looks like the repo moved owners from
pydata
topandas-dev
. This pull request updates the repository to refer topandas-dev/pandas
rather thanpydata/pandas
.git diff upstream/master | flake8 --diff