Skip to content

In this challenge you must analyze demographic data using Pandas. You are given a dataset of demographic data that was extracted from the 1994 Census database.

Notifications You must be signed in to change notification settings

joshkin2/Demographic-data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Demographic-data

In this challenge you must analyze demographic data using Pandas. You are given a dataset of demographic data that was extracted from the 1994 Census database. You are to solve the following probems:

  1. How many people of each race are represented in this dataset?

  2. This should be a Pandas series with race names as the index labels. (race column)

  3. What is the average age of men?

  4. What is the percentage of people who have a Bachelor's degree?

  5. What percentage of people with advanced education (Bachelors, Masters, or Doctorate) make more than 50K?

  6. What percentage of people without advanced education make more than 50K?

  7. What is the minimum number of hours a person works per week?

  8. What percentage of the people who work the minimum number of hours per week have a salary of more than 50K?

  9. What country has the highest percentage of people that earn >50K and what is that percentage?

  10. Identify the most popular occupation for those who earn >50K in India.

About

In this challenge you must analyze demographic data using Pandas. You are given a dataset of demographic data that was extracted from the 1994 Census database.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages