Challenge
Let's find out how many dwellings of each type are in the dataframe. Below the task description you can find code meanings.
Uppgift
Swipe to start coding
- Group the values of the
df
dataframe 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 |
Var allt tydligt?
Tack för dina kommentarer!
Avsnitt 3. Kapitel 3
single
Fråga AI
Fråga AI
Fråga vad du vill eller prova någon av de föreslagna frågorna för att starta vårt samtal
Awesome!
Completion rate improved to 2.56
Challenge
Svep för att visa menyn
Let's find out how many dwellings of each type are in the dataframe. Below the task description you can find code meanings.
Uppgift
Swipe to start coding
- Group the values of the
df
dataframe 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 |
Var allt tydligt?
Tack för dina kommentarer!
Awesome!
Completion rate improved to 2.56Avsnitt 3. Kapitel 3
single