Dataset Preview
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed because of a cast error
Error code: DatasetGenerationCastError
Exception: DatasetGenerationCastError
Message: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 1 new columns ({'income_above_limit'})
This happened while the csv dataset builder was generating data using
hf://datasets/Garvitarunav/Train/Train.csv (at revision 6c13de6e2fb0a409dc8cd896db6c6d7ba2da8927)
Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)
Traceback: Traceback (most recent call last):
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1831, in _prepare_split_single
writer.write_table(table)
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/arrow_writer.py", line 644, in write_table
pa_table = table_cast(pa_table, self._schema)
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2272, in table_cast
return cast_table_to_schema(table, schema)
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2218, in cast_table_to_schema
raise CastError(
datasets.table.CastError: Couldn't cast
ID: string
age: int64
gender: string
education: string
class: string
education_institute: string
marital_status: string
race: string
is_hispanic: string
employment_commitment: string
unemployment_reason: string
employment_stat: int64
wage_per_hour: int64
is_labor_union: string
working_week_per_year: int64
industry_code: int64
industry_code_main: string
occupation_code: int64
occupation_code_main: string
total_employed: int64
household_stat: string
household_summary: string
under_18_family: string
veterans_admin_questionnaire: string
vet_benefit: int64
tax_status: string
gains: int64
losses: int64
stocks_status: int64
citizenship: string
mig_year: int64
country_of_birth_own: string
country_of_birth_father: string
country_of_birth_mother: string
migration_code_change_in_msa: string
migration_prev_sunbelt: string
migration_code_move_within_reg: string
migration_code_change_in_reg: string
residence_1_year_ago: string
old_residence_reg: string
old_residence_state: string
importance_of_record: double
income_above_limit: string
-- schema metadata --
pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 5852
to
{'ID': Value('string'), 'age': Value('int64'), 'gender': Value('string'), 'education': Value('string'), 'class': Value('string'), 'education_institute': Value('string'), 'marital_status': Value('string'), 'race': Value('string'), 'is_hispanic': Value('string'), 'employment_commitment': Value('string'), 'unemployment_reason': Value('string'), 'employment_stat': Value('int64'), 'wage_per_hour': Value('int64'), 'is_labor_union': Value('string'), 'working_week_per_year': Value('int64'), 'industry_code': Value('int64'), 'industry_code_main': Value('string'), 'occupation_code': Value('int64'), 'occupation_code_main': Value('string'), 'total_employed': Value('int64'), 'household_stat': Value('string'), 'household_summary': Value('string'), 'under_18_family': Value('string'), 'veterans_admin_questionnaire': Value('string'), 'vet_benefit': Value('int64'), 'tax_status': Value('string'), 'gains': Value('int64'), 'losses': Value('int64'), 'stocks_status': Value('int64'), 'citizenship': Value('string'), 'mig_year': Value('int64'), 'country_of_birth_own': Value('string'), 'country_of_birth_father': Value('string'), 'country_of_birth_mother': Value('string'), 'migration_code_change_in_msa': Value('string'), 'migration_prev_sunbelt': Value('string'), 'migration_code_move_within_reg': Value('string'), 'migration_code_change_in_reg': Value('string'), 'residence_1_year_ago': Value('string'), 'old_residence_reg': Value('string'), 'old_residence_state': Value('string'), 'importance_of_record': Value('float64')}
because column names don't match
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1456, in compute_config_parquet_and_info_response
parquet_operations = convert_to_parquet(builder)
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1055, in convert_to_parquet
builder.download_and_prepare(
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 894, in download_and_prepare
self._download_and_prepare(
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 970, in _download_and_prepare
self._prepare_split(split_generator, **prepare_split_kwargs)
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1702, in _prepare_split
for job_id, done, content in self._prepare_split_single(
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1833, in _prepare_split_single
raise DatasetGenerationCastError.from_cast_error(
datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 1 new columns ({'income_above_limit'})
This happened while the csv dataset builder was generating data using
hf://datasets/Garvitarunav/Train/Train.csv (at revision 6c13de6e2fb0a409dc8cd896db6c6d7ba2da8927)
Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
ID string | age int64 | gender string | education string | class string | education_institute string | marital_status string | race string | is_hispanic string | employment_commitment string | unemployment_reason null | employment_stat int64 | wage_per_hour int64 | is_labor_union string | working_week_per_year int64 | industry_code int64 | industry_code_main string | occupation_code int64 | occupation_code_main string | total_employed int64 | household_stat string | household_summary string | under_18_family string | veterans_admin_questionnaire null | vet_benefit int64 | tax_status string | gains int64 | losses int64 | stocks_status int64 | citizenship string | mig_year int64 | country_of_birth_own string | country_of_birth_father string | country_of_birth_mother string | migration_code_change_in_msa string | migration_prev_sunbelt string | migration_code_move_within_reg string | migration_code_change_in_reg string | residence_1_year_ago string | old_residence_reg null | old_residence_state null | importance_of_record float64 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ID_TZ209499 | 54 | Male | High school graduate | Private | null | Married-civilian spouse present | White | All other | Children or Armed Forces | null | 0 | 600 | No | 46 | 29 | Transportation | 38 | Transportation and material moving | 2 | Householder | Householder | null | null | 2 | Joint both under 65 | 0 | 0 | 0 | Native | 94 | US | US | US | unchanged | null | unchanged | unchanged | Same | null | null | 3,388.96 |
ID_TZ209500 | 53 | Male | 5th or 6th grade | Private | null | Married-civilian spouse present | White | Central or South American | Full-time schedules | null | 0 | 0 | null | 52 | 5 | Manufacturing-durable goods | 37 | Machine operators assmblrs & inspctrs | 4 | Householder | Householder | null | null | 2 | Joint both under 65 | 0 | 0 | 0 | Foreign born- Not a citizen of U S | 95 | El-Salvador | El-Salvador | El-Salvador | ? | ? | ? | ? | null | null | null | 1,177.55 |
ID_TZ209501 | 42 | Male | Bachelors degree(BA AB BS) | Private | null | Married-civilian spouse present | White | All other | Full-time schedules | null | 1 | 0 | null | 44 | 37 | Business and repair services | 4 | Professional specialty | 5 | Householder | Householder | null | null | 2 | Joint both under 65 | 15,024 | 0 | 500 | Native | 95 | US | US | US | ? | ? | ? | ? | null | null | null | 4,898.55 |
ID_TZ209502 | 16 | Female | 9th grade | null | High school | Never married | White | All other | Children or Armed Forces | null | 0 | 0 | null | 8 | 0 | Not in universe or children | 0 | null | 6 | Child <18 never marr not in subfamily | Child under 18 never married | Both parents present | null | 2 | Single | 0 | 0 | 0 | Native | 94 | US | US | US | unchanged | null | unchanged | unchanged | Same | null | null | 1,391.44 |
ID_TZ209503 | 16 | Male | 9th grade | null | High school | Never married | White | All other | Not in labor force | null | 0 | 0 | null | 0 | 0 | Not in universe or children | 0 | null | 0 | Child <18 never marr not in subfamily | Child under 18 never married | Both parents present | null | 2 | Nonfiler | 0 | 0 | 0 | Native | 95 | US | US | US | ? | ? | ? | ? | null | null | null | 1,933.18 |
ID_TZ209504 | 0 | Male | Children | null | null | Never married | White | All other | Children or Armed Forces | null | 0 | 0 | null | 0 | 0 | Not in universe or children | 0 | null | 0 | Child <18 never marr not in subfamily | Child under 18 never married | Both parents present | null | 0 | Nonfiler | 0 | 0 | 0 | Native | 95 | US | US | US | ? | ? | ? | ? | null | null | null | 2,193.86 |
ID_TZ209505 | 9 | Male | Children | null | null | Never married | White | All other | Children or Armed Forces | null | 0 | 0 | null | 0 | 0 | Not in universe or children | 0 | null | 0 | Child <18 never marr not in subfamily | Child under 18 never married | Both parents present | null | 0 | Nonfiler | 0 | 0 | 0 | Native | 95 | US | US | US | ? | ? | ? | ? | null | null | null | 1,117.13 |
ID_TZ209506 | 10 | Male | Children | null | null | Never married | Other | Puerto Rican | Children or Armed Forces | null | 0 | 0 | null | 0 | 0 | Not in universe or children | 0 | null | 0 | Child <18 never marr not in subfamily | Child under 18 never married | Both parents present | null | 0 | Nonfiler | 0 | 0 | 0 | Native- Born in Puerto Rico or U S Outlying | 95 | Puerto-Rico | US | Puerto-Rico | ? | ? | ? | ? | null | null | null | 644.83 |
ID_TZ209507 | 9 | Female | Children | null | null | Never married | White | Central or South American | Children or Armed Forces | null | 0 | 0 | null | 0 | 0 | Not in universe or children | 0 | null | 0 | Child <18 never marr not in subfamily | Child under 18 never married | Both parents present | null | 0 | Nonfiler | 0 | 0 | 0 | Foreign born- Not a citizen of U S | 95 | Guatemala | Nicaragua | Nicaragua | ? | ? | ? | ? | null | null | null | 1,145.68 |
ID_TZ209508 | 54 | Female | High school graduate | Private | null | Married-civilian spouse present | White | All other | Full-time schedules | null | 0 | 0 | null | 52 | 34 | Finance insurance and real estate | 26 | Adm support including clerical | 6 | Householder | Householder | null | null | 2 | Joint both under 65 | 0 | 0 | 0 | Native | 95 | US | US | US | ? | ? | ? | ? | null | null | null | 1,517.17 |
ID_TZ209509 | 32 | Male | Some college but no degree | Private | null | Married-civilian spouse present | White | All other | Full-time schedules | null | 2 | 2,000 | Same | 52 | 31 | Utilities and sanitary services | 34 | Precision production craft & repair | 1 | Householder | Householder | null | null | 2 | Joint both under 65 | 0 | 0 | 0 | Native | 95 | US | US | US | ? | ? | ? | ? | null | null | null | 3,860.41 |
ID_TZ209510 | 45 | Male | Bachelors degree(BA AB BS) | Federal government | null | Never married | White | All other | Children or Armed Forces | null | 0 | 1,800 | Same | 52 | 29 | Transportation | 25 | Adm support including clerical | 6 | Nonfamily householder | Householder | null | null | 2 | Single | 0 | 0 | 0 | Native | 94 | US | US | US | unchanged | null | unchanged | unchanged | Same | null | null | 1,558.68 |
ID_TZ209511 | 17 | Male | 11th grade | null | High school | Never married | White | All other | Children or Armed Forces | null | 0 | 0 | null | 0 | 0 | Not in universe or children | 0 | null | 0 | Child <18 never marr not in subfamily | Child under 18 never married | Both parents present | null | 2 | Nonfiler | 0 | 0 | 0 | Native | 94 | US | US | US | unchanged | null | unchanged | unchanged | Same | null | null | 207.01 |
ID_TZ209512 | 23 | Female | Bachelors degree(BA AB BS) | Private | null | Never married | White | All other | Full-time schedules | null | 0 | 550 | No | 15 | 32 | Wholesale trade | 26 | Adm support including clerical | 4 | Child 18+ never marr Not in a subfamily | Child 18 or older | null | null | 2 | Single | 0 | 0 | 0 | Native | 95 | US | US | US | ? | ? | ? | ? | null | null | null | 1,388.76 |
ID_TZ209513 | 32 | Female | Some college but no degree | null | null | Married-civilian spouse present | White | All other | Children or Armed Forces | null | 0 | 0 | null | 52 | 0 | Not in universe or children | 0 | null | 1 | Spouse of householder | Spouse of householder | null | null | 2 | Joint both under 65 | 0 | 0 | 0 | Native | 94 | US | US | US | MSA to MSA | Same | Different county same state | Different county same state | No | null | null | 2,600.07 |
ID_TZ209514 | 42 | Female | 10th grade | null | null | Married-civilian spouse present | White | All other | Children or Armed Forces | null | 0 | 0 | null | 0 | 0 | Not in universe or children | 0 | null | 0 | Spouse of householder | Spouse of householder | null | null | 2 | Joint both under 65 | 0 | 0 | 0 | Native | 94 | US | US | US | unchanged | null | unchanged | unchanged | Same | null | null | 2,629.88 |
ID_TZ209515 | 38 | Female | Bachelors degree(BA AB BS) | null | null | Married-civilian spouse present | White | All other | Children or Armed Forces | null | 0 | 0 | null | 0 | 0 | Not in universe or children | 0 | null | 0 | Spouse of householder | Spouse of householder | null | null | 2 | Joint both under 65 | 0 | 0 | 59 | Native | 94 | US | US | US | unchanged | null | unchanged | unchanged | Same | null | null | 1,544.03 |
ID_TZ209516 | 13 | Female | Children | null | null | Never married | White | All other | Children or Armed Forces | null | 0 | 0 | null | 0 | 0 | Not in universe or children | 0 | null | 0 | Child <18 never marr not in subfamily | Child under 18 never married | Both parents present | null | 0 | Nonfiler | 0 | 0 | 0 | Native | 95 | US | US | US | ? | ? | ? | ? | null | null | null | 1,120.96 |
ID_TZ209517 | 15 | Female | 7th and 8th grade | null | null | Never married | White | All other | Not in labor force | null | 0 | 0 | null | 0 | 0 | Not in universe or children | 0 | null | 0 | Child <18 never marr not in subfamily | Child under 18 never married | Mother only present | null | 2 | Nonfiler | 0 | 0 | 0 | Native | 95 | US | US | US | ? | ? | ? | ? | null | null | null | 2,808.1 |
ID_TZ209518 | 54 | Female | Bachelors degree(BA AB BS) | Private | null | Married-civilian spouse present | White | All other | Children or Armed Forces | null | 0 | 0 | No | 52 | 43 | Education | 12 | Professional specialty | 4 | Spouse of householder | Spouse of householder | null | null | 2 | Joint both under 65 | 0 | 0 | 2,500 | Native | 94 | US | US | US | unchanged | null | unchanged | unchanged | Same | null | null | 1,668.97 |
ID_TZ209519 | 33 | Male | High school graduate | Private | null | Never married | Black | All other | Full-time schedules | null | 0 | 0 | null | 35 | 25 | Manufacturing-nondurable goods | 14 | Technicians and related support | 4 | Child 18+ never marr RP of subfamily | Child 18 or older | null | null | 2 | Head of household | 0 | 0 | 0 | Native | 95 | US | US | US | ? | ? | ? | ? | null | null | null | 1,807.27 |
ID_TZ209520 | 8 | Female | Children | null | null | Never married | White | Central or South American | Children or Armed Forces | null | 0 | 0 | null | 0 | 0 | Not in universe or children | 0 | null | 0 | Child <18 never marr not in subfamily | Child under 18 never married | Both parents present | null | 0 | Nonfiler | 0 | 0 | 0 | Foreign born- Not a citizen of U S | 95 | ? | ? | ? | ? | ? | ? | ? | null | null | null | 1,952.86 |
ID_TZ209521 | 32 | Male | Associates degree-occup /vocational | Private | null | Married-civilian spouse present | White | All other | Children or Armed Forces | null | 0 | 0 | null | 52 | 8 | Manufacturing-durable goods | 34 | Precision production craft & repair | 4 | Spouse of householder | Spouse of householder | null | null | 2 | Joint both under 65 | 0 | 0 | 0 | Native | 94 | US | US | US | NonMSA to nonMSA | Same | Same county | Same county | No | null | null | 2,081.14 |
ID_TZ209522 | 30 | Female | Some college but no degree | null | null | Married-civilian spouse present | White | All other | Children or Armed Forces | null | 0 | 0 | null | 0 | 0 | Not in universe or children | 0 | null | 0 | Spouse of householder | Spouse of householder | null | null | 2 | Joint both under 65 | 0 | 0 | 0 | Native | 94 | US | US | US | MSA to MSA | No | Same county | Same county | No | null | null | 3,160.68 |
ID_TZ209523 | 10 | Female | Children | null | null | Never married | White | All other | Children or Armed Forces | null | 0 | 0 | null | 0 | 0 | Not in universe or children | 0 | null | 0 | Child <18 never marr not in subfamily | Child under 18 never married | Both parents present | null | 0 | Nonfiler | 0 | 0 | 0 | Native | 95 | US | US | US | ? | ? | ? | ? | null | null | null | 1,491.09 |
ID_TZ209524 | 12 | Male | Children | null | null | Never married | White | All other | Children or Armed Forces | null | 0 | 0 | null | 0 | 0 | Not in universe or children | 0 | null | 0 | Child <18 never marr not in subfamily | Child under 18 never married | Father only present | null | 0 | Nonfiler | 0 | 0 | 0 | Native | 94 | US | US | US | unchanged | null | unchanged | unchanged | Same | null | null | 1,761.8 |
ID_TZ209525 | 32 | Female | Masters degree(MA MS MEng MEd MSW MBA) | Private | null | Married-civilian spouse present | Asian or Pacific Islander | All other | PT for non-econ reasons usually FT | null | 2 | 0 | null | 52 | 44 | Social services | 3 | Executive admin and managerial | 4 | Spouse of householder | Spouse of householder | null | null | 2 | Joint both under 65 | 0 | 0 | 0 | Foreign born- U S citizen by naturalization | 95 | Taiwan | China | Taiwan | ? | ? | ? | ? | null | null | null | 651.37 |
ID_TZ209526 | 18 | Male | 11th grade | Private | High school | Never married | White | Mexican (Mexicano) | Children or Armed Forces | null | 0 | 0 | No | 0 | 33 | Retail trade | 41 | Handlers equip cleaners etc | 0 | Child 18+ never marr Not in a subfamily | Child 18 or older | null | null | 2 | Nonfiler | 0 | 0 | 0 | Foreign born- Not a citizen of U S | 94 | Honduras | Mexico | Mexico | unchanged | null | unchanged | unchanged | Same | null | null | 2,327.68 |
ID_TZ209527 | 1 | Female | Children | null | null | Never married | White | All other | Children or Armed Forces | null | 0 | 0 | null | 0 | 0 | Not in universe or children | 0 | null | 0 | Child <18 never marr not in subfamily | Child under 18 never married | Mother only present | null | 0 | Nonfiler | 0 | 0 | 0 | Native | 94 | US | US | US | MSA to MSA | No | Same county | Same county | No | null | null | 1,241.97 |
ID_TZ209528 | 56 | Female | Some college but no degree | Federal government | null | Widowed | White | All other | Full-time schedules | null | 0 | 1,069 | No | 52 | 49 | Public administration | 26 | Adm support including clerical | 6 | Nonfamily householder | Householder | null | null | 2 | Single | 0 | 0 | 0 | Native | 95 | US | US | US | ? | ? | ? | ? | null | null | null | 1,590.39 |
ID_TZ209529 | 13 | Male | Children | null | null | Never married | White | All other | Children or Armed Forces | null | 0 | 0 | null | 0 | 0 | Not in universe or children | 0 | null | 0 | Child <18 never marr not in subfamily | Child under 18 never married | Both parents present | null | 0 | Nonfiler | 0 | 0 | 0 | Native | 94 | US | US | US | Not identifiable | No | Different state in West | Different division same region | No | null | null | 861.94 |
ID_TZ209530 | 34 | Female | Associates degree-occup /vocational | Private | null | Married-civilian spouse present | Asian or Pacific Islander | All other | Children or Armed Forces | null | 0 | 0 | null | 52 | 42 | Medical except hospital | 30 | Other service | 3 | Spouse of householder | Spouse of householder | null | null | 2 | Joint one under 65 & one 65+ | 0 | 0 | 0 | Foreign born- U S citizen by naturalization | 94 | Philippines | Philippines | Philippines | MSA to MSA | Same | Different county same state | Different county same state | No | null | null | 2,804.29 |
ID_TZ209531 | 3 | Female | Children | null | null | Never married | White | All other | Children or Armed Forces | null | 0 | 0 | null | 0 | 0 | Not in universe or children | 0 | null | 0 | Child <18 never marr not in subfamily | Child under 18 never married | Both parents present | null | 0 | Nonfiler | 0 | 0 | 0 | Native | 95 | US | US | US | ? | ? | ? | ? | null | null | null | 1,702.4 |
ID_TZ209532 | 31 | Male | High school graduate | Private | null | Never married | Black | All other | Full-time schedules | null | 0 | 0 | null | 0 | 39 | Personal services except private HH | 29 | Other service | 0 | Nonfamily householder | Householder | null | null | 2 | Nonfiler | 0 | 0 | 0 | Native | 95 | US | US | US | ? | ? | ? | ? | null | null | null | 1,993.39 |
ID_TZ209533 | 46 | Female | Bachelors degree(BA AB BS) | Private | null | Married-civilian spouse present | White | All other | Children or Armed Forces | null | 0 | 0 | null | 49 | 45 | Other professional services | 14 | Technicians and related support | 6 | Spouse of householder | Spouse of householder | null | null | 2 | Joint both under 65 | 0 | 0 | 0 | Foreign born- U S citizen by naturalization | 94 | ? | ? | ? | unchanged | null | unchanged | unchanged | Same | null | null | 3,077.65 |
ID_TZ209534 | 31 | Female | Some college but no degree | Private | null | Never married | White | All other | Children or Armed Forces | null | 2 | 0 | null | 52 | 30 | Communications | 19 | Sales | 6 | Nonfamily householder | Householder | null | null | 2 | Single | 0 | 0 | 500 | Native | 94 | US | US | US | unchanged | null | unchanged | unchanged | Same | null | null | 293.78 |
ID_TZ209535 | 23 | Male | 9th grade | Private | null | Never married | White | Mexican-American | Full-time schedules | null | 0 | 1,000 | No | 0 | 29 | Transportation | 26 | Adm support including clerical | 0 | Other Rel 18+ never marr not in subfamily | Other relative of householder | null | null | 2 | Nonfiler | 0 | 0 | 0 | Foreign born- Not a citizen of U S | 95 | Mexico | Mexico | Mexico | ? | ? | ? | ? | null | null | null | 1,600.97 |
ID_TZ209536 | 23 | Male | High school graduate | Private | null | Never married | Black | All other | Full-time schedules | null | 0 | 465 | No | 52 | 33 | Retail trade | 29 | Other service | 3 | Child 18+ never marr Not in a subfamily | Child 18 or older | null | null | 2 | Single | 0 | 0 | 0 | Native | 95 | US | US | US | ? | ? | ? | ? | null | null | null | 1,667.61 |
ID_TZ209537 | 64 | Male | High school graduate | null | null | Married-civilian spouse present | White | All other | Not in labor force | null | 0 | 0 | null | 0 | 0 | Not in universe or children | 0 | null | 0 | Householder | Householder | null | null | 2 | Joint both under 65 | 0 | 0 | 0 | Native | 95 | US | US | US | ? | ? | ? | ? | null | null | null | 357.83 |
ID_TZ209538 | 20 | Female | 12th grade no diploma | Private | null | Never married | White | Mexican-American | Full-time schedules | null | 0 | 0 | null | 52 | 33 | Retail trade | 2 | Executive admin and managerial | 6 | Child 18+ never marr Not in a subfamily | Child 18 or older | null | null | 2 | Single | 0 | 0 | 0 | Native | 95 | US | Mexico | Mexico | ? | ? | ? | ? | null | null | null | 2,686.68 |
ID_TZ209539 | 11 | Female | Children | null | null | Never married | White | All other | Children or Armed Forces | null | 0 | 0 | null | 0 | 0 | Not in universe or children | 0 | null | 0 | Child <18 never marr not in subfamily | Child under 18 never married | Both parents present | null | 0 | Nonfiler | 0 | 0 | 0 | Native | 95 | US | US | US | ? | ? | ? | ? | null | null | null | 992.15 |
ID_TZ209540 | 59 | Female | 9th grade | Private | null | Widowed | White | All other | Full-time schedules | null | 0 | 0 | null | 52 | 22 | Manufacturing-nondurable goods | 36 | Machine operators assmblrs & inspctrs | 3 | Nonfamily householder | Householder | null | null | 2 | Single | 0 | 0 | 0 | Native | 95 | US | US | US | ? | ? | ? | ? | null | null | null | 3,048.35 |
ID_TZ209541 | 15 | Male | 9th grade | null | null | Never married | White | All other | Not in labor force | null | 0 | 0 | null | 0 | 0 | Not in universe or children | 0 | null | 0 | Child <18 never marr not in subfamily | Child under 18 never married | Both parents present | null | 2 | Nonfiler | 0 | 0 | 0 | Native | 95 | US | US | US | ? | ? | ? | ? | null | null | null | 1,117.08 |
ID_TZ209542 | 68 | Female | High school graduate | null | null | Never married | Black | All other | Not in labor force | null | 0 | 0 | null | 0 | 0 | Not in universe or children | 0 | null | 0 | Nonfamily householder | Householder | null | null | 2 | Single | 0 | 0 | 0 | Native | 95 | US | US | US | ? | ? | ? | ? | null | null | null | 481.62 |
ID_TZ209543 | 13 | Male | Children | null | null | Never married | White | All other | Children or Armed Forces | null | 0 | 0 | null | 0 | 0 | Not in universe or children | 0 | null | 0 | Grandchild <18 never marr not in subfamily | Other relative of householder | Neither parent present | null | 0 | Nonfiler | 0 | 0 | 0 | Native | 94 | US | US | US | unchanged | null | unchanged | unchanged | Same | null | null | 1,926.93 |
ID_TZ209544 | 90 | Female | 7th and 8th grade | null | null | Never married | White | All other | Not in labor force | null | 0 | 0 | null | 0 | 0 | Not in universe or children | 0 | null | 0 | Nonfamily householder | Householder | null | null | 2 | Single | 0 | 0 | 40 | Native | 95 | US | Germany | US | ? | ? | ? | ? | null | null | null | 1,484.2 |
ID_TZ209545 | 35 | Female | High school graduate | null | null | Widowed | White | All other | Children or Armed Forces | null | 2 | 0 | null | 34 | 0 | Not in universe or children | 0 | null | 4 | Child 18+ ever marr RP of subfamily | Child 18 or older | null | null | 2 | Head of household | 0 | 0 | 0 | Native | 94 | US | US | US | unchanged | null | unchanged | unchanged | Same | null | null | 1,190.63 |
ID_TZ209546 | 8 | Male | Children | null | null | Never married | Other | Chicano | Children or Armed Forces | null | 0 | 0 | null | 0 | 0 | Not in universe or children | 0 | null | 0 | Child <18 never marr not in subfamily | Child under 18 never married | Mother only present | null | 0 | Nonfiler | 0 | 0 | 0 | Native | 95 | US | US | US | ? | ? | ? | ? | null | null | null | 1,669.97 |
ID_TZ209547 | 3 | Female | Children | null | null | Never married | White | All other | Children or Armed Forces | null | 0 | 0 | null | 0 | 0 | Not in universe or children | 0 | null | 0 | Other Rel <18 never marr not in subfamily | Other relative of householder | Neither parent present | null | 0 | Nonfiler | 0 | 0 | 0 | Native | 95 | US | US | US | ? | ? | ? | ? | null | null | null | 4,447.35 |
ID_TZ209548 | 6 | Male | Children | null | null | Never married | White | All other | Children or Armed Forces | null | 0 | 0 | null | 0 | 0 | Not in universe or children | 0 | null | 0 | Child <18 never marr not in subfamily | Child under 18 never married | Both parents present | null | 0 | Nonfiler | 0 | 0 | 0 | Native | 95 | US | US | US | ? | ? | ? | ? | null | null | null | 1,064.36 |
ID_TZ209549 | 17 | Male | 11th grade | Private | High school | Never married | White | All other | Unemployed full-time | null | 0 | 0 | null | 7 | 19 | Manufacturing-nondurable goods | 35 | Precision production craft & repair | 1 | Child <18 never marr not in subfamily | Child under 18 never married | Both parents present | null | 2 | Nonfiler | 0 | 0 | 0 | Native | 95 | US | US | US | ? | ? | ? | ? | null | null | null | 334.39 |
ID_TZ209550 | 42 | Female | Bachelors degree(BA AB BS) | Local government | null | Married-civilian spouse present | White | All other | Children or Armed Forces | null | 0 | 0 | null | 23 | 43 | Education | 26 | Adm support including clerical | 6 | Spouse of householder | Spouse of householder | null | null | 2 | Joint both under 65 | 0 | 0 | 150 | Native | 94 | US | US | US | unchanged | null | unchanged | unchanged | Same | null | null | 2,188.47 |
ID_TZ209551 | 24 | Female | Bachelors degree(BA AB BS) | Local government | null | Married-civilian spouse present | White | All other | Full-time schedules | null | 2 | 0 | null | 52 | 43 | Education | 26 | Adm support including clerical | 4 | Spouse of householder | Spouse of householder | null | null | 2 | Joint both under 65 | 0 | 0 | 0 | Native | 95 | US | US | US | ? | ? | ? | ? | null | null | null | 443.53 |
ID_TZ209552 | 4 | Male | Children | null | null | Never married | Black | All other | Children or Armed Forces | null | 0 | 0 | null | 0 | 0 | Not in universe or children | 0 | null | 0 | Child <18 never marr not in subfamily | Child under 18 never married | Mother only present | null | 0 | Nonfiler | 0 | 0 | 0 | Native | 95 | US | US | US | ? | ? | ? | ? | null | null | null | 3,034.97 |
ID_TZ209553 | 26 | Female | Bachelors degree(BA AB BS) | Private | null | Never married | White | All other | Children or Armed Forces | null | 2 | 0 | null | 40 | 34 | Finance insurance and real estate | 26 | Adm support including clerical | 2 | Nonfamily householder | Householder | null | null | 2 | Single | 0 | 0 | 0 | Native | 94 | US | US | US | unchanged | null | unchanged | unchanged | Same | null | null | 585.48 |
ID_TZ209554 | 38 | Female | Some college but no degree | Private | null | Married-civilian spouse present | White | All other | Children or Armed Forces | null | 0 | 435 | No | 52 | 41 | Hospital services | 26 | Adm support including clerical | 6 | Spouse of householder | Spouse of householder | null | null | 2 | Joint both under 65 | 0 | 0 | 0 | Native | 94 | US | US | US | unchanged | null | unchanged | unchanged | Same | null | null | 354.87 |
ID_TZ209555 | 90 | Male | 7th and 8th grade | null | null | Widowed | White | All other | Not in labor force | null | 0 | 0 | null | 0 | 0 | Not in universe or children | 0 | null | 0 | Nonfamily householder | Householder | null | null | 2 | Single | 0 | 0 | 0 | Native | 95 | US | ? | ? | ? | ? | ? | ? | null | null | null | 1,119.79 |
ID_TZ209556 | 43 | Female | High school graduate | Self-employed-incorporated | null | Married-civilian spouse present | White | All other | Full-time schedules | null | 0 | 0 | null | 45 | 33 | Retail trade | 19 | Sales | 1 | Spouse of householder | Spouse of householder | null | null | 2 | Joint both under 65 | 0 | 0 | 2,500 | Native | 95 | US | US | US | ? | ? | ? | ? | null | null | null | 703.27 |
ID_TZ209557 | 21 | Female | 9th grade | null | null | Married-civilian spouse present | Other | Mexican (Mexicano) | Children or Armed Forces | null | 0 | 0 | null | 0 | 0 | Not in universe or children | 0 | null | 0 | Spouse of householder | Spouse of householder | null | null | 2 | Joint both under 65 | 0 | 0 | 0 | Foreign born- Not a citizen of U S | 94 | Mexico | Mexico | Mexico | Abroad to MSA | No | Abroad | Abroad | No | null | null | 612.48 |
ID_TZ209558 | 50 | Male | High school graduate | Private | null | Divorced | White | All other | Full-time schedules | null | 1 | 0 | null | 20 | 4 | Construction | 34 | Precision production craft & repair | 3 | Nonfamily householder | Householder | null | null | 2 | Single | 0 | 0 | 0 | Native | 95 | US | US | US | ? | ? | ? | ? | null | null | null | 940.61 |
ID_TZ209559 | 42 | Female | High school graduate | null | null | Married-A F spouse present | White | Puerto Rican | Children or Armed Forces | null | 0 | 0 | null | 0 | 0 | Not in universe or children | 0 | null | 0 | Spouse of householder | Spouse of householder | null | null | 2 | Joint both under 65 | 0 | 0 | 0 | Native | 94 | US | US | US | unchanged | null | unchanged | unchanged | Same | null | null | 1,816.01 |
ID_TZ209560 | 65 | Female | High school graduate | null | null | Married-civilian spouse present | White | All other | Children or Armed Forces | null | 0 | 0 | null | 0 | 0 | Not in universe or children | 0 | null | 0 | Spouse of householder | Spouse of householder | null | null | 2 | Joint both 65+ | 0 | 0 | 0 | Native | 94 | US | Italy | Italy | unchanged | null | unchanged | unchanged | Same | null | null | 2,395.54 |
ID_TZ209561 | 11 | Female | Children | null | null | Never married | Black | All other | Children or Armed Forces | null | 0 | 0 | null | 0 | 0 | Not in universe or children | 0 | null | 0 | Child <18 never marr not in subfamily | Child under 18 never married | Mother only present | null | 0 | Nonfiler | 0 | 0 | 0 | Native | 95 | US | US | US | ? | ? | ? | ? | null | null | null | 2,236.8 |
ID_TZ209562 | 1 | Male | Children | null | null | Never married | Black | All other | Children or Armed Forces | null | 0 | 0 | null | 0 | 0 | Not in universe or children | 0 | null | 0 | Grandchild <18 never marr child of subfamily RP | Other relative of householder | Mother only present | null | 0 | Nonfiler | 0 | 0 | 0 | Native | 94 | US | US | US | unchanged | null | unchanged | unchanged | Same | null | null | 586.75 |
ID_TZ209563 | 84 | Male | Masters degree(MA MS MEng MEd MSW MBA) | null | null | Widowed | White | All other | Children or Armed Forces | null | 0 | 0 | null | 0 | 0 | Not in universe or children | 0 | null | 0 | Nonfamily householder | Householder | null | null | 2 | Single | 0 | 0 | 400 | Native | 94 | US | US | US | unchanged | null | unchanged | unchanged | Same | null | null | 3,288.1 |
ID_TZ209564 | 6 | Female | Children | null | null | Never married | White | All other | Children or Armed Forces | null | 0 | 0 | null | 0 | 0 | Not in universe or children | 0 | null | 0 | Child <18 never marr not in subfamily | Child under 18 never married | Both parents present | null | 0 | Nonfiler | 0 | 0 | 0 | Native | 94 | US | US | US | unchanged | null | unchanged | unchanged | Same | null | null | 2,748.02 |
ID_TZ209565 | 35 | Male | Associates degree-academic program | Local government | null | Married-civilian spouse present | White | All other | Children or Armed Forces | null | 2 | 0 | null | 52 | 47 | Public administration | 28 | Protective services | 6 | Householder | Householder | null | null | 2 | Joint both under 65 | 0 | 0 | 0 | Native | 94 | US | US | US | unchanged | null | unchanged | unchanged | Same | null | null | 4,022.76 |
ID_TZ209566 | 48 | Male | Some college but no degree | Private | null | Married-civilian spouse present | Black | All other | Full-time schedules | null | 0 | 0 | null | 52 | 31 | Utilities and sanitary services | 14 | Technicians and related support | 4 | Householder | Householder | null | null | 2 | Joint both under 65 | 0 | 0 | 0 | Native | 95 | US | US | US | ? | ? | ? | ? | null | null | null | 2,374.38 |
ID_TZ209567 | 52 | Male | High school graduate | Self-employed-not incorporated | null | Never married | White | Mexican-American | Children or Armed Forces | null | 1 | 0 | null | 51 | 33 | Retail trade | 12 | Professional specialty | 1 | Nonfamily householder | Householder | null | null | 2 | Single | 0 | 0 | 2,400 | Native | 94 | US | US | US | unchanged | null | unchanged | unchanged | Same | null | null | 1,136.75 |
ID_TZ209568 | 86 | Male | 7th and 8th grade | null | null | Married-civilian spouse present | White | All other | Not in labor force | null | 0 | 0 | null | 0 | 0 | Not in universe or children | 0 | null | 0 | Householder | Householder | null | null | 2 | Nonfiler | 0 | 0 | 0 | Native | 95 | US | US | US | ? | ? | ? | ? | null | null | null | 440.97 |
ID_TZ209569 | 14 | Female | Children | null | null | Never married | White | All other | Children or Armed Forces | null | 0 | 0 | null | 0 | 0 | Not in universe or children | 0 | null | 0 | Child <18 never marr not in subfamily | Child under 18 never married | Both parents present | null | 0 | Nonfiler | 0 | 0 | 0 | Native | 95 | US | US | US | ? | ? | ? | ? | null | null | null | 5,519.43 |
ID_TZ209570 | 41 | Male | Bachelors degree(BA AB BS) | Self-employed-incorporated | null | Married-civilian spouse present | White | All other | Full-time schedules | null | 2 | 0 | null | 52 | 39 | Personal services except private HH | 12 | Professional specialty | 3 | Householder | Householder | null | null | 2 | Joint both under 65 | 0 | 0 | 150 | Native | 95 | US | US | US | ? | ? | ? | ? | null | null | null | 2,495.91 |
ID_TZ209571 | 22 | Female | 11th grade | null | null | Never married | Black | All other | Children or Armed Forces | null | 0 | 0 | null | 12 | 0 | Not in universe or children | 0 | null | 4 | Other Rel 18+ never marr not in subfamily | Other relative of householder | null | null | 2 | Single | 0 | 0 | 0 | Native | 94 | US | US | US | MSA to MSA | No | Same county | Same county | No | null | null | 2,482.1 |
ID_TZ209572 | 88 | Female | Less than 1st grade | null | null | Never married | White | Mexican (Mexicano) | Not in labor force | null | 0 | 0 | null | 0 | 0 | Not in universe or children | 0 | null | 0 | Nonfamily householder | Householder | null | null | 2 | Nonfiler | 0 | 0 | 0 | Foreign born- Not a citizen of U S | 95 | Mexico | Mexico | Mexico | ? | ? | ? | ? | null | null | null | 1,094.53 |
ID_TZ209573 | 37 | Male | High school graduate | Local government | null | Married-civilian spouse present | White | All other | Children or Armed Forces | null | 0 | 0 | null | 52 | 47 | Public administration | 28 | Protective services | 3 | Householder | Householder | null | null | 2 | Joint both under 65 | 0 | 0 | 0 | Native | 94 | US | US | US | unchanged | null | unchanged | unchanged | Same | null | null | 2,447.24 |
ID_TZ209574 | 30 | Female | High school graduate | null | null | Married-civilian spouse present | White | All other | Not in labor force | null | 0 | 0 | null | 0 | 0 | Not in universe or children | 0 | null | 0 | Householder | Householder | null | null | 2 | Joint both under 65 | 0 | 0 | 0 | Native | 95 | US | US | US | ? | ? | ? | ? | null | null | null | 1,926.32 |
ID_TZ209575 | 29 | Female | Some college but no degree | Private | null | Never married | White | Mexican-American | Children or Armed Forces | null | 0 | 0 | null | 52 | 33 | Retail trade | 19 | Sales | 6 | Child 18+ never marr Not in a subfamily | Child 18 or older | null | null | 2 | Single | 0 | 0 | 0 | Native | 94 | US | US | US | unchanged | null | unchanged | unchanged | Same | null | null | 1,370.96 |
ID_TZ209576 | 8 | Male | Children | null | null | Never married | White | Central or South American | Children or Armed Forces | null | 0 | 0 | null | 0 | 0 | Not in universe or children | 0 | null | 0 | Child <18 never marr not in subfamily | Child under 18 never married | Both parents present | null | 0 | Nonfiler | 0 | 0 | 0 | Native | 94 | US | El-Salvador | El-Salvador | unchanged | null | unchanged | unchanged | Same | null | null | 768.26 |
ID_TZ209577 | 50 | Female | High school graduate | Private | null | Married-civilian spouse present | White | All other | Children or Armed Forces | null | 0 | 0 | null | 45 | 29 | Transportation | 26 | Adm support including clerical | 1 | Spouse of householder | Spouse of householder | null | null | 2 | Joint both under 65 | 0 | 0 | 0 | Native | 94 | US | US | US | unchanged | null | unchanged | unchanged | Same | null | null | 2,040.13 |
ID_TZ209578 | 0 | Male | Children | null | null | Never married | White | All other | Children or Armed Forces | null | 0 | 0 | null | 0 | 0 | Not in universe or children | 0 | null | 0 | Child <18 never marr not in subfamily | Child under 18 never married | Both parents present | null | 0 | Nonfiler | 0 | 0 | 0 | Native | 94 | US | US | US | null | null | null | null | null | null | null | 471.89 |
ID_TZ209579 | 1 | Female | Children | null | null | Never married | White | All other | Children or Armed Forces | null | 0 | 0 | null | 0 | 0 | Not in universe or children | 0 | null | 0 | Child <18 never marr not in subfamily | Child under 18 never married | Mother only present | null | 0 | Nonfiler | 0 | 0 | 0 | Foreign born- U S citizen by naturalization | 95 | England | England | England | ? | ? | ? | ? | null | null | null | 983.39 |
ID_TZ209580 | 61 | Male | Prof school degree (MD DDS DVM LLB JD) | Self-employed-incorporated | null | Separated | White | All other | Children or Armed Forces | null | 0 | 0 | null | 52 | 42 | Medical except hospital | 7 | Professional specialty | 1 | Secondary individual | Nonrelative of householder | null | null | 2 | Single | 0 | 0 | 15,000 | Native | 94 | US | US | US | unchanged | null | unchanged | unchanged | Same | null | null | 3,259.5 |
ID_TZ209581 | 37 | Male | Some college but no degree | Private | null | Married-civilian spouse present | White | All other | Full-time schedules | null | 2 | 0 | null | 52 | 33 | Retail trade | 19 | Sales | 4 | Householder | Householder | null | null | 2 | Joint both under 65 | 0 | 0 | 0 | Native | 95 | US | US | US | ? | ? | ? | ? | null | null | null | 1,802.99 |
ID_TZ209582 | 36 | Male | Associates degree-academic program | Self-employed-not incorporated | null | Separated | Black | All other | PT for non-econ reasons usually FT | null | 0 | 0 | null | 52 | 1 | Agriculture | 2 | Executive admin and managerial | 1 | Nonfamily householder | Householder | null | null | 2 | Single | 0 | 0 | 0 | Native | 95 | US | US | US | ? | ? | ? | ? | null | null | null | 955.23 |
ID_TZ209583 | 64 | Male | 5th or 6th grade | Private | null | Married-civilian spouse present | Black | All other | Children or Armed Forces | null | 0 | 0 | null | 52 | 34 | Finance insurance and real estate | 31 | Other service | 1 | Householder | Householder | null | null | 2 | Joint one under 65 & one 65+ | 0 | 0 | 0 | Native | 94 | US | US | US | unchanged | null | unchanged | unchanged | Same | null | null | 1,785.24 |
ID_TZ209584 | 39 | Female | Bachelors degree(BA AB BS) | Private | null | Never married | White | All other | PT for non-econ reasons usually FT | null | 0 | 0 | null | 52 | 41 | Hospital services | 8 | Professional specialty | 6 | Nonfamily householder | Householder | null | null | 2 | Single | 0 | 0 | 25 | Native | 95 | US | US | US | ? | ? | ? | ? | null | null | null | 1,580 |
ID_TZ209585 | 16 | Female | 10th grade | Private | High school | Never married | Black | All other | Not in labor force | null | 0 | 0 | null | 0 | 33 | Retail trade | 29 | Other service | 0 | Child <18 never marr not in subfamily | Child under 18 never married | Mother only present | null | 2 | Nonfiler | 0 | 0 | 0 | Native | 95 | US | US | US | ? | ? | ? | ? | null | null | null | 2,140.16 |
ID_TZ209586 | 59 | Female | High school graduate | Private | null | Widowed | White | All other | Full-time schedules | null | 0 | 0 | null | 52 | 42 | Medical except hospital | 30 | Other service | 6 | Householder | Householder | null | null | 2 | Head of household | 0 | 0 | 0 | Native | 95 | US | US | US | ? | ? | ? | ? | null | null | null | 1,475.87 |
ID_TZ209587 | 39 | Female | High school graduate | Self-employed-incorporated | null | Married-civilian spouse present | White | All other | Full-time schedules | null | 0 | 0 | null | 8 | 35 | Finance insurance and real estate | 26 | Adm support including clerical | 5 | Spouse of householder | Spouse of householder | null | null | 2 | Joint both under 65 | 0 | 0 | 0 | Native | 95 | US | England | England | ? | ? | ? | ? | null | null | null | 3,701.54 |
ID_TZ209588 | 7 | Female | Children | null | null | Never married | White | All other | Children or Armed Forces | null | 0 | 0 | null | 0 | 0 | Not in universe or children | 0 | null | 0 | Child <18 never marr not in subfamily | Child under 18 never married | Both parents present | null | 0 | Nonfiler | 0 | 0 | 0 | Native | 95 | US | US | US | ? | ? | ? | ? | null | null | null | 1,609.99 |
ID_TZ209589 | 29 | Female | Some college but no degree | Private | null | Never married | Asian or Pacific Islander | All other | Full-time schedules | null | 2 | 0 | null | 32 | 39 | Personal services except private HH | 32 | Other service | 5 | Householder | Householder | null | null | 2 | Head of household | 0 | 0 | 0 | Native- Born abroad of American Parent(s) | 95 | South Korea | US | US | ? | ? | ? | ? | null | null | null | 208.61 |
ID_TZ209590 | 52 | Male | 9th grade | Private | null | Married-civilian spouse present | White | All other | Children or Armed Forces | null | 0 | 0 | null | 52 | 31 | Utilities and sanitary services | 41 | Handlers equip cleaners etc | 4 | Householder | Householder | null | null | 2 | Joint both under 65 | 0 | 0 | 0 | Native | 94 | US | US | US | unchanged | null | unchanged | unchanged | Same | null | null | 989.14 |
ID_TZ209591 | 44 | Male | High school graduate | Private | null | Divorced | White | All other | Full-time schedules | null | 0 | 0 | null | 52 | 8 | Manufacturing-durable goods | 26 | Adm support including clerical | 6 | Secondary individual | Nonrelative of householder | null | null | 2 | Single | 0 | 0 | 0 | Native | 95 | US | US | US | ? | ? | ? | ? | null | null | null | 3,628.87 |
ID_TZ209592 | 13 | Female | Children | null | null | Never married | White | All other | Children or Armed Forces | null | 0 | 0 | null | 0 | 0 | Not in universe or children | 0 | null | 0 | Child <18 never marr not in subfamily | Child under 18 never married | Both parents present | null | 0 | Nonfiler | 0 | 0 | 0 | Native | 95 | US | US | US | ? | ? | ? | ? | null | null | null | 622.18 |
ID_TZ209593 | 10 | Male | Children | null | null | Never married | White | Mexican-American | Children or Armed Forces | null | 0 | 0 | null | 0 | 0 | Not in universe or children | 0 | null | 0 | Child <18 never marr not in subfamily | Child under 18 never married | Both parents present | null | 0 | Nonfiler | 0 | 0 | 0 | Native | 95 | US | Mexico | Guatemala | ? | ? | ? | ? | null | null | null | 1,661.61 |
ID_TZ209594 | 63 | Male | High school graduate | null | null | Married-civilian spouse present | White | All other | Not in labor force | null | 0 | 0 | null | 48 | 0 | Not in universe or children | 0 | null | 1 | Householder | Householder | null | null | 2 | Joint both under 65 | 0 | 0 | 2,000 | Native | 95 | US | US | US | ? | ? | ? | ? | null | null | null | 1,012.01 |
ID_TZ209595 | 34 | Female | 5th or 6th grade | null | null | Married-civilian spouse present | White | Mexican (Mexicano) | Children or Armed Forces | null | 0 | 0 | null | 0 | 0 | Not in universe or children | 0 | null | 0 | Spouse of householder | Spouse of householder | null | null | 2 | Joint both under 65 | 0 | 0 | 0 | Foreign born- Not a citizen of U S | 94 | Mexico | Mexico | Mexico | unchanged | null | unchanged | unchanged | Same | null | null | 1,203.91 |
ID_TZ209596 | 70 | Female | Some college but no degree | null | null | Married-civilian spouse present | White | All other | Children or Armed Forces | null | 0 | 0 | null | 0 | 0 | Not in universe or children | 0 | null | 0 | Spouse of householder | Spouse of householder | null | null | 2 | Joint both 65+ | 0 | 0 | 15,000 | Native | 94 | US | US | US | unchanged | null | unchanged | unchanged | Same | null | null | 1,618.69 |
ID_TZ209597 | 72 | Female | High school graduate | null | null | Widowed | White | All other | Children or Armed Forces | null | 0 | 0 | null | 0 | 0 | Not in universe or children | 0 | null | 0 | Nonfamily householder | Householder | null | null | 2 | Single | 0 | 0 | 0 | Native | 94 | US | Italy | US | unchanged | null | unchanged | unchanged | Same | null | null | 1,031.97 |
ID_TZ209598 | 23 | Male | High school graduate | Private | null | Married-civilian spouse present | White | Mexican-American | Children or Armed Forces | null | 0 | 0 | null | 48 | 4 | Construction | 34 | Precision production craft & repair | 2 | Householder | Householder | null | null | 2 | Joint both under 65 | 0 | 0 | 0 | Native | 94 | US | Mexico | Mexico | unchanged | null | unchanged | unchanged | Same | null | null | 1,163.24 |
End of preview.
No dataset card yet
- Downloads last month
- 4