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.
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 fillStatus
field onRecord
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