Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.56 KB

README.md

File metadata and controls

35 lines (25 loc) · 1.56 KB

COVID19 Time series

These time series are fetched from JHU's daily reports using my program.

Datasets

This repo hosts the time series of the states that have at least one 'Admin1' with available data.
The datas are organized in two different ways:

rows

Data series are JHU's like.

Admin2 Province Country date1 date2 etc.

cols

Data series are organized in columns, so they are easily plotted with tools like Gnuplot, or parsed with languages like C or Python.

Admin2
Province
Country
date1
date2
etc.

Bugs

This bugs are due to my program.
When JHU adds a 'province', the old datas are lost.
Countries with a space or a special character inside the name are not included. At this moment, only UK is in this situation.

License

If you publish these time series, or you use them in a website/article (etc.) please provide a link to this repo.

Links