Given a CSV that looks like this: write a function called g…
Given a CSV that looks like this: write a function called get_death_frame that returns a DataFrame that looks like this (this only the first 5 rows, there are more): The read_csv documentation may be handy: https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.read_csv.html
Read Details