Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Methodology

We are using the Johns Hopkins University (JHU)  data compilations of the cumulative confirmed cases and deaths for countries of the world  (see https://raw.githubusercontent.com/CSSEGISandData/COVID-19/master/csse_covid_19_data/csse_covid_19_time_series/time_series_covid19_confirmed_global.csv and https://raw.githubusercontent.com/CSSEGISandData/COVID-19/master/csse_covid_19_data/csse_covid_19_time_series/time_series_covid19_deaths_global.csv).  From these data we extract the data by country and create chats of the daily 7 day smoothed daily confirmed cases and deaths by country organized by region. The charts are created using the Perl Excel package (see https://metacpan.org/pod/Excel::Writer::XLSX::Chart)

...