Skip to content

Instantly share code, notes, and snippets.

@oladapo-joseph
Last active February 8, 2024 12:06
Show Gist options
  • Save oladapo-joseph/4d3c7c02357daad9bcec8bbb314db143 to your computer and use it in GitHub Desktop.
Save oladapo-joseph/4d3c7c02357daad9bcec8bbb314db143 to your computer and use it in GitHub Desktop.
clustering-adult-dataset-info
# Column Non-Null Count Dtype
--- ------ -------------- -----
0 age 5000 non-null int64
1 workclass 5000 non-null object
2 fnlwgt 5000 non-null int64
3 education 5000 non-null object
4 education_num 5000 non-null int64
5 marital_status 5000 non-null object
6 occupation 5000 non-null object
7 relationship 5000 non-null object
8 race 5000 non-null object
9 sex 5000 non-null object
10 capital_gain 5000 non-null int64
11 capital_loss 5000 non-null int64
12 hours_per_week 5000 non-null int64
13 native_country 5000 non-null object
14 pay_grade 5000 non-null object
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment