Closed djay closed 3 years ago
also the infections estimate probably needs to be taken down. IFR becomes less and less accurate due to vaccinations and was probably not accurate with delta anyway.
woops referenced wrong issue in that unrelated commit.
anyway, just note to self: salving this issue would probably render #35 moot too.
normalise_to_peak: bool = False
:param normalise_to_peak: whether to normalize data against peak value
if normalise_to_peak:
df = df / df.loc[time_period].max()
I am moving along to #51 for now, so anyone who wants to dive in -- please feel free! :smiley:
as on https://graphics.reuters.com/world-coronavirus-tracker-and-maps/vaccination-rollout-and-access/
original reason for the infections esitmate as a fairish way of showing the correlation between the deaths and cases. this is perhaps a better way of doing that. I think one plot could show
Tests and cases should help show that it's not really the less you test the less cases you get. The rest should help so if vaccinations are working (less severe cases per cases), or if testing is working (deaths/severe isn't more than cases).
Similar plot could be used to show mobility vs cases?