-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
DEPR: deprecate the data reader package, #10861 #10870
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
Yep! Merged with dacae10 (I slightly changed the wording and added the imports changes) |
And did the same for wb.py: a44e4b3 |
awesome thxs! |
The original idea was to just replace pandas data/web with an import statement, that way no code actually needs to be updated... tests could remain etc. If there's a warning (not sure there has to be if we change the import) it should include, "install pandas-datareader and replace Thoughts? |
that's how it is; see joris commit above |
Great, sorry didn't see that! But why warn here... if we're later to just replace this in pandas as the import statement, I thought the idea was that users don't need to change any code; they just need to install pandas-datareader. |
@hayd You are correct that that was one of the ideas in the discussion, but in my impression we didn't really converged to a final decision there yet (but maybe that is because I am not fully convinced of that position .. :-)) So this can certainly still be discussed/adapted (but indeed, I changed the wording a bit in the commit, so the import change is noted). |
See my comment here with my reasons: #8961 (comment) + my last comment. But if we discuss it further, maybe lets do it in the original issue over there: #8961 |
I have to agree with joris people will see the deprecation if they use the data package - they can then choose to update or not |
closed #10861