Skip to content
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

OECD/EuroStat/Enigma/... now in pandas-datareader #30

Open
cc7768 opened this issue Dec 5, 2016 · 1 comment
Open

OECD/EuroStat/Enigma/... now in pandas-datareader #30

cc7768 opened this issue Dec 5, 2016 · 1 comment

Comments

@cc7768
Copy link
Member

cc7768 commented Dec 5, 2016

We have at least a few examples where we use pd.read_csv and grab some files using a url where we could use pandas-datareader instead -- For example, there is OECD health data in the cleaning notebook.

My inclination is to move of the data reading as possible to pandas-datareader because it is less likely to stay down than relying on a specific url.

Thoughts? I'm excited about some of their new additions!

@sglyon
Copy link
Member

sglyon commented Dec 5, 2016

I think we should move as many things to "official" sources like APIs (or at least sources we don't have to manage ourselves) as we can, conditional on not giving up opportunities to teach how the arguments of read_csvwork

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants