enrichman / covid19

GNU General Public License v3.0
19 stars 1 forks source link

Parsing italian regions #3

Closed esenac closed 4 years ago

esenac commented 4 years ago

Added csv for italian regions and provinces, taken from https://github.com/pcm-dpc/COVID-19. Implemented parser for italian regions data. @enrichman I didn't implement merge of this data yet, feel free to do it since you have more knowledge on that part. As a note, I didn't fill Status field on Record struct since I suspect it's unused (deaths, confirmed and recovered fields in timeseries should hold the actual values) being it filled in csv.goL87 and never used in merge.

WIP for #2