Closed FortDigital closed 4 years ago
Was working till now...any ideas?
Traceback (most recent call last): File "covid19.py", line 64, in measurements_hash[time_loc_hash]['fields'][field] = int(record[k]) ValueError: invalid literal for int() with base 10: ''
latest data from JHU has blank cells that need handling
Issue at the JHU end, rows with blank fields were added in error, Data was fixed shortly after this issue was raised.
Was working till now...any ideas?
Traceback (most recent call last): File "covid19.py", line 64, in
measurements_hash[time_loc_hash]['fields'][field] = int(record[k])
ValueError: invalid literal for int() with base 10: ''