Conteúdo do Curso
Data Manipulation using pandas
Data Manipulation using pandas
Challenge
Let's find out the average prices for each pair of number of rooms - number of bedrooms in a dwelling.
Swipe to show code editor
- Group the values in the
df
dataframe by values of'roomh', 'broomh'
columns. - Select the
'valueh'
column. - Calculate means for each group.
Obrigado pelo seu feedback!
Challenge
Let's find out the average prices for each pair of number of rooms - number of bedrooms in a dwelling.
Swipe to show code editor
- Group the values in the
df
dataframe by values of'roomh', 'broomh'
columns. - Select the
'valueh'
column. - Calculate means for each group.
Obrigado pelo seu feedback!
Challenge
Let's find out the average prices for each pair of number of rooms - number of bedrooms in a dwelling.
Swipe to show code editor
- Group the values in the
df
dataframe by values of'roomh', 'broomh'
columns. - Select the
'valueh'
column. - Calculate means for each group.
Obrigado pelo seu feedback!
Let's find out the average prices for each pair of number of rooms - number of bedrooms in a dwelling.
Swipe to show code editor
- Group the values in the
df
dataframe by values of'roomh', 'broomh'
columns. - Select the
'valueh'
column. - Calculate means for each group.