https://github.com/jnrlouis/demographic-data-analyser
Analyzing demographic data using Pandas using a dataset of demographic data that was extracted from the 1994 Census database.
https://github.com/jnrlouis/demographic-data-analyser
numpy-arrays pandas-dataframe
Last synced: 10 days ago
JSON representation
Analyzing demographic data using Pandas using a dataset of demographic data that was extracted from the 1994 Census database.
- Host: GitHub
- URL: https://github.com/jnrlouis/demographic-data-analyser
- Owner: Jnrlouis
- Created: 2021-03-29T01:20:56.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-14T14:09:55.000Z (almost 4 years ago)
- Last Synced: 2025-03-01T06:19:26.998Z (4 months ago)
- Topics: numpy-arrays, pandas-dataframe
- Language: Python
- Homepage:
- Size: 609 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Demographic Data Analyzer
| | age | workclass | fnlwgt | education | education-num | marital-status | occupation | relationship | race | sex | capital-gain | capital-loss | hours-per-week | native-country | salary |
|---:|------:|:-----------------|---------:|:------------|----------------:|:-------------------|:------------------|:---------------|:-------|:-------|---------------:|---------------:|-----------------:|:-----------------|:---------|
| 0 | 39 | State-gov | 77516 | Bachelors | 13 | Never-married | Adm-clerical | Not-in-family | White | Male | 2174 | 0 | 40 | United-States | <=50K |
| 1 | 50 | Self-emp-not-inc | 83311 | Bachelors | 13 | Married-civ-spouse | Exec-managerial | Husband | White | Male | 0 | 0 | 13 | United-States | <=50K |
| 2 | 38 | Private | 215646 | HS-grad | 9 | Divorced | Handlers-cleaners | Not-in-family | White | Male | 0 | 0 | 40 | United-States | <=50K |
| 3 | 53 | Private | 234721 | 11th | 7 | Married-civ-spouse | Handlers-cleaners | Husband | Black | Male | 0 | 0 | 40 | United-States | <=50K |
| 4 | 28 | Private | 338409 | Bachelors | 13 | Married-civ-spouse | Prof-specialty | Wife | Black | Female | 0 | 0 | 40 | Cuba | <=50K |### Dataset Source
Dua, D. and Graff, C. (2019). UCI Machine Learning Repository [http://archive.ics.uci.edu/ml]. Irvine, CA: University of California, School of Information and Computer Science.