Census-Income (KDD)
Donated on 3/6/2000
This data set contains weighted census data extracted from the 1994 and 1995 current population surveys conducted by the U.S. Census Bureau.
Dataset Characteristics
Multivariate
Subject Area
Social Science
Associated Tasks
Classification
Feature Type
Categorical, Integer
# Instances
299285
# Features
41
Dataset Information
Additional Information
This data set contains weighted census data extracted from the 1994 and 1995 Current Population Surveys conducted by the U.S. Census Bureau. The data contains 41 demographic and employment related variables. The instance weight indicates the number of people in the population that each record represents due to stratified sampling. To do real analysis and derive conclusions, this field must be used. This attribute should *not* be used in the classifiers. One instance per line with comma delimited fields. There are 199523 instances in the data file and 99762 in the test file. The data was split into train/test in approximately 2/3, 1/3 proportions using MineSet's MIndUtil mineset-to-mlc.
Has Missing Values?
Yes
Variables Table
Variable Name | Role | Type | Demographic | Description | Units | Missing Values |
---|---|---|---|---|---|---|
AAGE | Feature | Integer | Age | age | no | |
ACLSWKR | Feature | Categorical | class of worker | no | ||
ADTINK | Feature | Integer | industry code | no | ||
ADTOCC | Feature | Integer | Occupation | occupation code | no | |
AHGA | Feature | Integer | Education Level | education | no | |
AHSCOL | Feature | Categorical | Education Level | enrolled in edu last week | no | |
AMARITL | Feature | Categorical | Marital Status | marital status | no | |
AMJIND | Feature | Categorical | major industry code | no | ||
AMJOCC | Feature | Categorical | Occupation | major occupation code | no | |
ARACE | Feature | Categorical | Race | race | no |
0 to 10 of 42
Additional Variable Information
More information detailing the meaning of the attributes can be found in the Census Bureau's documentation To make use of the data descriptions at this site, the following mappings to the Census Bureau's internal database column names will be needed: age AAGE class of worker ACLSWKR industry code ADTIND occupation code ADTOCC adjusted gross income AGI education AHGA wage per hour AHRSPAY enrolled in edu inst last wk AHSCOL marital status AMARITL major industry code AMJIND major occupation code AMJOCC mace ARACE hispanic Origin AREORGN sex ASEX member of a labor union AUNMEM reason for unemployment AUNTYPE full or part time employment stat AWKSTAT capital gains CAPGAIN capital losses CAPLOSS divdends from stocks DIVVAL federal income tax liability FEDTAX tax filer status FILESTAT region of previous residence GRINREG state of previous residence GRINST detailed household and family stat HHDFMX detailed household summary in household HHDREL instance weight MARSUPWT migration code-change in msa MIGMTR1 migration code-change in reg MIGMTR3 migration code-move within reg MIGMTR4 live in this house 1 year ago MIGSAME migration prev res in sunbelt MIGSUN num persons worked for employer NOEMP family members under 18 PARENT total person earnings PEARNVAL country of birth father PEFNTVTY country of birth mother PEMNTVTY country of birth self PENATVTY citizenship PRCITSHP total person income PTOTVAL own business or self employed SEOTR taxable income amount TAXINC fill inc questionnaire for veteran's admin VETQVA veterans benefits VETYN weeks worked in year WKSWORK Note that Incomes have been binned at the $50K level to present a binary classification problem, much like the original UCI/ADULT database. The goal field of this data, however, was drawn from the "total person income" field rather than the "adjusted gross income" and may, therefore, behave differently than the orginal ADULT goal field.
Dataset Files
File | Size |
---|---|
census.tar.gz | 9.3 MB |
Papers Citing this Dataset
Sort by Year, desc
By Lei Xu, Kalyan Veeramachaneni. 2018
Published in ArXiv.
0 to 2 of 2
Reviews
There are no reviews for this dataset yet.
pip install ucimlrepo
from ucimlrepo import fetch_ucirepo # fetch dataset census_income_kdd = fetch_ucirepo(id=117) # data (as pandas dataframes) X = census_income_kdd.data.features y = census_income_kdd.data.targets # metadata print(census_income_kdd.metadata) # variable information print(census_income_kdd.variables)
Census-Income (KDD) [Dataset]. (2000). UCI Machine Learning Repository. https://doi.org/10.24432/C5N30T.
Keywords
DOI
License
This dataset is licensed under a Creative Commons Attribution 4.0 International (CC BY 4.0) license.
This allows for the sharing and adaptation of the datasets for any purpose, provided that the appropriate credit is given.