Challenge - Group by a Single Column and Analyze
In this challenge, you need to solve the challenge of groupby and deletion.
We'll cover the following
Groupby a single column and analyze
In this challenge, you need to do the following things:
- Load the
raw_data.csv
file into a DataFrame object. - Get the total price of the
Male
group. - Get the mean price of the
Female
group.
You need to return two values.
Get hands-on with 1200+ tech skills courses.