kaitygrxce
(kaitygrxce)
#1
how to get positive cases per million ?
i have done postive cases = total cases / total tests
positive_cases * 1e6 / combined_df[‘population’]
Still wrong.
its my final question on this assessment and i cant figure it out.
notebook link ;
Sebgolos
(Sebastian)
#2
You already have cases_per_million
column in a dataframe.
No idea what are you trying to calculate here, but it’s just asking to select the correct data.
kaitygrxce
(kaitygrxce)
#3
ahh that was dumb! thanks heaps!