Challenge
Let's find out how many dwellings of each type are in the dataframe. Below the task description you can find code meanings.
Oppgave
Swipe to start coding
- Group the values of the
dfdataframe by the'dtypeh'column values. - Get the number of rows (size) within each group.
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 |
Alt var klart?
Takk for tilbakemeldingene dine!
Seksjon 3. Kapittel 3
single
Spør AI
Spør AI
Spør om hva du vil, eller prøv ett av de foreslåtte spørsmålene for å starte chatten vår
Awesome!
Completion rate improved to 2.56
Challenge
Sveip for å vise menyen
Let's find out how many dwellings of each type are in the dataframe. Below the task description you can find code meanings.
Oppgave
Swipe to start coding
- Group the values of the
dfdataframe by the'dtypeh'column values. - Get the number of rows (size) within each group.
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 |
Alt var klart?
Takk for tilbakemeldingene dine!
Seksjon 3. Kapittel 3
single