Live data from Hacker News

Covidify – corona virus report generator (Python)

github.com

1–10 of 19 posts

Re: Covidify – corona virus report generator (Python)

#4
For weeks I've been hoping to find a way to quickly compare log-plots of numbers infected (optionally normalized to population size) for different countries. IMO the best way to look at world-wide spread, but doesn't seem to be available anywhere. Would be a great addition to this.

Re: Covidify – corona virus report generator (Python)

#8

Looks cool but what does it actually produce? Graphs? In what format? Images? The readme could be a bit more clear in what it actually does, but it looks super interesting!

It creates a time series dataset and a summary stats excel report that shows the daily counts, averages, moving averages, deltas, and more (see this excel sheet https://github.com/AaronWard/covid-19-analysis/blob/master/r...)

also, it generates visualizations for 4 attributes - confirmed cases - currently infected - recoveries - deaths

Thanks very much for the feedback :)

Post reply on HN