-
Notifications
You must be signed in to change notification settings - Fork 27
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
Allow issues = "*"
to get all issues of a single data point
#260
Comments
The Epidata API actually doesn't support fetching all issues, so this will have to be supported on the server side before clients can add it. cc @krivard to add this to the Epidata wishlist |
Why couldn't this just be interpreted within the When the Epidata API itself allows for |
We probably need to use |
We use this kind of query to build
|
@melange396 was this the usage you thought was causing performance problems? |
Currently as I understand it, there's not a super convenient way in the
covidcast_signal()
function (in the covidcast R package) to specify that I want all issues of a single data point. To get all issues of the JHU deaths in PA on Sept 1, I could use, for example:It would be convenient if I could set
issues = "*"
to return the same thing. Similar for Python.Tagging @sarah-colq @chinandrew to draw their attention. This is pretty low priority, but should be an easy fix.
The text was updated successfully, but these errors were encountered: