Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Challenge | Aggregating and Visualizing Data
Data Manipulation using pandas

Challenge

Let's find out median number of people dwelling (median is more appropriate since we are working with integers) and mean total income for each type of dwelling.

Task

  1. Group the data in the df dataframe by the values of the 'dtypeh' column.
  2. Find out median value of the 'hhsize' column and mean value of the 'totinch' column across each group.

Everything was clear?

Section 4. Chapter 4
toggle bottom row
course content

Course Content

Data Manipulation using pandas

Challenge

Let's find out median number of people dwelling (median is more appropriate since we are working with integers) and mean total income for each type of dwelling.

Task

  1. Group the data in the df dataframe by the values of the 'dtypeh' column.
  2. Find out median value of the 'hhsize' column and mean value of the 'totinch' column across each group.

Everything was clear?

Section 4. Chapter 4
toggle bottom row
some-alt