ahmadawais / corona-cli

🦠 Track the Coronavirus disease (COVID-19) in the command line. Worldwide for all countries, for one country, and the US States. Fast response time (< 100ms). To chat: https://twitter.com/MrAhmadAwais/
https://NodeCLI.com
MIT License
1.85k stars 191 forks source link

Suggestion for improvements #94

Open kklepper opened 4 years ago

kklepper commented 4 years ago

Data is great, but it is hard to make sense of it. Some ideas to get a grip of what they mean...

Long lists are misleading and of little use. You want to compare only a small number of countries, for example

You might allow wildcards for countries you don't know the name of, e.g.

It is inconvenient and impractical to write country names. Use ISO codes instead or better alternatively

To give you an idea of how these numbers can be used to provide insight, here are some examples created with SQL. All results shown are based on https://data.europa.eu/euodp/de/data/dataset/covid-19-coronavirus-data from 2020-04-17.

A very important ratio is missing: cases and deaths per million or 10,000 inhabitants

image

It would be instructive to normalize this data with respect to a single country to get a feeling which country does better, e.g. with respect to de (having ratio 1.00)

image

Next the ratio of cases and deaths is interesting. Well, we know that death numbers are not reliable (Corona may be interpreted as pneumonia) and case numbers are not reliable either (which people are tested, only those with severe symptoms or all infected?). But you get an idea nevertheless.

image

Also, you see that for countries with a high population (especially India, China) the absolute numbers aren't helpful at all.

Next it would be interesting to see these ratios develop over time. This would give a clue whether the measures of different countries are working.

kklepper commented 4 years ago

Some more instructive results, same query,

image

image

image

image

image