Skip to content

G-Lorenz/covid19-time_series

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published