Challenge
Let's compare mean and median prices for each dwelling type.
Tâche
Swipe to start coding
- Group the data in the
df
dataframe by the values of the'dtypeh'
column. - Select the
'valueh'
column. - For each group calculate mean and median (in this order).
Solution
Tout était clair ?
Merci pour vos commentaires !
Section 4. Chapitre 2
single
Demandez à l'IA
Demandez à l'IA
Posez n'importe quelle question ou essayez l'une des questions suggérées pour commencer notre discussion
Awesome!
Completion rate improved to 2.56
Challenge
Glissez pour afficher le menu
Let's compare mean and median prices for each dwelling type.
Tâche
Swipe to start coding
- Group the data in the
df
dataframe by the values of the'dtypeh'
column. - Select the
'valueh'
column. - For each group calculate mean and median (in this order).
Solution
Tout était clair ?
Merci pour vos commentaires !
Awesome!
Completion rate improved to 2.56Section 4. Chapitre 2
single