Challenge
Let's find out median number of people dwelling (median is more appropriate since we are working with integers) and mean total income for each type of dwelling.
Task
Swipe to start coding
- Group the data in the
df
dataframe by the values of the'dtypeh'
column. - Find out median value of the
'hhsize'
column and mean value of the'totinch'
column across each group.
Solution
Everything was clear?
Thanks for your feedback!
SectionΒ 4. ChapterΒ 4
single
Ask AI
Ask AI
Ask anything or try one of the suggested questions to begin our chat
Awesome!
Completion rate improved to 2.56
Challenge
Swipe to show menu
Let's find out median number of people dwelling (median is more appropriate since we are working with integers) and mean total income for each type of dwelling.
Task
Swipe to start coding
- Group the data in the
df
dataframe by the values of the'dtypeh'
column. - Find out median value of the
'hhsize'
column and mean value of the'totinch'
column across each group.
Solution
Everything was clear?
Thanks for your feedback!
Awesome!
Completion rate improved to 2.56SectionΒ 4. ChapterΒ 4
single