-
Notifications
You must be signed in to change notification settings - Fork 68
Is there a limit to the number of rows retrieved with DELPHI API? #1
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
Yes, the limit is 3650 rows per request as you noted - sorry that's not in the documentation. To get all the data, you'll have to query the regions individually, or use smaller batches of epiweeks. I'll leave this issue open until I have a chance to make a note of this in the documentation. (BTW, the limit is implemented here.) |
Merge pull request #32 from dfarrow0/master
the new endpoints of the server (e.g., see also https://github.com/cmu-delphi/delphi-epidata/blob/main/src/server/_config.py#L9 |
I am trying to retrieve a lot of data from the DELPHI API, but am having trouble getting all the data I am requesting. Is there a limit that I am running into? For example, I run
And I end up with data from only regions "nat" and "hhs1" and only until epiweek 200450. The total number of rows in the resulting dataframe is 3650.
The text was updated successfully, but these errors were encountered: