Challenge
Practice grouping data by finding out average prices for each dwelling type.
Opgave
Swipe to start coding
- Group the data in the
df
dataframe by the values of the'dtypeh'
column. - Select the
'valueh', 'grosrth'
columns. - Calculate mean values across groups.
Løsning
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 |
Var alt klart?
Tak for dine kommentarer!
Sektion 3. Kapitel 5
single
Spørg AI
Spørg AI
Spørg om hvad som helst eller prøv et af de foreslåede spørgsmål for at starte vores chat
Awesome!
Completion rate improved to 2.56
Challenge
Stryg for at vise menuen
Practice grouping data by finding out average prices for each dwelling type.
Opgave
Swipe to start coding
- Group the data in the
df
dataframe by the values of the'dtypeh'
column. - Select the
'valueh', 'grosrth'
columns. - Calculate mean values across groups.
Løsning
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 |
Var alt klart?
Tak for dine kommentarer!
Awesome!
Completion rate improved to 2.56Sektion 3. Kapitel 5
single