Datasets:

Modalities:
Tabular
Text
Formats:
parquet
Languages:
English
Libraries:
Datasets
pandas
License:
adult-census-income / README.md
nicholasKluge's picture
Update README.md
1cf306e verified
|
raw
history blame
1.27 kB
metadata
dataset_info:
  features:
    - name: age
      dtype: int64
    - name: workclass
      dtype: string
    - name: fnlwgt
      dtype: int64
    - name: education
      dtype: string
    - name: education.num
      dtype: int64
    - name: marital.status
      dtype: string
    - name: occupation
      dtype: string
    - name: relationship
      dtype: string
    - name: race
      dtype: string
    - name: sex
      dtype: string
    - name: capital.gain
      dtype: int64
    - name: capital.loss
      dtype: int64
    - name: hours.per.week
      dtype: int64
    - name: native.country
      dtype: string
    - name: income
      dtype: string
  splits:
    - name: train
      num_bytes: 5316802
      num_examples: 32561
  download_size: 553790
  dataset_size: 5316802
license: cc
language:
  - en
pretty_name: Adult Census Income
size_categories:
  - 10K<n<100K
task_categories:
  - text-classification
tags:
  - demographic

Adult Census Income (Teeny-Tiny Castle)

This dataset is part of a tutorial tied to the Teeny-Tiny Castle, an open-source repository containing educational tools for AI Ethics and Safety research.

How to Use

from datasets import load_dataset

dataset = load_dataset("AiresPucrs/adult-census-income", split = 'train')