Live data from Hacker News

Covidify – corona virus report generator (Python)

github.com

11–19 of 19 posts

Re: Covidify – corona virus report generator (Python)

#11
post #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.

I will look into it, if you want could you add it to the issues what exactly you suggest and ill add it to the kanban board :)

Re: Covidify – corona virus report generator (Python)

#15
post #12

Would be neat if this could also show the same data for the flu.

Do you know of any datasources to integrate flu statistics?

Not sure where the raw data is but there seems to be various things here: https://www.cdc.gov/flu/weekly/index.htm

Re: Covidify – corona virus report generator (Python)

#18

Am I the only one who can't get this damn thing to run on macOS 10.14, Debian testing, or SL7-rolling? Despite pandas being installed I still get 'ImportError: No module named pandas' ¯\_(ツ)_/¯ oh well

Are you using a conda environment?

No, pip everywhere

Re: Covidify – corona virus report generator (Python)

#19

Earlier quoted context omitted.

Are you using a conda environment?

No, pip everywhere

Check where you have pandas and covidify installed and make sure they are in the same site-packages.

ps: pip is just a package manager, you should really consider using conda for creating environments (it will make your life a lot easier)

Post reply on HN