Skip to content
Per Olofsson edited this page Apr 2, 2020 · 9 revisions

Welcome to the covid19togapminder wiki!

This utility converts the csv-files in the https://github.com/CSSEGISandData/COVID-19/tree/master/csse_covid_19_data/csse_covid_19_time_series into a file that may be imported into Gapminder(https://www.gapminder.org/) Offline Tool.

Data also imports OK into Excel if "Text to columns" is used.

Commandline;

/covid19togapminder.exe -dir=COVID-19/csse_covid_19_data/csse_covid_19_time_series/ -out=test.csv

optional commands

-US=true, option to generate US or world data, default false

US datafile more than 6k lines!

Merging all data to one file makes gapminder slow and difficult to use.

Added option to switch between US and World data.

-subset="New York, option to generate subset of data, default ""

US datafile more than 6k lines! Really slow and cumbersome in Gapminder

Example graph:

How to import:

Dialogue: