We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cfb191 commit 0f1e71bCopy full SHA for 0f1e71b
src/acquisition/covidcast/csv_importer.py
@@ -68,7 +68,7 @@ class CsvImporter:
68
REQUIRED_COLUMNS = {'geo_id', 'val', 'se', 'sample_size'}
69
70
# reasonable time bounds for sanity checking time values
71
- MIN_YEAR = 2019
+ MIN_YEAR = 2017 # `google-symptoms` has 2017 data
72
MAX_YEAR = 2030
73
74
# The datatypes expected by pandas.read_csv. Int64 is like float in that it can handle both numbers and nans.
0 commit comments