Зміст курсу
Data Manipulation using pandas
Data Manipulation using pandas
Challenge
Let's compare mean and median prices for each dwelling type.
Swipe to show code editor
- Group the data in the
df
dataframe by the values of the'dtypeh'
column. - Select the
'valueh'
column. - For each group calculate mean and median (in this order).
Дякуємо за ваш відгук!
Challenge
Let's compare mean and median prices for each dwelling type.
Swipe to show code editor
- Group the data in the
df
dataframe by the values of the'dtypeh'
column. - Select the
'valueh'
column. - For each group calculate mean and median (in this order).
Дякуємо за ваш відгук!
Challenge
Let's compare mean and median prices for each dwelling type.
Swipe to show code editor
- Group the data in the
df
dataframe by the values of the'dtypeh'
column. - Select the
'valueh'
column. - For each group calculate mean and median (in this order).
Дякуємо за ваш відгук!
Let's compare mean and median prices for each dwelling type.
Swipe to show code editor
- Group the data in the
df
dataframe by the values of the'dtypeh'
column. - Select the
'valueh'
column. - For each group calculate mean and median (in this order).