Question: I have a data frame called 'Top_Chef', which is a reality show. It has the columns 'Contestant ID', 'Number of Season', 'Contestant Name'', 'Date of
I have a data frame called 'Top_Chef', which is a reality show. It has the columns 'Contestant ID', 'Number of Season', 'Contestant Name'', 'Date of Birth', 'Personality Type', and 'Total Number of Days on the Show'. I want to find the 'Contestant Name' that had the most total number of days on the show 'Top_Chef'. If a contestant appeared on more than one season, I want to add their total days for each season together. I want to save the top five contestants in terms of total days played as a DataFrame and call it Q1, sorted in descending order by total days played.
The following columns should be included: 'Contestant ID', 'Contestant Name', and 'Total Days Played' where 'Total Days Played' is the sum of all days a contestant had on the show. The index should go from 0 to n-1.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
