Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there a way to plot the number of new infected? #84

Open
ckuetbach opened this issue Mar 30, 2020 · 3 comments
Open

Is there a way to plot the number of new infected? #84

ckuetbach opened this issue Mar 30, 2020 · 3 comments

Comments

@ckuetbach
Copy link

I would like to track the numbers of newly infected people, because it is easier to see if a curve flatten.

@siaw23-retired
Copy link
Collaborator

The most recent you can track is by month. So the closes you can get is to do M.YY where M is the current month. Unfortunately, I haven't implemented a shorter time period. A PR will be welcome if you'd want to do it.

@siaw23-retired
Copy link
Collaborator

I think this might actually be a good feature. Ideally, how many weeks would you like to track? Is it enough to track just the last week? Would that be helpful?

@ckuetbach
Copy link
Author

ckuetbach commented Apr 3, 2020

I thought of one or two new colum with the logic.

Column "New Cases"
newCasesToday = totalToday - totalYesterday

Column "Active Cases"
currentInfectedToday = totalToday - deatchsToday

This should be possible with the already loaded datasets.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants