Skip to content

Commit 0f1e71b

Browse files
aysim319melange396
andauthored
updated min year (#1585)
* updated min year w/ comment Co-authored-by: george <[email protected]> --------- Co-authored-by: george <[email protected]>
1 parent 8cfb191 commit 0f1e71b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/acquisition/covidcast/csv_importer.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ class CsvImporter:
6868
REQUIRED_COLUMNS = {'geo_id', 'val', 'se', 'sample_size'}
6969

7070
# reasonable time bounds for sanity checking time values
71-
MIN_YEAR = 2019
71+
MIN_YEAR = 2017 # `google-symptoms` has 2017 data
7272
MAX_YEAR = 2030
7373

7474
# The datatypes expected by pandas.read_csv. Int64 is like float in that it can handle both numbers and nans.

0 commit comments

Comments
 (0)