-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
DataReader should cache queries. #8713
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
Comments
see here: #6456 I think this is out-of-scope for pandas directly. That said if someone wanted to implemented this (via the @jorisvandenbossche ? |
Agreed with it being out of scope. |
requests_cache is relatively transparent, but I am not sure on how unreasonable it is. If I have a function that gets historical data from yahoo, I feel like the caching should be done by choice by the user. |
Hello, I've been working on this issue see |
@kay1793 let try to have constructive comments |
@jreback, I'm trying but you censoring criticism and erasing comments isn't helping. |
I will step in. This is a discussion about separating pandas datareader functionality from pandas. Pandas is intended to be a middleware data layer. |
This was added to pandas-datareader v0.2.1, so this issue can be closed. |
Hello,
each request using
pandas.io.data.DataReader
ends by a server request.That's not reasonable.
Maybe a cache for DataReader should be considered.
Kind regards
The text was updated successfully, but these errors were encountered: