Question: Write a function extrapolate that takes in a data frame, a county, a date, and a percent growth. Extract the case count on the date
Write a function extrapolate that takes in a data frame, a county, a date, and a percent growth. Extract the case count on the date and return the extrapolated case count based on the percent growth.
Step by Step Solution
There are 3 Steps involved in it
if youre working with Python and using a library like pandas you can create a function to extrapolat... View full answer
Get step-by-step solutions from verified subject matter experts
