Challenge
Practice grouping data by finding out average prices for each dwelling type.
Tarefa
Swipe to start coding
- Group the data in the
dfdataframe by the values of the'dtypeh'column. - Select the
'valueh', 'grosrth'columns. - Calculate mean values across groups.
Solução
| DESCRIPTION | CODE |
|---|---|
| Single-detached house | 1 |
| Apartment in build. 5+ storeys | 2 |
| Apartment in build. <5 storeys | 3 |
| Semi-detached house | 4 |
| Apartment in a detached duplex | 5 |
| Row house | 6 |
| Other single-attached house | 7 |
| Mobile home or other movable | 8 |
Tudo estava claro?
Obrigado pelo seu feedback!
Seção 3. Capítulo 5
single
Pergunte à IA
Pergunte à IA
Pergunte o que quiser ou experimente uma das perguntas sugeridas para iniciar nosso bate-papo
Awesome!
Completion rate improved to 2.56
Challenge
Deslize para mostrar o menu
Practice grouping data by finding out average prices for each dwelling type.
Tarefa
Swipe to start coding
- Group the data in the
dfdataframe by the values of the'dtypeh'column. - Select the
'valueh', 'grosrth'columns. - Calculate mean values across groups.
Solução
| DESCRIPTION | CODE |
|---|---|
| Single-detached house | 1 |
| Apartment in build. 5+ storeys | 2 |
| Apartment in build. <5 storeys | 3 |
| Semi-detached house | 4 |
| Apartment in a detached duplex | 5 |
| Row house | 6 |
| Other single-attached house | 7 |
| Mobile home or other movable | 8 |
Tudo estava claro?
Obrigado pelo seu feedback!
Seção 3. Capítulo 5
single