You are working with the COVID dataset for California, which includes the number of cases and deaths for each day of 2020. Find | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

You are working with the COVID dataset for California, which includes the number of cases and deaths for each day of 2020. Find

17th Feb 2023, 4:29 PM
Dagmawi Melaku
2 Answers
+ 2
What's the challenge? What's your attempt? Where do you struggle?
17th Feb 2023, 5:53 PM
Lamron
Lamron - avatar
0
You are working with the COVID dataset for California, which includes the number of cases and deaths for each day of 2020. Find the day when the deaths/cases ratio was largest. To do this, you need to first calculate the deaths/cases ratio and add it as a column to the DataFrame with the name 'ratio', then find the row that corresponds to the largest value.
17th Feb 2023, 4:29 PM
Dagmawi Melaku