We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7aeba7d commit 68229b4Copy full SHA for 68229b4
epymorph/adrio/cdc.py
@@ -149,7 +149,7 @@ class _HealthdataG62hSyehMixin(FetchADRIO[DateValueType, np.int64]):
149
_RESOURCE = q.SocrataResource(domain="healthdata.gov", id="g62h-syeh")
150
"""The Socrata API endpoint."""
151
152
- _TIME_RANGE = DateRange(iso8601("2020-1-01"), iso8601("2024-04-03"), step=1)
+ _TIME_RANGE = DateRange(iso8601("2020-01-01"), iso8601("2024-04-03"), step=1)
153
"""The time range over which values are available."""
154
155
_REDACTED_VALUE = np.int64(-999999)
0 commit comments