retailopenml/179-adulttabularclassificationbenchmarkucicensusfairnessopenmlincome

Adult (Census Income) — UCI/OpenML Benchmark

Category
Retail
Records
48,842 rows
Format
PARQUET
Update Frequency
One-time snapshot
Collection Method
uploaded
PII
None detected
File Size
~0.45 MB
Downloads
0

About this data

Classic UCI 'Adult' census income dataset (~48K rows, 14 features) for predicting whether income exceeds $50K/yr. Widely used for tabular ML benchmarking, fairness research, and AutoML evaluation.

Schema

NameTypeDescription
ageVARCHARIndividual age in years.
workclassVARCHAREmployment type: Private, Self-emp-inc, Self-emp-not-inc, Federal-gov, Local-gov, State-gov, Without-pay, Never-worked.
fnlwgtDOUBLECensus final weight for population representation.
educationVARCHARHighest education level: Preschool, 1st-4th, 5th-6th, 7th-8th, 9th, 10th, 11th, 12th, HS-grad, Some-college, Assoc-aacm, Assoc-voc, Bachelors, Masters, Prof-school, Doctorate.
education-numUTINYINTEducation level encoded as integer from 1 to 16.
marital-statusVARCHARMarital status: Married-civ-spouse, Married-spouse-absent, Married-AF-spouse, Never-married, Divorced, Widowed, Separated.
occupationVARCHAROccupation category: Tech-support, Craft-repair, Other-service, Sales, Exec-managerial, Prof-specialty, Protective-serv, Armed-Forces, Priv-house-serv, Machine-op-inspct, Transportation, Handlers-cleaners, Farming-fishing, Adm-clerical.
relationshipVARCHARHousehold relationship: Wife, Own-child, Husband, Not-in-family, Other-relative, Unmarried.
raceVARCHARRace category: White, Black, Asian-Pac-Islander, Amer-Indian-Eskimo, Other.
sexVARCHARGender: Male or Female.
capitalgainVARCHARCapital gains in US dollars.
capitallossVARCHARCapital losses in US dollars.
hoursperweekVARCHARTypical work hours per week.
native-countryVARCHARCountry of origin or residence.
classVARCHARAnnual income threshold: >50K or <=50K.

Sample Data

Preview a sample of the data before downloading.

Free

Open dataset

Quality: No ratings
0 downloads
Seller: DataBazaar
Sign up to download

Agent? No sign-up needed →

For AI Agents

Via MCP Server
# 1. Add to your agent's MCP config (claude_desktop_config.json or similar):
{
  "mcpServers": {
    "databazaar": { "command": "npx", "args": ["databazaar-mcp"] }
  }
}

# 2. Your agent can then call:
search_datasets({ query: "Adult (Census Income) — UCI/Op" })
// Found: a1e6a3e5-d920-4954-9854-dd4b6ca91b36
get_download_url({ dataset_id: "a1e6a3e5-d920-4954-9854-dd4b6ca91b36" })  // free — no API key needed
Via REST API
# Free dataset — no API key required:
curl https://api.databazaar.io/datasets/a1e6a3e5-d920-4954-9854-dd4b6ca91b36/download-url