diff --git a/Process Book CS4803 Submition.pdf b/Process Book CS4803 Submition.pdf
new file mode 100644
index 000000000..cd558ef84
Binary files /dev/null and b/Process Book CS4803 Submition.pdf differ
diff --git a/README.md b/README.md
index d557c1091..e35f93c04 100644
--- a/README.md
+++ b/README.md
@@ -1,125 +1,51 @@
-Final Project - Interactive Data Visualization
-===
+# Description
+This project is about visualizing Data from the 2022 American Time Use Survey
-The key learning experience of this course is the final project.
-You will design a web site and interactive visualizations that answer questions you have, provide an exploratory interface to some topic of your own choosing, or take on a more ambitious experiment than A3.
-You will acquire the data, design your visualizations, implement them, and critically evaluate the results.
+The code it in index.html and the python notebook is for helping clean the data
-The path to a good visualization is going to involve mistakes and wrong turns.
-It is therefore important to recognize that mistakes are valuable in finding the path to a solution, to broadly explore the design space, and to iterate designs to improve possible solutions.
-To help you explore the design space, we will hold events such as feedback sessions in which you propose your idea and initial designs and receive feedback from the class and staff.
+The data is in dataFinal.csv
-Proposals / Idea Generation
----
-Submit project ideas using [this Google Form](https://docs.google.com/forms/d/e/1FAIpQLSc72vId8keotkEvLrB9Ef3Nt0e1uh_-mWmQ5okyPM5_q2a89Q/viewform?usp=sf_link).
+# Website Link
-You're encouraged to submit many ideas-- staff will help you identify the most promising ones and possible roadblocks.
+https://mattkiszla.github.io/final/
-Please stick to 1-4 folks per team.
+# Video Link
+https://youtu.be/z_KpN_8cdlI
-Final Project Materials
----
-For your final project you must hand in the following items.
+# Process Book Link
-### Process Book
+The process book is also available as a PDF
-An important part of your project is your process book. Your process book details your steps in developing your solution, including the alternative designs you tried, and the insights you got. Develop your process book out of the project proposal. Equally important to your final results is how you got there! Your process book is the place you describe and document the space of possibilities you explored at each step of your project. It is not, however, a journal or lab notebook that describes every detail - you should think carefully about the important decisions you made and insights you gained and present your reasoning in a concise way.
+https://docs.google.com/document/d/1CSo9Ukb2GhEpKZZlulQ7B7ffx-03VZOz2pCHxCfE9wk/edit?usp=sharing
-We strongly advise you to include many figures in your process book, including photos of your sketches of potential designs, screen shots from different visualization tools you explored, inspirations of visualizations you found online, etc. Several images illustrating changes in your design or focus over time will be far more informative than text describing those changes. Instead, use text to describe the rationale behind the evolution of your project.
-Your process book should include the following topics. Depending on your project type the amount of discussion you devote to each of them will vary:
-- Overview and Motivation: Provide an overview of the project goals and the motivation for it. Consider that this will be read by people who did not see your project proposal.
-- Related Work: Anything that inspired you, such as a paper, a web site, visualizations we discussed in class, etc.
-- Questions: What questions are you trying to answer? How did these questions evolve over the course of the project? What new questions did you consider in the course of your analysis?
-- Data: Source, scraping method, cleanup, etc.
-- Exploratory Data Analysis: What visualizations did you use to initially look at your data? What insights did you gain? How did these insights inform your design?
-- Design Evolution: What are the different visualizations you considered? Justify the design decisions you made using the perceptual and design principles you learned in the course. Did you deviate from your proposal?
-- Implementation: Describe the intent and functionality of the interactive visualizations you implemented. Provide clear and well-referenced images showing the key design and interaction elements.
-- Evaluation: What did you learn about the data by using your visualizations? How did you answer your questions? How well does your visualization work, and how could you further improve it?
+## Current Sources:
-As this will be your only chance to describe your project in detail make sure that your process book is a standalone document that fully describes your results and the final design.
-[Here](http://dataviscourse.net/2015/assets/process_books/bansal_cao_hou.pdf) are a [few examples](http://dataviscourse.net/2015/assets/process_books/walsh_trevino_bett.pdf) of process books from a similar course final.
+#### looked at these for updating data on arc, was running into issues of an error, wasn't causing anything visual but copilot said to try to use interpolate and transition.attrtween to help and it did.
+- https://d3js.org/d3-interpolate
+- https://d3js.org/d3-transition/modifying#transition_attrTween
+- https://stackoverflow.com/questions/43577130/error-path-attribute-d-expected-arc-flag-0-or-1
+- https://d3js.org/d3-shape/arc
-Tip: Start your process book on Day 1. Make entries after each meeting, and trim / edit as needed towards the end of the project. Many folks use either slides software (like PowerPoint) or Google Docs to make this book, as both allow for flexible layouts and export to PDF.
+#### help with the legend
+- https://d3-graph-gallery.com/graph/custom_legend.html
+#### help with the brush
+- https://www.geeksforgeeks.org/d3-js-brushx-function/
+- https://d3js.org/d3-brush#brush_extent
+- https://d3-graph-gallery.com/graph/interactivity_brush.html
-### Project Website
-Create a public website for your project using GitHub pages or another web hosting service of your choice.
-The web site should contain your interactive visualization, summarize the main results of the project, and tell a story.
-Consider your audience (the site should be public if possible, unless you're running an experiment, etc.) and keep the level of discussion at the appropriate level.
-Your process book and data should be linked from the web site as well.
-Also embed your interactive visualization and your screen-cast in your website.
-If you are not able to publish your work (e.g., due to confidential data) please let us know in your project proposal.
+#### tutorials for the graphs.
+- https://d3-graph-gallery.com/graph/density_basic.html
+- https://d3-graph-gallery.com/graph/donut_basic.html
-### Project Screen-Cast
+#### Other
+- https://d3js.org/d3-scale-chromatic/categorical#schemeAccent
+- https://observablehq.com/@d3/d3-group
+-Bing copilot helped out with some errors(Like the one mentioned above) and documentation questions about d3 specifically about the brush. Along with some mundane task to save time like creating all the slots for mapping the colors of each different value of all the attributes. It also helped out with some ways to style.
-Each team will create a two minute screen-cast with narration showing a demo of your visualization and/or some slides.
-You can use any screencast tool of your choice, such as Camtasia or Loom (new and recommended).
-Please make sure that the sound quality of your video is good -- it may be worthwhile to invest in an external USB microphone-- campus IT should have some you can borrow.
-Upload the video to an online video-platform such as YouTube or Vimeo and embed it into your project web page.
-For our final project presentation day, we will show as many videos in class as possible, and ask teams to field questions.
-
-We will strictly enforce the two minute time limit for the video, so please make sure you are not running longer.
-Use principles of good storytelling and presentations to get your key points across. Focus the majority of your screencast on your main contributions rather than on technical details.
-What do you feel is the best part of your project?
-What insights did you gain?
-What is the single most important thing you would like your audience to take away? Make sure it is front and center rather than at the end.
-
-Outside Libraries/References
----
-
-For this project you *do not* have to write everything from scratch.
-
-You may *reference* demo programs from books or the web, and *include* popular web libraries like Material UI, React, Svelte, etcetera.
-
-Please *do not* use libraries on top of d3 without consulting staff, however.
-Libraries like nvd3.js look tempting, but such libraries often have poor defaults and result in poor visualizations.
-There may be exceptions.
-Instead, draw from the numerous existing d3 examples on the web.
-
-If you use outside sources please provide a References section with links at the end of your Readme.
-
-Resources
----
-The "[Data is Plural](https://tinyletter.com/data-is-plural/archive)" weekly letter often contains interesting datasets.
-
-KAGGLE IS BANNED! You may propose to use a dataset from there if you really have a deep/cool idea, but please run it by me first.
-
-Think of something you're interested in, go find data on it! Include data collection and processing as part of your work on this project.
-
-Requirements
----
-
-Store the following in your GitHub repository:
-
-- Code - All web site files and libraries assuming they are not too big to include
-- Data - Include all the data that you used in your project. If the data is too large for github store it on a cloud storage provider, such as Dropbox or Yousendit.
-- Process Book- Your Process Book in PDF format.
-- README - The README file must give an overview of what you are handing in: which parts are your code, which parts are libraries, and so on. The README must contain URLs to your project websites and screencast videos. The README must also explain any non-obvious features of your interface.
-
-GitHub Details
----
-
-- Fork the repo. You now have a copy associated with your username.
-- Make changes to index.html to fulfill the project requirements.
-- Make sure your "main" branch matches your "gh-pages" branch. See the GitHub Guides referenced above if you need help.
-- Edit the README.md with a link to your gh-pages or other external site: for example http://YourUsernameGoesHere.github.io/DataVisFinal/index.html
-- To submit, make a [Pull Request](https://help.github.com/articles/using-pull-requests/) on the original repository.
-
-Grading
----
-
-- Process Book - Are you following a design process that is well documented in your process book?
-- Solution - Is your visualization effective in answering your intended questions? Was it designed following visualization principles?
-- Implementation - What is the quality of your implementation? Is it appropriately polished, robust, and reliable?
-- Presentation - Are your web site and screencast clear, engaging, and effective?
-Your individual project score will also be influenced by your peer evaluations.
-
-References
----
-
-- This final project is adapted from https://www.dataviscourse.net/2020/project/
+##### I believe this is everything but feel free to reach out if you have questions.
diff --git a/combine features.ipynb b/combine features.ipynb
new file mode 100644
index 000000000..b95e945ed
--- /dev/null
+++ b/combine features.ipynb
@@ -0,0 +1,1608 @@
+{
+ "cells": [
+ {
+ "cell_type": "code",
+ "execution_count": 1,
+ "id": "55a802fb",
+ "metadata": {},
+ "outputs": [
+ {
+ "data": {
+ "text/html": [
+ "
\n",
+ "\n",
+ "
\n",
+ " \n",
+ " \n",
+ " \n",
+ " TUCASEID \n",
+ " YEAR \n",
+ " CASEID \n",
+ " SERIAL \n",
+ " REGION \n",
+ " STATEFIP \n",
+ " FAMINCOME \n",
+ " HOUSETYPE \n",
+ " PERNUM \n",
+ " LINENO \n",
+ " ... \n",
+ " HouseholdServices \n",
+ " Personal_Care \n",
+ " ProfessionalPersonalCareServices \n",
+ " ReligionSpiritualActivities \n",
+ " SocializingAndLesiure \n",
+ " SportsExercisRecreation \n",
+ " Telephone \n",
+ " Traveling \n",
+ " Volunteering \n",
+ " Working \n",
+ " \n",
+ " \n",
+ " \n",
+ " \n",
+ " 0 \n",
+ " NaN \n",
+ " 2022 \n",
+ " 20220101220500 \n",
+ " 2 \n",
+ " Northeast \n",
+ " Massachusetts \n",
+ " $60,000 to $74,999 \n",
+ " House, apartment, flat \n",
+ " 1 \n",
+ " 1 \n",
+ " ... \n",
+ " 0 \n",
+ " 940 \n",
+ " 0 \n",
+ " 0 \n",
+ " 375 \n",
+ " 0 \n",
+ " 0 \n",
+ " 0 \n",
+ " 0 \n",
+ " 0 \n",
+ " \n",
+ " \n",
+ " 1 \n",
+ " NaN \n",
+ " 2022 \n",
+ " 20220101220504 \n",
+ " 3 \n",
+ " Midwest \n",
+ " Michigan \n",
+ " $75,000 to $99,999 \n",
+ " House, apartment, flat \n",
+ " 1 \n",
+ " 1 \n",
+ " ... \n",
+ " 0 \n",
+ " 510 \n",
+ " 0 \n",
+ " 0 \n",
+ " 225 \n",
+ " 0 \n",
+ " 40 \n",
+ " 0 \n",
+ " 0 \n",
+ " 185 \n",
+ " \n",
+ " \n",
+ " 2 \n",
+ " NaN \n",
+ " 2022 \n",
+ " 20220101220507 \n",
+ " 4 \n",
+ " West \n",
+ " California \n",
+ " $60,000 to $74,999 \n",
+ " House, apartment, flat \n",
+ " 1 \n",
+ " 1 \n",
+ " ... \n",
+ " 0 \n",
+ " 580 \n",
+ " 0 \n",
+ " 0 \n",
+ " 395 \n",
+ " 0 \n",
+ " 0 \n",
+ " 45 \n",
+ " 0 \n",
+ " 50 \n",
+ " \n",
+ " \n",
+ " 3 \n",
+ " NaN \n",
+ " 2022 \n",
+ " 20220101220552 \n",
+ " 5 \n",
+ " Midwest \n",
+ " Wisconsin \n",
+ " $50,000 to $59,999 \n",
+ " House, apartment, flat \n",
+ " 1 \n",
+ " 1 \n",
+ " ... \n",
+ " 0 \n",
+ " 582 \n",
+ " 0 \n",
+ " 0 \n",
+ " 758 \n",
+ " 0 \n",
+ " 0 \n",
+ " 0 \n",
+ " 0 \n",
+ " 0 \n",
+ " \n",
+ " \n",
+ " 4 \n",
+ " NaN \n",
+ " 2022 \n",
+ " 20220101220574 \n",
+ " 6 \n",
+ " Midwest \n",
+ " Ohio \n",
+ " $60,000 to $74,999 \n",
+ " House, apartment, flat \n",
+ " 1 \n",
+ " 1 \n",
+ " ... \n",
+ " 0 \n",
+ " 660 \n",
+ " 0 \n",
+ " 0 \n",
+ " 473 \n",
+ " 2 \n",
+ " 0 \n",
+ " 0 \n",
+ " 0 \n",
+ " 0 \n",
+ " \n",
+ " \n",
+ "
\n",
+ "
5 rows × 46 columns
\n",
+ "
"
+ ],
+ "text/plain": [
+ " TUCASEID YEAR CASEID SERIAL REGION STATEFIP \\\n",
+ "0 NaN 2022 20220101220500 2 Northeast Massachusetts \n",
+ "1 NaN 2022 20220101220504 3 Midwest Michigan \n",
+ "2 NaN 2022 20220101220507 4 West California \n",
+ "3 NaN 2022 20220101220552 5 Midwest Wisconsin \n",
+ "4 NaN 2022 20220101220574 6 Midwest Ohio \n",
+ "\n",
+ " FAMINCOME HOUSETYPE PERNUM LINENO ... \\\n",
+ "0 $60,000 to $74,999 House, apartment, flat 1 1 ... \n",
+ "1 $75,000 to $99,999 House, apartment, flat 1 1 ... \n",
+ "2 $60,000 to $74,999 House, apartment, flat 1 1 ... \n",
+ "3 $50,000 to $59,999 House, apartment, flat 1 1 ... \n",
+ "4 $60,000 to $74,999 House, apartment, flat 1 1 ... \n",
+ "\n",
+ " HouseholdServices Personal_Care ProfessionalPersonalCareServices \\\n",
+ "0 0 940 0 \n",
+ "1 0 510 0 \n",
+ "2 0 580 0 \n",
+ "3 0 582 0 \n",
+ "4 0 660 0 \n",
+ "\n",
+ " ReligionSpiritualActivities SocializingAndLesiure SportsExercisRecreation \\\n",
+ "0 0 375 0 \n",
+ "1 0 225 0 \n",
+ "2 0 395 0 \n",
+ "3 0 758 0 \n",
+ "4 0 473 2 \n",
+ "\n",
+ " Telephone Traveling Volunteering Working \n",
+ "0 0 0 0 0 \n",
+ "1 40 0 0 185 \n",
+ "2 0 45 0 50 \n",
+ "3 0 0 0 0 \n",
+ "4 0 0 0 0 \n",
+ "\n",
+ "[5 rows x 46 columns]"
+ ]
+ },
+ "execution_count": 1,
+ "metadata": {},
+ "output_type": "execute_result"
+ }
+ ],
+ "source": [
+ "import pandas as pd\n",
+ "import matplotlib.pyplot as plt\n",
+ "\n",
+ "\n",
+ "df = pd.read_csv('data.csv')\n",
+ "\n",
+ "df.head()"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 2,
+ "id": "641aa911",
+ "metadata": {},
+ "outputs": [
+ {
+ "data": {
+ "text/plain": [
+ "['TUCASEID',\n",
+ " 'YEAR',\n",
+ " 'CASEID',\n",
+ " 'SERIAL',\n",
+ " 'REGION',\n",
+ " 'STATEFIP',\n",
+ " 'FAMINCOME',\n",
+ " 'HOUSETYPE',\n",
+ " 'PERNUM',\n",
+ " 'LINENO',\n",
+ " 'WT06',\n",
+ " 'AGE',\n",
+ " 'SEX',\n",
+ " 'RACE',\n",
+ " 'MARST',\n",
+ " 'CITIZEN',\n",
+ " 'GENHEALTH',\n",
+ " 'HEIGHT',\n",
+ " 'WEIGHT',\n",
+ " 'BMI',\n",
+ " 'EDUC',\n",
+ " 'EDUCYRS',\n",
+ " 'EMPSTAT',\n",
+ " 'MULTJOBS',\n",
+ " 'DIFFEYE',\n",
+ " 'DIFFHEAR',\n",
+ " 'DIFFMOB',\n",
+ " 'DIFFPHYS',\n",
+ " 'DIFFREM',\n",
+ " 'Caring',\n",
+ " 'CaringNonHouseHold',\n",
+ " 'ConsumerPuchases',\n",
+ " 'EatingDrinking',\n",
+ " 'Education',\n",
+ " 'GovernmentServicesCivicDuties',\n",
+ " 'HouseActivities',\n",
+ " 'HouseholdServices',\n",
+ " 'Personal_Care',\n",
+ " 'ProfessionalPersonalCareServices',\n",
+ " 'ReligionSpiritualActivities',\n",
+ " 'SocializingAndLesiure',\n",
+ " 'SportsExercisRecreation',\n",
+ " 'Telephone',\n",
+ " 'Traveling',\n",
+ " 'Volunteering',\n",
+ " 'Working']"
+ ]
+ },
+ "execution_count": 2,
+ "metadata": {},
+ "output_type": "execute_result"
+ }
+ ],
+ "source": [
+ "list(df.columns)"
+ ]
+ },
+ {
+ "cell_type": "markdown",
+ "id": "c805d8e5",
+ "metadata": {},
+ "source": [
+ "# Time use "
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 3,
+ "id": "fe20afd1",
+ "metadata": {},
+ "outputs": [
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ " Work-related Activities Household Responsibilities Personal Care \\\n",
+ "0 0 35 1030 \n",
+ "1 185 355 635 \n",
+ "2 50 260 665 \n",
+ "3 0 10 672 \n",
+ "4 0 190 775 \n",
+ "\n",
+ " Leisure and Social Activities Education and Learning \\\n",
+ "0 375 0 \n",
+ "1 225 0 \n",
+ "2 395 0 \n",
+ "3 758 0 \n",
+ "4 475 0 \n",
+ "\n",
+ " Volunteering and Community Engagement Other \n",
+ "0 0 0 \n",
+ "1 0 40 \n",
+ "2 0 70 \n",
+ "3 0 0 \n",
+ "4 0 0 \n"
+ ]
+ }
+ ],
+ "source": [
+ "time_use = df.copy() \n",
+ "\n",
+ "time_use['Work-related Activities'] = time_use['Working']\n",
+ "time_use['Household Responsibilities'] = time_use['HouseActivities'] + time_use['HouseholdServices'] \n",
+ "time_use['Personal Care'] = time_use['Personal_Care'] + time_use['EatingDrinking'] + time_use['ProfessionalPersonalCareServices']\n",
+ "time_use['Leisure and Social Activities'] = time_use['SocializingAndLesiure'] + time_use['SportsExercisRecreation'] + time_use['ReligionSpiritualActivities']\n",
+ "time_use['Education and Learning'] = time_use['Education'] \n",
+ "time_use['Volunteering and Community Engagement'] = time_use['Volunteering']\n",
+ "\n",
+ "# remaining time categories\n",
+ "other_categories = [\n",
+ " 'Caring',\n",
+ " 'CaringNonHouseHold',\n",
+ " 'ConsumerPuchases',\n",
+ " 'Telephone',\n",
+ " 'Traveling',\n",
+ " 'GovernmentServicesCivicDuties',\n",
+ "]\n",
+ "\n",
+ "time_use['Other'] = time_use[other_categories].sum(axis=1)\n",
+ "\n",
+ "time_use.drop(columns=[\n",
+ " 'Working', 'ProfessionalPersonalCareServices',\n",
+ " 'HouseActivities', 'HouseholdServices',\n",
+ " 'EatingDrinking',\n",
+ " 'SocializingAndLesiure', 'SportsExercisRecreation', 'ReligionSpiritualActivities',\n",
+ " 'Education',\n",
+ " 'Volunteering'\n",
+ "] + other_categories, inplace=True)\n",
+ "\n",
+ "time_use = time_use.iloc[:, -7:]\n",
+ "\n",
+ "# Display the new DataFrame\n",
+ "print(time_use.head())\n"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 4,
+ "id": "a292ff7f",
+ "metadata": {
+ "scrolled": false
+ },
+ "outputs": [
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Work-related Activities 150.248801\n",
+ "Household Responsibilities 134.134358\n",
+ "Personal Care 663.244007\n",
+ "Leisure and Social Activities 342.102151\n",
+ "Education and Learning 10.513583\n",
+ "Volunteering and Community Engagement 8.007867\n",
+ "Other 121.011801\n",
+ "dtype: float64\n"
+ ]
+ }
+ ],
+ "source": [
+ "average_time_use = time_use.mean()\n",
+ "print(average_time_use)"
+ ]
+ },
+ {
+ "cell_type": "markdown",
+ "id": "a89f95e6",
+ "metadata": {},
+ "source": [
+ "# famincome: FAMINCOME_BINNED"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 5,
+ "id": "c5803a77",
+ "metadata": {
+ "scrolled": true
+ },
+ "outputs": [
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "FAMINCOME Categories:\n",
+ "$60,000 to $74,999\n",
+ "$75,000 to $99,999\n",
+ "$50,000 to $59,999\n",
+ "$150,000 and over\n",
+ "$100,000 to $149,999\n",
+ "$25,000 to $29,999\n",
+ "$20,000 to $24,999\n",
+ "$12,500 to $14,999\n",
+ "$40,000 to $49,999\n",
+ "$15,000 to $19,999\n",
+ "$30,000 to $34,999\n",
+ "$35,000 to $39,999\n",
+ "Less than $5,000\n",
+ "$10,000 to $12,499\n",
+ "$7,500 to $9,999\n",
+ "$5,000 to $7,499\n"
+ ]
+ }
+ ],
+ "source": [
+ "df['FAMINCOME'] = df['FAMINCOME'].astype(str)\n",
+ "famincome_categories = df['FAMINCOME'].unique()\n",
+ "\n",
+ "# Display the unique categories\n",
+ "print(\"FAMINCOME Categories:\")\n",
+ "for category in famincome_categories:\n",
+ " print(category)\n",
+ " "
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 6,
+ "id": "f6accf0c",
+ "metadata": {},
+ "outputs": [],
+ "source": [
+ "import pandas as pd\n",
+ "\n",
+ "income_mapping = {\n",
+ " 'Less than $5,000': 2500,\n",
+ " '$5,000 to $7,499': 6250,\n",
+ " '$7,500 to $9,999': 8750,\n",
+ " '$10,000 to $12,499': 11250,\n",
+ " '$12,500 to $14,999': 13750,\n",
+ " '$15,000 to $19,999': 17500,\n",
+ " '$20,000 to $24,999': 22500,\n",
+ " '$25,000 to $29,999': 27500,\n",
+ " '$30,000 to $34,999': 32500,\n",
+ " '$35,000 to $39,999': 37500,\n",
+ " '$40,000 to $49,999': 45000,\n",
+ " '$50,000 to $59,999': 55000,\n",
+ " '$60,000 to $74,999': 67500,\n",
+ " '$75,000 to $99,999': 87500,\n",
+ " '$100,000 to $149,999': 125000,\n",
+ " '$150,000 and over': 200000\n",
+ "}\n",
+ "\n",
+ "df['FAMINCOME'] = df['FAMINCOME'].map(income_mapping)\n",
+ "\n",
+ "bin_edges = [0, 10000, 30000, 50000, 75000, 100000, 150000, float('inf')]\n",
+ "bin_labels = ['Less than $10,000', '$10,000 - $30,000', '$30,000 - $50,000', '$50,000 - $75,000', '$75,000 - $100,000', '$100,000 - $150,000', '$150,000 and over']\n",
+ "\n",
+ "df['FAMINCOME_BINNED'] = pd.cut(df['FAMINCOME'], bins=bin_edges, labels=bin_labels, right=False)"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 7,
+ "id": "9b24e7a0",
+ "metadata": {},
+ "outputs": [
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "FAMINCOME_BINNED Categories:\n",
+ "$50,000 - $75,000\n",
+ "$75,000 - $100,000\n",
+ "$150,000 and over\n",
+ "$100,000 - $150,000\n",
+ "$10,000 - $30,000\n",
+ "$30,000 - $50,000\n",
+ "Less than $10,000\n"
+ ]
+ }
+ ],
+ "source": [
+ "famincome_categories = df['FAMINCOME_BINNED'].unique()\n",
+ "\n",
+ "print(\"FAMINCOME_BINNED Categories:\")\n",
+ "for category in famincome_categories:\n",
+ " print(category)"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 8,
+ "id": "3216877f",
+ "metadata": {},
+ "outputs": [
+ {
+ "data": {
+ "image/png": "iVBORw0KGgoAAAANSUhEUgAAA3cAAAKQCAYAAAA8BYOYAAAAOXRFWHRTb2Z0d2FyZQBNYXRwbG90bGliIHZlcnNpb24zLjUuMiwgaHR0cHM6Ly9tYXRwbG90bGliLm9yZy8qNh9FAAAACXBIWXMAAA9hAAAPYQGoP6dpAAC+9ElEQVR4nOzdd3RU1doG8OfMTHqvpJBQpXdQBFREEQREEBvqRRDLtV6x3Gu7n+JV7L2ADUTFCgKCKL13AgkkAUKANNLrJJlMn/P9ERkJ6clk9pTnt1aWzJlTnhkwyTt7n/1KsizLICIiIiIiIqemEB2AiIiIiIiI2o/FHRERERERkQtgcUdEREREROQCWNwRERERERG5ABZ3RERERERELoDFHRERERERkQtgcUdEREREROQCWNwRERERERG5ABZ3RERERERELoDFHRG5vaVLl0KSJOuXt7c3oqKiMG7cOLz++usoKiqqd8z8+fMhSVKrrlNTU4P58+dj+/btrTquoWt17doVN9xwQ6vO05wffvgBH3zwQYPPSZKE+fPn2/R6trZlyxaMGDECfn5+kCQJq1evbnC/zMzMOn/fF36NGDGizr7JycmQJAkeHh7Iz89v8HxXX301JElC9+7dIctyved37txpPf/SpUut28//u0tISLBuO/93HRkZiaqqqnrnauzvvbKyEgsWLMCIESMQGBgILy8vdO3aFXPnzsWRI0fq7b9//37ceuutiI6OhqenJ6KionDLLbdg37599fa98P+Phv7tyrKMnj17QpIkXH311XWea+x9liQJc+bMqXcuIiJqH5XoAEREjuLrr79Gnz59YDQaUVRUhN27d+PNN9/EO++8g59//hnjx4+37nvffffh+uuvb9X5a2pq8PLLLwNAvV+Cm9KWa7XFDz/8gJSUFMybN6/ec/v27UPnzp07PENbybKM2267Db169cKaNWvg5+eH3r17N3nMY489hjvvvLPONn9//zqPv/rqKwCAyWTCt99+i2eeeabBcwUEBCAjIwNbt27FtddeW+e5JUuWIDAwEJWVlS1+PcXFxXjrrbfwyiuvNLvvmTNnMGHCBBQVFeHBBx/Eyy+/DH9/f2RmZuKXX37B8OHDUVFRgaCgIADAxx9/jHnz5uGyyy7DW2+9hS5duiA7OxuffvoprrjiCnz44Yd49NFHG3yNixcvrvdvd8eO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xMTEWFearKiowPjx4+Hn59fk1MyrrroKl1xyCT7//HN899131umcbTVv3jzExMTgP//5T4PPx8fHAwAyMjKaPVd4eDh8fX2b3TczMxO+vr4IDQ2t95wkSbjnnnuwbNkyfPbZZ+jVqxeuvPLKJs8XERFR730eMWJEg+cnIqL2YXFHRNSMdevWwWw2N9u+4Morr8TatWuhVquxf/9+jBo1CvPmzbMuqtESrSkECgoKGt12vpjy9vYGULvy44VKSkpafJ2GhIWFNdj37fzU1fDw8HadHwBCQkKgUCg6/DoX27x5M7KyspCXl4ewsDDrtMzY2FhoNBrs378fx48fb/T4e+65B4sWLUJZWRlmz57driw+Pj6YP38+du7cWWcRmfMmTpwIAI329LuQUqnEuHHjkJCQgHPnzjW4z7lz53D48GFcc801UCqVDe4zZ84clJSU4LPPPsM999zT8hdDREQdjsUdEVETsrOz8fTTTyMoKAj//Oc/W3SMUqnEyJEj8emnnwKAdYpkS0arWiM1NRVHjx6ts+2HH35AQEAAhg0bBgDWVSOPHTtWZ781a9bUO5+Xl1eLs1177bXYunVrvfsQv/32W/j6+tpk6Xs/Pz+MHDkSK1eurJPLYrFg2bJl6Ny5M3r16tXu61xs8eLFUCgUWL16NbZt21bn67vvvgOAOouKXGz27NmYOnUq/v3vfyM2NrbdeebOnYu+ffvi2WefhcViqfPctGnTMHDgQLz++utISUlp8PgNGzagpqYGAPDcc89BlmU8/PDD9RZMMZvNeOihhyDLMp577rlG88TGxuLf//43pk6d2u7ilYiIbIsLqhAR/SUlJcW6kl9RURF27dqFr7/+GkqlEqtWrWqy6fJnn32GrVu3YsqUKYiPj4dOp7MWAOebnwcEBKBLly747bffcO211yI0NBTh4eFtXrY/JiYGN954I+bPn4/o6GgsW7YMmzZtwptvvmldTOXSSy9F79698fTTT8NkMiEkJASrVq1qcEn/gQMHYuXKlVi0aBGGDx8OhUJRp+/fhV566SX8/vvvGDduHF588UWEhobi+++/x7p16/DWW2/VWUylPV5//XVcd911GDduHJ5++ml4enpi4cKFSElJwY8//tiuKY8NKS0txW+//YaJEydi2rRpDe7z/vvv49tvv8Xrr79u7R93oZiYmBaNpLWUUqnEa6+9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0qVL0bVr13q992xl+/btuOmmm3D27FmEhIR0yDWIiIjIOXBaJhGRE1u/fj2ef/55FnZEREQEjtwRERERERG5AI7cERERERERuQAWd0RERERERC6AxR0REREREZELYHFHRERERETkAljcERERERERuQAWd0RERERERC6AxR0REREREZELYHFHRERERETkAljcERERERERuQAWd0RERERERC6AxR0REREREZELYHFHRERERETkAljcERERERERuQAWd0RERERERC6AxR0REREREZELYHFHRERERETkAljcERERERERuQAWd0RERERERC6AxR0REREREZELUIkOQERErs9otqBKZ0KVzogqnQmVOiOqdaY626r1JlRe8LhKZ0S13gSN3gyzRYZFPv8FWGQZZosMWQaWxHVCbE4NoJAgKQBIUu2fJan2I8y//iypFJB8VFD4qqDwUUHh63HBn1VQ+Pz1+PyfvZSi3zYiIqJWYXFHRERtZjJbUFCpQ4FaZ/1vYaUO+X/9t6BSh+IqPXRGSweGkCHrzQAA2ZbnVUr1C78LikJliDdUYd5QhflA6edhyysTERG1CYs7IiJqlCzLyK3QIrusBufKtX991f45t1yLgkodzBabllSOwyzDUm2EpdoIQNvkrpK36q9CzxuqcB+ownz+LvwCPO2Tl4iI3B6LOyIiAgCUVOuRVlCFkwVVOFVQhZOFVUgvrEKNwSw6msOTdSYYc6thzK2u95zkpYQq9HzR512n8FMEetZOHyUiIrIBFndERG5GozfhVGEV0gqqkHb+vwVVKNUYREdzSbLeDGO+BsZ8Tb3nJA8FlKHe8Ij2g2fnAHjGB8Azxh+SiuudERFR67G4IyJyYbkVWiRml+Nkfu2IXFphJc6VayG76ExKZyMbLTAV1sBUWANtUnHtRqUEjyg/eMYFWL9UET4c4SMiomaxuCMichF6kxkpuZVIzC7H4axyHMkuR2GlXnQsai2zbJ3iqdmfDwCQvJW1I3txAdYRPt7LR0REF2NxR0TkrLTlQNY+5BcW4JHU3kjJq4TB1IGrUpIwss4M/ekK6E9XWLcpg7xqp3H+VfR5dPaHwpPtG4iI3BmLOyIiZ1FdDGTtAbL21v636DggW9DJNxxHyj4SnY7szKzWQ5ushza5pHaDAvCI9INX9yB49Q6Bd/dgSB68d4+IyJ2wuCMiclQm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\n",
+ "text/plain": [
+ ""
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ }
+ ],
+ "source": [
+ "import matplotlib.pyplot as plt\n",
+ "\n",
+ "income_order = ['Less than $10,000', '$10,000 - $30,000', '$30,000 - $50,000', '$50,000 - $75,000', '$75,000 - $100,000', '$100,000 - $150,000', '$150,000 and over']\n",
+ "income_counts = df['FAMINCOME_BINNED'].value_counts().loc[income_order]\n",
+ "\n",
+ "plt.figure(figsize=(8, 8))\n",
+ "plt.pie(income_counts, labels=income_counts.index, autopct='%1.1f%%', startangle=90)\n",
+ "plt.title('Distribution of FAMINCOME')\n",
+ "plt.axis('equal') \n",
+ "plt.show()"
+ ]
+ },
+ {
+ "cell_type": "markdown",
+ "id": "b003ee7f",
+ "metadata": {},
+ "source": [
+ "# Age: GENERATION "
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 9,
+ "id": "e3061e28",
+ "metadata": {},
+ "outputs": [
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "AGE Categories:\n",
+ "30\n",
+ "64\n",
+ "60\n",
+ "73\n",
+ "74\n",
+ "63\n",
+ "58\n",
+ "62\n",
+ "39\n",
+ "45\n",
+ "34\n",
+ "85\n",
+ "61\n",
+ "70\n",
+ "42\n",
+ "38\n",
+ "69\n",
+ "80\n",
+ "71\n",
+ "68\n",
+ "53\n",
+ "78\n",
+ "47\n",
+ "20\n",
+ "75\n",
+ "46\n",
+ "49\n",
+ "77\n",
+ "76\n",
+ "33\n",
+ "15\n",
+ "55\n",
+ "35\n",
+ "67\n",
+ "57\n",
+ "56\n",
+ "48\n",
+ "44\n",
+ "54\n",
+ "72\n",
+ "40\n",
+ "36\n",
+ "26\n",
+ "66\n",
+ "25\n",
+ "37\n",
+ "50\n",
+ "23\n",
+ "32\n",
+ "29\n",
+ "41\n",
+ "52\n",
+ "65\n",
+ "51\n",
+ "43\n",
+ "24\n",
+ "17\n",
+ "31\n",
+ "28\n",
+ "18\n",
+ "27\n",
+ "59\n",
+ "79\n",
+ "19\n",
+ "21\n",
+ "22\n",
+ "16\n"
+ ]
+ }
+ ],
+ "source": [
+ "age_categories = df['AGE'].unique()\n",
+ "\n",
+ "print(\"AGE Categories:\")\n",
+ "for category in age_categories:\n",
+ " print(category)"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 10,
+ "id": "817e3c5c",
+ "metadata": {},
+ "outputs": [],
+ "source": [
+ "# bins based on ages: https://www.pewresearch.org/short-reads/2019/01/17/where-millennials-end-and-generation-z-begins/ft_19-01-17_generations_2019/\n",
+ "bin_edges = [6, 22, 38, 54, 73, 91]\n",
+ "\n",
+ "bin_labels = ['Generation Z (7-22)', 'Millennials (23-38)', 'Generation X (39-54)', 'Boomers (55-73)', 'Silent (74-91)']\n",
+ "\n",
+ "df['GENERATION'] = pd.cut(df['AGE'], bins=bin_edges, labels=bin_labels, right=False)"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 11,
+ "id": "d1f0bc16",
+ "metadata": {},
+ "outputs": [
+ {
+ "data": {
+ "image/png": "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ch4aGorXX38d3333HaRSKXr27ImoqCh8/PHHqFmzJiZMmFCh5wkAffr0MaxD7eHhgTt37mDevHkICAhASEhIhfdHRFZG7DPfiMzVg7PXH3wolUrB09NT6NChgzBjxgwhISGhyGMePSP9yJEjQv/+/YWAgABBpVIJbm5uQocOHYSNGzcaPW7Xrl1CkyZNBJVKJQAQXn75ZaP9JSYmlnksQShcXaF3797Cn3/+KdSrV09QKpVCYGCg8M033xR5/PXr14Vu3boJjo6OgoeHhzB+/Hhhy5YtRVZXSElJEQYNGiQ4OzsLEonE6JgoZlWICxcuCH369BGcnJwEpVIpNGrUqMjZ+w9WV1i7dq3R7Q9WISjubP9HRURECM8884xgZ2cn2NjYCK1btxY2bdpU7P7Ks7rCA3FxccLkyZOFhg0bCnZ2doJCoRB8fX2FPn36CL///nuRVQ8SExOFt99+W6hVq5agUCgEV1dXoVmzZsLUqVOFrKysMnMU9zU8d+6cMHjwYMHT01NQKBSCt7e38MwzzwiLFi0ybFPa6h+pqanCK6+8Inh6egq2trbCU089JURERAgdOnQQOnToYLTtqlWrhLCwMEGhUBhlKe77S6fTCTNnzhTq1KkjKBQKwd3dXRg+fLhw9+5do+06dOgg1KtXr0iul19+2Wiljjlz5ght27YV3N3dBaVSKfj7+wuvvPKKEBUVVeSxRESPkghCGad/ExERERGZGc7JJSIiIiKLw5JLRERERBaHJZeIiIiILA5LLhERERFZHJZcIiIiIrI4LLlEREREZHFYcomIiIjI4rDkEhEREZHFYcklIiIiIovDkktEREREFocll4iIiIgsDksuEREREVkcllwiIiIisjgsuURERERkcVhyiYiIiMjisOQSERERkcVhySUiIiIii8OSS0REREQWhyWXiIiIiCwOSy4RERERWRyWXCIiIiKyOCy5RERERGRxWHKJiIiIyOKw5BIRERGRxWHJJSIiIiKLw5JLRERERBaHJZeIiIiILI5c7ABERI8jT5uHzPxMZOZnIiM/w+i/mfmZyCzIhEargVavRYG+AAX6AgTJ7PHqvWtFdyYI//2/VAaoHAAbF0DtXPhfG+ein6udqueJEhHRY2HJJSKTUqArQHxOfOFHdjzicuIK/5sdh/iceCTkJCBdk458fX6F993auQ5evbyrcoJKZIVFt9gS7AI41QDcQgD3EMDes3KOSURE5caSS0TVTqvX4m7mXdxKv4Xb6bdxK+0WojKiEJMVg5S8FAgQyt7JY9AJlbhfQQfkphR+lEXlBLgH/1t6g/8rv65BgEJdeZmIiMiAJZeIqoxWr0VkWiRupt00KrTRmdEo0BdUex5dFZXnMmnSgfunCj8eJpECTn7/lV634H//G1I4EkxERI+NJZeIKk10RjQuJF3AxaSLuJB0AddSriFPlyd2LINKHcmtDIIeSIsu/IjcbXyfwg7wqgcEtAH82wL+rQqnQRARUblIBMHUXvWJyByk5KXgXMI5XEy+iItJF3Ep+RLSNelixypVfcdaWHVuv9gxHpME8AwH/NsAAW0L/8vRXiKiErHkElG5ZOVn4UTcCRyPO46jsUcRmRZZZXNnq0q4QwDWnI8QO0blcfb/d5S3dWHx9QgVOxERkcngdAUiKpZGp8GZhDM4FnsMx2KP4XLyZegEndixnohW0IsdoXI9mOpwfnXh57ZuhSO8/m0Kpzl4NwJkfJknIuvEkVwiMriTcQd7ovfg4P2DOJtw9rGW6TJlQfZ+2HDhsNgxqo/CDqjdAQjvC4T2LFzqjIjISvBPfCIrJggCLiRdwN67e7Eneg9upd8SO1KV0lnaSG5ZCrKBa1sLP2RKoFYHoG5fIOxZwNZV7HRERFWKI7lEVqZAV4BjccewN3ov9t3dh4TcBLEjVRs/W2/8c+m42DHEJ5UDAe2Aus8VjvLae4idiIio0rHkElkBrV6LQ/cPYcvtLYi4F4GsgiyxI4nCx8YDOy6fKntDayKRFs7hfVB4HX3ETkREVClYcoks2KWkS9h0axP+uf0PUvLKcWUuC+epdsPuK2fEjmHCJIBfi8LCW7dv4eoNRERmiiWXyMLEZsVi863N2HRrE26n3xY7jklxVTlj/9XzYscwH75NgHr9gcbDATs3sdMQEVUISy6RBcgpyMH2qO3YdGsTTsadNLv1a6uLs9IJEdcuiB3D/MhUQP0BQMvXgBrNxE5DRFQuLLlEZuxW+i38cfUPbIzcaLXzbCvCQWGPw9cvix3DvPk2BVq+Xlh65Sqx0xARlYgll8jM6PQ67Lu7D6uurcKx2GNixzErNnIbHL9xTewYlsHWHWj6EtD8FcC5pthpiIiKYMklMhMpeSn46/pfWHN9DeKy48SOY5aUUiVORd4UO4ZlkcgKLzTR4lUgqJPYaYiIDFhyiUzcpeRLWH55OXZE7bC4K5BVN5lEhrO3eDJelXEPLSy7jYcCKgex0xCRlWPJJTJRx2OP45cLv+BI7BGxo1iUC7ejxY5g+ZQOQKMXgBavAZ5hYqchIislFTsAEf1HEATsu7sPw7cOxys7XmHBrQI6CV/2qlx+JnDiF+CHVsDvzwF3rfcqcx07dsS7775r+DwwMBDz5s0zfC6RSLBhw4ZqzRQVFQWJRIKzZ8+W+zEjR45Ev379nui4H3/8MV5//fUn2kd12rx5M5o0aQK93souB25B+GpPZAJ0eh223tqKQZsGYfye8TiXeE7sSBZLJ5WLHcG63NoHLO4KrBgMxJn/8m0jR46ERCLBG2+8UeS+sWPHQiKRYOTIkYbb1q1bh88//7waE5atZs2aiI2NRf369avtmPHx8Zg/fz6mTJliuO3LL79EixYt4ODgAE9PT/Tr1w/XrhmfGDpt2jSEhYXBzs4OLi4u6NKlC44dK/uE2759+8Lf3x9qtRo+Pj546aWXEBMTY7TNiRMn0LlzZzg7O8PFxQXdunUzKv7PPvssJBIJVq5c+WRPnkTDkkskogJdAdZeX4s+G/pgUsQkXE+9LnYki6eVseSK4sZ2YFF7YO1IIOmG2GmeSM2aNbF69Wrk5uYabsvLy8OqVavg7298lThXV1c4OJjW/GSZTAZvb2/I5dX3s7B48WK0adMGgYGBhtv279+PcePG4ejRo9i5cye0Wi26deuG7OxswzZ16tTBggULcOHCBRw8eBCBgYHo1q0bEhMTSz1ep06dsGbNGly7dg1//fUXIiMjMWjQIMP9mZmZ6N69O/z9/XHs2DEcPHgQjo6O6N69OwoKCgzbjRo1Ct99913lfSGoWrHkEolAL+jx982/8ez6ZzH9yHTczbwrdiSrwZFcMQnApfXA962ADeOANPOcH920aVP4+/tj3bp1htvWrVuHmjVrokmTJkbbPjpdoSz379/HCy+8ABcXF7i5ueG5555DVFSU4f4H0wZmz54NHx8fuLm5Ydy4cUbFLDAwEDNmzMDo0aPh4OAAf39//PTTT4b7H52uoNPp8Morr6BWrVqwsbFBaGgo5s+fX2rOP//8Ew0aNICNjQ3c3NzQpUsXo3L6qNWrV6Nv375Gt23btg0jR45EvXr10KhRIyxZsgTR0dE4deqUYZsXX3wRXbp0Qe3atVGvXj188803yMjIwPnzpV+5cMKECWjdujUCAgLQtm1bfPjhhzh69Kjh63Tt2jWkpqZi+vTpCA0NRb169fDpp58iISEB0dH/fV/27dsXx48fx61bt0o9Hpkmllyiarbv7j4M3DgQHx36CDHZMWVuT5VLL5WJHYEEHXB2OfBdM2Dr+0BmvNiJKmzUqFFYsmSJ4fNff/0Vo0ePfqJ95uTkoFOnTrC3t8eBAwdw8OBB2Nvbo0ePHsjP/29llb179yIyMhJ79+7Fb7/9hqVLl2Lp0qVG+5ozZw6aN2+OM2fOYOzYsXjzzTdx9erVYo+r1+vh5+eHNWvW4PLly/jkk08wZcoUrFmzptjtY2NjMXToUIwePRpXrlzBvn37MGDAAJR0HntqaiouXryI5s2bl/r809PTARSOfhcnPz8fP/30E5ycnNCoUaNS9/WwlJQUrFixAm3btoVCoQAAhIaGwt3dHYsXL0Z+fj5yc3OxePFi1KtXDwEBAYbHBgQEwNPTExEREeU+HpkOllyianIm4QxG/DMC4/eMx800rtUqFq2EJddk6PKB4z8B3zYGdn4K5KSInajcXnrpJRw8eBBRUVG4c+cODh06hOHDhz/RPlevXg2pVIpffvkFDRo0QHh4uGF0c9++fYbtXFxcsGDBAoSFheHZZ59F7969sXv3bqN99erVC2PHjkVwcDAmTZoEd3d3o308TKFQ4LPPPkOLFi1Qq1YtDBs2DCNHjiy15Gq1WgwYMACBgYFo0KABxo4dC3t7+2K3v3PnDgRBgK+vb4nPXRAEvPfee3jqqaeKzBXevHkz7O3toVarMXfuXOzcuRPu7u4l7uuBSZMmwc7ODm5uboiOjsbff/9tuM/BwQH79u3D8uXLYWNjA3t7e2zfvh1bt24tMo2jRo0aRqPpZD5Ycomq2M3Umxi/ezxG/DMCZxLOiB3H6uk4J9f0FOQAh+YB8xsD+2YCmkyxE5XJ3d0dvXv3xm+//YYlS5agd+/e5SpepTl16hRu3rwJBwcH2Nvbw97eHq6ursjLy0NkZKRhu3r16kEm+++PNR8fHyQkJBjtq2HDhob/l0gk8Pb2LrLNwxYtWoTmzZvDw8MD9vb2+Pnnn43etn9Yo0aN0LlzZzRo0ADPP/88fv75Z6Smppa47wdzl9VqdYnbvPXWWzh//jxWrVpV5L5OnTrh7NmzOHz4MHr06IHBgwcbnssbb7xh+Fo9WrLff/99nDlzBjt27IBMJsOIESMMo825ubkYPXo02rVrh6NHj+LQoUOoV68eevXqZTTXGgBsbGyQk5NTYnYyXXy1J6oi8dnx+PbMt9h8azP0ApegMRWck2vCNOnAvhnA8R+BpyYUrrOrKLkYiW306NF46623AADff//9E+9Pr9ejWbNmWLFiRZH7PDw8DP//4C33ByQSSZFlrsqzzQNr1qzBhAkTMGfOHLRp0wYODg74+uuvS1zFQCaTYefOnTh8+DB27NiB7777DlOnTsWxY8dQq1atIts/KP+pqalGz+OB8ePHY+PGjThw4AD8/PyK3G9nZ4fg4GAEBwejdevWCAkJweLFizF58mRMnz4dEydOLDanu7s73N3dUadOHYSHh6NmzZo4evQo2rRpg5UrVyIqKgpHjhyBVFo43rdy5Uq4uLjg77//xpAhQwz7SUlJKTY3mT6+2hNVsgJ9AX6/9Dt+PP8jcrW5ZT+AqpVWyjewTF5OMrDjI+DID0C3z4EGg8p+jAgenivbvXv3J95f06ZN8ccff8DT0xOOjo5PvL/yioiIQNu2bTF27FjDbQ+PHBdHIpGgXbt2aNeuHT755BMEBARg/fr1eO+994psGxQUBEdHR1y+fBl16tQx3C4IAsaPH4/169dj3759xRbk4giCAI1GAwDw9PSEp6dnuR4DwPC4nJwcSKVSSCQSwzYPPn/4j4EHo+iPnlBI5oGv9kSV6HDMYQz4ewDmnZ7Hgmui9BzJNR+ZMcBfrwDLBwKpd8ROU4RMJsOVK1dw5coVo+kDj2vYsGFwd3fHc889h4iICNy+fRv79+/HO++8g3v37lVC4uIFBwfj5MmT2L59O65fv46PP/4YJ06cKHH7Y8eOYcaMGTh58iSio6Oxbt06JCYmIjw8vNjtpVIpunTpgoMHDxrdPm7cOCxfvhwrV66Eg4MD4uLiEBcXZ5gukJ2djSlTpuDo0aO4c+cOTp8+jVdffRX37t3D888/X2K+48ePY8GCBTh79izu3LmDvXv34sUXX0RQUBDatGkDAOjatStSU1Mxbtw4XLlyBZcuXcKoUaMgl8vRqVMnw76OHj0KlUpleByZF5ZcokoQlx2H9/a9hzE7xyAqI0rsOFQKHUdyzc/NXcAPrYFD3wJ6ndhpjDg6OlbaqKutrS0OHDgAf39/DBgwAOHh4Rg9ejRyc3OrdGT3jTfewIABA/DCCy+gVatWSE5ONhrVfZSjoyMOHDiAXr16oU6dOvjoo48wZ84c9OzZs8THvP7661i9erXRKOnChQuRnp6Ojh07wsfHx/Dxxx9/ACj8I+Lq1asYOHAg6tSpg2effRaJiYmIiIhAvXr1SjyWjY0N1q1bh86dOyM0NBSjR49G/fr1sX//fqhUKgBAWFgYNm3ahPPnz6NNmzZo3749YmJisG3bNvj4+Bj2tWrVKgwbNgy2trbl/nqS6ZAIJa35QURlKtAVYOmlpfj5ws8cuTUTf+XYoE78tbI3JNPk3RDoMx+o0VTsJFQBgiCgdevWePfddzF06FCx45RLYmIiwsLCcPLkyXJPpSDTwiENosd06P4h9N/YH9+e+ZYF14zouE6ueYs7D/zSBdg2GdBkiZ2GykkikeCnn36CVqsVO0q53b59Gz/88AMLrhnjSC5RBWXkZ2Dm8ZnYGLlR7Cj0GFblO6H+/Qtix6DK4FQT6DUbCO0hdhIiMkEcySWqgP1396P/hv4suGaMqytYkPS7wKoXgDUvm+VV04ioavE0Y6JySNekY+bxmdh0a5PYUegJ6XnFM8tzeQNway/QZRrQbBTw0LJQRGS9OKRBVIZ9d/eh/9/9WXAthE7Clz2LlJcObJ4A/NoDSLgqdhoiMgF8tScqQbomHR9GfIjxe8YjMTdR7DhUSThdwcLdPQr82B7YOwPQmc9JTkRU+fhqT1SMQ/cPod/f/bDl1haxo1Al40iuFdDlA/tnAr92B1KjxE5DRCLhqz3RQwr0BZhzcg7e3PUmknKTxI5DVYAl14rcPwksehq4uE7sJEQkAr7aP2Tp0qVwdnYWO0ap9uzZg7CwMKOrxpiyhIQEeHh44P79+2JHKdO9zHsY+c9ILL20FAK4sp6l4jq5VkaTDvw5Ctj4NlDA9ayJrEmFS25cXBzeeecdBAcHQ61Ww8vLC0899RQWLVqEnJycqshYJQIDAzFv3jyj21544QVcv369So+blZWFoKAgvPfee0a3R0VFwdHREb/88kupj//ggw8wdepUSP+dV3jw4EG0a9cObm5usLGxQVhYGObOnWv0mIKCAkyfPh1BQUFQq9Vo1KgRtm3bVmbWkSNHQiKRGH20bt262G0FQUDPnj0hkUiwYcMGw+2enp546aWX8Omnn5Z5PDFtj9qOwZsG43zSebGjUBXT8cR763T6N+CnjkD8ZbGTEFE1qdASYrdu3UK7du3g7OyMGTNmoEGDBtBqtbh+/Tp+/fVX+Pr6om/fvlWVtUyCIECn00Euf7yV0WxsbGBjY1PJqYzZ29tjyZIl6Ny5M/r374/27dtDEASMGjUK7dq1w6uvvlriYw8fPowbN27g+eefN9xmZ2eHt956Cw0bNoSdnR0OHjyIMWPGwM7ODq+//joA4KOPPsLy5cvx888/IywsDNu3b0f//v1x+PBhNGnSpNS8PXr0wJIlSwyfK5XKYrebN28eJCUs2zNq1Ci0bNkSX3/9NVxcXEo9XnXL0+Zh5omZ+PP6n2JHoWrC6QpWLPEq8PMzQPf/A1q8InYaIqpiFXq1Hzt2LORyOU6ePInBgwcjPDwcDRo0wMCBA7Flyxb06dPHsG16ejpef/11eHp6wtHREc888wzOnTtnuH/atGlo3Lgxli1bhsDAQDg5OWHIkCHIzMw0bCMIAmbNmoXatWvDxsYGjRo1wp9//ldG9u3bB4lEgu3bt6N58+ZQqVSIiIhAZGQknnvuOXh5ecHe3h4tWrTArl27DI/r2LEj7ty5gwkTJhhGKIHipyssXLgQQUFBUCqVCA0NxbJly4zul0gk+OWXX9C/f3/Y2toiJCQEGzeWfqGAp59+GuPHj8eoUaOQnZ2N+fPn4+zZs2WO4q5evRrdunWDWq023NakSRMMHToU9erVQ2BgIIYPH47u3bsjIiLCsM2yZcswZcoU9OrVC7Vr18abb76J7t27Y86cOaUeDwBUKhW8vb0NH66urkW2OXfuHL755hv8+uuvxe6jQYMG8Pb2xvr168s8XnWKTIvE0C1DWXCtjJYl17ppc4Et7wF/vQrkm8+7j0RUceV+tU9OTsaOHTswbtw42NnZFbvNg7IoCAJ69+6NuLg4bN26FadOnULTpk3RuXNnpKSkGLaPjIzEhg0bsHnzZmzevBn79+/HV199Zbj/o48+wpIlS7Bw4UJcunQJEyZMwPDhw7F//36j437wwQf48ssvceXKFTRs2BBZWVno1asXdu3ahTNnzqB79+7o06cPoqOjAQDr1q2Dn58fpk+fjtjYWMTGxhb7fNavX4933nkH//vf/3Dx4kWMGTMGo0aNwt69e422++yzzzB48GCcP38evXr1wrBhw4yeZ3FmzJgBhUKB4cOHY8qUKfjuu+9Qo0aNUh9z4MABNG/evNRtzpw5g8OHD6NDhw6G2zQajVExBgpHrQ8ePFjqvoDCPyQ8PT1Rp04dvPbaa0hISDC6PycnB0OHDsWCBQvg7e1d4n5atmxpVLzFtilyE4ZuGYqbaTfFjkLVjCO5BAC4sBb4pTOQHCl2EiKqIuV+tb958yYEQUBoaKjR7e7u7rC3t4e9vT0mTZoEANi7dy8uXLiAtWvXonnz5ggJCcHs2bPh7OxsNBKr1+uxdOlS1K9fH+3bt8dLL72E3bt3AwCys7MNo4Pdu3dH7dq1MXLkSAwfPhw//vijUYbp06eja9euCAoKgpubGxo1aoQxY8agQYMGCAkJwRdffIHatWsbRlhdXV0hk8ng4OBgGKEszuzZszFy5EiMHTsWderUwXvvvYcBAwZg9uzZRtuNHDkSQ4cORXBwMGbMmIHs7GwcP3681K+nWq3GvHnzsGHDBnTs2BHDhw8v898gKioKvr6+xd7n5+cHlUqF5s2bY9y4cUbTHrp3745vvvkGN27cgF6vx86dO/H333+XWO4f6NmzJ1asWIE9e/Zgzpw5OHHiBJ555hloNBrDNhMmTEDbtm3x3HPPlbqvGjVqICoqqsznWNV0eh1mnZiFKQenIFfLk1CskZ5Xw6IHEi4XztO9wgu9EFmiCg9pPDrv8vjx4zh79izq1atnKD+nTp1CVlYW3NzcDAXY3t4et2/fRmTkf381BwYGwsHBwfC5j4+PYaTw8uXLyMvLQ9euXY328fvvvxvtA0CR0c3s7Gx88MEHqFu3LpydnWFvb4+rV68aRnLL68qVK2jXrp3Rbe3atcOVK1eMbmvYsKHh/+3s7ODg4FBkxLM4ixcvhq2tLS5cuID09PQyt8/NzS0yIvtAREQETp48iUWLFmHevHlYtWqV4b758+cjJCQEYWFhUCqVeOuttzBq1CjIZIVnma9YscLoa/xgxPWFF15A7969Ub9+ffTp0wf//PMPrl+/ji1bCteO3bhxI/bs2VPkBL7i2NjYiH5iYromHW/uehPLLi8re2OyWFqWXHqYJgP4Yziw42NArxM7DRFVonKfoRUcHAyJRIKrV40vl1i7dm0AMDphS6/Xw8fHB/v27Suyn4fnvCoUCqP7JBKJYWmsB//dsmVLkbfxVSqV0eePTp94//33sX37dsyePRvBwcGwsbHBoEGDkJ+fX45nauzRUi8IQpHbSnseJfnjjz+wceNGHDlyBC+99BImTJhQ4pzWB9zd3ZGamlrsfbVq1QJQOP81Pj4e06ZNw9ChQwEAHh4e2LBhA/Ly8pCcnAxfX198+OGHhsf07dsXrVq1MuyrpGkTPj4+CAgIwI0bNwAULmcWGRlZZB7zwIED0b59e6N//5SUFHh4eJT6/KpSZFokxu8Zj7uZd0XLQKZBx5JLxTn8LRBzBhj0K2DvKXYaIqoE5S65bm5u6Nq1KxYsWIDx48eXOC8XAJo2bYq4uDjI5XIEBgY+VrC6detCpVIhOjraaH5peURERGDkyJHo378/gMJlux59q1ypVEKnK/2v9vDwcBw8eBAjRoww3Hb48GGEh4dXKM+j4uPjMW7cOHzxxRdo0qQJli5dijZt2uD5559Hz549S3xckyZNcPly2cvfCIJgNKXgAbVajRo1aqCgoAB//fUXBg8eDABwcHAwGlEvSXJyMu7evQsfHx8AwIcfflhkNYgGDRpg7ty5RichAsDFixfRsWPHMo9RFfZE78GUg1OQXZAtyvHJtOjAkksliIoAfuwADFsLeNcXOw0RPaEKrbX1ww8/oF27dmjevDmmTZuGhg0bQiqV4sSJE7h69SqaNWsGAOjSpQvatGmDfv36YebMmQgNDUVMTAy2bt2Kfv36lXnyFFBYvCZOnIgJEyZAr9fjqaeeQkZGBg4fPgx7e3u8/PLLJT42ODgY69atQ58+fSCRSPDxxx8XGVkNDAzEgQMHMGTIEKhUKri7uxfZz/vvv4/BgwcbTprbtGkT1q1bZ7RSw+MYM2YMQkNDDWvlNm/eHB988AFef/11XLx4EU5OTsU+rnv37vjtt9+Mbvv+++/h7++PsLAwAIXr5s6ePRvjx483bHPs2DHcv38fjRs3xv379zFt2jTo9Xp88MEHJWbMysrCtGnTMHDgQPj4+CAqKgpTpkyBu7u74Y+HkuYz+/v7G0aJgcKT006dOoUZM2aU8ytUOQRBwKLzi7Dw7EJe3IEMOF2BSpUZAyzpCQxZAdR6Wuw0RPQEKlRyg4KCcObMGcyYMQOTJ0/GvXv3oFKpULduXUycOBFjx44FUPh2/datWzF16lSMHj0aiYmJ8Pb2xtNPPw0vL69yH+/zzz+Hp6cnvvzyS9y6dQvOzs5o2rQppkyZUurj5s6di9GjR6Nt27Zwd3fHpEmTkJGRYbTN9OnTMWbMGAQFBUGj0UAQipagfv36Yf78+fj666/x9ttvo1atWliyZMkTjUj+/vvv2LlzJ86ePWu4oAMAfPrpp9i4cWOp0xaGDx+OSZMm4dq1a4YTAPV6PSZPnozbt29DLpcjKCgIX331FcaMGWN4XF5eHj766CPcunUL9vb26NWrF5YtW1bq1d1kMhkuXLiA33//HWlpafDx8UGnTp3wxx9/lGvU92F///03/P390b59+wo97knkanMx9eBU7Lyzs9qOSeaBJ55RmTQZwPKBQP9FQP2BYqchosckEYprd2SyPvjgA6SnpxdZYcKUtWzZEu+++y5efPHFajleal4q3tr9Fq9eRsV6x7EeXj33j9gxyCxICi8c0Wac2EGI6DFwwUgzM3XqVAQEBJQ5n9hUJCQkYNCgQYaT4Kravcx7GPHPCBZcKpGWc3Kp3ARg+xRg+1SA40FEZocjuWQxriRfwdjdY5GUmyR2FDJhbzg1wLizW8SOQeamwfPAcz8A8uIvbU5EpocjuWQRjsQcwajto1hwqUzm8R4ImZwLa4EVgwBNZtnbEpFJYMkls7fl1haM3T2WS4RRuWg5W4Ee1+39hSsvZMaJnYSIyoEll8za0otLMTliMrR6rdhRyEzoOSeXnkTcBWBxVyDphthJiKgMLLlktmafmI05p+ZwDVyqEB2/X+hJpUUDi7sBd4+LnYSISsGSS2ZHEAR8cfQL/Hb5t7I3JnoEx/ypUuSmAL/1Ba5xOToiU8WSS2ZFL+gx7cg0/HHtD7GjkJnScbYCVRZtLrB6GHBqqdhJiKgYFbriGZGYdHodPjr0ETbf2ix2FDJjXF2BKpWgAza9U/j/zUaKGoWIjHEkl8yCTq/D5IjJLLj0xFhyqUpsngCcXyt2CiJ6CEsumbwHBfefKM59oyfHE8+oSgh6YMMbwFVeaITIVLDkkkljwaXKxpFcqjJ6LbB2FBC5V+wkRASWXDJhekGPyQdZcKlyaTmSS1VJpyk8GS36qNhJiKweSy6ZrC+OfoF/brPgUuXidAWqcgXZwIrBQMxZsZMQWTWWXDJJ357+Fmuv8yQOqnx6llyqDpp0YPkAIPGa2EmIrBZLLpmcZZeX4ecLP4sdgyyUVmDJpWqSkwz8/hyQclvsJERWiSWXTMqmyE34+sTXYscgC8bpClStMmMLi25GjNhJiKwOSy6ZjP139+OTQ59AYAmhKqTjSC5Vt7Q7hUU3O0nsJERWhSWXTMLp+NOYuH8itIJW7Chk4bTQix2BrFHSdWBZPyA3TewkRFaDJZdEdy3lGt7a/RbydHliRyEroOdILokl7gKw4nkgP1vsJERWgSWXRBWfHY+xu8YisyBT7ChkJTgnl0R17ziw+kVAx3etiKoaSy6JJlebi7f3vo2E3ASxo5AV0QqcrkAiu7UP2D5F7BREFo8ll0QhCAKmHpyKy8mXxY5CVkbHkkum4PiPwNmVYqcgsmgsuSSKBWcXYOednWLHICuk44lnZCo2TwDunxI7BZHFYsmlarf11lb8dP4nsWOQleISYmQytHnAHy8BWZyyRVQVWHKpWp1PPI9PDn8idgyyYjpBJ3YEov9k3AfWvAzoCsROQmRxWHKp2sRlx+Gdve9Ao9OIHYWsGOfkksmJPgxs+1DsFEQWhyWXqkWuNhfj94xHUi6v+EPi4uoKZJJO/AKcXiZ2CiKLwpJL1WL6kem4mnJV7BhEnK5ApmvL/4B7J8VOQWQxWHKpyv15/U9svrVZ7BhEAFhyyYTpNMAfw4HMeLGTEFkEllyqUldTruKr41+JHYPIgHNyyaRlxgJrXgK0+WInITJ7LLlUZbLys/C/ff/jiWZkUlhyyeTdPQb884HYKYjMHksuVZlPDn+C6MxosWMQGeF0BTILp5YAp5aKnYLIrLHkUpVYcWUFr2hGJkmnZ8klM7H1feDucbFTEJktllyqdBcSL2DOyTlixyAqFkdyyWzo8oG1I4G8dLGTEJklllyqVOmadEzcPxEFel69h0yTAAF6CV/6yExk3Ae2TRE7BZFZ4is9Vaovjn6BmOwYsWMQlUonkYkdgaj8zi4Hrm8XOwWR2WHJpUqz7fY2bIvaJnYMojJpZXKxIxBVzMa3gZwUsVMQmRWWXKoUiTmJ+OLYF2LHICoXnZQll8xMVhyXFSOqIJZcqhSfHv4U6RqeHEHmQSfldAUyQxfWApc3ip2CyGyw5NIT+/P6n4i4HyF2DKJy40guma3NE4DsJLFTEJkFllx6Ivcy7+HrE1+LHYOoQnQyjuSSmcpJKiy6RFQmllx6bHpBj6kHpyJHmyN2FKIK4UgumbUrG4ELf4qdgsjkseTSY1t2eRlOJ5wWOwZRhWk5J5fM3daJQGa82CmITBpLLj2W6IxofHfmO7FjED0WnnhGZi83Fdj0jtgpiEwaSy49li+OfgGNTiN2DKLHwpJLFuH6P8DZlWKnIDJZLLlUYVtvbcWR2CNixyB6bLziGVmMfz4E0u+LnYLIJLHkUoVk5mfi65NcTYHMG0suWQxNOrBxvNgpiEwSSy5VyPzT85GUyzUaybzppHzpIwsSuRs4s1zsFEQmh6/0VG4Xky5i7fW1YscgemJcXYEszu7pgCZL7BREJoUll8pFp9dh+pHp0At6saMQPTGdhC99ZGGy4oFD88ROQWRS+EpP5bLq6ipcSbkidgyiSsHVFcgiHV7Ak9CIHsKSS2VKzEnEgrMLxI5BVGl0UonYEYgqnzYX2P2Z2CmITAZLLpXp2zPfIrsgW+wYRJXGGqYrfBmhQYufs+DwZQY8v85Ev9U5uJakM9pm3ZUCdF+eDfdZmZB8loGzcboS9mbsr8sFqPt9FlRfZKDu91lYf6XA6P4V5wtQc24mXGdm4P0deUb3RaXpUee7LGRohCd7glS882uA+7wSJRHAkktluJZyDRsjN4odg6hSWcMSYvvvaDGuhRJHX7HDzpdsodUD3ZbnIDv/v3KZnS+gXU05vuqiKvd+j9zV4oU/c/FSQwXOvWGHlxoqMPjPXBy7pwUAJOXo8eqmXMzuqsb24Xb47VwBtlz/rwS/uSUXX3VRwVHF0fSqIQDbp4odgsgkyMUOQKbtm1Pf8GQzsjhaK1hCbNtwO6PPlzynhufsLJyK1eHpgMKX/pcaKQEUjq6W17xj+egaJMPk9oXFeHJ7Gfbf0WLesXys8pPjVqoAJ5UEL9RXAAA61ZLhcqIevesAKy8UQCmTYEC4ojKeIpUk+jBweSNQt6/YSYhEZfmv9PTYDt0/hMMxh8WOQVTp9BLrG0VM//cq3K42T/bcj9zVoVtt4/GR7kFyHL5bONUhxFWKnAIBZ2J1SMkVcOK+Dg29ZEjJFfDJ3jws6Kl+ouNTOe36FNDmi52CSFQsuVQsvaDHnFNzxI5BVCW0VvbSJwgC3tueh6f8Zajv+WRTNeKyBHjZG3/9vOyliMsqnAbhYiPBb/1sMGJDLlr+nIURjRToHizHxB15GN9SidtpejT5MQv1f8jCn5cLijsEVYaUW8Dxn8ROQSQqTlegYv1982/cSL0hdgyiKmFtqyu8tTUP5+N1ODjaruyNy+HRr54gGN/WP1yB/g9NSdgXpcWFBB0W9FIj+NssrBpoA297CVr+ko2nA2TwtLOuPzqqzYGvgcYvArauYichEgVfWaiIXG0uFpzhkmFkuaxhdYUHxm/NxcbrWux92Q5+jk/+vL3tJYjLMp7Dm5Cth5d98X84aLQCxm7Jw4/P2uBmih5aPdAhUI5QdxnquElx7F75VnSgx5CXBuyfKXYKItFYzys9ldvSS0uRkJsgdgyiKmMNJVcQBLy1NRfrrmqxZ4QtarlUznNuU1OGnbeMi+mOW1q0rVn8NIjPD2jQM1iOpj4y6PSAVv/f6g4FOkDHlcSq1onFQNJNsVMQicLyX+mpQlLyUrD04lKxYxBVKZ0VnHg2bmselp8vwMoBNnBQFY6+xmXpkVvwX6tMyRVwNk6Hy4mFpfVakh5n43RGI7Uj1udi8q7/1rp9p5USOyK1mHlQg6tJOsw8qMGuWzq820pZJMOlBB3+uKTF9E6FKzGEuUshlUiw+HQ+tlwvwNUkPVr4Wv5ybqLSFwA7PxE7BZEoOCeXjCy9tBQ52hyxYxBVKWsouQtPFp7U1fE345/nJc+pMbJxYSHdeK0Ao/7+r8AO+SsXAPBpByWmdSxcBSE6XQ/pQyPfbWvKsXqQDT7ao8HHezUIcpXij0E2aOVn/OtEEAS8vjkPc7urYKcs/HrbKCRY2k+NcVvzoNECC3qpUaMSplBQGa5tAW5HALXai52EqFpJBEHgm0UEAEjLS0P3v7qz5D6GxM2JyDiVAU2sBhKFBLbBtvAe7A2VT/GL7N9feh+p+1LhPdQb7t3dS9xv+sl0JG5ORH58PgSdAJWXCm493ODSzsWwTdrhNMT9GQdBI8ClvQu8h3gb7stPzEfU7CgETQuCzIYjZg98aB+OYRe2ix2DqPr4NALGHBA7BVG14kguGfx++XcW3MeUfTUbrs+4wqa2DQSdgIS/EhA1OwohM0IgVRmPVGWcykBuZC7kzmX/+MnsZPDs4wmljxISuQSZZzNxf/F9yB3lcGjgAG2mFveX3Iffq35QeChwZ+4d2IXZwaGxAwAg5vcYeD3vxYL7CF2R9QGILFzsOeDmLiC4i9hJiKoN3yciAEC6Jh0rr64UO4bZCpwYCJf2LlDXUMPG3wY1XqmBguQC5EblGm1XkFqAmOUx8HvDDxJZ2UXLPtwejs0cofZVQ+Wpgns3d6hrqpFzvfCPkfzEfMhsZHBq5QTb2rawC7dDXkzh289pR9IgkUvg1Nyp8p+wmdOx45I1OvSt2AmIqhVLLgEAll1ehuyCbLFjWAxdbuGJPDK7/0ZQBb2Aez/dg3tPd6hrVPyqT4IgIOtyFjSxGtiFFq53qvJSQZ+vR+6dXGiztMi9nQt1TTW0WVokrE+Az3CfynlCFsYaVlcgKuL2/sIRXSIrwekKhMz8TKy8wlHcyiIIAuJWxcG2ji3Ufv+V2aStSYAUcOvqVqH96XJ0uDbhGvRaPSQSCXxH+MK+vj2AwhLt95of7v18D0K+AOe2znBo4IB7i+/BtYsrCpIKED0/GoJOgGc/Tzi14KguAHBlVrJah74FBi0WOwVRtWDJJSy/shyZBZlix7AYsctikXc3D7Wn1jbclhuVi+QdyQj6LAiSCp7ZL1VLETQ9CPo8PbIvZyN2VSwUHgrYhxcWXcdmjnBs5mjYPutKFjT3NPAd7ovrk66j5hs1IXeSI3J6JOxC7SB35I89Sy5ZrcsbgLRPAWd/sZMQVTn+trNyWflZWH55udgxLEbMshhknM1A7cm1oXD977Km2deyoc3U4tr/rv23sR6IWx2H5B3JCJ0TWuI+JVIJVF6FqzTYBNhAE6tB0pYkQ8l9mL5Aj9hlsfB73Q/5CYUrMtiF/Tu1wVuFnMgcODZxLPI4a6O1giXEiIql1wJHvgd68kpoZPlYcq3c6murkZGfIXYMsycIAmKXxyLjVAZqfVgLSg/jhfGd2znDvp5xKY2aHQXnts5wae+CihAEAfoCfbH3JW5MhH0De9gE2iD3Ti7w0GaCVjD63JpxJJes2ullQIdJgK2r2EmIqhTPvrBiWr0Wq66uEjuGRYhdFou0w2mo+UZNSNVSFKQVoCCtAPr8wlYpt5dD7ac2+pDIJJA7yY3W0r330z3ErY0zfJ64ORFZF7OQn5APTYwGSduSkHY4Dc5tnYtkyLufh/Tj6fAa4AUAhfuVACn7U5B5NhOaWA1sattU7RfCTOg5kkvWrCAbOMl5uWT5OJJrxXbe2YmEnASxY1iElD0pAIDbX902ur3GKzUqNFKbn5yPh5dw1Wv0iFkWg4KUAkiVUih9lKj5ek04tTI+gUwQBMQsiYH3UG/DurxSpRQ1Xq2B2GWxEAoE+LzkA4WLAgRowWvgkJU79hPQ9m1AXvwFa4gsAa94ZsWGbRmG80nnxY5BVO2GOjfAlDNbxI5BJK5n5wHNR4mdgqjKcLqClTqfeJ4Fl6wWLwZBBODIAkDPifpkuVhyrdTyK1xRgawXTzwjApB8E7i2VewURFWGJdcKxWfHY+ednWLHIBIN5+QS/eswL/VLlosl1wr9ce0PaPVasWMQiUYPzlcgAgDcPQZEHxM7BVGVYMm1MnnaPPx5/U+xYxCJiiO5RA85NF/sBERVgiXXymy9vRWpmlSxYxCJSseSS/Sfa1uBlNtlb0dkZlhyrcxfN/4SOwKR6HRcOZHoIQJw/g+xQxBVOpZcK3Ir/RbOJ3LZMCKO5BI9giWXLBBLrhXZcHOD2BGITAKXECN6RMot4O4JsVMQVSqWXCuh0+uwOXKz2DGITIIOXACfqAiO5pKFYcm1EgfvH0RibqLYMYhMAufkEhXj0jpAVyB2CqJKw5JrJThVgeg/XEKMqBg5ycDNXWKnIKo0LLlWIDUvFfvu7RM7BpHJ0AmcrkBUrHOrxU5AVGlYcq3A5lubeYUzoofoOZJLVLzr24C8DLFTEFUKllwrwKkKRMa0HMklKp42D7j8t9gpiCoFS66Fu5l6E9dTr4sdg8ikcHUFolJwlQWyECy5Fm7nnZ1iRyAyOZyTS1SKqINA+j2xUxA9MZZcC7czmiWX6FGcrkBUGgE4v0bsEERPjCXXgkWlR+FG6g2xYxCZHD3XySUqHUsuWQCWXAvGqQpExdPxwr5EpUu8AsSeEzsF0RNhybVgLLlExeN0BaJy4GgumTmWXAt1L/MerqRcETsGkUnS6Vlyicp0YS3AnxUyYyy5FoqjuEQl0wmcrkBUpqx44P5JsVMQPTaWXAvFkktUMi1LLlH53ODvEjJfLLkWKD47HheTLoodg8hk6Tknl6h8bu4SOwHRY2PJtUCHYw5DAJdIIioJpysQlVPMGSA7SewURI+FJdcCHYo5JHYEIpPG6QpE5SUAN3eLHYLosbDkWhi9oMex2GNixyAyaTo9Sy5Rud3kvFwyTyy5FuZy8mWkadLEjkFk0gQI0EMidgwi8xC5h0uJkVliybUwh+5zqgJReeikcrEjEJmHnOTCublEZoav8hbmcMxhsSMQmQWdTAaFvkDsGEQmS5BIketWD1dtmyEpqgDd/MRORFQxLLkWJLsgG+eTzosdg8gscCSXqCitgx/uOLfCPm09LIsLRNQ9NQCgVYGAbk+JHI6ogvgqb0GOxR6DVq8VOwaRWdBKZWJHIBKdoHJEgltLHJc2wh8pwTiY6AQkFt3uzN005BXooFbw54bMB0uuBeFUBaLy40guWSNBKkeWe2NcUDXFxqxQ/BXvjYL0sk/CzNfqcTIqFU+FuFdDSqLKwVd5C3Ii7oTYEYjMhp4ll6xEvnMwbjq0wO78ulgW54+EaMVj7edwZBJLLpkVvspbiHRNOm6n3xY7BpHZ4HQFslR6G3fEuLXCIX0DrEqqjbNx9kDck+/3cGTyk++EqBqx5FqIc4nneClfogrgdAWyFIJcjTT3ZjijaIJ1aXWwJckNQmrlrwN94X46MvMK4KB+vJFgourGV3kLcS7xnNgRiMyKTsplwsk8CZAgz60erto1w7accKyM80VmVNX/OtfpBZy9m4b2IR5VfiyiysCSayHOJbDkElUEpyuQOdE61EC0U0vs19XH8vhARN63ESXHhfvpLLlkNlhyLYBOr8OFpAtixyAyKzzxjEyZoLRHkntLnJA2xB+pIdif6FLs0l7V7eL9dLEjEJUbX+UtwI20G8jR5ogdg8is6CScrkCmQ5DIkO3eCJfUzbA5uw7WxPlAk2F636MXWHLJjLDkWgBOVSCqOC3n5JLICpxq45bjv0t7xQcg9q5S7EhlupuSi7ScfDjbmn5WIpZcC3A28azYEYjMjo5zcqma6W1cEefaEkfQECuSgnA63gGIFztVxXFeLpkLllwLwJUViCpOJ2HJpaolyFRI92iKs4om2JBRB5sS3KFLNf93EFhyyVyw5Jq5zPxM3M28K3YMIrPDJcSoKuS5huO6XXNszwvHyjg/pFbD0l7VjSefkbmwvJ8+K3Mz7abYEYjMkk5S+Yvlk/XR2XnjrksrROjqY1lCbVyPEWdpr+rEk8/IXLDkmrkbqTfEjkBkljhdgR6HoLBDskcLnJQ2wtrUEOxOdgWs7Gq3PPmMzAVLrpm7nnpd7AhEZomrK1B5CBIZctwb4JK6GbZkh2FNvDdyb/EPJM7LJXPAkmvmOJJL9Hi4Ti6VpMAxALedWmJPfj0siw/A/bsqsSOZHJZcMgd8lTdznJNL9HhYcukBvdoZsTW6Y12N9zFYvRAhCV+i243++OpOHdzPY8EtDk8+ezJLly6Fs7Oz2DFKtWfPHoSFhUGv14sdBRqNBv7+/jh16lSFHsdXeTMWnx2PjPwMsWMQmSWurmC9BJkSGV6tEFHzDUx0+gYh6QvQJvJlvBfZBMfTnMSOZxYu3q/63z1xcXF45513EBwcDLVaDS8vLzz11FNYtGgRcnLM5yqfgYGBmDdvntFtL7zwAq5fr9rphkuXLoVEIinxY9SoUaU+/oMPPsDUqVMh/fe1cuTIkcXup169eqXu58svv0SLFi3g4OAAT09P9OvXD9euXTPcX1BQgEmTJqFBgwaws7ODr68vRowYgZiYGMM2KpUKEydOxKRJkyr0NeB0BTN2I41TFYgeF1dXsC4al1DcsG+OnZpwLI+rieQ7CrEjmbV7qTnQaHVQyatmfvKtW7fQrl07ODs7Y8aMGWjQoAG0Wi2uX7+OX3/9Fb6+vujbt2+VHLs8BEGATqeDXP54NcrGxgY2NlW7EscLL7yAHj16FLn9hx9+wMyZM/Haa6+V+NjDhw/jxo0beP755w23zZ8/H1999ZXhc61Wi0aNGhltU5z9+/dj3LhxaNGiBbRaLaZOnYpu3brh8uXLsLOzQ05ODk6fPo2PP/4YjRo1QmpqKt5991307dsXJ0+eNOxn2LBheP/993HlyhWEh4eX62vAoQwzxvm4RI+P0xUsm87OE9F+fbDSdzJ6K35GaOynePZGb8yPro3kfBbcJ6UXgOjkqhtNHTt2LORyOU6ePInBgwcjPDwcDRo0wMCBA7Flyxb06dPHsG16ejpef/11eHp6wtHREc888wzOnfvvIknTpk1D48aNsWzZMgQGBsLJyQlDhgxBZmamYRtBEDBr1izUrl0bNjY2aNSoEf7880/D/fv27YNEIsH27dvRvHlzqFQqREREIDIyEs899xy8vLxgb2+PFi1aYNeuXYbHdezYEXfu3MGECRMMI59A8dMVFi5ciKCgICiVSoSGhmLZsmVG90skEvzyyy/o378/bG1tERISgo0bN5b4NbSxsYG3t7fRx7Vr1/Dll1/i+++/R9u2bUt87OrVq9GtWzeo1WrDbU5OTkb7OnnyJFJTU8scEd62bRtGjhyJevXqoVGjRliyZAmio6MNUw+cnJywc+dODB48GKGhoWjdujW+++47nDp1CtHR0Yb9uLm5oW3btli1alWpx3sYX+XNGOfjEj0+LUdyLYqgsEWyz9PY6fc23nD4DkHJ8/D0zaGYcqsBLmXaiR3PIkVVUclNTk7Gjh07MG7cONjZFf9v96AsCoKA3r17Iy4uDlu3bsWpU6fQtGlTdO7cGSkpKYbtIyMjsWHDBmzevBmbN2/G/v37jUYlP/roIyxZsgQLFy7EpUuXMGHCBAwfPhz79+83Ou4HH3yAL7/8EleuXEHDhg2RlZWFXr16YdeuXThz5gy6d++OPn36GMrZunXr4Ofnh+nTpyM2NhaxsbHFPp/169fjnXfewf/+9z9cvHgRY8aMwahRo7B3716j7T777DMMHjwY58+fR69evTBs2DCj51maO3fu4Pnnn8eYMWPw6quvlrrtgQMH0Lx581K3Wbx4Mbp06YKAgIByHf+B9PTC+dyurq6lbiORSIr8IdCyZUtERESU+1icrmDG7mTcETsCkdnidAXzJkikyHWrjys2zbA1Jwyr432RfZtLe1WnqKTsKtnvzZs3IQgCQkNDjW53d3dHXl4eAGDcuHGYOXMm9u7diwsXLiAhIQEqVeFJgrNnz8aGDRvw559/4vXXXwcA6PV6LF26FA4ODgCAl156Cbt378b//d//ITs7G9988w327NmDNm3aAABq166NgwcP4scff0SHDh0MGaZPn46uXbsaPndzc0OjRo0Mn3/xxRdYv349Nm7ciLfeeguurq6QyWRwcHCAt7d3ic959uzZGDlyJMaOHQsAeO+993D06FHMnj0bnTp1Mmw3cuRIDB06FAAwY8YMfPfddzh+/Hix0xIelpOTg/79+6NevXpF5gcXJyoqCr6+viXeHxsbi3/++QcrV64sc18PEwQB7733Hp566inUr1+/2G3y8vLw4Ycf4sUXX4Sjo6PRfTVq1EBUVFS5j8eSa8ZismLK3oiIiqXndAWzo3WsiSinlthXUB/L4wMQdU9d9oOoytxOrpqS+4DkkT9Ejx8/Dr1ej2HDhkGj0QAATp06haysLLi5uRltm5ubi8jISMPngYGBhoILAD4+PkhISAAAXL58GXl5eUblFQDy8/PRpEkTo9seHd3Mzs7GZ599hs2bNyMmJgZarRa5ublGb7OXx5UrVwyF/IF27dph/vz5Rrc1bNjQ8P92dnZwcHAwPI/SvPLKK0hNTcWOHTvKNY84NzfXaKrCox5Mt+jXr5/htoiICPTs2dPw+Y8//ohhw4YZPe6tt97C+fPncfDgwWL3W1BQgCFDhkCv1+OHH34ocr+NjU2FTjpkyTVTGp0GSblJYscgMltasQNQmQSVI+LdWuG4tCH+SA7GoQQnoOzf51RNqmokNzg4GBKJBFevXjW6vXbt2gBgdMKWXq+Hj48P9u3bV2Q/D7/VrVAYz8OWSCSGpbEe/HfLli2oUaOG0XYPRocfeHT6xPvvv4/t27dj9uzZCA4Oho2NDQYNGoT8/PxyPFNjj5Z6QRCK3Fba8yjJzJkzsXHjRhw+fBju7u7lyuLu7o7U1NRi7xMEAb/++iteeuklKJX/XfWuefPmOHv2rOFzLy8vo8eNHz8eGzduxIEDB+Dn51dkvwUFBRg8eDBu376NPXv2FBnFBYCUlBR4eJR/fWaWXDMVkxUDAYLYMYjMFk88Mz2CVIFM98a4oGqKjVmhWBfvhYJ0TisxVXeqaE6um5sbunbtigULFmD8+PElzssFgKZNmyIuLg5yuRyBgYGPdby6detCpVIhOjraaGpCeURERGDkyJHo378/ACArK6vI2+lKpRI6na7U/YSHh+PgwYMYMWKE4bbDhw+XexWBkmzbtg1Tp07FqlWrjKZVlKVJkya4fPlysfft378fN2/exCuvvGJ0u42NDYKDg4tsLwgCxo8fj/Xr12Pfvn2oVatWkW0eFNwbN25g7969RUbmH7h48WKR0fXSsOSaKU5VIHoyOnYnk5DvHIybDi2wU1MPK+JrIiGaKx+Yi7iMPGh1eshllf8H4w8//IB27dqhefPmmDZtGho2bAipVIoTJ07g6tWraNasGQCgS5cuaNOmDfr164eZM2ciNDQUMTEx2Lp1K/r161fmyVMA4ODggIkTJ2LChAnQ6/V46qmnkJGRgcOHD8Pe3h4vv/xyiY8NDg7GunXr0KdPH0gkEnz88cdFRlYDAwNx4MABDBkyBCqVqtjR1Pfffx+DBw82nDS3adMmrFu3zmilhoq6ceMGhg4dildffRXt27dHXFyc0f1KpbLEk7+6d++O3377rdj7Fi9ejFatWpU4p/ZR48aNw8qVK/H333/DwcHBkMPJyQk2NjbQarUYNGgQTp8+jc2bN0On0xm2cXV1NRotjoiIwOeff16u4wIsuWbrftZ9sSMQmTUt2HLFoLdxR4xbKxzSN8CKpNo4H2cPxJX9ODI9Or2A2PQ81HS1rfR9BwUF4cyZM5gxYwYmT56Me/fuQaVSoW7dupg4caLhBC2JRIKtW7di6tSpGD16NBITE+Ht7Y2nn366yNvlpfn888/h6emJL7/8Erdu3YKzszOaNm2KKVOmlPq4uXPnYvTo0Wjbti3c3d0xadIkZGQYXyhj+vTpGDNmDIKCgqDRaCAIRd+F7devH+bPn4+vv/4ab7/9NmrVqoUlS5agY8eO5X4Oj1q5ciXS0tLw448/4scffyxyf4cOHYqd5gEAw4cPx6RJk3Dt2jWjEwDT09Px119/FZkrXJqFCxcCQJHnsmTJEowcORL37t0zLIXWuHFjo2327t1reNyRI0eQnp6OQYMGlfvYEqG4rzaZvHmn5mHxxcVixyAyW+Md6+P1c1vFjmHxBLkaae7NcEbRBOvS6mBLkhsEgX9gWIrVr7dG69rFv7VM5u2DDz5Aenp6sQVZDM8//zyaNGlS5h8eD+NIrpnidAWiJ8PpClVDgAR5bvVw1a4ZtuWEY2WcLzKj+KvGUt1PzRU7AlWRqVOn4vvvv4dOp4NMJu7yfBqNBo0aNcKECRMq9Di+8pip+9mcrkD0JDhdofJoHWog2qkl9uvqY3l8ICLvV+3lSsl03E9jybVUTk5OFRo1rUoqlQofffRRhR/HkmumYrOKv2oKEZUPR3Ifn6C0R6J7K5yQNsSa1GDsT3QBEqs/R/qRNUg78DscmvWFa5fXi90m59phZJ7ZivyEWxB0BVC4+8O53Yuwqd3MsE3u7TNI2bkQuuw02NZpDbce4yGRFZ4Ap9dkI/a3CfAa8gXkjp7V8rzMCUdyyZSx5JohvaBHcl6y2DGIzFrpC/rQwwSpHNnujXBR1RSbskLxZ7w3NBniLsGmib2OzHPbofAILHW7vLsXoa7VGM4dRkCqskPWhV1I+Otz+IyYA6VXEARBj6TNs+HUahDUtZoiccOXyDq3HQ5NnwUApO5bAofGPVlwSxCbkSd2BKISseSaoXRNOvRC6Ys/E1HpdJyuUKp859q45dACu/LrYXmcP+KilWU/qJro83ORtGk23HqMR/rh1aVu++gIr0uHl5F74xhybh6H0isI+pwM6HPS4dC0NyRyJWxDWiE/6S4AIO/eZeTH3YRr1zer7LmYu/Scil/0gKi6sOSaoTRNmtgRiMyejhdTMaK3cUOsa0scERpiZXIQTpvw0l4pOxfCJqgFbAIbl1lyHyUIeujzcyFV2wMApLZOkNm7Ivf2GagDG0Nz9xLsGnSGoCtAyo4f4NbzHUik4p50Y8rScwvEjkBUIpZcM8SSS/TkrH26giBTId2jcGmvDRkh2JjgASHV9Ee3sy/vR35cJHxenvtYj884vh5CQR7swtoDKFxn1f25SUjd/QtSdv8Em9rNYd+gK9KProU6oBEkciXilr8PXW4GHJo+C8dmfSrz6Zg9llwyZSy5Zig1r/jrSRNR+WlNv89VKgESaNzCcc2uGbblhmNlnB/SzWxpL21GIlJ2/wyvF6ZDIq/49Insy/uRfmglPAZ8DJmds+F2tV89o9JckHIf2Zf2wGfkt4hf+SEcmveFTa1miPl1HNQ160PpWfSypNYqI08LQRAgkVjZDxSZBfN6hSMAHMklqgzWMJKrs/PGXZdWOKBrgOUJtXDdzJf2yo+7CX1OGmKXvvvfjYIemruXkHl6M/wnri9xakH2lQNI/udbuPf7EDaBjUs8hiAISN72HVw6vQoIAvLjI2Eb2g5ShRrqmvWRd/ciS+5DdHoBWRotHNS8HDOZHpZcM8SSS/TkLHFOrqC0Q7J7C5yUNsLa1BDsTnYFLGghFnVAI/iMXmB0W/LW+VC4+cGx1cCSC+7l/Uj+Zz7c+7wP26AWpR4j6/wOyGwcYRvSCrq8rMIb9YV/Egl6HaDnSb+PyshjySXTxJJrhtLy0sSOQGT2LGEkV5DIkOPeAJfUzbAlOwxr4r2Rm2G5J0lJVbZQPrJkmEShglTtYLg9df9S6DKT4f7s/wAUFtykLd/AtfPrUPmGQZeV+u/jlJCq7Iz2pctOQ/rhP+A9fBYAQKa2h8KtJjJO/A2bWk2Qd+ccnFo/X7VP0gyl5xSghrN5v0tAlokl1wylajgnl+hJmetIboFTIG47tsCe/HpYFh+A+3dVYkcyKbqsVGgz/rsyRebZfwC9Dik7FyJl50LD7Xb1O8O9t/ElQlN2/wTHlv0hd3A33ObW610kbZmLzFOb4NhyAFS+oVX/JMwMTz4jUyURBME8X+mt2Pg947Hv7j6xYxCZtS4udTH39DaxY5RJr3ZGvFsrHEFDrE4OwvE0R7EjERlZNLwZetT3FjsGUREcyTVDWflZYkcgMntaE/37XpApkeHeFOeUTfB3Rh1sSPCALk3cq4sRlSaDI7lkolhyzVCelpdRJHpSpjRdQeMaiut2zbFDUxcr4/yQfIcn8ZD54HQFMlUsuWYoT8eSS/SkxDxHXmfniXsurXFQXx/LE2rjSoytiGmIngxLLpkqllwzxJFcoienFaqv5goKW6S4t8ApWSP8mVYHO5Isa2kvsm4suWSqWHLNEEdyiZ5cVU5XECRS5Lo1wGXbZtiaHYo/4mog+zbn1ZJlytZoxY5AVCyWXDP04y9y6HOdAaUCgkIOKOXQK+QQ5DLolDLo5VLoFDLo5FLo5BJo5VJoZUCBQoICGQo/5IBGqke+TIBGpodGKkAj0yFPqkeeVIdcqRZ5Uh1ypAXIlWiRK9UiW5KPbEk+8iR8QSPzp6vkkVytY01EObXE3oJ6WBYfiOh76krdP5Gp0pnoSZxELLlmSEhKgZCTY3TbgzGialkGXiKBRKkElApAoTD8V1DKISj+Ldz/lmz9v//VKv4t3DIJCuQSaOWFRTtfJiBfBhQYyrYeGpm+sGzLdMiT6ArLtqQAuTIdciT5hf8v1SJLojGpk4fIvDzp946gckS8WysclzbEH8nBOJTgBCRUUjgiM6LnyzCZKJZcMyToRL5WkyBA0GgAjabIXRL8V7Sr5ZtLLodEoQBUysLCrZAbRrj1yodHt2XQySX/jnD/O7otlxhGtR/8N19aWLbzZQLypLr/CrdUhzyZFnkSHXKkWuRI8pH7b/nOhga5Uo5um5uKllxBqkCme2NcUDXFxqxQrIv3QkG6pIrSEZkPPVsumSiWXDMkaFmoDLTawq9Hbm6Ru6p9dPvhsv1gdFshh6CUQ6+QQVDI/x3dlkInl0Erl0CnkBqPbsuAfDmQL9UXTimRCdBIddDIhMJRbfl/o9u5Ui1yJQWG0p0j1SIb+dBKxFw3wHyUZ7pCvksIbto3x05NPSyPq4nEaC7tRfQoHUsumSiWXHMk9kguFSUIEPLzgfz8IndV++i2TPbfdBKl0nh0+9+yrVfIHpq3LYVOUTiVRKuQGo9u/zud5MHoduHItg4aqR55Ui1y/51SkivRGuZvZ0vNY3S7uNUV9LbuuO/aCof0DbEyqRbOx9qLkIzIvHBOLpkqllwzIxRwqRYqg04HITe3zNHtKh+TfDC6bSjbCkPZFhSywhFueWHZfjC6/WBkW2uYty0xKtv5csFodFsjLRzVzpPqkSstQK5Uh1zJf2U7R1KAbEnxo9s6QQ9BboNU92Y4o2iCv9JC8E+SG4QUTkEgqgiBJZdMFEuumRF9Pi5ReRmNbmcb3SX590MKEUa3H5RtGynWtPsLufcLq39LAC35ikhUYZ4CL2ZCpokv6eZGwlEmogorYXQ7MOgITuY3FSkUkWUQfOzEjkBULK5ObmakKhWLLlElcdyxGD4+fBkkehJSKX8nkWniq7sZkqhUYkcgshhBJ3+GVMZf0kSPS8ImQSaK35pmSKrmlZSIKovyxmmEuieLHYPIbEn47iKZKJZcMySxsRE7ApFF8dr8NeydeIoC0eOQcLoCmSiWXDPEkVyiyiXNzkB4ZoTYMYjMEqcrkKnit6YZktiw5BJVNoc9y1HDV+wUROZHrqyW60oSVRhLrhmSqjldgagq1D6yEDIFXxaJKkJlw6k+ZJr4am6GpGqurkBUFRS3LyLMOU7sGERmRWXLkkumiSXXDEk4kktUZTw3zoKjS5Vf9JjIYqhs+fNCpokl1wzxxDOiqiPR5CI8aafYMYjMBkdyyVSx5JohnnhGVLXsItbC31cvdgwis8A5uWSqWHLNEE88I6p6gQe+hVzJl0iisnC6ApkqvoKbISlHcomqnPzeDYQ73BU7BpHJ43QFMlUsuWZIam8vdgQiq+C2aQ6c3ThKRVQallwyVSy5Zkju4Sl2BCKrIM3XIOz+JrFjEJk0JUsumSiWXDMk9/ISOwKR1bA9ugmBvlqxYxCZJLlKBpmMVYJME78zzZDCiyO5RNXJf+9cKNW8dCnRo7iyApkyllwzxJFcouolj41CuDpS7BhEJofzccmUseSaIZmjIyQ2XEaMqDq5bpoLVw/+Qid6mNqOJ2aS6WLJNVMKT05ZIKpOEp0WYZF/AhKxkxCZDgc3LmlJposl10xxygJR9VOf3okgnzyxYxCZDEeWXDJhLLlmiiWXSBx+O76BypYnoREBgKM7p86R6WLJNVNcYYFIHLKk+6grvSx2DCKT4OjOkVwyXSy5ZkruyZFcIrE4b/kOHp48CY3IwY0juWS6WHLNFKcrEIlHIgioc3UFJDwJjayYVC6BvbNK7BhEJWLJNVMKb5ZcIjGpzh9AsHe22DGIROPgooZEyr/0yHSx5JopjuQSic9322zY2HHaAlknzsclU8eSa6bkHh6QKLgIN5GYZKkJqKs/I3YMIlE4cGUFMnEsuWZKIpNBGRgodgwiq+f0zyJ4eXNJMbI+XCOXTB1LrhlT1akjdgQiAhBybimknJtIVoZr5JKpY8k1Yyy5RKZBeeUoQjzTxI5BVK1YcsnUseSaMVVIiNgRiOhfPptnwc6RJ6GR9eCJZ2TqWHLNGEdyiUyHNCsN4blHxY5BVC1sHJWwsVeKHYOoVCy5ZkxRwxdSOzuxYxDRvxx3LoGPD+fmkuXzqGkvdgSiMrHkmjGJRAJVcLDYMYjoIcEnfoZUxqJLls2jpoPYEYjKxJJr5lR1OC+XyJQobp5BmFuS2DGIqpSHP0sumT6WXDOnCuG8XCJT47lpFuydeLEWslzuHMklM8CSa+Y4kktkeqS5Waibvk/sGERVQmUrh5MHlw8j08eSa+a4wgKRabLftxJ+vmKnIKp87jzpjMwES66Zk7u6QubuLnYMIipG7UPfQ67gyyxZFp50RuaCr74WQBXCFRaITJH8zmWEOsWIHYOoUvGkMzIXLLkWQF23rtgRiKgEnhu/hpMrT0Ijy8GSS+aCJdcC2DZvLnYEIiqBJD8P4fHbxI5BVCkUKhmcPW3FjkFULiy5FsC2WTNAyn9KIlNle2gdAnx1YscgemLufvaQSHmxEzIPbEYWQOboyFUWiExcwP5voVDxJZfMmzunKpAZ4SuuhbBt0ULsCERUCvn9mwi3uyN2DKIn4l3bUewIROXGkmshOC+XyPS5bvwGLm5ysWMQPTa/UFexIxCVG0uuhbBtwZJLZOqk2nyE3d0odgyix+LqawdbR6XYMYjKjSXXQshdXaEMChI7BhGVweb4FtTyzRc7BlGF+YW5iB2BqEJYci0IR3OJzIP/rrlQ2sjEjkFUIX5hnKpA5oUl14LYNufJZ0TmQJYQjbrK62LHICo3qVSCGiHOYscgqhCWXAvCFRaIzIfLpvlw8+BJaGQePAMdoLTh9yuZF5ZcC6Lw8oTC31/sGERUDhK9DqGRawGuq09mgFMVyByx5FoYLiVGZD7Up3chyDtP7BhEZfIL5UlnZH5Yci0MpywQmZea27+G2o5vA5Ppkiuk8K7tJHYMogrjK6uFsX+qHSCVAnq92FGIqBykKXEIl1zAGYSLHaXK3Iw5j13n/kB00g1k5CTjtW6foVGtp4y2iUu9gw3HfsbN2PMQBD18XAIxusvHcHXwKnafZ29FYPuZlUjKuA+dXgcPpxro3PB5tKzT1bDNiRu78PexX5CvzUOb0J7o32aM4b7kzDgs2PIBPhiwEDZKu6p54hbCJ9gJMgXHxMj8sORaGLmHB2waNULumTNiRyGicnLe8j08Bi9EYrxO7ChVQqPNRQ23ILQO7YFfdk4rcn9iegy++fsdtA3rid7NX4aN0g5xqdFQyEu+8ICt2gE9mg6Dl3NNyKQKXIw+guX7ZsHexhl1a7ZAVm46Vu6fg+EdP4C7ow8W/jMVIb6NUD+gNQDgj4h5eK7layy45cD5uGSuWHItkEOXziy5RGZEIgioc3kFkjyGQLDAN2Hq+bdCPf9WJd6/6cRi1PNvhX6t/xtpdXf0LXWfdXwbG33eqcFAHLu+A7fiLqJuzRZIyoyFWmmHZsGdDNvHpd5B/YDWOHFjN2RSBRrXbv/4T8qK8CIQZK74/oMFcujSRewIRFRBqgsRCPHKEjtGtdMLelyKPgZPJz8s2DIJH/42EF+vH4dztw+Wex+CIODavdNISLuHIJ8GAABPpxoo0GpwN+kGsvMycCfxGnzdaiM7LwNbTi7F4KfGV9VTsig2jkp41HQQOwbRY+FIrgVSBgRAFRICzY0bYkchogrw3TIL956egZwsrdhRqk1Wbho0BbnYeXY1nm0xCv1avYbLd0/glx3T8HafOQjxbVTiY3M1WZi6/AVo9QWQSqR44al3EO5XuMKMrcoBL3WahN/3zkSBVoOWdbqibs0WWL7va3So3w/JGXH4cdvH0Om16NV8BJrU7lBdT9msBDX2gETKde7IPLHkWiiHrl1YconMjDQjGeHaUziFkoudpdH/Oz+jQWBbPNNwEADAzz0Yt+Iv4eDlTaWWXJXSFpMH/QRNQS6u3T+NdUcWws3RxzCVoVGtp4xOcLsecxYxKbcxuN14TFs9AqM6T4WjrSu+Xj8OwT4N4WDDt+UfFdTMU+wIRI+N0xUsFKcsEJknp20/wdtbJnaMamOvdoJUKoOPS4DR7d7O/kjNSij1sVKJFB5ONeDnHozOjQajce2nsePMqmK3LdDlY03EfAxt/y4SM+5Dr9chxLcRvJxrwtPJD1HxVyrtOVkKGwcFfHkpXzJjLLkWSl23LhQ1aogdg4geQ/CZxZDKrOMtYrlMgQCPUMSn3TW6PSH9HlxKWD6sRIIAra6g2Lu2nVqOuv4tUdOjDvSCHnrhv5UsdHqtYUSZ/lO7iSeknKpAZowl14I5dOksdgQiegzKaydQxyNV7BiVRlOQi3tJN3Ev6SaAwjVq7yXdREpmPACgS6MXcDpyHw5d2YLE9PvYf3EDLt45gqfr9jXs4/c9X+HvY78YPt9+ZiWu3DuJpIwYxKVGY/f5tTh2YydahhR93YtNicLpyH3o3XwkAMDL2R8SiQSHr27FxTtHEZ8WjQDP0Cr8Cpin4KYeYkcgeiISQRAEsUNQ1cg+fhzRI14WOwYRPQa9vRNOPDML2RnmfxLa9Ziz+HbT/4rc3qpON7zUaRIA4MjVf7DjzCqkZSfC07kmejd/GQ0D2xm2nbfxPbg5eBm233T8V5yO3Ie07EQo5Cp4OddEx/oDDEuGPSAIAub+/Q66NhmKBgFtDLdfuHMEaw5+C62uAH1ajELb8N5V8dTNlo2DAiNnPsWRXDJrLLkWTNDpcOOp9tClWs6IEJE1yezyMk5oW4odg6xQvfa+6DgsTOwYRE+E0xUsmEQmg/0zncrekIhMksOu31DDhyNpVP24qgJZApZcC8dVFojMW63jiyCTs+hS9VHbK1CjDpdTI/PHkmvh7Nq1g9TRUewYRPSYlJHnEepa+lJaRJWpdmMPzsUli8CSa+GkSiWcnuUJFUTmzHPj13BwVogdg6xEcFNOVSDLwJJrBZyff17sCET0BKR52aibukfsGGQF1HYK1Ah1FjsGUaVgybUC6vBwqOvWFTsGET0Bu/2rUdOXi+FQ1arT0gtSGasBWQZ+J1sJ5+cHiR2BiJ5Q4MHvIFfyZZuqTr2neaVMshx8tbQSjs8+C4mNjdgxiOgJKKKvIczxvtgxyEL5BDvB1cdO7BhElYYl10rIHBzg2K2b2DGI6Al5bJwNJ1eehEaVrz5HccnCsORaEU5ZIDJ/kvw8hMdtFTsGWRi1vQJBTbiqAlkWllwrYtu8OZS1a4sdg4iekO3hDQjw1YodgyxIWBsfyBSsBGRZ+B1tZZwHDhQ7AhFVgoB986FQ8SWcKoEEqNfeV+wURJWOr5BWxql/P0DB+XxE5k4ecwvhtrfFjkEWwC/UBc6etmLHIKp0LLlWRu7qCodOncSOQUSVwHXTPLi6y8WOQWauXnuecEaWiSXXCvEENCLLINXmI/TOekAidhIyV7aOStRq7C52DKIqwZJrhezatYPCz0/sGERUCWxObENtn3yxY5CZCm/rAxmvcEYWit/ZVkgilcJ15EixYxBRJam5cw5UNjKxY5CZkUiAujzhjCwYS66Vch40EDI3N7FjEFElkCXeQ7jiqtgxyMwE1HeDoxuvhEmWiyXXSknVari+NFzsGERUSVw2fwd3T56ERuXXtEeg2BGIqhRLrhVzefFFSO14nXIiSyDR61Dn+mpIeBIalUONOs7wCXISOwZRlWLJtWIyR0c4D3lB7BhEVEnUZ/ciyCdH7BhkBpr1DBQ7AlGVY8m1cq4vvwyJUil2DCKqJDW2zYbajtMWqGRetRxRM9xV7BhEVY4l18opPD3h1K+f2DGIqJLIUuJRVzgndgwyYRzFJWvBkktwe/UVQMblh4gshdM/C+HpxZ9pKsqthj0CG3BlHbIOLLkEpb8/HLt3EzsGEVUSiSAg5OLvkPAVnh7RrGcAJDw7kawEXwIJAOD22mtiRyCiSqS6dBh1vDLFjkEmxNnLFsFNPcWOQVRtWHIJAKAOD4dd+/ZixyCiSuSzeRZsHXgSGhVq2t0fEilHccl6sOSSgfvrHM0lsiTSzBTU1RwXOwaZAAdXNeq08hY7BlG1YsklA9sWLWDbvLnYMYioEjnuWAwfH77UW7sm3fwhk/H7gKwLv+PJiMf/3hM7AhFVsqBTiyGV8W1qa2XrpER4Ox+xYxBVO5ZcMmLbpAkcunYROwYRVSLl9ZMIdU8ROwaJpOWztSBXcEk5sj4suVSEx4T3ADlPViGyJF6bZ8HeiT/X1sbFxw7h7XzFjkEkCpZcKkJVuxacBwwQOwYRVSJpdgbCMyPEjkHVrE3/IEi5ogJZKZZcKpb7W+MgsbEROwYRVSKHPctRg4N6VsM3xBm1GrqLHYNINCy5VCyFpyfcRo0UOwYRVbLaRxZCpuBLv8WTAO0GBYudgkhUfKWjErm9+irkHh5ixyCiSqS4fRFhznFix6AqFtLcC54BjmLHIBIVSy6VSGprC48JE8SOQf9anZqKfrdvo8WN62hx4zqG3onCgaysYrf9NC4Oda9dxe8ppZ9Rf0OjwTv376FL5M0St9+UkY5nIm+i9Y3r+Dohwei++wX56HkrElk63eM/Map2nhtnwdFFIXYMqiJyhRRt+geJHYNIdCy5VCqn/v2grldP7BgEwEshxwQPD6wNCMTagEC0srXDW/fv4YZGY7TdrsxMnM/LhWc5VsjI0+vhp1DiPQ9PuMuKLjGUqtXik7g4vO/hiZ/9auLvjHTsf6hYfxYfj/c8PGFfzGPJdEk0uQhP2il2DKoijbv5w8FVLXYMItGx5FKpJBIJvKZMFjsGAehk74AO9vYIVCoRqFTiXQ8P2EqlOJ+ba9gmvqAA/5cQj1k+vijPYlENbGzwvqcnejk6Qikpegb23YIC2Eul6OnoiAY2Nmhpa4ub+YWlenNGOhQSCbo6OFTWU6RqZBexFv6+erFjUCWzd1GhafcAsWMQmQSWXCqTbbNmcOjRQ+wY9BCdIGBrRgZyBQGN/l0FQy8I+DAuFqNdXRGiUlXKcQKUSuQJAi7n5SFNp8PFvDyEqlRI0+nwXVISPvL0qpTjkDgCIxZAruSvAUvSZkAQFEq+s0IEsORSOXlOnAhJJRUnenzXNXlodv0aGl+/hs/i4/Ctbw0E//vv8ktKCmQAhju7VNrxnGQyfOntg8mxsXjhThT6OjriKTt7fJ2QgOEuLrhfUIABUbfR9/YtbM/MqLTjUvWQ372GcIe7YsegSuIT5IQ6LbxFO75EIsGGDRsAAFFRUZBIJDh79qxoeRYvXoxu3bqJdvyKunDhAvz8/JCdnS12FIvBkkvlovSrAfdx48SOYfUClSqsC6yFVQEBeMHZGVPiYnFTo8GlvDwsS03BDB8fSIqZdvAkujg44O9atbC9dhDecvfA8Zxs3MjXYJCTM/4XE4PJnl6YX6MGPo6LQ7JWW6nHpqrntmkOnN14Epq5k0gleGpwSJXtPyEhAWPGjIG/vz9UKhW8vb3RvXt3HDlyxLBNbGwsevbsWWUZAOMiXRqNRoNPPvkEH3/8seG2jh07QiKRFPno3bt3sfv48ssvIZFI8O6775Z5vMjISPTv3x8eHh5wdHTE4MGDER8fb7TN//3f/6Ft27awtbWFs7NzkX00aNAALVu2xNy5c8s8HpUPSy6Vm9voUVDXrSt2DKumlEgQoFSivtoG73l4IlSlwrLUVJzKyUGKTofOkZFocO0qGly7ihitFrMSE9Al8malHT9fr8f0+HhM8/JGdH4+dBDQwtYWtZQqBCqVOJ+XW/ZOyKRI8zUIu79J7Bj0hBp1rlmlS4YNHDgQ586dw2+//Ybr169j48aN6NixI1IeWpHF29sbKhN5x++vv/6Cvb092rdvb7ht3bp1iI2NNXxcvHgRMpkMzz//fJHHnzhxAj/99BMaNmxY5rGys7PRrVs3SCQS7NmzB4cOHUJ+fj769OkDvf6/ee/5+fl4/vnn8eabb5a4r1GjRmHhwoXQccWaSsELmVO5SeRy+PzfF7j9/GCAI3YmQQBQIOjR18kJbezsjO577d5d9HV0RH8np0o73sLkZLS3s0NdtRqX8/KgFQTDfQWCAJ1QyoPJZNke3YTAF7sgKoa/EsyRk6cNWvWpVWX7T0tLw8GDB7Fv3z506NABABAQEICWLVsabSeRSLB+/Xr069ev2P1cvnwZEydOxIEDB2BnZ4du3bph7ty5cHcvvCpbx44d0bBhQ6jVavzyyy9QKpV44403MG3aNABAYGAgAKB///6GDFFRUcUea/Xq1ejbt6/Rba6urkW2sbW1LVJys7KyMGzYMPz888/44osvSv3aAMChQ4cQFRWFM2fOwNGx8A+NJUuWwNXVFXv27EGXLl0AAJ999hkAYOnSpSXuq3v37khOTsb+/fvxzDPPlHlsKh1HcqlC1OHhcBs1SuwYVmluYiJO5uTgfkE+rmvyMC8xESdycvCsoxOcZTKEqFRGH3IA7jI5ain/G1n5MDYG3yT+t9ZtviDgSl4eruTloUAA4rVaXMnLw538/CLHv6HR4J/MDIx3L7xASG2lElKJBH+lpWF/VhZu5+ejgZrLFpkr/71zoVTzhCWzIwE6DQ+DvApPNrO3t4e9vT02bNgAzSNLFpZXbGwsOnTogMaNG+PkyZPYtm0b4uPjMXjwYKPtfvvtN9jZ2eHYsWOYNWsWpk+fjp07C5e7O3HiBIDCAhkbG2v4vDgRERFo3rx5qZkWL16MIUOGwO6RAYJx48ahd+/ehnJaFo1GA4lEYjSKrVarIZVKcfDgwXLt4wGlUolGjRohIiKiQo+j4vHPdqow97fGIXPXLuTfvi12FKuSrNPiw9gYJOp0cJBKUUelwk9+NdH2kRfo0sQWFBj9ZZuoLcDAO1GGz5ekpmBJagpa2NjgN///liESBAHT4uLwoacXbKWFe1BLpZjh7YPP4+OQLwj4yNMLXgrO7TRX8tgohLeKxLm8QLGjUAXUa18DNepU3smmxZHL5Vi6dClee+01LFq0CE2bNkWHDh0wZMiQcr2dDwALFy5E06ZNMWPGDMNtv/76K2rWrInr16+jTp06AICGDRvi008/BQCEhIRgwYIF2L17N7p27QqPf6/A6ezsDG/vkk+wS0tLQ1paGnx9fUvc5vjx47h48SIWL15sdPvq1atx+vTpUgv0o1q3bg07OztMmjQJM2bMgCAImDRpEvR6PWJjY8u9nwdq1KhR4gg1VQxLLlWYVKWCz+fTceelEYDA96eryxfePhXafldQ0evWP1xcAaCGQonLoWFl7ksikWBFQNG1Nzva26OjfdHjkHly3TQXrgO+R0oipyOZA3sXFdoOqJ4rmw0cOBC9e/dGREQEjhw5gm3btmHWrFn45ZdfMHLkyDIff+rUKezduxf29vZF7ouMjDQquQ/z8fFBwiNXWixL7r9rh6tLeWdp8eLFqF+/vtGUi7t37+Kdd97Bjh07SnzsjBkzjIr65cuX4e/vj7Vr1+LNN9/Et99+C6lUiqFDh6Jp06aQPcaFcmxsbJCTk1Phx1FRLLn0WGybN4fzkBeQtmq12FGIqJJIdFqE3foLhx2fK5zwTSat47AwKNXV92tcrVaja9eu6Nq1Kz755BO8+uqr+PTTT8tVcvV6Pfr06YOZM2cWuc/H578/4BWPvBskkUiMTt4qDzc3N0gkEqSmphZ7f05ODlavXo3p06cb3X7q1CkkJCSgWbNmhtt0Oh0OHDiABQsWQKPR4I033jCaYvFgtLhbt26IjIxEUlIS5HK5YbS5Vq2Kz5VOSUlBUBAvy1wZWHLpsXn+byKy9u2H9jHejiEi06Q+tQNBL/ZAZIxpnCVPxavTygsB9d1EzVC3bt1yLecFAE2bNsVff/2FwMBAyMtxyfGSKBSKMlceUCqVqFu3Li5fvlzsOrlr1qyBRqPB8OHDjW7v3LkzLly4YHTbqFGjEBYWhkmTJkEmk8HV1bXICWwPe3AS3Z49e5CQkFDk5LfyuHjxIgYNGlThx1FRPPGMHpvM3g4+0z4VOwYRVTK/HXOgsuVJaKbKxkGB9s/XqbbjJScn45lnnsHy5ctx/vx53L59G2vXrsWsWbPw3HPPlWsf48aNQ0pKCoYOHYrjx4/j1q1b2LFjB0aPHl2h5bICAwOxe/duxMXFlThSCxSuUlDSSV+LFy9Gv3794OZm/EeCg4MD6tevb/RhZ2cHNzc31K9fv9RcS5YswdGjRxEZGYnly5fj+eefx4QJExAaGmrYJjo6GmfPnkV0dDR0Oh3Onj2Ls2fPIisry7BNVFQU7t+/X+6T3qh0HMmlJ2LfoQMc+/RBxiaus0lkKWRJ91FXdgVnUH1Fisrv6SGhUNtX30me9vb2aNWqFebOnYvIyEgUFBSgZs2aeO211zBlypRy7cPX1xeHDh3CpEmT0L17d2g0GgQEBKBHjx6QSss/3jZnzhy89957+Pnnn0s9Qeu1115D06ZNkZ6eDqeHllG8fv06Dh48iB07dpT7mOVx7do1TJ48GSkpKQgMDMTUqVMxYcIEo20++eQT/Pbbb4bPmzRpAgDYu3cvOnbsCABYtWoVunXrhoBizoGgipMIAs8coiejTU3Frd7PQvfQouBEZN4EqQwXBv2ApASehGZKajf2QM83GogdwywMHjwYTZo0weTJk8WOUi4ajQYhISFYtWoV2rVrJ3Yci8DpCvTE5C4u8P5oqtgxiKgSSfQ6hF5dgUq+SjQ9AZWtHE8P5eh6eX399dfFruZgqu7cuYOpU6ey4FYijuRSpYmZOhXpf60TOwYRVaK7Q2fhRmz512KmqtNzTAPUbuIhdgwis8GRXKo03h99BFUI10wlsiS+22bDxo6nb4itQSc/FlyiCmLJpUojtbFBjblzIbGxETsKEVUSWWoC6urPiB3Dqnn4O6DdQA4gEFUUSy5VKlVwMLw//ljsGERUiZz+WQQvby4pJgalWobur9WDTM5f10QVxZ8aqnTOA/rDqV8/sWMQUSUKObcUUinPQqtunV4Kh5OHrdgxiMwSSy5VCe9PPoaSlyUkshjKK0cR4pkmdgyrUv/pGghu5il2DCKzxZJLVUJqawu/eZyfS2RJfDbPgp0jT0KrDu417fHU8yFixyAyayy5VGVUISFcP5fIgkiz0hCee1TsGBZPoZah+2v1IVPwVzTRk+BPEFUp54ED4di3j9gxiKiSOO5cAh8fzs2tSp2GhcHZk/NwiZ4USy5VOZ9PP4WyVi2xYxBRJQk+8TOkMhbdqlC3vS9CWniJHYPIIrDkUpWT2tmhxrx5kKjVYkchokqguHkGYe5JYsewOG5+9mg/mPNwiSoLSy5VC3VoHfj83xeAhKM/RJbAc+Ms2DspxI5hMWwdleg9tiHkCq5HTFRZWHKp2jj17g2Pd94WOwYRVQJpbhbqpu8TO4ZFkCuk6DW2IRxc+W4XUWViyaVq5f7GG3Dq31/sGERUCez3rYSfr9gpzJwE6DKqLrwCHcVOQmRxWHKp2vlM/wy2rVqJHYOIKkHtQ99DzqWuHlvr52ojqCkv+EBUFfjKRNVOolDA79v5XHGByALI71xGqHOM2DHMUnhbHzTrESh2DCKLxZJLopA5OaHmTz9C5uIidhQiekKeG2fD0YUnoVVEjVBndBgWKnYMIovGkkuiUdasCb/vv4dEqRQ7ChE9AYkmF3UTtokdw2w4e9mix+sNIJPxVzBRVeJPGInKtmkT+Hw5g0uLEZk520PrEOCrEzuGyVPbKfDsWw2htuPIN1FVY8kl0XFpMSLLELD/WyhU/LVSEqlcgp5vNoCTBy/ZS1Qd+GpEJoFLixGZP/n9mwizixY7hsl65qVw+AY7ix2DyGqw5JLJ8Jn+GWxbtxY7BhE9AbeNc+DiJhc7hslpNygYoa28xY5BZFVYcslkSBQK1Pzhe9g0ayZ2FCJ6TFJtPsLubhQ7hklp3a82GnfxFzsGkdVhySWTIrW1Rc0ff4RN48ZiRyGix2RzfAtq+RaIHcMkNO8VyLVwiUTCkksmR2Zvh5o//wR1gwZiRyGix1Rz91wo1TKxY4iqSTd/tOpbW+wYRFaLJZdMkszBAf6//AxV3XCxoxDRY5DH30G46rrYMUTTsJMf2g4IFjsGkVVjySWTJXNyQsCvv0IVyqsCEZkj103z4eZhfSeh1Wvvi/Yv1BE7BpHVY8klkyZzdob/kl+hCuGICJG5keh1CI1cC1jRtV7C2nijw4v8w5zIFLDkksmTu7rCf8kSKGtzbhuRuVGf3oUgnzyxY1SLkBZeeOalcEh4BUcik8CSS2ZB7u4O/6VLoAwMFDsKEVWQ3/bZUNta9klotZt4oMvIcEikLLhEpoIll8yGwtMT/r8thcKf600SmRNZcizCpRfFjlFlAhu6o9ur9SCV8VcqkSnhTySZFYWXFwKWLoHCz0/sKERUAc5bvoeHl+WN5oa19kbPMfUhY8ElMjn8qSSzo/D1RcDKFVCFc3kxInMhEQTUubwCEgv6rdOkqz86j6zLEVwiE8WfTDJLCk9PBCxbBru2bcSOQkTlpLoQgRCvLLFjPDkJ0HZgMNoO5KovRKaMJZfMlszeDjV//BGOffqIHYWIysl369ewtTfftXOlMgm6jKyLJl15bgCRqWPJJbMmUSjgO2smXF8ZLXYUIioHaXoSwrWnxI7xWOQqGXqNbYjQVt5iRyGicpAIgiCIHYKoMqT8vgzxX30F6PViRyGiMlwesghxcTqxY5Sb2k6B3m81hHctJ7GjEFE5cSSXLIbriJdQ45s5kCiVYkchojIEn10Mqcw81pS1d1VhwPtNWXCJzAxLLlkUxx494L/4F0gdHcWOQkSlUF49gTruqWLHKJOrrx0Gvt8MLt52YkchogpiySWLY9uiBQJXLIfcm/PmiEyZ95ZZsHM03ZPQfIKd0P9/TWHvohY7ChE9BpZcskiqkBAErl4FVQiX+CEyVdKsdNTNOSx2jGLVa++L595tArWdQuwoRPSYWHLJYim8vRGwciXsn3lG7ChEVAKHXb/B18d05ubK5FJ0Gh6GjsPCIJPzVySROePqCmTxBEFA8o8/IvHb77jyApEJyg9qiCO13oBOK+6vIzsnJXq80YAnmBFZCP6ZShZPIpHA/Y03UPPnnyBzcRE7DhE9Qhl5HqGuCaJm8Al2wvNTWrDgElkQjuSSVSmIicG9d95F3oULYkchoofo1XY41WMuMtMKqv3Y9TvUwFODQyCTcdyHyJLwJ5qsisLXFwErlsP5hRfEjkJED5HmZaNu6p5qPaZMLkWnl8LQYWgoCy6RBeJILlmttHXrETd9OoS8PLGjENG/bry4AHdjqv5ENHsXFXq83gBetbimNpGlYsklq5Z35Qruvf0OCu7eFTsKEQHQ+ofhcNg70OZX3UmiPsFO6PF6A9g68uqIRJaM78+QVVOHh6PWX3/CvkMHsaMQEQB59FWEOd6vkn1LpBI06xGA5yY0YcElsgIcySXCv8uMLVqExAXfAzqd2HGIrJqgVOP0s98iPaXyTkJzdFejy8i68Al2rrR9EpFpY8klekju2bOI+XAy8qOixI5CZNVy2vbDUWXXStlXeFsfPDU4BEq16V5CmIgqH0su0SP0eXlInDsXKb8vA/jjQSSayBfn407M4xdTtb0CnYaFoXYTj0pMRUTmgiWXqAQ5J04gZspUnpRGJBKtb20cafA+CjQVPwktoL4bnhkRzrm3RFaMJZeoFPqcHMR//TXSVv/BUV0iEST1/wDnUwPKvb1cKUW7QSGo/3SNKkxFROaAJZeoHLIPH0bM1I+gjY0VOwqRVdHLlTjXbwFSk8o+Cc0z0BFdR9WFs5dtNSQjIlPHkktUTrqsLMTP+BLp69aJHYXIquS27IUjdr2BEn5bSaUSNOsZgOa9AiHllcuI6F8suUQVlLlvH+I+/gTaxESxoxBZjagX5+JWTNH5tV61HNFxWBjc/exFSEVEpowll+gx6NLSEPd/M5CxaZPYUYisgs7DD0ebfwRNbuE61ipbOVr3C0K9p3whkVb9ZYCJyPyw5BI9geyjRxH3xRfIvxkpdhQii5fSdwLOZgQjpIUXnno+hCsnEFGpWHKJnpBQUICUZcuR9P330Gdnix2HyGIpgoJg8/WvqFHXU+woRGQGWHKJKklBQgISZn2NjM2bxY5CZFGktrZwH/smXEeMgETJ0VsiKh+WXKJKlnPiBOJmfAnNlStiRyEye47PPgvP99+Hwoujt0RUMSy5RFVA0OuRvn49EubNgy4xSew4RGZHFRoK74+mwrZFC7GjEJGZYsklqkL67Gwk/fQzUpYuhaDRiB2HyOQpfH3hPm4cnPo9B4lMJnYcIjJjLLlE1aDg/n0kzPkGGf/8w8sDExVD7uEBtzffgMugQZx3S0SVgiWXqBrlXb2KpB8WInPnTpZdIgAyFxe4vfYaXF4cCqlaLXYcIrIgLLlEIsi7dh1JCxcic/t2ll2ySlIHB7iNHgXXESMgtbMTOw4RWSCWXCIRaW7cQNLChcjYth3Q68WOQ1TlJLa2cH3pJbiNHgWZk5PYcYjIgrHkEpkATWQkkhYuQsbWrSy7ZJEkKhVchgyB25jXIXd1FTsOEVkBllwiE6K5dRtJixYiY8tWQKcTOw7RE5PY2MC5fz+4jRkDhZeX2HGIyIqw5BKZIM3t20he9CPSN29m2SWzJPfxgcuLQ+EyeDCnJRCRKFhyiUxY/t27SF25Cunr1kGXni52HKIy2TRpAteXR8ChSxdI5HKx4xCRFWPJJTID+rw8ZGzZitRVq5B38aLYcYiMKRRw7NEDriNGwKZBfbHTEBEBYMmlanLt2jV06NABN27cgIODg9hxyqTRaBASEoL169ejWbNmYscxknvhAlJXrkLGP/9AyMsTOw5ZMZmrK5xfGAyXoUOh8PQUOw4RkRGp2AEs2ciRIyGRSAwfbm5u6NGjB86fPy92tGo3depUjBs3zlBwo6KijL42Dz62bdtmeMy+ffuK3ebq1aulHiswMLDYx40bN86wzbRp0xAWFgY7Ozu4uLigS5cuOHbsmOF+lUqFiRMnYtKkSZX8lXhyNg0awPfLGQjZtxeeH3wARYC/2JHIyqhCQ+Hzf18geO8eeL7zDgsuEZkkjuRWoZEjRyI+Ph5LliwBAMTFxeGjjz7C+fPnER0dLXK6x1NQUACFQlGhx9y7dw+1a9fGrVu34OfnB6Cw5NaqVQu7du1CvXr1DNu6urpC+e8lPfft24dOnTrh2rVrcHR0NGzj4eEBWSnXtE9MTITuoZO1Ll68iK5du2Lv3r3o2LEjAGDlypXw9PRE7dq1kZubi7lz52Lt2rW4efMmPDw8AADJycnw9fXF2bNnER4eXqHnXJ0EQUD2wUNIXbUKWfv380Q1qhJSBwc4dO8G5+eeg22LFmLHISIqE0dyq5hKpYK3tze8vb3RuHFjTJo0CXfv3kViYqJhmwsXLuCZZ56BjY0N3Nzc8PrrryMrK8twv16vx/Tp0+Hn5weVSoXGjRsbjXg+GBVds2YN2rdvDxsbG7Ro0QLXr1/HiRMn0Lx5c9jb26NHjx5GxwWAJUuWIDw8HGq1GmFhYfjhhx+K3W/Hjh2hVquxfPly3LlzB3369IGLiwvs7OxQr149bN26tcSvwZo1a9CoUSNDwX2Ym5ub4evj7e1tKLgP8/T0NNqmtIILFJbgh7ffvHkzgoKC0KFDB8M2L774Irp06YLatWujXr16+Oabb5CRkWE0yu7m5oa2bdti1apVpR5PbBKJBPbtn0LNH75H8M4dcHtjDBTFfK2JKkqiUMC+S2fUmD8fIYcOwveLL1hwichssORWo6ysLKxYsQLBwcFwc3MDAOTk5KBHjx5wcXHBiRMnsHbtWuzatQtvvfWW4XHz58/HnDlzMHv2bJw/fx7du3dH3759cePGDaP9f/rpp/joo49w+vRpyOVyDB06FB988AHmz5+PiIgIREZG4pNPPjFs//PPP2Pq1Kn4v//7P1y5cgUzZszAxx9/jN9++81ov5MmTcLbb7+NK1euoHv37hg3bhw0Gg0OHDiACxcuYObMmbC3ty/xeR84cADNmzcv9r6+ffvC09MT7dq1w59//lnsNk2aNIGPjw86d+6MvXv3lv5FfkR+fj6WL1+O0aNHQyKRlLjNTz/9BCcnJzRq1MjovpYtWyIiIqJCxxSTwtcXnu++i+BdOxG4dg1cR42C3MdH7FhkTiQS2DRvBu/PPkPIwQjUXLAAjt27QVrMH6BERKaM67tUsc2bNxsKYHZ2Nnx8fLB582ZIpYV/X6xYsQK5ubn4/fffYffv9dsXLFiAPn36YObMmfDy8sLs2bMxadIkDBkyBAAwc+ZM7N27F/PmzcP3339vONbEiRPRvXt3AMA777yDoUOHYvfu3WjXrh0A4JVXXsHSpUsN23/++eeYM2cOBgwYgP9v795jo6oSOI5/5wWdmb5Yu61DNVDogxRnyqQgxW6bJZrgwMI/FTWiqdFqMG5rfUBS9wGJGOMLjTE1WLFp1L8MRlFWWhpjUqWCGutjC/yjpQ8xtHak02kZ7Az7R+HSKdQ2stBy/X2Sm5k599x7z51Omt+cufccgKysLNrb29mxYwfl5eVGverqaqMOQGdnJ2VlZXi9XgAWLFjwm+9BR0fHeTdvJSYmsn37doqLi7FarezevZvbbruNhoYG7rzzTgA8Hg+vvvoqhYWFRCIR3njjDW688UY+/vhjSktLp/L28+677/LLL79w9913n7fugw8+4Pbbb2doaAiPx8O+fftIS0uLq5OZmUlHR8eUjjXTOL1enF4v6Zs3MdzWxsCHHxLa28jI8ePT3TSZgWZlLyRl7TpS/rYGR2bmdDdHROSiKeReYitXruSVV14BoL+/n9raWgKBAAcPHmTevHkcOnSIgoICI+ACFBcXE4vFOHLkCE6nkx9//NEIqmPrfP3113FlPp/PeJ5xZmahs0H0bNnxMwGnt7eXrq4u7r33Xu677z6jzsjICCnjBm4f3wtbVVXFAw88QFNTEzfddBNlZWVxxx5veHiYhISEuLK0tDQefvjhuGMEg0GeeeYZI+Tm5eWRl5dn1FmxYgVdXV0899xzlJaW0tLSQiAQMNbv2LGDDRs2xB1n586dBAIB5s6de167Vq5cSVtbG319fdTV1XHrrbdy4MAB0sfcRON0OhkaGprw3K4EFosFl9+Py+8no6aG4S+/ZOA/HzLQ1ES0r2+6myfTyJ6eTvKaNaSsW0vCDL7uXETk91DIvcTcbjfZ2dnG68LCQlJSUqirq2Pbtm2cPn16wp/Rx5aPr3Oh7cbeEHZ23fiyWCwGYDzW1dWxfPnyuP2Mv+Z1bAAHqKioYNWqVezZs4empiaeeuopnn/+eSorKy94HmlpaQSDwQuuG6uoqIjXXntt0jpvvvkmMBqM29rajHUZ46YMPXr0KM3NzbzzzjsX3NfZv012djZFRUXk5OSwc+dOampqjDr9/f3GjWhmYLFYcC1dimvpUjL++Q+GDn4+2sO7bx/R/v7pbp5calYrTp8Pd2kJiSUlJFx33YT/f0RErnQKuZeZxWLBarUyPDwMQH5+Pg0NDYTDYSNMfvrpp1itVnJzc0lOTmbu3Ll88skncT/R79+/n+uvv/53tyMjI4PMzEy+//7783o/p+Laa69l48aNbNy4kZqaGurq6iYMuX6/n/b29kn3+dVXX+GZ5PrRsXWcTmfcF4jx6uvrSU9PZ82aNZMeG0a/OEQikbiy7777Dr/fP6XtrzQWqxV30XLcRcu5+t//YritjfD+VsKtrQx/8w2MjEx3E+X/wJaWRmJx8WiwLS7Glpo63U0SEbksFHIvsUgkwk8//QRAMBjk5ZdfZnBwkLVr1wKwYcMGtmzZQnl5OVu3bqW3t5fKykruuusuo2dy06ZNbNmyhYULF7JkyRLq6+tpa2vjrbfeuqi2bd26laqqKpKTkwkEAkQiEb744guCwSCPPPLIhNtVV1cTCATIzc0lGAzy0Ucf/eYQW6tWraKiooJoNGr0Ejc0NOBwOPD7/VitVt5//31eeuklnn76aWO7F198kfnz57N48WLjBrJdu3axa9euSc8tFotRX19PeXk59nFTi4bDYZ588knWrVuHx+Ph559/pra2lu7ubtavXx9Xt6WlhSeeeGLS413pLDYbrsJCXIWF/Lny78TCYcKff85Qayvh/a1Ext3kKDOYzYZzyRISS/6Cu6SEhPx89daKyB+SQu4ltnfvXqPnMSkpiUWLFvH2228b47W6XC4aGxt56KGHWLZsGS6Xi7KyMrZv327so6qqioGBAR599FGOHz9Ofn4+u3fvJicn56LaVlFRgcvl4tlnn2Xz5s243W68Xi/V1dW/uV00GuXBBx+ku7ub5ORkbr75Zl544YUJ669evRqHw0Fzc7NxYxzAtm3bOHr0KDabjdzcXF5//XXjelwYHfXgscceo6enB6fTyeLFi9mzZw+rV6+e9Nyam5vp7OzknnvuOW+dzWbj8OHDNDQ00NfXx1VXXcWyZctoaWmJG7O3tbWVEydOcMstt0x6PLOxut0k/fWvJJ35nI709hL+7ADh1tGe3pFjx6a3gRLH7vHgXrGCxNIS3DfcgG3MuNIiIn9UmgxCLova2lree+89Ghsbp7spU7Z+/Xr8fj+PP/74dDdlxon88APh1laGPjvA8LffKvReRla3mwSvF6fPh9PnJcHn04xjIiIXoJ5cuSzuv/9+gsEgoVDImNp3JotEIhQUFMSNACHnzM7KYnZWFn+64w4ARoJBTv63nZPt55Zfu7pA36Evjt3O7NwcnF7faKgt8DFrwQIsVg1xLiIyGfXkisglEQ2FOHnoUFzwPfVDh6YdnoDF4cBxzTXMXpSH01eAs8BHQn4+1nHD74mIyNQo5IrIZRMbHubk4cNEjhzhVGcXv/b0GEt0CsPMXfHsdmZlZuKYP49Z884u85k1fx4OjwfLJFNWi4jI1CnkisiMEAuHOXU29Hb3xAXgUz09xE6cmO4mTs5ux5aSgm1OKo6rPeeC7JlQ68jMxGLXVWIiIpeDQq6IXBGig4OMHDtGdGCAaChELDRIbDBENDRILBQiOnimLBQiOjiubHBw8uuDbTYsdjsWh2M0iDrsWOwObImJ2FJTsc2ZM7qkpmKbk4otNRW78Xr00ZqUpOG6RERmCIVcEflDOH1mlj8j7J4+fe653a5wKiJiMgq5IiIiImI6GodGRERERExHIVdERERETEchV0RERERMRyFXRERERExHIVdERERETEchV0RERERMRyFXRERERExHIVdERERETEchV0RERERMRyFXRERERExHIVdERERETEchV0RERERMRyFXRERERExHIVdERERETEchV0RERERMRyFXRERERExHIVdERERETEchV0RERERMRyFXRERERExHIVdERERETEchV0RERERMRyFXRERERExHIVdERERETEchV0RERERMRyFXRERERExHIVdERERETEchV0RERERMRyFXREREREznf8LXtS9FFw2AAAAAAElFTkSuQmCC\n",
+ "text/plain": [
+ ""
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ }
+ ],
+ "source": [
+ "gen_order = ['Generation Z (7-22)', 'Millennials (23-38)', 'Generation X (39-54)', 'Boomers (55-73)', 'Silent (74-91)']\n",
+ "generation_counts = df['GENERATION'].value_counts().loc[gen_order]\n",
+ "\n",
+ "plt.figure(figsize=(6,6))\n",
+ "plt.pie(generation_counts, labels=generation_counts.index, autopct='%1.1f%%', startangle=0)\n",
+ "plt.title('Distribution of Generations')\n",
+ "plt.axis('equal') \n",
+ "plt.show()"
+ ]
+ },
+ {
+ "cell_type": "markdown",
+ "id": "456dbd6b",
+ "metadata": {},
+ "source": [
+ "# RACE: RACE_COMBINED"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 12,
+ "id": "9e31622c",
+ "metadata": {
+ "scrolled": false
+ },
+ "outputs": [
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "RACE Categories:\n",
+ "White only\n",
+ "Asian only\n",
+ "Black only\n",
+ "White-American Indian\n",
+ "American Indian, Alaskan Native\n",
+ "White-Black\n",
+ "Hawaiian Pacific Islander only\n",
+ "White-Black-American Indian\n",
+ "White-Asian\n",
+ "Black-American Indian\n",
+ "White-Hawaiian\n",
+ "Black-Asian\n",
+ "White-Black-Asian\n",
+ "Black-Hawaiian\n"
+ ]
+ }
+ ],
+ "source": [
+ "race_categories = df['RACE'].unique()\n",
+ "\n",
+ "print(\"RACE Categories:\")\n",
+ "for category in race_categories:\n",
+ " print(category)"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 13,
+ "id": "c1087f38",
+ "metadata": {},
+ "outputs": [
+ {
+ "data": {
+ "image/png": "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A+2VK1fg7+9f5cO1QqEw+rkYg5I5ITZo586dUKvVSEpKQl5eHoRCIb766itkZWXBx8dHt6pa5aCqzZs36xbwCAkJgUajQV5enm4aWceOHaFWq3Hp0iX06tULU6dORVRUFAoLC1FYWIj8/HxERUVVWWSHMYaysjKkpKQgICAAWq0WRUVFcHNzw6JFi3SJd86cOdi9ezfatGmjaz25u7tDrVbrWtIxMTF1Wo0uMDAQ//77L44fP46YmBi88cYbeo9LJBIAFaWA161bh9jYWIPd2tu3b8ePP/6I69evo6SkpMZ1xd9++20AFS3FnTt3Yu3atXotutp8/fXX2L17N27fvo3z589j//79BhNgZGQk8vLykJmZafDnvG7dOoOruQUGBiInJwd3797F9evXcfjwYXAch/j4eERFRWHTpk2YOnUqgIpbDXv27EFOTg5UKhVGjhyJuLg4lJaW4uzZswgLC4NGo8GQIUN01woMDMT69esRExODU6dOYdKkSZDL5brrL1iwAADwzz//4MaNG/j888+xdevWKh8GjdGlSxd89913ACoWQXrssceQmpoKe3t7ZGRkICoqChMnTqzSy+Lv74/Dhw/j7t27NS7w9NhjjyEvL09XBvn+HrDnnnsOWVlZeOKJJ3D69GncunULe/bswfTp0436oGAKSuaE2KDVq1fjkUceQefOnTFo0CD06dMHnp6eGDVqFLy8vBAZGam3tvz9q3EpFAoIBALIZDLdnPHAwEBwHAexWKwbpezi4gKBQIB9+/bh0qVLuH37tu4Pdl5eHgDAwcEB3bp1w6RJkxASEoKBAweisLAQqamp2LFjB77++msAFYly6NCh+P7776HRaNC6dWskJyfj888/1418PnnyZI2LrVTnf//7Hzp16qR7Haqrbf7cc8/h7bffRuvWrXUjue/37LPPYuHChejcuTO0Wi369u1b7TVbtWqFpUuXIiEhASNGjMCMGTNMmr+s1Wrx3HPPoXXr1ujcuTNEIhG+/fbbKvutXr0aISEh6Natm8Gfc1ZWVpVR+QAwa9YseHl54dChQ+jevTuysrIwY8YMMMbQrVs3vPnmm7p7/M899xyeffZZvPDCC7hw4QKaNWuGzZs349q1a5g+fTrUajW2b98Oxhj27t0LjUaDH3/8EdnZ2ejYsSMmT56MF198Ue/5V96G2b59O8LCwvDdd99h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\n",
+ "text/plain": [
+ ""
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ }
+ ],
+ "source": [
+ "keep = ['White only', 'Asian only', 'Black only', 'American Indian, Alaskan Native', 'Hawaiian Pacific Islander only']\n",
+ "\n",
+ "df['RACE_COMBINED'] = df['RACE'].apply(lambda x: x if x in keep else 'Mixed')\n",
+ "\n",
+ "race_counts = df['RACE_COMBINED'].value_counts()\n",
+ "\n",
+ "plt.figure(figsize=(6,6))\n",
+ "plt.pie(race_counts, labels=race_counts.index, autopct='%1.1f%%', startangle=90)\n",
+ "plt.title('Distribution of RACE COMBINED')\n",
+ "plt.axis('equal') \n",
+ "plt.show()"
+ ]
+ },
+ {
+ "cell_type": "markdown",
+ "id": "5e4d542e",
+ "metadata": {},
+ "source": [
+ "# GENHEALTH: HEALTH"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 18,
+ "id": "beddd4a3",
+ "metadata": {},
+ "outputs": [
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "GENHEALTH Categories:\n",
+ "Good\n",
+ "Very good\n",
+ "Excellent\n",
+ "Fair\n",
+ "Poor\n",
+ "NIU (Not in universe)\n",
+ "Refused\n",
+ "Don't know\n"
+ ]
+ }
+ ],
+ "source": [
+ "health_categories = df['GENHEALTH'].unique()\n",
+ "\n",
+ "print(\"GENHEALTH Categories:\")\n",
+ "for category in health_categories:\n",
+ " print(category)"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 26,
+ "id": "4470cb9c",
+ "metadata": {},
+ "outputs": [
+ {
+ "data": {
+ "image/png": "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99345JNPMGbMmFrHmz17Nk6dOoWXXnoJRUVFkCTpuk3Y0dHR2L17N1566SU88cQTqKioQExMDJYsWWKaG8gcBg4ciC1btuCVV17B9OnTYTQaERcXh3Xr1pl9CYyGVFRUoE+fPvVuS0hIwPr161FVVXXDkb+HH34Yjz76KH7++WdMnDgRAJCamoo777yzzr4DBw5s8nIhRNQyZFJDt6gQERER2Sj26BAREZHdYqFDREREdqtFC52lS5fCw8OjJU+JLVu2oF27djecKr45ysvLMWnSJLi5uUEmk5nm4Ghpr776Kjp37izk3OYmk8mwdu1a0TGsTo8ePUzLJhARUdM0udBJTU3Fgw8+iKCgIKhUKoSHh2P27Nl1JgOLiIjAhx9+aK6czfbCCy9g7ty5kMsvv9QrCyde+fD398ftt9+OU6dONem4y5Ytw86dO7F7925kZmaa7c6VljBo0CDT61er1QgODsbtt99usR+m1vK9YAlXvp9GjhxZ6/HCwsJaC3ECtQu55ORkyGQyHD16tM4xx48fX6tJ+J///CdefPFFsxfrRESOoEmFzoULF9C9e3ecO3cO3377Lc6fP4+FCxfijz/+QJ8+fZCfn2+pnDdUU1NT7+O7d+9GQkJCnbsk3NzckJmZiYyMDKxfvx5lZWUYM2YMqqurG33OxMRExMTEoGPHjggICGjRW2fN4aGHHkJmZibOnz+PVatWoX379rj77rvx8MMPi45mc5RKJf744w9s3brVIscfM2YMioqKsHHjRoscn4jInjWp0HniiSegUqmwadMmDBw4EGFhYRg1ahQ2b96M9PR0zJ07F8DlEYOUlBQ8/fTTppGDq23cuBExMTFwcXHByJEj68ymumTJEsTExECj0aBdu3a11qe58pvw999/j0GDBkGj0dRagPBq3333HW699dY606rLZDIEBAQgMDAQ3bt3x9NPP42UlJRaa/Hs3r0bAwYMgFarRWhoKJ588kmUlZWZXt+8efOwY8cOyGQy0yy89V168fDwMN2SXF1djZkzZyIwMBAajQYRERF46623TPsWFRXh4Ycfhp+fH9zc3DBkyJA6k8y9/fbb8Pf3h6urKx588EFUVlbW+9ob4uzsjICAAISGhqJ3795455138L///Q9ffPFFrUUPT5w4gSFDhkCr1cLb2xsPP/wwSktLTdunT5+O8ePH4/3330dg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p4BAOAUGQh0VCXV0O2jaRcMpKEh0OiKyQSx0iGxQzaVLqL5wAfrsbOhz86DPy4Mh7/Kf+rw8GHJzoS8oAPR60VH/JpdD6eMDZWAAnPwD4BQYAGVAIJwCA+AUEABlYCCUvr6QybmcAhGZDwsdIjslSRIMhYWXi568POhz82DIy4U+Lx9SVSWkmhpINfq//qyBpP/r7/oa02O4ZrtMrYbc2Rlyrfbyn87OkDn/9Xets+kxubP2qr87Q+nrC6WfH2ROTqK/LETkYFjoEBERkd3iGDERERHZLRY6REREZLdY6BAREZHdYqFDREREdouFDhEREdktFjpERERkt1joEBERkd1ioUNERER2i4UOERER2S0WOkRERGS3WOgQERGR3WKhQ0RERHaLhQ4RERHZLRY6REREZLdY6BAREZHdYqFDREREdouFDhEREdktFjpERERkt1joEBERkd1ioUNERER2i4UOERER2S0WOkRERGS3WOgQERGR3WKhQ0RERHaLhQ4RERHZLRY6REREZLdY6BAREZHdYqFDREREdouFDhEREdktFjpERERkt1joEBERkd1ioUNERER2i4UOERER2a3/BxOqrr6y0K5gAAAAAElFTkSuQmCC\n",
+ "text/plain": [
+ ""
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ }
+ ],
+ "source": [
+ "health_keep = ['Poor','Fair','Good','Very good','Excellent']\n",
+ "\n",
+ "df['HEALTH'] = df['GENHEALTH'].apply(lambda x: x if x in health_keep else 'Other (Refused, Dont know, NIU)')\n",
+ "\n",
+ "health_order = ['Other (Refused, Dont know, NIU)','Poor','Fair','Good','Very good','Excellent']\n",
+ "health_counts = df['HEALTH'].value_counts().loc[health_order]\n",
+ "\n",
+ "plt.figure(figsize=(6,6))\n",
+ "plt.pie(health_counts, labels=health_counts.index, autopct='%1.1f%%', startangle=90)\n",
+ "plt.title('Distribution of HEALTH')\n",
+ "plt.axis('equal') \n",
+ "plt.show()"
+ ]
+ },
+ {
+ "cell_type": "markdown",
+ "id": "3435fe28",
+ "metadata": {},
+ "source": [
+ "# HEIGHT: HEIGHT_BINNED"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 29,
+ "id": "e26253bb",
+ "metadata": {},
+ "outputs": [
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "HEIGHT Categories:\n",
+ "68.0\n",
+ "70.0\n",
+ "73.0\n",
+ "67.0\n",
+ "66.0\n",
+ "71.0\n",
+ "69.0\n",
+ "72.0\n",
+ "64.0\n",
+ "58.0\n",
+ "63.0\n",
+ "62.0\n",
+ "60.0\n",
+ "65.0\n",
+ "59.0\n",
+ "76.0\n",
+ "nan\n",
+ "75.0\n",
+ "56.0\n",
+ "61.0\n",
+ "74.0\n",
+ "77.0\n",
+ "57.0\n"
+ ]
+ }
+ ],
+ "source": [
+ "df['HEIGHT'] = pd.to_numeric(df['HEIGHT'], errors='coerce')\n",
+ "height_categories = df['HEIGHT'].unique()\n",
+ "\n",
+ "print(\"HEIGHT Categories:\")\n",
+ "for category in height_categories:\n",
+ " print(category)"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 30,
+ "id": "29b92454",
+ "metadata": {},
+ "outputs": [
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "['5.5-6 feet', '6-6.5 feet', '5-5.5 feet', '0-5 feet', NaN]\n",
+ "Categories (6, object): ['0-5 feet' < '5-5.5 feet' < '5.5-6 feet' < '6-6.5 feet' < '6.5-7 feet' < '7-7.5 feet']\n"
+ ]
+ }
+ ],
+ "source": [
+ "bin_edges = [0, 60, 66, 72, 78, 84, 90]\n",
+ "\n",
+ "# height in feet\n",
+ "bin_labels = ['0-5 feet', '5-5.5 feet', '5.5-6 feet', '6-6.5 feet', '6.5-7 feet', '7-7.5 feet']\n",
+ "\n",
+ "df['HEIGHT_BINNED'] = pd.cut(df['HEIGHT'], bins=bin_edges, labels=bin_labels, right=False)\n",
+ "\n",
+ "# Display the unique height categories\n",
+ "height_categories = df['HEIGHT_BINNED'].unique()\n",
+ "print(height_categories)"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 31,
+ "id": "20ff7d10",
+ "metadata": {},
+ "outputs": [
+ {
+ "data": {
+ "image/png": "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VVr0DOqJ0Y1GI9wnXHQcIroFCwop3o28G1h7YS02XNyAuKw40XHICjT3bI4BIQPQr14/uOndRMchonKwoJBFOZ1yGr9c+gWb4zYjJT9FdByyIHUc6yAyJBIDQgagnks90XGI6C5YUMgimcwm7E/cj42xG7H9ynbkGnNFRyIFctI5oXdQbwysPxDh3uG8EofIgrCgkMUrKC7Arqu78Nvl37AnYQ/yi/NFRyKBXO1c0S2wG3oE9kCnOp2gU+tERyKie8CCQlal0FSI/Yn7sePKDuyO383TQDbCz8EPPer2QETdCIR7h0OtUouORET3iQWFrJYsyziRcgI7ruzAzqs7EZsZKzoSVaMGrg1KS0kTjyai4xBRNWNBIZtxOesyoq5FYX/ifhxIOoCsoizRkagKvAxeaO/XHu3926O9X3t423uLjkRENYgFhWySWTbjTOoZ7Evch/2J+3E0+SgKTAWiY9EtDBoD2vi0QQf/Dmjv156zuhLZGBYUIgBFpiIcSz6Gg9cP4sSNEziZchLZRdmiY9kUL4MXWnq1LPnwbolmHs14Yz4iG8aCQlQOWZYRmxVbUlZunMSJlBOISY+BSTaJjmYVNJIGjdwblSkkdRzriI5FRArCgkJUSfnF+Tidchpn0s4gJj0GFzIu4GLGReQV54mOpmjOOmc0dGuIULfQMh96jV50NCJSMBYUovsgyzISchJwIeMCLmRcKC0uV7Ku2NyYFhc7FwQ4BiDIOQihbqGlpcTXwVd0NCKyQCwoRDUkJT8FCTkJSMhOwLXca4jPjkdCTgKu5VzDtdxrKDZb1g0Q7dR28DJ4IcApAAFOAQh0CkSAY0Dp5846Z9ERiciKsKAQCWCWzUgrSEN6QXrpn6kFqaWf//VYVlEW8ox5yCvOQ64xF0az8b73rZE0MGgMMGgNsNfYw0HrAHutPRy1jvAweMBD71H6p6fBs/S/HXWO1fDKiYgqhwWFyIIUm4tRaCos+Sgu+bPYXAxJkiBBQsn/b/7v5n1nJEjQqEpKib3WHnZqO8Gvgojo7lhQiIiISHFUogMQERER/RMLChERESkOCwoREREpDgsKERERKQ4LChERESkOCwoREREpDgsKERERKQ4LChERESkOCwoREREpDgsKERERKQ4LChERESkOCwoREREpDgsKERERKQ4LChERESkOCwoREREpDgsKERERKQ4LChERESkOCwoREREpDgsKERERKQ4LChERESkOCwoREREpDgsKERERKQ4LChERESkOCwoREREpDgsKERERKQ4LChERESkOCwoREREpDgsKERERKQ4LChERESnO/wOdjzbzkX9IuQAAAABJRU5ErkJggg==\n",
+ "text/plain": [
+ ""
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ }
+ ],
+ "source": [
+ "height_order = ['0-5 feet', '5-5.5 feet', '5.5-6 feet', '6-6.5 feet', '6.5-7 feet', '7-7.5 feet']\n",
+ "height_counts = df['HEIGHT_BINNED'].value_counts().loc[height_order]\n",
+ "\n",
+ "plt.figure(figsize=(6,6))\n",
+ "plt.pie(height_counts, labels=height_counts.index, autopct='%1.1f%%', startangle=0)\n",
+ "plt.title('Distribution of Height')\n",
+ "plt.axis('equal') \n",
+ "plt.show()"
+ ]
+ },
+ {
+ "cell_type": "markdown",
+ "id": "045d7d9f",
+ "metadata": {},
+ "source": [
+ "# WEIGHT: WEIGHT_BINNED"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 32,
+ "id": "c4dec473",
+ "metadata": {},
+ "outputs": [
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "WEIGHT Categories:\n",
+ "245\n",
+ "148\n",
+ "165\n",
+ "275\n",
+ "214\n",
+ "127\n",
+ "190\n",
+ "225\n",
+ "180\n",
+ "171\n",
+ "150\n",
+ "210\n",
+ "155\n",
+ "230\n",
+ "143\n",
+ "120\n",
+ "9996\n",
+ "218\n",
+ "193\n",
+ "175\n",
+ "212\n",
+ "153\n",
+ "160\n",
+ "125\n",
+ "121\n",
+ "235\n",
+ "9997\n",
+ "280\n",
+ "9999\n",
+ "170\n",
+ "325\n",
+ "140\n",
+ "168\n",
+ "98\n",
+ "172\n",
+ "130\n",
+ "305\n",
+ "260\n",
+ "197\n",
+ "145\n",
+ "128\n",
+ "220\n",
+ "200\n",
+ "226\n",
+ "238\n",
+ "138\n",
+ "310\n",
+ "300\n",
+ "132\n",
+ "185\n",
+ "111\n",
+ "195\n",
+ "173\n",
+ "330\n",
+ "110\n",
+ "240\n",
+ "142\n",
+ "340\n",
+ "205\n",
+ "162\n",
+ "163\n",
+ "115\n",
+ "105\n",
+ "154\n",
+ "174\n",
+ "219\n",
+ "147\n",
+ "290\n",
+ "146\n",
+ "198\n",
+ "164\n",
+ "157\n",
+ "202\n",
+ "126\n",
+ "100\n",
+ "239\n",
+ "135\n",
+ "194\n",
+ "196\n",
+ "222\n",
+ "149\n",
+ "209\n",
+ "156\n",
+ "178\n",
+ "183\n",
+ "9994\n",
+ "268\n",
+ "123\n",
+ "250\n",
+ "112\n",
+ "249\n",
+ "285\n",
+ "176\n",
+ "106\n",
+ "191\n",
+ "139\n",
+ "182\n",
+ "265\n",
+ "189\n",
+ "216\n",
+ "129\n",
+ "144\n",
+ "215\n",
+ "204\n",
+ "179\n",
+ "124\n",
+ "186\n",
+ "117\n",
+ "255\n",
+ "166\n",
+ "167\n",
+ "270\n",
+ "118\n",
+ "192\n",
+ "188\n",
+ "208\n",
+ "295\n",
+ "161\n",
+ "181\n",
+ "187\n",
+ "136\n",
+ "184\n",
+ "122\n",
+ "234\n",
+ "320\n",
+ "203\n",
+ "206\n",
+ "108\n",
+ "119\n",
+ "99\n",
+ "114\n",
+ "211\n",
+ "152\n",
+ "116\n",
+ "263\n",
+ "134\n",
+ "131\n",
+ "158\n",
+ "207\n",
+ "288\n",
+ "201\n",
+ "247\n",
+ "251\n",
+ "159\n",
+ "107\n",
+ "113\n",
+ "137\n",
+ "177\n",
+ "104\n",
+ "199\n",
+ "133\n",
+ "213\n",
+ "223\n",
+ "169\n",
+ "315\n",
+ "258\n",
+ "228\n",
+ "151\n",
+ "236\n",
+ "271\n",
+ "233\n",
+ "101\n",
+ "232\n",
+ "109\n",
+ "291\n",
+ "217\n",
+ "248\n",
+ "229\n",
+ "221\n",
+ "242\n",
+ "243\n",
+ "262\n",
+ "231\n",
+ "296\n",
+ "276\n",
+ "224\n",
+ "237\n",
+ "333\n",
+ "246\n",
+ "269\n",
+ "227\n",
+ "254\n",
+ "252\n",
+ "256\n",
+ "103\n",
+ "244\n",
+ "324\n",
+ "287\n",
+ "264\n",
+ "272\n",
+ "299\n",
+ "282\n",
+ "312\n",
+ "335\n",
+ "308\n",
+ "266\n",
+ "141\n",
+ "257\n",
+ "278\n",
+ "253\n",
+ "273\n",
+ "297\n",
+ "286\n",
+ "292\n",
+ "277\n",
+ "304\n",
+ "294\n",
+ "241\n",
+ "259\n",
+ "326\n",
+ "267\n",
+ "319\n",
+ "318\n"
+ ]
+ }
+ ],
+ "source": [
+ "df['WEIGHT'] = pd.to_numeric(df['WEIGHT'], errors='coerce')\n",
+ "\n",
+ "\n",
+ "weight_categories = df['WEIGHT'].unique()\n",
+ "\n",
+ "print(\"WEIGHT Categories:\")\n",
+ "for category in weight_categories:\n",
+ " print(category)"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 33,
+ "id": "add44ee6",
+ "metadata": {},
+ "outputs": [
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "['200-300', '140-160', '160-180', '120-140', '180-200', '>300', '<100', '100-120']\n",
+ "Categories (8, object): ['<100' < '100-120' < '120-140' < '140-160' < '160-180' < '180-200' < '200-300' < '>300']\n"
+ ]
+ }
+ ],
+ "source": [
+ "bin_edges = [0, 100, 120, 140, 160, 180, 200, 300, float('inf')]\n",
+ "\n",
+ "bin_labels = ['<100', '100-120', '120-140', '140-160', '160-180', '180-200', '200-300', '>300']\n",
+ "\n",
+ "df['WEIGHT_BINNED'] = pd.cut(df['WEIGHT'], bins=bin_edges, labels=bin_labels, right=False)\n",
+ "\n",
+ "weight_categories = df['WEIGHT_BINNED'].unique()\n",
+ "print(weight_categories)"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 34,
+ "id": "7542e428",
+ "metadata": {},
+ "outputs": [
+ {
+ "data": {
+ "image/png": "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WFgY/vzzT3zxxReIjIxsdfrm9ddfx99//40xY8bgtddeg5OTE3788Ufs2LED7733XqNFzF3x9ttvIy4uDmPGjMHy5cshEomwbt06pKWl4eeff+7wrth3GjNmDN5//30wDIN333230XOxsbH46KOPwLIsHn744WZfr9PpcPz48WafGzhwoL7IvVtgYCB+/vlnPPTQQwgLC8Mzzzyj35ywuLgYe/bsAUCbBxJiDKjoIWbrscceAwCIRCI4ODigX79+WLlyJZ588slWCx6gYSHznj178Prrr0Mul0MqlSI0NBTbtm1DfHy8vt369euxYsUKTJ8+HUqlEvPmzcOGDRs6lTciIgKPPfYYXn/9daSnp0Mmk+HDDz/EsmXL9G34fD62b9+O5557DgsXLoRYLMaDDz6ItWvX6q9WumXJkiW4cOECVq1ahcrKSrAs2+IC7uDgYBw7dgyrVq3CokWLoFAo0K9fP3z//ff6vYe6w60rqV5//XXMnz8fOp0O4eHh2LZtW5dvw3Gr6OHxeE0WAsfExIBhGLAs2+K0pkKhQFRUVLPPpaenIygoqMW+p0+fjvPnz+Pjjz/G999/jzfeeAM6nQ4eHh4YOnQoEhIScM8993T6vRFCuglLCCEGcujQIXbq1Kmsp6cnC4BNSEhose3TTz/NAmA/+uijRsfr6+vZ5557jnV2dmatra3ZadOmsdeuXWuz78WLF7ODBg1iRSIRGx4e3mwbnU7Hvv/++2zv3r1ZkUjEent7s2+99VajNomJieygQYNYsVjM9urVi/3iiy/a7JsQYpxoTQ8hxGBqa2sRHh6OtWvXttpu69atOHHihP4qrjstXboUCQkJ2LJlC44ePYqamhpMnTq1zY0QWZbF448/jgceeKDFNkuWLMG3336LNWvW4PLly9i+fTuGDh2qfz47OxuTJ09GTEwMUlJSsGrVKixevBh//PFHG++cEGKUuK66CCGWAS2M9OTn57NeXl5sWloa6+fn12ikp6KighUKheyWLVv0xwoKClgej8fu2rWrXf2+/vrrzY70XLx4kRUIBOzly5dbfO1//vMftm/fvo2OLViwgB0+fHi7+iaEGBca6SGEcEan0+HRRx/FihUr0L9//ybPJycnQ61WN1pHJZPJEBoaimPHjnWp7+3btyMgIAB///03evXqBX9/fzz55JMoKyvTt0lKSmrUNwBM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\n",
+ "text/plain": [
+ ""
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ }
+ ],
+ "source": [
+ "weight_order = ['<100', '100-120', '120-140', '140-160', '160-180', '180-200', '200-300', '>300']\n",
+ "weight_counts = df['WEIGHT_BINNED'].value_counts().loc[weight_order]\n",
+ "\n",
+ "plt.figure(figsize=(6,6))\n",
+ "plt.pie(weight_counts, labels=weight_counts.index, autopct='%1.1f%%', startangle=0)\n",
+ "plt.title('Distribution of WEIGHT')\n",
+ "plt.axis('equal') \n",
+ "plt.show()"
+ ]
+ },
+ {
+ "cell_type": "markdown",
+ "id": "b7dd08d9",
+ "metadata": {},
+ "source": [
+ "# EDUC: EDUC_BINNED"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 35,
+ "id": "5faaa512",
+ "metadata": {
+ "scrolled": true
+ },
+ "outputs": [
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "EDUC Categories:\n",
+ "High school graduate - diploma\n",
+ "Associate degree - occupational vocational\n",
+ "Bachelor's degree (BA, AB, BS, etc.)\n",
+ "Associate degree - academic program\n",
+ "Master's degree (MA, MS, MEng, MEd, MSW, etc.)\n",
+ "Some college but no degree\n",
+ "Doctoral degree (PhD, EdD, etc.)\n",
+ "High school graduate - GED\n",
+ "7th or 8th grade\n",
+ "9th grade\n",
+ "11th grade\n",
+ "10th grade\n",
+ "1st, 2nd, 3rd, or 4th grade\n",
+ "12th grade - no diploma\n",
+ "5th or 6th grade\n",
+ "Professional school degree (MD, DDS, DVM, etc.)\n",
+ "Less than 1st grade\n"
+ ]
+ }
+ ],
+ "source": [
+ "df['EDUC'] = df['EDUC'].astype(str)\n",
+ "\n",
+ "educ_categories = df['EDUC'].unique()\n",
+ "\n",
+ "# Display the unique categories\n",
+ "print(\"EDUC Categories:\")\n",
+ "for category in educ_categories:\n",
+ " print(category)"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 36,
+ "id": "af25bdde",
+ "metadata": {},
+ "outputs": [],
+ "source": [
+ "education_mapping = {\n",
+ " \"Less than 1st grade\": \"Middle School or Less\",\n",
+ " \"1st, 2nd, 3rd, or 4th grade\": \"Middle School or Less\",\n",
+ " \"5th or 6th grade\": \"Middle School or Less\",\n",
+ " \"7th or 8th grade\": \"Middle School or Less\",\n",
+ " \"9th grade\": \"Some High School\",\n",
+ " \"10th grade\": \"Some High School\",\n",
+ " \"11th grade\": \"Some High School\",\n",
+ " \"12th grade - no diploma\": \"Some High School\",\n",
+ " \"High school graduate - diploma\": \"Graduated High School\",\n",
+ " \"High school graduate - GED\": \"Graduated High School\",\n",
+ " \"Some college but no degree\": \"Some College\",\n",
+ " \"Associate degree - occupational vocational\": \"Associate Degree\",\n",
+ " \"Associate degree - academic program\": \"Associate Degree\",\n",
+ " \"Bachelor's degree (BA, AB, BS, etc.)\": \"Bachelor's Degree\",\n",
+ " \"Master's degree (MA, MS, MEng, MEd, MSW, etc.)\": \"Master's or Doctoral Degree\",\n",
+ " \"Doctoral degree (PhD, EdD, etc.)\": \"Master's or Doctoral Degree\",\n",
+ " \"Professional school degree (MD, DDS, DVM, etc.)\": \"Master's or Doctoral Degree\"\n",
+ "}\n",
+ "\n",
+ "df['EDUC_BINNED'] = df['EDUC'].map(education_mapping)"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 37,
+ "id": "55bc4869",
+ "metadata": {},
+ "outputs": [
+ {
+ "data": {
+ "image/png": "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\n",
+ "text/plain": [
+ ""
+ ]
+ },
+ "metadata": {},
+ "output_type": "display_data"
+ }
+ ],
+ "source": [
+ "educ_order = [\"Middle School or Less\",\"Some High School\", \"Graduated High School\", \"Some College\",\"Associate Degree\", \"Bachelor's Degree\",\"Master's or Doctoral Degree\"]\n",
+ "\n",
+ "\n",
+ "education_counts = df['EDUC_BINNED'].value_counts().loc[educ_order]\n",
+ "\n",
+ "\n",
+ "plt.figure(figsize=(6, 6))\n",
+ "plt.pie(education_counts, labels=education_counts.index, autopct='%1.1f%%', startangle=140)\n",
+ "plt.title('Distribution of Education Categories')\n",
+ "plt.axis('equal')\n",
+ "plt.show()\n"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 38,
+ "id": "31250738",
+ "metadata": {},
+ "outputs": [
+ {
+ "data": {
+ "text/html": [
+ "\n",
+ "\n",
+ "
\n",
+ " \n",
+ " \n",
+ " \n",
+ " TUCASEID \n",
+ " YEAR \n",
+ " CASEID \n",
+ " SERIAL \n",
+ " REGION \n",
+ " STATEFIP \n",
+ " FAMINCOME \n",
+ " HOUSETYPE \n",
+ " PERNUM \n",
+ " LINENO \n",
+ " ... \n",
+ " Traveling \n",
+ " Volunteering \n",
+ " Working \n",
+ " FAMINCOME_BINNED \n",
+ " GENERATION \n",
+ " RACE_COMBINED \n",
+ " HEALTH \n",
+ " HEIGHT_BINNED \n",
+ " WEIGHT_BINNED \n",
+ " EDUC_BINNED \n",
+ " \n",
+ " \n",
+ " \n",
+ " \n",
+ " 0 \n",
+ " NaN \n",
+ " 2022 \n",
+ " 20220101220500 \n",
+ " 2 \n",
+ " Northeast \n",
+ " Massachusetts \n",
+ " 67500 \n",
+ " House, apartment, flat \n",
+ " 1 \n",
+ " 1 \n",
+ " ... \n",
+ " 0 \n",
+ " 0 \n",
+ " 0 \n",
+ " $50,000 - $75,000 \n",
+ " Millennials (23-38) \n",
+ " White only \n",
+ " Good \n",
+ " 5.5-6 feet \n",
+ " 200-300 \n",
+ " Graduated High School \n",
+ " \n",
+ " \n",
+ " 1 \n",
+ " NaN \n",
+ " 2022 \n",
+ " 20220101220504 \n",
+ " 3 \n",
+ " Midwest \n",
+ " Michigan \n",
+ " 87500 \n",
+ " House, apartment, flat \n",
+ " 1 \n",
+ " 1 \n",
+ " ... \n",
+ " 0 \n",
+ " 0 \n",
+ " 185 \n",
+ " $75,000 - $100,000 \n",
+ " Boomers (55-73) \n",
+ " White only \n",
+ " Very good \n",
+ " 5.5-6 feet \n",
+ " 140-160 \n",
+ " Associate Degree \n",
+ " \n",
+ " \n",
+ " 2 \n",
+ " NaN \n",
+ " 2022 \n",
+ " 20220101220507 \n",
+ " 4 \n",
+ " West \n",
+ " California \n",
+ " 67500 \n",
+ " House, apartment, flat \n",
+ " 1 \n",
+ " 1 \n",
+ " ... \n",
+ " 45 \n",
+ " 0 \n",
+ " 50 \n",
+ " $50,000 - $75,000 \n",
+ " Boomers (55-73) \n",
+ " White only \n",
+ " Excellent \n",
+ " 5.5-6 feet \n",
+ " 160-180 \n",
+ " Bachelor's Degree \n",
+ " \n",
+ " \n",
+ " 3 \n",
+ " NaN \n",
+ " 2022 \n",
+ " 20220101220552 \n",
+ " 5 \n",
+ " Midwest \n",
+ " Wisconsin \n",
+ " 55000 \n",
+ " House, apartment, flat \n",
+ " 1 \n",
+ " 1 \n",
+ " ... \n",
+ " 0 \n",
+ " 0 \n",
+ " 0 \n",
+ " $50,000 - $75,000 \n",
+ " Silent (74-91) \n",
+ " White only \n",
+ " Very good \n",
+ " 6-6.5 feet \n",
+ " 200-300 \n",
+ " Associate Degree \n",
+ " \n",
+ " \n",
+ " 4 \n",
+ " NaN \n",
+ " 2022 \n",
+ " 20220101220574 \n",
+ " 6 \n",
+ " Midwest \n",
+ " Ohio \n",
+ " 67500 \n",
+ " House, apartment, flat \n",
+ " 1 \n",
+ " 1 \n",
+ " ... \n",
+ " 0 \n",
+ " 0 \n",
+ " 0 \n",
+ " $50,000 - $75,000 \n",
+ " Silent (74-91) \n",
+ " White only \n",
+ " Excellent \n",
+ " 5.5-6 feet \n",
+ " 200-300 \n",
+ " Bachelor's Degree \n",
+ " \n",
+ " \n",
+ "
\n",
+ "
5 rows × 53 columns
\n",
+ "
"
+ ],
+ "text/plain": [
+ " TUCASEID YEAR CASEID SERIAL REGION STATEFIP FAMINCOME \\\n",
+ "0 NaN 2022 20220101220500 2 Northeast Massachusetts 67500 \n",
+ "1 NaN 2022 20220101220504 3 Midwest Michigan 87500 \n",
+ "2 NaN 2022 20220101220507 4 West California 67500 \n",
+ "3 NaN 2022 20220101220552 5 Midwest Wisconsin 55000 \n",
+ "4 NaN 2022 20220101220574 6 Midwest Ohio 67500 \n",
+ "\n",
+ " HOUSETYPE PERNUM LINENO ... Traveling Volunteering \\\n",
+ "0 House, apartment, flat 1 1 ... 0 0 \n",
+ "1 House, apartment, flat 1 1 ... 0 0 \n",
+ "2 House, apartment, flat 1 1 ... 45 0 \n",
+ "3 House, apartment, flat 1 1 ... 0 0 \n",
+ "4 House, apartment, flat 1 1 ... 0 0 \n",
+ "\n",
+ " Working FAMINCOME_BINNED GENERATION RACE_COMBINED HEALTH \\\n",
+ "0 0 $50,000 - $75,000 Millennials (23-38) White only Good \n",
+ "1 185 $75,000 - $100,000 Boomers (55-73) White only Very good \n",
+ "2 50 $50,000 - $75,000 Boomers (55-73) White only Excellent \n",
+ "3 0 $50,000 - $75,000 Silent (74-91) White only Very good \n",
+ "4 0 $50,000 - $75,000 Silent (74-91) White only Excellent \n",
+ "\n",
+ " HEIGHT_BINNED WEIGHT_BINNED EDUC_BINNED \n",
+ "0 5.5-6 feet 200-300 Graduated High School \n",
+ "1 5.5-6 feet 140-160 Associate Degree \n",
+ "2 5.5-6 feet 160-180 Bachelor's Degree \n",
+ "3 6-6.5 feet 200-300 Associate Degree \n",
+ "4 5.5-6 feet 200-300 Bachelor's Degree \n",
+ "\n",
+ "[5 rows x 53 columns]"
+ ]
+ },
+ "execution_count": 38,
+ "metadata": {},
+ "output_type": "execute_result"
+ }
+ ],
+ "source": [
+ "df.head()"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": null,
+ "id": "897c5b42",
+ "metadata": {},
+ "outputs": [],
+ "source": []
+ }
+ ],
+ "metadata": {
+ "kernelspec": {
+ "display_name": "Python 3 (ipykernel)",
+ "language": "python",
+ "name": "python3"
+ },
+ "language_info": {
+ "codemirror_mode": {
+ "name": "ipython",
+ "version": 3
+ },
+ "file_extension": ".py",
+ "mimetype": "text/x-python",
+ "name": "python",
+ "nbconvert_exporter": "python",
+ "pygments_lexer": "ipython3",
+ "version": "3.9.13"
+ }
+ },
+ "nbformat": 4,
+ "nbformat_minor": 5
+}
diff --git a/dataFinal.csv b/dataFinal.csv
new file mode 100644
index 000000000..67b365730
--- /dev/null
+++ b/dataFinal.csv
@@ -0,0 +1,8136 @@
+TUCASEID,YEAR,CASEID,SERIAL,REGION,STATEFIP,FAMINCOME,HOUSETYPE,PERNUM,LINENO,WT06,AGE,SEX,RACE,MARST,CITIZEN,GENHEALTH,HEIGHT,WEIGHT,BMI,EDUC,EDUCYRS,EMPSTAT,MULTJOBS,DIFFEYE,DIFFHEAR,DIFFMOB,DIFFPHYS,DIFFREM,Caring,CaringNonHouseHold,ConsumerPuchases,EatingDrinking,Education,GovernmentServicesCivicDuties,HouseActivities,HouseholdServices,Personal_Care,ProfessionalPersonalCareServices,ReligionSpiritualActivities,SocializingAndLesiure,SportsExercisRecreation,Telephone,Traveling,Volunteering,Working,FAMINCOME_BINNED,GENERATION,RACE_COMBINED,HEALTH,HEIGHT_BINNED,WEIGHT_BINNED,EDUC_BINNED,,Work-related Activities,Household Responsibilities,Personal Care,Leisure and Social Activities,Education and Learning,Volunteering and Community Engagement,Other
+,2022,2.02201E+13,2,Northeast,Massachusetts,67500,"House, apartment, flat",1,1,41333241,30,Female,White only,Married - spouse present,"Native, born in United States",Good,68,245,37.2,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,35,0,940,0,0,375,0,0,0,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Good,5.5-6 feet,200-300,Graduated High School,,0,35,1030,375,0,0,0
+,2022,2.02201E+13,3,Midwest,Michigan,87500,"House, apartment, flat",1,1,5708959,64,Female,White only,Married - spouse present,"Native, born in United States",Very good,68,148,22.5,Associate degree - occupational vocational,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,125,0,0,355,0,510,0,0,225,0,40,0,0,185,"$75,000 - $100,000",Boomers (55-73),White only,Very good,5.5-6 feet,140-160,Associate Degree,,185,355,635,225,0,0,40
+,2022,2.02201E+13,4,West,California,67500,"House, apartment, flat",1,1,5024633,60,Female,White only,Married - spouse present,"Native, born in United States",Excellent,70,165,23.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,15,10,85,0,0,260,0,580,0,0,395,0,0,45,0,50,"$50,000 - $75,000",Boomers (55-73),White only,Excellent,5.5-6 feet,160-180,Bachelor's Degree,,50,260,665,395,0,0,70
+,2022,2.02201E+13,5,Midwest,Wisconsin,55000,"House, apartment, flat",1,1,12479838,73,Male,White only,Married - spouse present,"Native, born in United States",Very good,73,275,36.3,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,10,0,582,0,0,758,0,0,0,0,0,"$50,000 - $75,000",Silent (74-91),White only,Very good,6-6.5 feet,200-300,Associate Degree,,0,10,672,758,0,0,0
+,2022,2.02201E+13,6,Midwest,Ohio,67500,"House, apartment, flat",1,1,11289661,74,Male,White only,Married - spouse present,"Native, born in United States",Excellent,70,214,30.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,115,0,0,190,0,660,0,0,473,2,0,0,0,0,"$50,000 - $75,000",Silent (74-91),White only,Excellent,5.5-6 feet,200-300,Bachelor's Degree,,0,190,775,475,0,0,0
+,2022,2.02201E+13,7,West,California,200000,"House, apartment, flat",1,1,4102731,63,Female,White only,Widowed,"Native, born in United States",Excellent,67,148,23.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,180,0,0,105,0,660,75,0,210,0,15,195,0,0,"$150,000 and over",Boomers (55-73),White only,Excellent,5.5-6 feet,140-160,Bachelor's Degree,,0,105,915,210,0,0,210
+,2022,2.02201E+13,8,Northeast,Massachusetts,200000,"House, apartment, flat",1,1,8807754,58,Female,White only,Divorced,"Native, born in United States",Very good,66,127,20.5,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,30,0,0,250,0,570,0,0,540,0,0,20,0,0,"$150,000 and over",Boomers (55-73),White only,Very good,5.5-6 feet,120-140,Graduated High School,,0,250,600,540,0,0,50
+,2022,2.02201E+13,9,Northeast,New Jersey,125000,"House, apartment, flat",1,1,10180753,62,Female,White only,Married - spouse present,"Native, born in United States",Very good,66,190,30.7,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,10,0,0,3,0,1397,0,0,30,0,0,0,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Very good,5.5-6 feet,180-200,Graduated High School,,0,3,1407,30,0,0,0
+,2022,2.02201E+13,10,West,California,27500,"House, apartment, flat",1,1,19427999,39,Male,White only,Never married,"Native, born in United States",Good,71,225,31.4,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,120,75,0,0,30,0,750,0,0,435,0,0,30,0,0,"$10,000 - $30,000",Generation X (39-54),White only,Good,5.5-6 feet,200-300,Master's or Doctoral Degree,,0,30,825,435,0,0,150
+,2022,2.02201E+13,11,Midwest,Nebraska,67500,"House, apartment, flat",1,1,7501579,45,Female,White only,Married - spouse present,"Native, born in United States",Fair,68,180,27.4,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,0,0,420,0,0,975,0,0,0,0,0,"$50,000 - $75,000",Generation X (39-54),White only,Fair,5.5-6 feet,180-200,Graduated High School,,0,0,465,975,0,0,0
+,2022,2.02201E+13,12,South,Texas,67500,"House, apartment, flat",1,1,21269537,34,Female,Asian only,Married - spouse present,"Foreign born, not a U.S. citizen",Good,67,171,26.8,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,50,0,0,125,0,585,0,0,510,0,90,50,0,0,"$50,000 - $75,000",Millennials (23-38),Asian only,Good,5.5-6 feet,160-180,Master's or Doctoral Degree,,0,125,635,510,0,0,170
+,2022,2.02201E+13,13,Midwest,Wisconsin,55000,"House, apartment, flat",1,1,2733799,85,Male,White only,Widowed,"Foreign born, U.S. citizen by naturalization",Very good,69,150,22.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),Has vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,100,0,630,0,0,650,0,0,0,0,0,"$50,000 - $75,000",Silent (74-91),White only,Very good,5.5-6 feet,140-160,Bachelor's Degree,,0,100,690,650,0,0,0
+,2022,2.02201E+13,14,West,Washington,22500,"House, apartment, flat",1,1,3682519,61,Male,White only,Married - spouse present,"Native, born in United States",Poor,72,210,28.5,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,0,0,660,0,0,690,0,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Poor,6-6.5 feet,200-300,Master's or Doctoral Degree,,0,0,750,690,0,0,0
+,2022,2.02201E+13,15,Northeast,Massachusetts,13750,"House, apartment, flat",1,1,5691651,70,Male,White only,Divorced,"Native, born in United States",Very good,68,155,23.6,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,140,0,0,155,0,570,20,0,340,0,0,35,0,120,"$10,000 - $30,000",Boomers (55-73),White only,Very good,5.5-6 feet,140-160,Master's or Doctoral Degree,,120,155,730,340,0,0,95
+,2022,2.02201E+13,16,South,Texas,87500,"House, apartment, flat",1,1,9432107,42,Male,White only,Widowed,"Native, born in United States",Good,67,230,36,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,688,0,5,75,0,0,10,0,390,0,0,240,0,0,32,0,0,"$75,000 - $100,000",Generation X (39-54),White only,Good,5.5-6 feet,200-300,Graduated High School,,0,10,465,240,0,0,725
+,2022,2.02201E+13,17,South,Georgia,125000,"House, apartment, flat",1,1,6133998,38,Female,White only,Married - spouse present,"Native, born in United States",Very good,64,143,24.5,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,75,0,0,60,0,0,210,0,540,0,0,555,0,0,0,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Very good,5-5.5 feet,140-160,Master's or Doctoral Degree,,0,210,600,555,0,0,75
+,2022,2.02201E+13,18,South,Texas,27500,"House, apartment, flat",1,1,2352508,74,Female,White only,Divorced,"Native, born in United States",Fair,58,120,25.1,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,25,0,0,150,0,680,0,120,210,0,0,115,140,0,"$10,000 - $30,000",Silent (74-91),White only,Fair,0-5 feet,120-140,Some College,,0,150,705,330,0,140,115
+,2022,2.02201E+13,19,Northeast,Massachusetts,125000,"House, apartment, flat",1,1,4000941,69,Female,White only,Widowed,"Native, born in United States",Excellent,63,9996,998,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,90,80,0,0,192,0,522,0,60,336,0,0,40,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Excellent,5-5.5 feet,>300,Bachelor's Degree,,0,192,602,396,0,0,130
+,2022,2.02201E+13,20,Midwest,Ohio,200000,"House, apartment, flat",1,1,12782095,60,Male,White only,Married - spouse present,"Native, born in United States",Good,72,218,29.6,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,20,0,0,56,0,420,0,0,332,90,0,72,0,450,"$150,000 and over",Boomers (55-73),White only,Good,6-6.5 feet,200-300,Some College,,450,56,440,422,0,0,72
+,2022,2.02201E+13,21,South,North Carolina,87500,"House, apartment, flat",1,1,2770719,80,Male,White only,Never married,"Native, born in United States",Very good,67,193,30.2,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,15,150,0,0,285,0,620,0,0,315,0,20,35,0,0,"$75,000 - $100,000",Silent (74-91),White only,Very good,5.5-6 feet,180-200,Master's or Doctoral Degree,,0,285,770,315,0,0,70
+,2022,2.02201E+13,22,West,Nevada,45000,"House, apartment, flat",1,1,7307910,69,Male,White only,Married - spouse present,"Native, born in United States",Good,71,175,24.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,45,90,0,0,0,0,495,0,0,510,60,0,120,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Good,5.5-6 feet,160-180,Bachelor's Degree,,0,0,585,570,0,0,165
+,2022,2.02201E+13,23,Northeast,New Hampshire,17500,Mobile home or trailer with no permanent room added,1,1,2597959,69,Female,White only,Divorced,"Native, born in United States",Good,62,212,38.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),Has vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,15,0,0,177,0,545,0,0,703,0,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Good,5-5.5 feet,200-300,Bachelor's Degree,,0,177,560,703,0,0,0
+,2022,2.02201E+13,24,Northeast,New Jersey,125000,"House, apartment, flat",1,1,2133306,45,Female,White only,Married - spouse present,"Native, born in United States",Good,62,153,28,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,10,80,0,90,0,0,230,0,645,0,0,235,0,60,30,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Good,5-5.5 feet,140-160,Master's or Doctoral Degree,,0,230,735,235,0,0,180
+,2022,2.02201E+13,25,Northeast,Pennsylvania,45000,"House, apartment, flat",1,1,7279924,71,Female,White only,Married - spouse present,"Native, born in United States",Good,64,160,27.5,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,225,0,660,0,0,375,120,0,0,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Good,5-5.5 feet,160-180,Associate Degree,,0,225,720,495,0,0,0
+,2022,2.02201E+13,26,South,Virginia,200000,"House, apartment, flat",1,1,5607179,68,Male,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Excellent,69,150,22.1,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,40,0,0,15,0,660,0,60,510,60,55,30,0,0,"$150,000 and over",Boomers (55-73),White only,Excellent,5.5-6 feet,140-160,Master's or Doctoral Degree,,0,15,700,630,0,0,95
+,2022,2.02201E+13,27,South,Arkansas,45000,"House, apartment, flat",1,1,4225918,80,Female,White only,Widowed,"Native, born in United States",Very good,60,125,24.4,Associate degree - occupational vocational,College--four years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,65,45,0,0,125,0,630,0,0,120,0,0,80,250,0,"$30,000 - $50,000",Silent (74-91),White only,Very good,5-5.5 feet,120-140,Associate Degree,,0,125,675,120,0,250,145
+,2022,2.02201E+13,28,West,California,200000,"House, apartment, flat",1,1,7141275,73,Female,White only,Married - spouse present,"Native, born in United States",Excellent,65,121,20.1,Some college but no degree,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,15,240,0,0,60,0,570,0,0,449,90,0,16,0,0,"$150,000 and over",Silent (74-91),White only,Excellent,5-5.5 feet,120-140,Some College,,0,60,810,539,0,0,31
+,2022,2.02201E+13,29,Midwest,Minnesota,125000,"House, apartment, flat",1,1,5320995,45,Female,White only,Married - spouse present,"Native, born in United States",Good,67,235,36.8,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,30,0,45,20,0,0,310,0,690,0,0,240,0,0,0,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Good,5.5-6 feet,200-300,Associate Degree,,0,310,710,240,0,0,75
+,2022,2.02201E+13,30,South,Texas,87500,"House, apartment, flat",1,1,8714776,71,Female,White only,Married - spouse present,"Native, born in United States",Good,59,9997,998,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,180,130,0,0,110,0,600,0,120,260,0,0,40,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Good,0-5 feet,>300,Some College,,0,110,730,380,0,0,220
+,2022,2.02201E+13,31,Midwest,Wisconsin,200000,"House, apartment, flat",1,1,6591459,53,Male,White only,Married - spouse present,"Native, born in United States",Good,76,280,34.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,32,75,0,0,60,0,623,26,0,580,0,30,14,0,0,"$150,000 and over",Generation X (39-54),White only,Good,6-6.5 feet,200-300,Bachelor's Degree,,0,60,724,580,0,0,76
+,2022,2.02201E+13,32,South,South Carolina,200000,"House, apartment, flat",1,1,4097853,34,Female,White only,Married - spouse present,"Native, born in United States",Very good,64,175,30,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,277,0,0,120,0,0,180,0,600,0,0,227,0,0,36,0,0,"$150,000 and over",Millennials (23-38),White only,Very good,5-5.5 feet,160-180,Bachelor's Degree,,0,180,720,227,0,0,313
+,2022,2.02201E+13,33,South,Florida,67500,"House, apartment, flat",1,1,10247255,78,Male,Black only,Widowed,"Native, born in United States",Good,66,190,30.7,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,60,0,615,0,0,735,0,0,0,0,0,"$50,000 - $75,000",Silent (74-91),Black only,Good,5.5-6 feet,180-200,Graduated High School,,0,60,645,735,0,0,0
+,2022,2.02201E+13,34,South,Florida,125000,"House, apartment, flat",1,1,18240100,47,Male,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",NIU (Not in universe),,9999,999,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,146,0,0,35,0,0,107,0,540,0,0,149,0,0,81,0,382,"$100,000 - $150,000",Generation X (39-54),White only,"Other (Refused, Dont know, NIU)",,>300,Master's or Doctoral Degree,,382,107,575,149,0,0,227
+,2022,2.02201E+13,35,South,Tennessee,32500,"House, apartment, flat",1,1,82485983,20,Female,White only,Never married,"Native, born in United States",Very good,64,120,20.6,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,110,0,0,210,0,640,0,45,350,0,85,0,0,0,"$30,000 - $50,000",Generation Z (7-22),White only,Very good,5-5.5 feet,120-140,Graduated High School,,0,210,750,395,0,0,85
+,2022,2.02201E+13,36,Northeast,Massachusetts,200000,"House, apartment, flat",1,1,4543270,45,Male,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Good,75,235,29.4,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,20,0,0,270,0,657,0,0,490,0,0,3,0,0,"$150,000 and over",Generation X (39-54),White only,Good,6-6.5 feet,200-300,Master's or Doctoral Degree,,0,270,677,490,0,0,3
+,2022,2.02201E+13,37,Northeast,Pennsylvania,55000,"House, apartment, flat",1,1,5641318,75,Female,White only,Married - spouse present,"Native, born in United States",Very good,56,170,38.1,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,15,5,10,90,0,0,60,0,675,0,120,210,60,0,190,0,0,"$50,000 - $75,000",Silent (74-91),White only,Very good,0-5 feet,160-180,Graduated High School,,0,60,765,390,0,0,220
+,2022,2.02201E+13,38,South,Alabama,200000,"House, apartment, flat",1,1,10264680,46,Male,White only,Married - spouse present,"Native, born in United States",Very good,70,175,25.1,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,5,0,65,0,0,180,0,685,0,140,335,0,0,30,0,0,"$150,000 and over",Generation X (39-54),White only,Very good,5.5-6 feet,160-180,Master's or Doctoral Degree,,0,180,750,475,0,0,35
+,2022,2.02201E+13,39,Midwest,North Dakota,45000,"House, apartment, flat",1,1,7502902,49,Male,White only,Never married,"Native, born in United States",Fair,71,325,45.3,High school graduate - diploma,Twelfth grade,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,45,0,660,0,0,225,0,0,0,0,480,"$30,000 - $50,000",Generation X (39-54),White only,Fair,5.5-6 feet,>300,Graduated High School,,480,45,690,225,0,0,0
+,2022,2.02201E+13,40,South,Florida,37500,"House, apartment, flat",1,1,6183555,77,Female,White only,Married - spouse present,"Native, born in United States",Poor,62,175,32,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,95,0,0,161,0,639,120,0,360,0,0,55,0,0,"$30,000 - $50,000",Silent (74-91),White only,Poor,5-5.5 feet,160-180,Some College,,0,161,854,360,0,0,65
+,2022,2.02201E+13,41,South,North Carolina,87500,"House, apartment, flat",1,1,6197953,76,Female,White only,Married - spouse present,"Native, born in United States",Excellent,64,140,24,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,105,0,0,55,0,635,0,0,285,0,0,0,0,360,"$75,000 - $100,000",Silent (74-91),White only,Excellent,5-5.5 feet,140-160,Master's or Doctoral Degree,,360,55,740,285,0,0,0
+,2022,2.02201E+13,42,Midwest,Indiana,2500,Mobile home or trailer with no permanent room added,1,1,12720815,61,Female,White only,Divorced,"Native, born in United States",Poor,56,125,28,High school graduate - GED,Seventh through eighth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,Has difficulty remembering,0,0,20,7,0,2,60,0,780,0,0,516,0,30,25,0,0,"Less than $10,000",Boomers (55-73),White only,Poor,0-5 feet,120-140,Graduated High School,,0,60,787,516,0,0,77
+,2022,2.02201E+13,43,South,North Carolina,87500,"House, apartment, flat",1,1,9473905,68,Male,White only,Married - spouse present,"Native, born in United States",Fair,71,168,23.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,0,0,215,0,570,0,0,580,0,0,0,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Fair,5.5-6 feet,160-180,Bachelor's Degree,,0,215,645,580,0,0,0
+,2022,2.02201E+13,44,Northeast,New York,45000,"House, apartment, flat",1,1,20550070,68,Male,White only,Married - spouse present,"Native, born in United States",Very good,66,165,26.6,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,180,0,485,0,0,685,60,0,0,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Very good,5.5-6 feet,160-180,Graduated High School,,0,180,515,745,0,0,0
+,2022,2.02201E+13,45,West,Washington,45000,"House, apartment, flat",1,1,3433056,60,Male,White only,Married - spouse present,"Native, born in United States",Fair,68,225,34.2,Some college but no degree,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,170,0,490,0,0,735,0,0,0,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Fair,5.5-6 feet,200-300,Some College,,0,170,535,735,0,0,0
+,2022,2.02201E+13,46,Midwest,Missouri,87500,"House, apartment, flat",1,1,5818909,70,Female,White only,Married - spouse present,"Native, born in United States",Good,64,140,24,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,40,0,0,190,0,555,0,0,195,0,115,0,165,0,"$75,000 - $100,000",Boomers (55-73),White only,Good,5-5.5 feet,140-160,Master's or Doctoral Degree,,0,190,595,195,0,165,115
+,2022,2.02201E+13,47,South,Texas,125000,"House, apartment, flat",1,1,19517277,33,Female,White only,Never married,"Native, born in United States",Good,67,9996,998,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,15,0,75,0,0,15,0,467,0,0,75,0,90,118,0,585,"$100,000 - $150,000",Millennials (23-38),White only,Good,5.5-6 feet,>300,Master's or Doctoral Degree,,585,15,542,75,0,0,223
+,2022,2.02201E+13,48,South,North Carolina,2500,"House, apartment, flat",1,1,11419705,15,Female,White only,Never married,"Native, born in United States",Good,65,190,31.6,7th or 8th grade,Seventh through eighth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,15,120,0,45,0,895,0,0,365,0,0,0,0,0,"Less than $10,000",Generation Z (7-22),White only,Good,5-5.5 feet,180-200,Middle School or Less,,0,45,910,365,120,0,0
+,2022,2.02201E+13,49,West,Arizona,45000,"House, apartment, flat",1,1,14428507,15,Female,White only,Never married,"Native, born in United States",Good,61,98,18.5,9th grade,Ninth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,60,120,0,155,0,680,0,0,345,0,0,20,0,0,"$30,000 - $50,000",Generation Z (7-22),White only,Good,5-5.5 feet,<100,Some High School,,0,155,740,345,120,0,80
+,2022,2.02201E+13,50,Northeast,New York,27500,"House, apartment, flat",1,1,5708997,77,Female,White only,Married - spouse present,"Native, born in United States",Very good,61,160,30.2,Some college but no degree,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,20,0,15,0,0,245,0,600,0,200,220,0,0,140,0,0,"$10,000 - $30,000",Silent (74-91),White only,Very good,5-5.5 feet,160-180,Some College,,0,245,615,420,0,0,160
+,2022,2.02201E+13,51,South,Virginia,55000,"House, apartment, flat",1,1,18695561,55,Female,White only,Married - spouse present,"Native, born in United States",Good,70,125,17.9,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,450,15,165,0,0,45,15,516,0,0,120,0,30,84,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Good,5.5-6 feet,120-140,Graduated High School,,0,60,681,120,0,0,579
+,2022,2.02201E+13,52,South,Florida,22500,"House, apartment, flat",1,1,16347614,49,Male,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Good,67,172,26.9,11th grade,Eleventh grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,130,25,0,0,370,0,420,0,0,395,0,0,100,0,0,"$10,000 - $30,000",Generation X (39-54),White only,Good,5.5-6 feet,160-180,Some High School,,0,370,445,395,0,0,230
+,2022,2.02201E+13,53,West,Idaho,125000,"House, apartment, flat",1,1,4313012,46,Female,White only,Married - spouse present,"Native, born in United States",Very good,66,130,21,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,450,0,650,0,0,300,0,0,10,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Very good,5.5-6 feet,120-140,Bachelor's Degree,,0,450,680,300,0,0,10
+,2022,2.02201E+13,54,South,West Virginia,125000,"House, apartment, flat",1,1,6852836,42,Male,White-American Indian,Married - spouse present,"Native, born in United States",Good,74,305,39.2,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,19,90,0,0,90,0,770,105,0,292,0,0,74,0,0,"$100,000 - $150,000",Generation X (39-54),Mixed,Good,6-6.5 feet,>300,Graduated High School,,0,90,965,292,0,0,93
+,2022,2.02201E+13,55,West,Washington,87500,"House, apartment, flat",1,1,4638618,35,Male,White only,Never married,"Native, born in United States",Good,70,260,37.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,20,0,0,482,0,703,75,0,85,0,0,45,0,0,"$75,000 - $100,000",Millennials (23-38),White only,Good,5.5-6 feet,200-300,Bachelor's Degree,,0,482,798,85,0,0,75
+,2022,2.02201E+13,56,South,North Carolina,11250,Mobile home or trailer with 1 or more rooms added,1,1,2883985,68,Female,White only,Widowed,"Native, born in United States",Fair,64,214,36.7,7th or 8th grade,Seventh through eighth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,35,30,0,0,30,0,802,0,215,300,0,0,28,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Fair,5-5.5 feet,200-300,Middle School or Less,,0,30,832,515,0,0,63
+,2022,2.02201E+13,57,South,Georgia,125000,"House, apartment, flat",1,1,4058502,67,Female,White only,Married - spouse present,"Native, born in United States",Very good,67,197,30.9,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,45,0,100,0,0,190,0,675,0,0,400,30,0,0,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Very good,5.5-6 feet,180-200,Master's or Doctoral Degree,,0,190,775,430,0,0,45
+,2022,2.02201E+13,58,Northeast,New York,13750,"House, apartment, flat",1,1,8255141,57,Male,Black only,Never married,"Native, born in United States",Very good,67,170,26.6,Some college but no degree,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,No physical difficulty,Has difficulty remembering,0,0,0,30,0,0,0,0,645,0,0,720,0,45,0,0,0,"$10,000 - $30,000",Boomers (55-73),Black only,Very good,5.5-6 feet,160-180,Some College,,0,0,675,720,0,0,45
+,2022,2.02201E+13,59,West,California,125000,"House, apartment, flat",1,1,12211159,56,Male,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Very good,64,165,28.3,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,65,0,0,45,0,560,0,0,180,40,20,50,0,480,"$100,000 - $150,000",Boomers (55-73),White only,Very good,5-5.5 feet,160-180,Some College,,480,45,625,220,0,0,70
+,2022,2.02201E+13,60,Northeast,New York,22500,Mobile home or trailer with no permanent room added,1,1,4193024,85,Female,White only,Widowed,"Native, born in United States",Good,61,145,27.4,Associate degree - occupational vocational,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,15,10,0,0,185,0,645,0,60,360,0,0,30,20,0,"$10,000 - $30,000",Silent (74-91),White only,Good,5-5.5 feet,140-160,Associate Degree,,0,185,655,420,0,20,45
+,2022,2.02201E+13,61,South,Tennessee,11250,"House, apartment, flat",1,1,12664070,62,Male,Black only,Widowed,"Native, born in United States",Fair,68,170,25.8,10th grade,Tenth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,Has difficulty remembering,0,0,0,57,0,0,0,0,812,0,0,571,0,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),Black only,Fair,5.5-6 feet,160-180,Some High School,,0,0,869,571,0,0,0
+,2022,2.02201E+13,62,West,California,87500,"House, apartment, flat",1,1,12017562,56,Male,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Very good,65,160,26.6,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,45,105,0,0,295,0,570,0,0,395,0,0,30,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Very good,5-5.5 feet,160-180,Graduated High School,,0,295,675,395,0,0,75
+,2022,2.02201E+13,63,Northeast,Pennsylvania,200000,"House, apartment, flat",1,1,13317070,48,Female,White only,Married - spouse present,"Native, born in United States",Very good,64,128,22,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,147,4,20,80,0,0,140,15,540,0,0,175,180,0,139,0,0,"$150,000 and over",Generation X (39-54),White only,Very good,5-5.5 feet,120-140,Bachelor's Degree,,0,155,620,355,0,0,310
+,2022,2.02201E+13,64,South,Tennessee,45000,"House, apartment, flat",1,1,4548064,30,Female,White only,Married - spouse present,"Native, born in United States",Fair,64,175,30,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,75,0,0,10,0,0,10,0,545,0,120,660,0,0,20,0,0,"$30,000 - $50,000",Millennials (23-38),White only,Fair,5-5.5 feet,160-180,Bachelor's Degree,,0,10,555,780,0,0,95
+,2022,2.02201E+13,65,West,Washington,27500,"House, apartment, flat",1,1,5978787,69,Male,White only,Never married,"Native, born in United States",Very good,70,220,31.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,120,0,0,195,0,420,0,0,345,0,0,0,0,360,"$10,000 - $30,000",Boomers (55-73),White only,Very good,5.5-6 feet,200-300,Bachelor's Degree,,360,195,540,345,0,0,0
+,2022,2.02201E+13,66,Northeast,Connecticut,200000,"House, apartment, flat",1,1,4609325,44,Male,White only,Married - spouse present,"Native, born in United States",Good,69,200,29.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,105,0,60,80,0,0,135,0,510,0,0,380,0,0,35,0,135,"$150,000 and over",Generation X (39-54),White only,Good,5.5-6 feet,200-300,Bachelor's Degree,,135,135,590,380,0,0,200
+,2022,2.02201E+13,67,West,Oregon,87500,"House, apartment, flat",1,1,6297859,54,Female,White only,Married - spouse present,"Native, born in United States",Good,64,226,38.8,10th grade,Tenth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,256,0,0,50,0,0,200,0,679,0,0,95,0,0,0,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Good,5-5.5 feet,200-300,Some High School,,0,200,729,95,0,0,256
+,2022,2.02201E+13,68,South,Texas,67500,"House, apartment, flat",1,1,27579537,45,Male,White only,Married - spouse present,"Native, born in United States",Fair,71,238,33.2,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,10,0,0,0,0,370,0,0,220,0,0,80,0,760,"$50,000 - $75,000",Generation X (39-54),White only,Fair,5.5-6 feet,200-300,Graduated High School,,760,0,380,220,0,0,80
+,2022,2.02201E+13,69,West,California,22500,"House, apartment, flat",1,1,1826050,70,Male,White only,Widowed,"Foreign born, U.S. citizen by naturalization",Good,56,172,38.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,285,0,0,135,0,481,0,0,165,0,0,74,0,240,"$10,000 - $30,000",Boomers (55-73),White only,Good,0-5 feet,160-180,Bachelor's Degree,,240,135,766,165,0,0,74
+,2022,2.02201E+13,70,South,South Carolina,11250,"House, apartment, flat",1,1,1637665,72,Female,Black only,Widowed,"Native, born in United States",Good,60,190,37.1,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,120,0,870,0,0,390,0,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),Black only,Good,5-5.5 feet,180-200,Graduated High School,,0,120,930,390,0,0,0
+,2022,2.02201E+13,71,West,New Mexico,13750,"House, apartment, flat",1,1,1710085,47,Female,White only,Divorced,"Native, born in United States",Very good,63,138,24.4,Some college but no degree,College--four years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,100,300,0,110,0,780,0,0,90,60,0,0,0,0,"$10,000 - $30,000",Generation X (39-54),White only,Very good,5-5.5 feet,120-140,Some College,,0,110,880,150,300,0,0
+,2022,2.02201E+13,72,South,North Carolina,8750,"House, apartment, flat",1,1,16096808,62,Male,White only,Never married,"Native, born in United States",Good,67,168,26.3,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,210,0,0,666,0,400,0,0,160,0,0,0,0,0,"Less than $10,000",Boomers (55-73),White only,Good,5.5-6 feet,160-180,Graduated High School,,0,666,610,160,0,0,0
+,2022,2.02201E+13,73,West,Arizona,55000,"House, apartment, flat",1,1,4008431,73,Female,White only,Married - spouse present,"Native, born in United States",Good,65,230,38.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,0,0,600,0,0,720,0,0,0,0,0,"$50,000 - $75,000",Silent (74-91),White only,Good,5-5.5 feet,200-300,Bachelor's Degree,,0,0,720,720,0,0,0
+,2022,2.02201E+13,74,Northeast,Pennsylvania,45000,"House, apartment, flat",1,1,5795785,77,Female,White only,Divorced,"Native, born in United States",Fair,65,200,33.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,180,0,0,80,0,790,0,0,240,0,0,60,0,0,"$30,000 - $50,000",Silent (74-91),White only,Fair,5-5.5 feet,200-300,Bachelor's Degree,,0,80,970,240,0,0,60
+,2022,2.02201E+13,75,West,Utah,22500,Mobile home or trailer with no permanent room added,1,1,5500369,35,Male,White only,Never married,"Native, born in United States",Good,71,310,43.2,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,Has difficulty remembering,0,0,0,24,0,0,36,0,856,0,127,270,0,0,16,0,0,"$10,000 - $30,000",Millennials (23-38),White only,Good,5.5-6 feet,>300,Graduated High School,,0,36,880,397,0,0,16
+,2022,2.02201E+13,76,Midwest,Iowa,45000,"House, apartment, flat",1,1,5290613,80,Female,White only,Married - spouse present,"Native, born in United States",NIU (Not in universe),,9999,999,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,65,0,0,75,0,585,20,0,590,0,70,35,0,0,"$30,000 - $50,000",Silent (74-91),White only,"Other (Refused, Dont know, NIU)",,>300,Bachelor's Degree,,0,75,670,590,0,0,105
+,2022,2.02201E+13,77,Northeast,Pennsylvania,87500,"House, apartment, flat",1,1,2598455,40,Female,White only,Divorced,"Native, born in United States",Good,67,160,25.1,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,45,30,0,0,30,0,465,0,0,690,0,0,180,0,0,"$75,000 - $100,000",Generation X (39-54),White only,Good,5.5-6 feet,160-180,Master's or Doctoral Degree,,0,30,495,690,0,0,225
+,2022,2.02201E+13,78,South,Tennessee,67500,"House, apartment, flat",1,1,5593690,36,Female,White only,Never married,"Native, born in United States",Good,72,300,40.7,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,70,0,0,130,0,760,0,0,360,0,0,0,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Good,6-6.5 feet,>300,Master's or Doctoral Degree,,0,130,830,360,0,0,0
+,2022,2.02201E+13,79,West,Washington,67500,"House, apartment, flat",1,1,6118153,26,Male,White only,Never married,"Native, born in United States",Very good,71,170,23.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,5,245,0,0,20,0,450,0,0,405,180,0,135,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Very good,5.5-6 feet,160-180,Bachelor's Degree,,0,20,695,585,0,0,140
+,2022,2.02201E+13,80,Northeast,New Jersey,32500,"House, apartment, flat",1,1,11937679,61,Female,White only,Separated,"Foreign born, U.S. citizen by naturalization",Excellent,70,175,25.1,Some college but no degree,College--two years,Employed - at work,No,Has vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,60,0,360,0,0,525,0,0,0,0,495,"$30,000 - $50,000",Boomers (55-73),White only,Excellent,5.5-6 feet,160-180,Some College,,495,60,360,525,0,0,0
+,2022,2.02201E+13,81,Northeast,Pennsylvania,125000,"House, apartment, flat",1,1,4285962,66,Female,White only,Married - spouse present,"Native, born in United States",Excellent,62,130,23.8,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,35,0,0,30,0,555,0,0,820,0,0,0,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Excellent,5-5.5 feet,120-140,Graduated High School,,0,30,590,820,0,0,0
+,2022,2.02201E+13,82,South,South Carolina,200000,"House, apartment, flat",1,1,3755208,85,Female,White only,Married - spouse present,"Native, born in United States",Excellent,66,132,21.3,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,165,0,625,0,0,455,51,0,24,0,0,"$150,000 and over",Silent (74-91),White only,Excellent,5.5-6 feet,120-140,Some College,,0,165,745,506,0,0,24
+,2022,2.02201E+13,83,South,Tennessee,45000,"House, apartment, flat",1,1,8255836,57,Female,White only,Married - spouse present,"Native, born in United States",Good,64,185,31.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,25,55,0,0,580,30,490,0,0,90,0,60,100,0,10,"$30,000 - $50,000",Boomers (55-73),White only,Good,5-5.5 feet,180-200,Bachelor's Degree,,10,610,545,90,0,0,185
+,2022,2.02201E+13,84,South,Florida,67500,"House, apartment, flat",1,1,7677260,62,Female,White only,Married - spouse present,"Native, born in United States",Good,61,111,21,Some college but no degree,College--one year,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,60,0,0,420,0,430,0,0,300,30,0,20,0,120,"$50,000 - $75,000",Boomers (55-73),White only,Good,5-5.5 feet,100-120,Some College,,120,420,490,330,0,0,80
+,2022,2.02201E+13,85,South,Texas,200000,"House, apartment, flat",1,1,21765211,64,Female,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Fair,69,165,24.4,Associate degree - occupational vocational,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,150,0,0,500,0,630,0,0,160,0,0,0,0,0,"$150,000 and over",Boomers (55-73),White only,Fair,5.5-6 feet,160-180,Associate Degree,,0,500,780,160,0,0,0
+,2022,2.02201E+13,86,Northeast,New Jersey,200000,"House, apartment, flat",1,1,7812034,58,Female,White only,Divorced,"Native, born in United States",Good,64,195,33.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,50,0,0,95,0,560,75,0,255,0,0,15,0,390,"$150,000 and over",Boomers (55-73),White only,Good,5-5.5 feet,180-200,Bachelor's Degree,,390,95,685,255,0,0,15
+,2022,2.02201E+13,87,Midwest,Michigan,87500,"House, apartment, flat",1,1,3267126,60,Female,White only,Separated,"Native, born in United States",Good,62,173,31.6,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,15,0,0,515,0,620,0,0,120,30,0,140,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Good,5-5.5 feet,160-180,Associate Degree,,0,515,635,150,0,0,140
+,2022,2.02201E+13,88,South,Texas,125000,"House, apartment, flat",1,1,9367514,67,Male,White only,Never married,"Native, born in United States",Very good,68,172,26.1,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,85,0,0,85,0,607,0,0,150,30,0,98,0,385,"$100,000 - $150,000",Boomers (55-73),White only,Very good,5.5-6 feet,160-180,Some College,,385,85,692,180,0,0,98
+,2022,2.02201E+13,89,Midwest,Michigan,67500,"House, apartment, flat",1,1,9285026,25,Male,Asian only,Never married,"Foreign born, not a U.S. citizen",Excellent,68,143,21.7,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,80,0,0,165,0,545,0,0,140,0,0,30,0,480,"$50,000 - $75,000",Millennials (23-38),Asian only,Excellent,5.5-6 feet,140-160,Master's or Doctoral Degree,,480,165,625,140,0,0,30
+,2022,2.02201E+13,90,West,Washington,27500,"House, apartment, flat",1,1,17890956,68,Male,White only,Never married,"Native, born in United States",Good,73,230,30.3,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,40,20,0,0,0,0,405,0,0,380,120,0,115,120,240,"$10,000 - $30,000",Boomers (55-73),White only,Good,6-6.5 feet,200-300,Graduated High School,,240,0,425,500,0,120,155
+,2022,2.02201E+13,91,South,Tennessee,55000,"House, apartment, flat",1,1,3261770,78,Male,White only,Married - spouse present,"Native, born in United States",Very good,71,165,23,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,30,0,0,60,0,660,0,0,570,0,0,0,0,0,"$50,000 - $75,000",Silent (74-91),White only,Very good,5.5-6 feet,160-180,Associate Degree,,0,60,690,570,0,0,0
+,2022,2.02201E+13,92,Northeast,New York,13750,"House, apartment, flat",1,1,5095143,60,Male,White only,Divorced,"Native, born in United States",Poor,69,190,28.1,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,80,15,0,0,210,0,1095,0,0,0,0,0,40,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Poor,5.5-6 feet,180-200,Graduated High School,,0,210,1110,0,0,0,120
+,2022,2.02201E+13,93,West,California,200000,"House, apartment, flat",1,1,5403712,37,Female,White only,Married - spouse present,"Native, born in United States",Good,65,98,16.3,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,240,0,0,120,0,0,150,0,570,0,0,330,0,30,0,0,0,"$150,000 and over",Millennials (23-38),White only,Good,5-5.5 feet,<100,Master's or Doctoral Degree,,0,150,690,330,0,0,270
+,2022,2.02201E+13,94,Northeast,Pennsylvania,17500,"House, apartment, flat",1,1,4541770,50,Female,White only,Married - spouse absent,"Native, born in United States",Good,64,148,25.4,Associate degree - academic program,College--two years,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,30,0,0,0,0,0,660,0,570,0,0,180,0,0,0,0,0,"$10,000 - $30,000",Generation X (39-54),White only,Good,5-5.5 feet,140-160,Associate Degree,,0,660,570,180,0,0,30
+,2022,2.02201E+13,95,West,Arizona,200000,"House, apartment, flat",1,1,14291593,48,Female,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Good,64,143,24.5,7th or 8th grade,Seventh through eighth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,540,0,600,0,0,60,0,0,0,0,0,"$150,000 and over",Generation X (39-54),White only,Good,5-5.5 feet,140-160,Middle School or Less,,0,540,660,60,0,0,0
+,2022,2.02201E+13,96,Midwest,Wisconsin,67500,"House, apartment, flat",1,1,5539794,63,Female,White only,Married - spouse present,"Native, born in United States",Very good,67,150,23.5,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,155,0,0,0,194,0,610,0,0,311,0,0,30,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Very good,5.5-6 feet,140-160,Graduated High School,,0,194,610,311,0,0,185
+,2022,2.02201E+13,97,South,Alabama,55000,"House, apartment, flat",1,1,7540741,23,Female,White only,Never married,"Native, born in United States",Fair,64,140,24,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,20,0,0,113,0,800,0,0,507,0,0,0,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Fair,5-5.5 feet,140-160,Bachelor's Degree,,0,113,820,507,0,0,0
+,2022,2.02201E+13,98,Northeast,Pennsylvania,87500,"House, apartment, flat",1,1,17344776,50,Male,White only,Married - spouse present,"Native, born in United States",Good,67,200,31.3,7th or 8th grade,Seventh through eighth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,0,0,510,0,0,60,0,0,0,0,750,"$75,000 - $100,000",Generation X (39-54),White only,Good,5.5-6 feet,200-300,Middle School or Less,,750,0,600,60,0,0,0
+,2022,2.02201E+13,99,West,Idaho,67500,"House, apartment, flat",1,1,4089215,36,Female,White only,Married - spouse present,"Native, born in United States",Good,,9999,998,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,60,0,0,90,0,0,195,0,615,0,0,480,0,0,0,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Good,,>300,Master's or Doctoral Degree,,0,195,705,480,0,0,60
+,2022,2.02201E+13,100,Midwest,Indiana,87500,"House, apartment, flat",1,1,9750784,50,Male,White only,Married - spouse present,"Native, born in United States",Very good,72,330,44.8,High school graduate - diploma,Twelfth grade,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,40,0,0,330,0,722,0,0,348,0,0,0,0,0,"$75,000 - $100,000",Generation X (39-54),White only,Very good,6-6.5 feet,>300,Graduated High School,,0,330,762,348,0,0,0
+,2022,2.02201E+13,101,Midwest,Ohio,55000,"House, apartment, flat",1,1,7695961,38,Male,Black only,Never married,"Native, born in United States",Good,71,175,24.4,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,0,0,0,0,0,600,0,0,660,0,0,150,0,0,"$50,000 - $75,000",Generation X (39-54),Black only,Good,5.5-6 feet,160-180,Graduated High School,,0,0,600,660,0,0,180
+,2022,2.02201E+13,102,South,Kentucky,55000,"House, apartment, flat",1,1,2525904,85,Female,Black only,Divorced,"Native, born in United States",Good,60,110,21.5,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,80,0,0,315,0,645,0,0,340,0,60,0,0,0,"$50,000 - $75,000",Silent (74-91),Black only,Good,5-5.5 feet,100-120,Master's or Doctoral Degree,,0,315,725,340,0,0,60
+,2022,2.02201E+13,103,Northeast,Maine,87500,"House, apartment, flat",1,1,6731537,32,Male,White only,Married - spouse present,"Native, born in United States",Very good,74,175,22.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,370,0,0,60,0,0,180,0,630,0,0,200,0,0,0,0,0,"$75,000 - $100,000",Millennials (23-38),White only,Very good,6-6.5 feet,160-180,Bachelor's Degree,,0,180,690,200,0,0,370
+,2022,2.02201E+13,104,Midwest,Iowa,37500,"House, apartment, flat",1,1,7828580,29,Male,White only,Never married,"Native, born in United States",Good,74,230,29.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,8,0,394,0,5,35,0,0,22,0,931,"$30,000 - $50,000",Millennials (23-38),White only,Good,6-6.5 feet,200-300,Bachelor's Degree,,931,8,439,40,0,0,22
+,2022,2.02201E+13,105,Midwest,Illinois,87500,"House, apartment, flat",1,1,19615073,67,Male,White only,Married - spouse present,"Native, born in United States",Good,71,240,33.5,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,135,0,0,282,0,683,0,0,205,0,0,75,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Graduated High School,,0,282,818,205,0,0,135
+,2022,2.02201E+13,106,Midwest,Missouri,125000,"House, apartment, flat",1,1,11944967,41,Male,White only,Never married,"Native, born in United States",Fair,71,240,33.5,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,120,0,0,316,0,615,0,0,349,0,0,10,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Fair,5.5-6 feet,200-300,Graduated High School,,0,316,735,349,0,0,40
+,2022,2.02201E+13,107,South,Tennessee,87500,"House, apartment, flat",1,1,5558710,60,Male,White only,Never married,"Native, born in United States",Very good,66,165,26.6,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,30,0,390,0,0,0,720,0,210,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Very good,5.5-6 feet,160-180,Graduated High School,,0,30,480,720,0,0,210
+,2022,2.02201E+13,108,South,Kentucky,37500,"House, apartment, flat",1,1,13260813,71,Female,White only,Married - spouse present,"Native, born in United States",Fair,66,165,26.6,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,5,153,15,0,0,30,0,560,0,0,616,0,0,61,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Fair,5.5-6 feet,160-180,Graduated High School,,0,30,575,616,0,0,219
+,2022,2.02201E+13,109,Northeast,New York,200000,"House, apartment, flat",1,1,6214136,45,Male,White only,Divorced,"Native, born in United States",Very good,70,195,28,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,0,0,480,0,0,930,0,0,0,0,0,"$150,000 and over",Generation X (39-54),White only,Very good,5.5-6 feet,180-200,Bachelor's Degree,,0,0,510,930,0,0,0
+,2022,2.02201E+13,110,West,California,67500,"House, apartment, flat",1,1,11080004,33,Male,Black only,Never married,"Native, born in United States",Good,70,175,25.1,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,Has difficulty remembering,0,120,5,60,0,0,150,0,768,0,0,150,0,0,187,0,0,"$50,000 - $75,000",Millennials (23-38),Black only,Good,5.5-6 feet,160-180,Graduated High School,,0,150,828,150,0,0,312
+,2022,2.02201E+13,111,West,California,87500,"House, apartment, flat",1,1,5445958,45,Female,White only,Married - spouse present,"Native, born in United States",Very good,68,140,21.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,30,0,0,95,0,0,45,0,525,0,0,515,105,0,10,0,60,"$75,000 - $100,000",Generation X (39-54),White only,Very good,5.5-6 feet,140-160,Bachelor's Degree,,60,45,620,620,0,0,40
+,2022,2.02201E+13,112,Midwest,Wisconsin,87500,"House, apartment, flat",1,1,6245591,57,Female,White only,Married - spouse present,"Native, born in United States",Very good,64,142,24.4,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,45,45,0,0,160,0,690,0,60,260,0,0,30,150,0,"$75,000 - $100,000",Boomers (55-73),White only,Very good,5-5.5 feet,140-160,Associate Degree,,0,160,735,320,0,150,75
+,2022,2.02201E+13,113,Northeast,New York,22500,"House, apartment, flat",1,1,7412274,57,Female,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Fair,61,185,35,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),Has vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,0,0,0,105,0,550,0,0,295,0,0,30,0,460,"$10,000 - $30,000",Boomers (55-73),White only,Fair,5-5.5 feet,180-200,Graduated High School,,460,105,550,295,0,0,30
+,2022,2.02201E+13,114,Midwest,Wisconsin,67500,"House, apartment, flat",1,1,13529268,40,Male,White only,Married - spouse present,"Native, born in United States",Good,69,168,24.8,Some college but no degree,College--three years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,55,80,0,0,150,0,715,0,75,220,0,0,85,0,60,"$50,000 - $75,000",Generation X (39-54),White only,Good,5.5-6 feet,160-180,Some College,,60,150,795,295,0,0,140
+,2022,2.02201E+13,115,South,Alabama,17500,"House, apartment, flat",1,1,7848908,52,Male,White only,Separated,"Native, born in United States",Good,75,340,42.5,Associate degree - occupational vocational,College--four years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,45,0,0,0,0,390,0,0,390,0,0,90,0,525,"$10,000 - $30,000",Generation X (39-54),White only,Good,6-6.5 feet,>300,Associate Degree,,525,0,435,390,0,0,90
+,2022,2.02201E+13,116,South,Tennessee,37500,"House, apartment, flat",1,1,6440881,42,Female,White only,Married - spouse present,"Native, born in United States",Very good,62,205,37.5,Associate degree - occupational vocational,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,90,0,660,0,0,510,0,0,120,0,0,"$30,000 - $50,000",Generation X (39-54),White only,Very good,5-5.5 feet,200-300,Associate Degree,,0,90,720,510,0,0,120
+,2022,2.02201E+13,117,Northeast,New Jersey,200000,"House, apartment, flat",1,1,4631530,68,Female,Black only,Widowed,"Native, born in United States",Very good,64,162,27.8,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,40,0,0,120,0,515,0,145,480,0,30,0,0,0,"$150,000 and over",Boomers (55-73),Black only,Very good,5-5.5 feet,160-180,Master's or Doctoral Degree,,0,120,555,625,0,0,30
+,2022,2.02201E+13,118,West,California,6250,"House, apartment, flat",1,1,3276724,80,Male,White only,Widowed,"Native, born in United States",Very good,66,163,26.3,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,30,0,720,0,0,630,0,0,0,0,0,"Less than $10,000",Silent (74-91),White only,Very good,5.5-6 feet,160-180,Graduated High School,,0,30,780,630,0,0,0
+,2022,2.02201E+13,119,West,Colorado,87500,"House, apartment, flat",1,1,20373347,61,Female,White only,Married - spouse present,"Native, born in United States",Good,65,150,25,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,60,0,0,30,0,535,0,0,300,0,0,40,0,465,"$75,000 - $100,000",Boomers (55-73),White only,Good,5-5.5 feet,140-160,Graduated High School,,465,30,595,300,0,0,50
+,2022,2.02201E+13,120,West,California,87500,"House, apartment, flat",1,1,23495192,40,Female,Asian only,Married - spouse present,"Foreign born, not a U.S. citizen",Good,62,115,21,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,240,0,0,25,0,0,370,0,584,0,0,0,0,0,101,0,0,"$75,000 - $100,000",Generation X (39-54),Asian only,Good,5-5.5 feet,100-120,Master's or Doctoral Degree,,0,370,609,0,0,0,341
+,2022,2.02201E+13,121,Midwest,Ohio,125000,"House, apartment, flat",1,1,4218074,60,Male,White only,Married - spouse present,"Native, born in United States",Excellent,73,180,23.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,165,0,0,45,0,480,0,0,300,30,0,0,0,420,"$100,000 - $150,000",Boomers (55-73),White only,Excellent,6-6.5 feet,180-200,Bachelor's Degree,,420,45,645,330,0,0,0
+,2022,2.02201E+13,122,South,Delaware,32500,"House, apartment, flat",1,1,14871602,33,Female,Asian only,Married - spouse present,"Foreign born, not a U.S. citizen",Excellent,66,165,26.6,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,135,0,0,145,0,810,42,10,290,0,0,8,0,0,"$30,000 - $50,000",Millennials (23-38),Asian only,Excellent,5.5-6 feet,160-180,Master's or Doctoral Degree,,0,145,987,300,0,0,8
+,2022,2.02201E+13,123,Midwest,Indiana,17500,"House, apartment, flat",1,1,4424633,80,Male,White only,Widowed,"Native, born in United States",Fair,72,180,24.4,10th grade,Tenth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,30,0,460,0,0,886,0,4,0,0,0,"$10,000 - $30,000",Silent (74-91),White only,Fair,6-6.5 feet,180-200,Some High School,,0,30,460,886,0,0,4
+,2022,2.02201E+13,124,Midwest,Missouri,87500,"House, apartment, flat",1,1,5238290,85,Female,White only,Widowed,"Native, born in United States",Poor,58,105,21.9,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,233,0,812,0,60,335,0,0,0,0,0,"$75,000 - $100,000",Silent (74-91),White only,Poor,0-5 feet,100-120,Master's or Doctoral Degree,,0,233,812,395,0,0,0
+,2022,2.02201E+13,125,South,Maryland,125000,"House, apartment, flat",1,1,10793815,39,Male,Black only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Very good,70,154,22.1,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,210,0,0,60,0,0,120,0,630,0,0,270,0,0,0,0,0,"$100,000 - $150,000",Generation X (39-54),Black only,Very good,5.5-6 feet,140-160,Master's or Doctoral Degree,,0,120,690,270,0,0,210
+,2022,2.02201E+13,126,South,Louisiana,13750,Mobile home or trailer with no permanent room added,1,1,2940616,61,Male,Black only,Widowed,"Native, born in United States",Excellent,66,9997,998,10th grade,Tenth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,35,0,360,0,0,1045,0,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),Black only,Excellent,5.5-6 feet,>300,Some High School,,0,35,360,1045,0,0,0
+,2022,2.02201E+13,127,South,Texas,200000,"House, apartment, flat",1,1,7540753,54,Male,White only,Married - spouse present,"Native, born in United States",Very good,70,170,24.4,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,100,0,40,0,0,275,0,585,0,220,90,0,0,40,0,90,"$150,000 and over",Boomers (55-73),White only,Very good,5.5-6 feet,160-180,Master's or Doctoral Degree,,90,275,625,310,0,0,140
+,2022,2.02201E+13,128,Midwest,Illinois,17500,"House, apartment, flat",1,1,12835842,85,Male,White only,Never married,"Native, born in United States",Good,72,174,23.6,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,Has mobility limitation,Has physical difficulty,No difficulty remembering,0,0,15,75,0,0,100,0,600,0,0,620,0,0,30,0,0,"$10,000 - $30,000",Silent (74-91),White only,Good,6-6.5 feet,160-180,Graduated High School,,0,100,675,620,0,0,45
+,2022,2.02201E+13,129,South,South Carolina,200000,"House, apartment, flat",1,1,2903948,73,Male,White only,Married - spouse present,"Native, born in United States",Excellent,72,219,29.7,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,45,90,0,0,150,0,720,0,0,240,90,0,105,0,0,"$150,000 and over",Silent (74-91),White only,Excellent,6-6.5 feet,200-300,Master's or Doctoral Degree,,0,150,810,330,0,0,150
+,2022,2.02201E+13,130,West,New Mexico,200000,"House, apartment, flat",1,1,11678516,35,Female,White only,Never married,"Native, born in United States",Good,65,200,33.3,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,130,0,120,110,0,0,20,0,720,0,0,240,0,0,100,0,0,"$150,000 and over",Millennials (23-38),White only,Good,5-5.5 feet,200-300,Graduated High School,,0,20,830,240,0,0,350
+,2022,2.02201E+13,131,West,Idaho,67500,"House, apartment, flat",1,1,5510475,23,Female,"American Indian, Alaskan Native",Never married,"Native, born in United States",Fair,62,147,26.9,Some college but no degree,College--one year,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,960,0,0,90,0,0,390,0,0,0,0,0,0,0,0,0,0,"$50,000 - $75,000",Millennials (23-38),"American Indian, Alaskan Native",Fair,5-5.5 feet,140-160,Some College,,0,390,90,0,0,0,960
+,2022,2.02201E+13,132,South,Texas,125000,"House, apartment, flat",1,1,12813091,65,Male,White only,Married - spouse present,"Native, born in United States",Good,73,290,38.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,5,60,0,0,60,0,540,0,0,235,0,0,30,0,510,"$100,000 - $150,000",Boomers (55-73),White only,Good,6-6.5 feet,200-300,Bachelor's Degree,,510,60,600,235,0,0,35
+,2022,2.02201E+13,133,Northeast,New Hampshire,125000,"House, apartment, flat",1,1,6583449,80,Female,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Fair,62,146,26.7,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,100,0,0,120,0,480,0,0,680,0,60,0,0,0,"$100,000 - $150,000",Silent (74-91),White only,Fair,5-5.5 feet,140-160,Some College,,0,120,580,680,0,0,60
+,2022,2.02201E+13,134,Midwest,Missouri,200000,"House, apartment, flat",1,1,6479946,44,Male,White only,Married - spouse present,"Native, born in United States",Good,71,142,19.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,130,0,0,0,0,570,0,0,240,0,0,0,0,500,"$150,000 and over",Generation X (39-54),White only,Good,5.5-6 feet,140-160,Bachelor's Degree,,500,0,700,240,0,0,0
+,2022,2.02201E+13,135,Midwest,Minnesota,87500,"House, apartment, flat",1,1,6610365,51,Male,White only,Married - spouse present,"Native, born in United States",Very good,72,165,22.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,180,0,495,0,0,0,315,0,90,0,315,"$75,000 - $100,000",Generation X (39-54),White only,Very good,6-6.5 feet,160-180,Bachelor's Degree,,315,180,540,315,0,0,90
+,2022,2.02201E+13,136,South,Texas,67500,"House, apartment, flat",1,1,5249872,52,Male,Black only,Divorced,"Native, born in United States",Fair,62,198,36.2,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,45,0,0,135,0,595,0,0,565,0,0,40,0,0,"$50,000 - $75,000",Generation X (39-54),Black only,Fair,5-5.5 feet,180-200,Some College,,0,135,640,565,0,0,100
+,2022,2.02201E+13,137,Midwest,Ohio,22500,"House, apartment, flat",1,1,16808797,32,Male,White only,Never married,"Native, born in United States",Good,65,170,28.3,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,5,10,50,30,0,0,15,0,825,0,0,405,0,0,100,0,0,"$10,000 - $30,000",Millennials (23-38),White only,Good,5-5.5 feet,160-180,Graduated High School,,0,15,855,405,0,0,165
+,2022,2.02201E+13,138,Northeast,New York,67500,"House, apartment, flat",1,1,8819621,52,Female,Asian only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Good,69,145,21.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,135,0,0,354,0,666,0,0,285,0,0,0,0,0,"$50,000 - $75,000",Generation X (39-54),Asian only,Good,5.5-6 feet,140-160,Bachelor's Degree,,0,354,801,285,0,0,0
+,2022,2.02201E+13,139,South,Florida,45000,"House, apartment, flat",1,1,6205621,71,Female,White only,Married - spouse present,"Native, born in United States",Good,63,164,29,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,15,0,0,510,0,480,50,0,365,0,0,20,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Good,5-5.5 feet,160-180,Master's or Doctoral Degree,,0,510,545,365,0,0,20
+,2022,2.02201E+13,140,West,Alaska,125000,"House, apartment, flat",1,1,5075282,40,Male,White only,Married - spouse present,"Native, born in United States",Excellent,69,240,35.4,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,30,0,90,150,0,0,0,0,600,0,0,510,0,0,60,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Excellent,5.5-6 feet,200-300,Master's or Doctoral Degree,,0,0,750,510,0,0,180
+,2022,2.02201E+13,141,West,Washington,125000,"House, apartment, flat",1,1,8189873,32,Male,White only,Never married,"Native, born in United States",Good,70,230,33,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,370,0,550,0,0,80,0,0,0,410,0,"$100,000 - $150,000",Millennials (23-38),White only,Good,5.5-6 feet,200-300,Associate Degree,,0,370,580,80,0,410,0
+,2022,2.02201E+13,142,South,Florida,55000,"House, apartment, flat",1,1,18694626,58,Male,White only,Divorced,"Foreign born, U.S. citizen by naturalization",Very good,,205,998,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,0,0,750,0,0,630,30,0,0,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Very good,,200-300,Some College,,0,0,780,660,0,0,0
+,2022,2.02201E+13,143,Midwest,Kansas,32500,"House, apartment, flat",1,1,9857265,74,Male,White only,Widowed,"Native, born in United States",Good,70,157,22.5,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,50,0,0,120,0,750,0,0,500,0,0,20,0,0,"$30,000 - $50,000",Silent (74-91),White only,Good,5.5-6 feet,140-160,Graduated High School,,0,120,800,500,0,0,20
+,2022,2.02201E+13,144,South,Texas,67500,"House, apartment, flat",1,1,14148067,43,Male,Asian only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Good,71,202,28.2,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,60,0,0,40,75,360,0,0,403,0,7,55,0,400,"$50,000 - $75,000",Generation X (39-54),Asian only,Good,5.5-6 feet,200-300,Graduated High School,,400,115,420,403,0,0,72
+,2022,2.02201E+13,145,South,Texas,67500,"House, apartment, flat",1,1,79020799,24,Male,Black only,Never married,"Foreign born, U.S. citizen by naturalization",Excellent,71,200,27.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,20,0,0,0,0,335,0,0,375,0,0,50,0,555,"$50,000 - $75,000",Millennials (23-38),Black only,Excellent,5.5-6 feet,200-300,Bachelor's Degree,,555,0,355,375,0,0,50
+,2022,2.02201E+13,146,South,Maryland,87500,"House, apartment, flat",1,1,9678608,80,Female,Asian only,Married - spouse present,"Foreign born, not a U.S. citizen",Fair,58,126,26.3,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,265,0,590,0,30,395,30,10,0,0,0,"$75,000 - $100,000",Silent (74-91),Asian only,Fair,0-5 feet,120-140,Master's or Doctoral Degree,,0,265,710,455,0,0,10
+,2022,2.02201E+13,147,Midwest,Indiana,55000,"House, apartment, flat",1,1,24564140,63,Male,White only,Married - spouse present,"Native, born in United States",NIU (Not in universe),,9999,999,High school graduate - GED,Eleventh grade,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,90,0,0,475,0,600,0,0,265,0,0,10,0,0,"$50,000 - $75,000",Boomers (55-73),White only,"Other (Refused, Dont know, NIU)",,>300,Graduated High School,,0,475,690,265,0,0,10
+,2022,2.02201E+13,148,West,California,2500,"House, apartment, flat",1,1,11876329,62,Male,White only,Never married,"Native, born in United States",Very good,70,220,31.6,Some college but no degree,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,130,0,0,250,0,540,0,0,360,0,0,70,0,0,"Less than $10,000",Boomers (55-73),White only,Very good,5.5-6 feet,200-300,Some College,,0,250,670,360,0,0,100
+,2022,2.02201E+13,149,South,Texas,87500,"House, apartment, flat",1,1,44767919,15,Female,White only,Never married,"Native, born in United States",Excellent,61,100,18.9,9th grade,Ninth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,70,565,0,0,0,540,0,0,205,0,0,60,0,0,"$75,000 - $100,000",Generation Z (7-22),White only,Excellent,5-5.5 feet,100-120,Some High School,,0,0,610,205,565,0,60
+,2022,2.02201E+13,150,West,Nevada,87500,"House, apartment, flat",1,1,17868975,46,Male,White only,Married - spouse present,"Native, born in United States",Very good,74,340,43.6,Associate degree - academic program,College--three years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,80,0,0,70,0,543,0,0,205,45,0,0,0,477,"$75,000 - $100,000",Generation X (39-54),White only,Very good,6-6.5 feet,>300,Associate Degree,,477,70,623,250,0,0,0
+,2022,2.02201E+13,151,Midwest,Kansas,45000,"House, apartment, flat",1,1,16492147,60,Male,White only,Married - spouse present,"Native, born in United States",Good,74,210,27,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,71,45,0,0,419,0,660,0,0,185,0,0,60,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Good,6-6.5 feet,200-300,Graduated High School,,0,419,705,185,0,0,131
+,2022,2.02201E+13,152,West,Montana,200000,"House, apartment, flat",1,1,24384857,58,Male,White only,Married - spouse present,"Native, born in United States",Excellent,65,160,26.6,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,40,0,454,0,0,173,0,0,24,0,719,"$150,000 and over",Boomers (55-73),White only,Excellent,5-5.5 feet,160-180,Graduated High School,,719,40,484,173,0,0,24
+,2022,2.02201E+13,153,West,California,17500,"House, apartment, flat",1,1,18932836,32,Female,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Fair,63,98,17.4,"1st, 2nd, 3rd, or 4th grade",First through fourth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,30,0,30,60,0,0,270,0,870,0,0,150,0,0,30,0,0,"$10,000 - $30,000",Millennials (23-38),White only,Fair,5-5.5 feet,<100,Middle School or Less,,0,270,930,150,0,0,90
+,2022,2.02201E+13,154,Midwest,Illinois,17500,"House, apartment, flat",1,1,3069616,62,Male,White only,Never married,"Native, born in United States",Very good,72,155,21,Associate degree - academic program,College--three years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,855,0,360,0,0,180,0,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Very good,6-6.5 feet,140-160,Associate Degree,,0,855,405,180,0,0,0
+,2022,2.02201E+13,155,West,California,32500,"House, apartment, flat",1,1,10904031,60,Female,Black only,Divorced,"Native, born in United States",Fair,64,239,41,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,Has difficulty remembering,0,0,260,15,0,0,150,0,785,0,0,210,0,0,20,0,0,"$30,000 - $50,000",Boomers (55-73),Black only,Fair,5-5.5 feet,200-300,Graduated High School,,0,150,800,210,0,0,280
+,2022,2.02201E+13,156,South,Texas,13750,Mobile home or trailer with no permanent room added,1,1,7355947,38,Male,White only,Married - spouse present,"Native, born in United States",Fair,68,230,35,11th grade,Eleventh grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,660,0,0,30,0,0,0,0,740,0,0,0,0,0,10,0,0,"$10,000 - $30,000",Generation X (39-54),White only,Fair,5.5-6 feet,200-300,Some High School,,0,0,770,0,0,0,670
+,2022,2.02201E+13,157,South,Texas,200000,"House, apartment, flat",1,1,6798907,44,Male,Asian only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Very good,66,170,27.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,30,0,180,120,0,0,85,0,668,0,0,240,0,0,117,0,0,"$150,000 and over",Generation X (39-54),Asian only,Very good,5.5-6 feet,160-180,Bachelor's Degree,,0,85,788,240,0,0,327
+,2022,2.02201E+13,158,West,California,67500,"House, apartment, flat",1,1,4185995,80,Male,White only,Married - spouse present,"Native, born in United States",Very good,69,170,25.1,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,660,0,360,0,0,300,0,0,0,0,0,"$50,000 - $75,000",Silent (74-91),White only,Very good,5.5-6 feet,160-180,Master's or Doctoral Degree,,0,660,480,300,0,0,0
+,2022,2.02201E+13,159,South,South Carolina,37500,"House, apartment, flat",1,1,45584119,15,Male,White only,Never married,"Native, born in United States",Excellent,69,170,25.1,10th grade,Tenth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,80,0,0,84,0,691,0,0,535,50,0,0,0,0,"$30,000 - $50,000",Generation Z (7-22),White only,Excellent,5.5-6 feet,160-180,Some High School,,0,84,771,585,0,0,0
+,2022,2.02201E+13,160,South,Virginia,67500,"House, apartment, flat",1,1,18733498,17,Male,Black only,Never married,"Native, born in United States",Good,64,130,22.3,10th grade,Tenth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,0,0,930,0,0,480,0,0,0,0,0,"$50,000 - $75,000",Generation Z (7-22),Black only,Good,5-5.5 feet,120-140,Some High School,,0,0,960,480,0,0,0
+,2022,2.02201E+13,161,South,Arkansas,2500,"House, apartment, flat",1,1,8598522,47,Male,White only,Married - spouse present,"Native, born in United States",NIU (Not in universe),,9999,999,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,193,55,0,0,35,0,570,0,0,509,0,0,78,0,0,"Less than $10,000",Generation X (39-54),White only,"Other (Refused, Dont know, NIU)",,>300,Graduated High School,,0,35,625,509,0,0,271
+,2022,2.02201E+13,162,South,Florida,45000,"House, apartment, flat",1,1,11410424,53,Female,Asian only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Good,61,135,25.5,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,175,0,0,155,0,570,0,95,310,0,0,125,0,0,"$30,000 - $50,000",Generation X (39-54),Asian only,Good,5-5.5 feet,120-140,Graduated High School,,0,155,745,405,0,0,135
+,2022,2.02201E+13,163,West,Arizona,87500,"House, apartment, flat",1,1,12273648,31,Female,White only,Never married,"Native, born in United States",Very good,66,150,24.2,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,65,0,0,175,0,510,0,0,645,45,0,0,0,0,"$75,000 - $100,000",Millennials (23-38),White only,Very good,5.5-6 feet,140-160,Some College,,0,175,575,690,0,0,0
+,2022,2.02201E+13,164,South,Florida,125000,"House, apartment, flat",1,1,7579352,64,Male,Black only,Married - spouse present,"Native, born in United States",Good,70,210,30.1,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,40,0,0,0,130,660,0,0,240,0,0,360,0,0,"$100,000 - $150,000",Boomers (55-73),Black only,Good,5.5-6 feet,200-300,Some College,,0,130,700,240,0,0,370
+,2022,2.02201E+13,165,Northeast,New Jersey,2500,"House, apartment, flat",1,1,10772196,20,Female,Black only,Never married,"Native, born in United States",NIU (Not in universe),,9999,999,Associate degree - academic program,College--two years,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,480,0,0,0,0,0,0,0,660,0,0,20,0,0,40,0,240,"Less than $10,000",Generation Z (7-22),Black only,"Other (Refused, Dont know, NIU)",,>300,Associate Degree,,240,0,660,20,0,0,520
+,2022,2.02201E+13,166,Midwest,Minnesota,87500,"House, apartment, flat",1,1,9785207,80,Male,White only,Married - spouse present,"Native, born in United States",Very good,68,200,30.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,673,0,527,0,0,30,0,0,0,0,120,"$75,000 - $100,000",Silent (74-91),White only,Very good,5.5-6 feet,200-300,Bachelor's Degree,,120,673,617,30,0,0,0
+,2022,2.02201E+13,167,South,Texas,125000,"House, apartment, flat",1,1,3812509,49,Female,White only,Married - spouse present,"Native, born in United States",NIU (Not in universe),,9999,999,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,Has difficulty remembering,0,0,0,75,0,0,235,0,540,0,0,435,0,0,30,0,125,"$100,000 - $150,000",Generation X (39-54),White only,"Other (Refused, Dont know, NIU)",,>300,Bachelor's Degree,,125,235,615,435,0,0,30
+,2022,2.02201E+13,168,South,North Carolina,87500,"House, apartment, flat",1,1,11804953,15,Female,White only,Married - spouse absent,"Native, born in United States",Good,64,194,33.3,9th grade,Ninth grade,Employed - absent,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,35,0,0,145,0,810,0,0,450,0,0,0,0,0,"$75,000 - $100,000",Generation Z (7-22),White only,Good,5-5.5 feet,180-200,Some High School,,0,145,845,450,0,0,0
+,2022,2.02201E+13,169,South,Alabama,17500,"House, apartment, flat",1,1,4870353,28,Female,Black only,Never married,"Native, born in United States",Refused,,9996,998,Some college but no degree,College--three years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,315,0,0,90,0,0,60,0,780,0,0,195,0,0,0,0,0,"$10,000 - $30,000",Millennials (23-38),Black only,"Other (Refused, Dont know, NIU)",,>300,Some College,,0,60,870,195,0,0,315
+,2022,2.02201E+13,170,Northeast,New Hampshire,45000,"House, apartment, flat",1,1,7694707,77,Male,White only,Married - spouse present,"Native, born in United States",Fair,70,190,27.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,85,0,0,170,0,540,0,0,575,45,0,0,0,0,"$30,000 - $50,000",Silent (74-91),White only,Fair,5.5-6 feet,180-200,Bachelor's Degree,,0,170,625,620,0,0,0
+,2022,2.02201E+13,171,South,North Carolina,22500,"House, apartment, flat",1,1,7403708,18,Male,White only,Never married,"Native, born in United States",Good,73,196,25.9,High school graduate - diploma,Twelfth grade,Employed - at work,No,Has vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,46,0,0,70,0,710,0,0,559,0,55,0,0,0,"$10,000 - $30,000",Generation Z (7-22),White only,Good,6-6.5 feet,180-200,Graduated High School,,0,70,756,559,0,0,55
+,2022,2.02201E+13,172,South,South Carolina,11250,"House, apartment, flat",1,1,1608918,78,Female,Black only,Widowed,"Native, born in United States",Very good,66,190,30.7,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,60,0,775,0,255,140,0,30,0,120,0,"$10,000 - $30,000",Silent (74-91),Black only,Very good,5.5-6 feet,180-200,Some College,,0,60,835,395,0,120,30
+,2022,2.02201E+13,173,Midwest,Indiana,67500,"House, apartment, flat",1,1,8085410,27,Male,White only,Married - spouse present,"Native, born in United States",Very good,70,220,31.6,12th grade - no diploma,Twelfth grade,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,30,0,0,0,0,700,0,0,660,0,0,20,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Very good,5.5-6 feet,200-300,Some High School,,0,0,730,660,0,0,50
+,2022,2.02201E+13,174,Midwest,Ohio,55000,"House, apartment, flat",1,1,27689100,44,Male,White only,Married - spouse present,"Native, born in United States",Excellent,75,300,37.5,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,111,0,45,120,0,0,15,0,165,0,0,310,0,0,233,0,441,"$50,000 - $75,000",Generation X (39-54),White only,Excellent,6-6.5 feet,>300,Graduated High School,,441,15,285,310,0,0,389
+,2022,2.02201E+13,175,Midwest,Ohio,11250,"House, apartment, flat",1,1,2757427,70,Female,Black only,Widowed,"Native, born in United States",Fair,67,222,34.8,Associate degree - academic program,College--four years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,15,0,0,30,0,480,0,0,915,0,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),Black only,Fair,5.5-6 feet,200-300,Associate Degree,,0,30,495,915,0,0,0
+,2022,2.02201E+13,176,West,Washington,87500,"House, apartment, flat",1,1,8663623,59,Male,White only,Married - spouse present,"Native, born in United States",Very good,67,185,29,5th or 6th grade,Fifth through sixth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,0,0,520,0,0,370,0,0,40,0,450,"$75,000 - $100,000",Boomers (55-73),White only,Very good,5.5-6 feet,180-200,Middle School or Less,,450,0,580,370,0,0,40
+,2022,2.02201E+13,177,Midwest,Michigan,200000,"House, apartment, flat",1,1,5380864,32,Female,White only,Married - spouse present,"Native, born in United States",Very good,69,149,22,Associate degree - occupational vocational,College--four years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,90,0,0,90,0,0,285,0,660,0,0,285,0,0,30,0,0,"$150,000 and over",Millennials (23-38),White only,Very good,5.5-6 feet,140-160,Associate Degree,,0,285,750,285,0,0,120
+,2022,2.02201E+13,178,West,California,27500,"House, apartment, flat",1,1,13820335,43,Female,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Good,62,130,23.8,High school graduate - diploma,Twelfth grade,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,120,30,0,0,60,0,600,0,80,435,0,0,55,0,0,"$10,000 - $30,000",Generation X (39-54),White only,Good,5-5.5 feet,120-140,Graduated High School,,0,60,630,515,0,0,175
+,2022,2.02201E+13,179,West,California,200000,"House, apartment, flat",1,1,11305644,33,Male,White only,Never married,"Native, born in United States",Excellent,75,180,22.5,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,90,0,663,0,0,657,0,0,0,0,0,"$150,000 and over",Millennials (23-38),White only,Excellent,6-6.5 feet,180-200,Master's or Doctoral Degree,,0,90,693,657,0,0,0
+,2022,2.02201E+13,180,South,Tennessee,87500,"House, apartment, flat",1,1,3583997,74,Male,White only,Married - spouse present,"Native, born in United States",Good,66,160,25.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,35,0,0,225,0,450,0,0,620,110,0,0,0,0,"$75,000 - $100,000",Silent (74-91),White only,Good,5.5-6 feet,160-180,Bachelor's Degree,,0,225,485,730,0,0,0
+,2022,2.02201E+13,181,South,Kentucky,11250,"House, apartment, flat",1,1,12122904,68,Female,White only,Married - spouse present,"Native, born in United States",Good,66,209,33.7,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,170,0,0,215,0,630,0,0,115,0,0,10,0,300,"$10,000 - $30,000",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Graduated High School,,300,215,800,115,0,0,10
+,2022,2.02201E+13,182,South,Florida,200000,"House, apartment, flat",1,1,9364103,47,Male,White only,Married - spouse present,"Native, born in United States",Excellent,70,162,23.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,25,45,0,0,40,0,505,0,0,150,45,0,30,0,600,"$150,000 and over",Generation X (39-54),White only,Excellent,5.5-6 feet,160-180,Bachelor's Degree,,600,40,550,195,0,0,55
+,2022,2.02201E+13,183,South,Kentucky,17500,"House, apartment, flat",1,1,7167705,79,Female,White only,Widowed,"Native, born in United States",Fair,68,156,23.7,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,10,0,0,145,0,677,0,0,383,0,205,0,0,0,"$10,000 - $30,000",Silent (74-91),White only,Fair,5.5-6 feet,140-160,Graduated High School,,0,145,687,383,0,0,205
+,2022,2.02201E+13,184,South,Tennessee,55000,"House, apartment, flat",1,1,31625754,48,Male,White only,Divorced,"Native, born in United States",Fair,67,178,27.9,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,10,0,0,0,0,395,0,0,0,0,0,30,0,1005,"$50,000 - $75,000",Generation X (39-54),White only,Fair,5.5-6 feet,160-180,Graduated High School,,1005,0,405,0,0,0,30
+,2022,2.02201E+13,185,West,California,67500,"House, apartment, flat",1,1,12896254,27,Female,White only,Never married,"Native, born in United States",Very good,66,140,22.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,5,10,0,0,250,0,635,0,0,225,195,0,120,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Very good,5.5-6 feet,140-160,Bachelor's Degree,,0,250,645,420,0,0,125
+,2022,2.02201E+13,186,South,Texas,32500,"House, apartment, flat",1,1,28687146,26,Female,White only,Never married,"Native, born in United States",Good,65,135,22.5,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,30,0,0,60,0,457,0,0,320,0,0,10,20,513,"$30,000 - $50,000",Millennials (23-38),White only,Good,5-5.5 feet,120-140,Master's or Doctoral Degree,,513,60,487,320,0,20,40
+,2022,2.02201E+13,187,South,Florida,200000,"House, apartment, flat",1,1,3786838,60,Male,White only,Married - spouse present,"Native, born in United States",Good,74,200,25.7,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,160,60,0,0,125,0,420,0,90,330,0,0,60,60,135,"$150,000 and over",Boomers (55-73),White only,Good,6-6.5 feet,200-300,Some College,,135,125,480,420,0,60,220
+,2022,2.02201E+13,188,South,Georgia,27500,"House, apartment, flat",1,1,18352584,24,Female,Black only,Never married,"Native, born in United States",Good,67,200,31.3,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,20,0,0,40,0,0,0,0,630,0,0,0,0,0,120,0,600,"$10,000 - $30,000",Millennials (23-38),Black only,Good,5.5-6 feet,200-300,Graduated High School,,600,0,670,0,0,0,140
+,2022,2.02201E+13,189,Midwest,Michigan,200000,"House, apartment, flat",1,1,4456876,43,Female,White only,Married - spouse present,"Native, born in United States",Very good,65,160,26.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,0,0,435,0,0,0,0,0,60,0,855,"$150,000 and over",Generation X (39-54),White only,Very good,5-5.5 feet,160-180,Bachelor's Degree,,855,0,480,0,0,0,60
+,2022,2.02201E+13,190,South,South Carolina,67500,"House, apartment, flat",1,1,9792107,72,Female,White only,Married - spouse present,"Native, born in United States",Very good,64,183,31.4,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,85,0,0,104,0,720,0,95,96,300,0,40,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Very good,5-5.5 feet,180-200,Graduated High School,,0,104,805,491,0,0,40
+,2022,2.02201E+13,191,West,California,87500,"House, apartment, flat",1,1,7882956,39,Female,White only,Married - spouse present,"Native, born in United States",Very good,65,9994,998,Some college but no degree,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,54,0,90,50,0,0,190,0,600,0,0,411,25,0,20,0,0,"$75,000 - $100,000",Generation X (39-54),White only,Very good,5-5.5 feet,>300,Some College,,0,190,650,436,0,0,164
+,2022,2.02201E+13,192,West,Arizona,45000,"House, apartment, flat",1,1,4099300,80,Female,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Fair,62,143,26.2,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,0,0,330,0,60,0,0,930,0,0,0,0,0,"$30,000 - $50,000",Silent (74-91),White only,Fair,5-5.5 feet,140-160,Some College,,0,330,135,930,0,0,0
+,2022,2.02201E+13,193,South,Georgia,125000,"House, apartment, flat",1,1,10995920,38,Female,White only,Married - spouse present,"Native, born in United States",NIU (Not in universe),,9999,999,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,482,0,0,30,0,0,231,0,642,0,0,30,0,0,25,0,0,"$100,000 - $150,000",Generation X (39-54),White only,"Other (Refused, Dont know, NIU)",,>300,Bachelor's Degree,,0,231,672,30,0,0,507
+,2022,2.02201E+13,194,South,Texas,67500,"House, apartment, flat",1,1,5019446,70,Male,White only,Widowed,"Native, born in United States",Good,71,220,30.7,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,30,20,0,0,0,0,0,550,0,0,830,0,0,10,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Graduated High School,,0,0,550,830,0,0,60
+,2022,2.02201E+13,195,Northeast,Pennsylvania,125000,"House, apartment, flat",1,1,19361277,28,Male,White only,Married - spouse present,"Native, born in United States",Very good,67,190,29.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,20,0,0,20,0,330,0,0,320,0,0,60,0,690,"$100,000 - $150,000",Millennials (23-38),White only,Very good,5.5-6 feet,180-200,Bachelor's Degree,,690,20,350,320,0,0,60
+,2022,2.02201E+13,196,South,Tennessee,67500,"House, apartment, flat",1,1,5901837,56,Female,Black only,Married - spouse present,"Native, born in United States",Fair,64,220,37.8,Associate degree - academic program,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,30,0,0,10,0,600,0,245,508,0,0,17,0,0,"$50,000 - $75,000",Boomers (55-73),Black only,Fair,5-5.5 feet,200-300,Associate Degree,,0,10,630,753,0,0,47
+,2022,2.02201E+13,197,West,Arizona,55000,"House, apartment, flat",1,1,13907408,55,Female,Black only,Never married,"Native, born in United States",Good,66,200,32.3,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,20,123,0,0,12,0,585,15,0,119,0,0,46,0,520,"$50,000 - $75,000",Boomers (55-73),Black only,Good,5.5-6 feet,200-300,Master's or Doctoral Degree,,520,12,723,119,0,0,66
+,2022,2.02201E+13,198,Northeast,Pennsylvania,67500,"House, apartment, flat",1,1,15956509,58,Male,White only,Never married,"Native, born in United States",Fair,74,268,34.4,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,20,0,0,55,0,515,0,0,850,0,0,0,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Fair,6-6.5 feet,200-300,Graduated High School,,0,55,535,850,0,0,0
+,2022,2.02201E+13,199,West,Washington,200000,"House, apartment, flat",1,1,4066511,35,Female,White only,Never married,"Native, born in United States",Excellent,65,150,25,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,20,105,0,0,30,0,705,0,0,455,0,20,105,0,0,"$150,000 and over",Millennials (23-38),White only,Excellent,5-5.5 feet,140-160,Master's or Doctoral Degree,,0,30,810,455,0,0,145
+,2022,2.02201E+13,200,South,Tennessee,87500,"House, apartment, flat",1,1,6964822,24,Male,Black only,Never married,"Foreign born, U.S. citizen by naturalization",Excellent,67,173,27.1,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,80,0,0,0,0,650,0,0,160,280,105,95,0,0,"$75,000 - $100,000",Millennials (23-38),Black only,Excellent,5.5-6 feet,160-180,Master's or Doctoral Degree,,0,0,730,440,0,0,210
+,2022,2.02201E+13,201,West,California,125000,"House, apartment, flat",1,1,18065566,26,Female,Asian only,Never married,"Foreign born, U.S. citizen by naturalization",Excellent,65,128,21.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,360,0,30,0,690,0,0,240,60,0,0,0,0,"$100,000 - $150,000",Millennials (23-38),Asian only,Excellent,5-5.5 feet,120-140,Bachelor's Degree,,0,30,750,300,360,0,0
+,2022,2.02201E+13,202,West,Alaska,87500,"House, apartment, flat",1,1,9665611,36,Female,White only,Never married,"Native, born in United States",Good,64,200,34.3,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,150,0,630,30,0,265,0,0,34,0,151,"$75,000 - $100,000",Millennials (23-38),White only,Good,5-5.5 feet,200-300,Master's or Doctoral Degree,,151,150,780,265,0,0,34
+,2022,2.02201E+13,203,South,Maryland,200000,"House, apartment, flat",1,1,12897541,38,Female,White only,Married - spouse present,"Native, born in United States",Very good,63,123,21.8,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,135,0,0,45,0,0,97,0,583,0,0,15,0,0,20,0,495,"$150,000 and over",Generation X (39-54),White only,Very good,5-5.5 feet,120-140,Master's or Doctoral Degree,,495,97,628,15,0,0,155
+,2022,2.02201E+13,204,Northeast,New York,200000,"House, apartment, flat",1,1,16066676,65,Male,White only,Married - spouse present,"Native, born in United States",Good,73,230,30.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,30,0,540,0,0,270,0,0,60,0,510,"$150,000 and over",Boomers (55-73),White only,Good,6-6.5 feet,200-300,Bachelor's Degree,,510,30,570,270,0,0,60
+,2022,2.02201E+13,205,Northeast,Massachusetts,32500,"House, apartment, flat",1,1,23052680,25,Female,Black only,Never married,"Native, born in United States",Good,59,126,25.4,Associate degree - academic program,College--three years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,140,0,0,35,0,870,0,0,255,90,0,50,0,0,"$30,000 - $50,000",Millennials (23-38),Black only,Good,0-5 feet,120-140,Associate Degree,,0,35,1010,345,0,0,50
+,2022,2.02201E+13,206,Northeast,New Jersey,125000,"House, apartment, flat",1,1,26704456,63,Male,White only,Married - spouse absent,"Foreign born, U.S. citizen by naturalization",Good,65,9997,998,11th grade,Eleventh grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,35,0,505,0,0,120,0,0,30,0,690,"$100,000 - $150,000",Boomers (55-73),White only,Good,5-5.5 feet,>300,Some High School,,690,35,565,120,0,0,30
+,2022,2.02201E+13,207,Northeast,Connecticut,200000,"House, apartment, flat",1,1,7025318,29,Male,White only,Never married,"Native, born in United States",Very good,67,180,28.2,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,35,0,0,245,0,750,0,0,410,0,0,0,0,0,"$150,000 and over",Millennials (23-38),White only,Very good,5.5-6 feet,180-200,Master's or Doctoral Degree,,0,245,785,410,0,0,0
+,2022,2.02201E+13,208,West,California,55000,"House, apartment, flat",1,1,7527987,85,Female,White only,Married - spouse present,"Native, born abroad of American parent or parents",NIU (Not in universe),,9999,999,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,40,0,0,626,0,140,0,0,543,0,41,0,0,0,"$50,000 - $75,000",Silent (74-91),White only,"Other (Refused, Dont know, NIU)",,>300,Bachelor's Degree,,0,626,180,543,0,0,41
+,2022,2.02201E+13,209,Northeast,Massachusetts,6250,"House, apartment, flat",1,1,5502580,25,Female,Black only,Never married,"Native, born in United States",Excellent,63,98,17.4,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,300,60,0,45,0,0,135,0,820,0,0,45,15,0,20,0,0,"Less than $10,000",Millennials (23-38),Black only,Excellent,5-5.5 feet,<100,Master's or Doctoral Degree,,0,135,865,60,0,0,380
+,2022,2.02201E+13,210,Midwest,Indiana,22500,Mobile home or trailer with no permanent room added,1,1,11805499,18,Male,White only,Never married,"Native, born in United States",Fair,73,250,33,7th or 8th grade,Seventh through eighth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,150,0,810,0,0,420,0,0,30,0,0,"$10,000 - $30,000",Generation Z (7-22),White only,Fair,6-6.5 feet,200-300,Middle School or Less,,0,150,840,420,0,0,30
+,2022,2.02201E+13,211,Midwest,Illinois,200000,"House, apartment, flat",1,1,9200422,66,Female,White only,Married - spouse present,"Native, born in United States",Very good,64,140,24,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,5,0,10,20,0,0,0,0,570,0,0,95,0,0,80,0,660,"$150,000 and over",Boomers (55-73),White only,Very good,5-5.5 feet,140-160,Bachelor's Degree,,660,0,590,95,0,0,95
+,2022,2.02201E+13,212,West,Oregon,200000,"House, apartment, flat",1,1,6711196,42,Female,White only,Married - spouse present,"Native, born in United States",Excellent,67,155,24.3,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,35,0,2,80,0,0,2,0,495,0,0,103,60,60,50,0,493,"$150,000 and over",Generation X (39-54),White only,Excellent,5.5-6 feet,140-160,Master's or Doctoral Degree,,493,2,575,163,0,0,147
+,2022,2.02201E+13,213,South,Florida,87500,"House, apartment, flat",1,1,2456251,56,Female,White only,Divorced,"Native, born in United States",NIU (Not in universe),,9999,999,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,70,0,90,0,0,240,0,645,0,0,280,0,15,90,0,0,"$75,000 - $100,000",Boomers (55-73),White only,"Other (Refused, Dont know, NIU)",,>300,Some College,,0,240,735,280,0,0,175
+,2022,2.02201E+13,214,Northeast,Massachusetts,200000,"House, apartment, flat",1,1,4441147,39,Female,White only,Married - spouse present,"Native, born in United States",Good,66,140,22.6,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,100,0,0,75,0,0,32,0,520,0,0,180,0,0,0,0,533,"$150,000 and over",Generation X (39-54),White only,Good,5.5-6 feet,140-160,Master's or Doctoral Degree,,533,32,595,180,0,0,100
+,2022,2.02201E+13,215,West,Utah,125000,"House, apartment, flat",1,1,5166131,56,Female,White only,Married - spouse present,"Native, born in United States",Very good,65,150,25,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,30,0,660,0,0,600,0,60,0,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Very good,5-5.5 feet,140-160,Some College,,0,30,750,600,0,0,60
+,2022,2.02201E+13,216,South,Florida,87500,"House, apartment, flat",1,1,6664046,75,Male,White only,Married - spouse present,"Native, born in United States",Very good,72,200,27.1,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,30,0,780,0,0,450,0,0,30,0,0,"$75,000 - $100,000",Silent (74-91),White only,Very good,6-6.5 feet,200-300,Some College,,0,30,900,450,0,0,30
+,2022,2.02201E+13,217,Midwest,Kansas,27500,"House, apartment, flat",1,1,5438257,57,Female,White only,Married - spouse present,"Native, born in United States",Very good,66,9996,998,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,35,0,0,165,0,600,0,0,640,0,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Very good,5.5-6 feet,>300,Master's or Doctoral Degree,,0,165,635,640,0,0,0
+,2022,2.02201E+13,218,South,Texas,32500,"House, apartment, flat",1,1,6006704,35,Female,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Very good,65,135,22.5,Associate degree - academic program,College--four years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,115,0,0,70,0,0,373,0,702,0,0,85,0,0,95,0,0,"$30,000 - $50,000",Millennials (23-38),White only,Very good,5-5.5 feet,120-140,Associate Degree,,0,373,772,85,0,0,210
+,2022,2.02201E+13,219,Northeast,New York,32500,"House, apartment, flat",1,1,8797240,75,Male,White only,Divorced,"Native, born in United States",Good,64,165,28.3,Some college but no degree,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,35,0,0,175,0,420,0,0,800,0,10,0,0,0,"$30,000 - $50,000",Silent (74-91),White only,Good,5-5.5 feet,160-180,Some College,,0,175,455,800,0,0,10
+,2022,2.02201E+13,220,Northeast,Pennsylvania,67500,"House, apartment, flat",1,1,21592036,63,Female,White only,Divorced,"Native, born in United States",Very good,59,112,22.6,High school graduate - GED,Twelfth grade,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,161,15,80,0,0,2,0,700,0,0,308,0,60,94,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Very good,0-5 feet,100-120,Graduated High School,,0,2,780,308,0,0,330
+,2022,2.02201E+13,221,Midwest,Wisconsin,45000,"House, apartment, flat",1,1,3269208,71,Female,White only,Divorced,"Native, born in United States",Good,72,249,33.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,0,0,435,0,0,975,0,0,0,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Good,6-6.5 feet,200-300,Bachelor's Degree,,0,0,465,975,0,0,0
+,2022,2.02201E+13,222,West,California,125000,"House, apartment, flat",1,1,4276045,44,Female,White only,Married - spouse present,"Native, born in United States",Very good,66,130,21,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,325,0,30,130,0,0,140,0,485,0,0,170,60,0,100,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Very good,5.5-6 feet,120-140,Bachelor's Degree,,0,140,615,230,0,0,455
+,2022,2.02201E+13,223,South,Texas,125000,"House, apartment, flat",1,1,7797151,41,Male,Asian only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Very good,69,178,26.3,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,150,0,120,150,0,0,150,0,750,0,0,60,0,0,60,0,0,"$100,000 - $150,000",Generation X (39-54),Asian only,Very good,5.5-6 feet,160-180,Master's or Doctoral Degree,,0,150,900,60,0,0,330
+,2022,2.02201E+13,224,South,Alabama,125000,"House, apartment, flat",1,1,6659520,18,Male,White only,Never married,"Native, born in United States",Very good,72,140,19,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,300,0,0,0,900,0,0,210,0,0,0,0,0,"$100,000 - $150,000",Generation Z (7-22),White only,Very good,6-6.5 feet,140-160,Graduated High School,,0,0,930,210,300,0,0
+,2022,2.02201E+13,225,Northeast,Rhode Island,200000,"House, apartment, flat",1,1,2662050,40,Female,White only,Never married,"Foreign born, not a U.S. citizen",Very good,66,120,19.4,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Employed - at work,No,No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,120,0,0,170,0,1010,0,0,60,0,0,70,0,0,"$150,000 and over",Generation X (39-54),White only,Very good,5.5-6 feet,120-140,Master's or Doctoral Degree,,0,170,1130,60,0,0,80
+,2022,2.02201E+13,226,Midwest,Illinois,17500,"House, apartment, flat",1,1,14406046,18,Male,Black only,Never married,"Native, born in United States",Very good,68,123,18.7,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,25,55,285,0,0,0,615,0,0,198,200,0,62,0,0,"$10,000 - $30,000",Generation Z (7-22),Black only,Very good,5.5-6 feet,120-140,Graduated High School,,0,0,670,398,285,0,87
+,2022,2.02201E+13,227,Midwest,Minnesota,200000,"House, apartment, flat",1,1,6696532,50,Female,Black only,Never married,"Native, born in United States",Good,67,238,37.3,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,5,0,65,70,0,0,150,0,245,0,120,585,0,60,110,0,30,"$150,000 and over",Generation X (39-54),Black only,Good,5.5-6 feet,200-300,Master's or Doctoral Degree,,30,150,315,705,0,0,240
+,2022,2.02201E+13,228,West,Utah,87500,"House, apartment, flat",1,1,15414254,28,Male,White only,Married - spouse present,"Native, born in United States",Fair,73,220,29,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,30,0,870,0,0,270,0,0,0,0,0,"$75,000 - $100,000",Millennials (23-38),White only,Fair,6-6.5 feet,200-300,Graduated High School,,0,30,960,270,0,0,0
+,2022,2.02201E+13,229,West,Nevada,8750,"House, apartment, flat",1,1,7166436,70,Female,Black only,Never married,"Native, born in United States",Poor,62,200,36.6,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,30,0,0,15,0,1140,0,0,255,0,0,0,0,0,"Less than $10,000",Boomers (55-73),Black only,Poor,5-5.5 feet,200-300,Graduated High School,,0,15,1170,255,0,0,0
+,2022,2.02201E+13,230,West,California,87500,"House, apartment, flat",1,1,6564877,39,Male,White only,Never married,"Native, born in United States",Good,75,290,36.2,Associate degree - occupational vocational,College--three years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,0,0,0,240,240,570,0,0,320,0,20,40,0,0,"$75,000 - $100,000",Generation X (39-54),White only,Good,6-6.5 feet,200-300,Associate Degree,,0,480,570,320,0,0,70
+,2022,2.02201E+13,231,South,Oklahoma,2500,"House, apartment, flat",1,1,6888576,41,Male,White only,Never married,"Native, born in United States",Fair,66,185,29.9,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,350,25,20,0,0,10,0,687,0,0,300,0,0,48,0,0,"Less than $10,000",Generation X (39-54),White only,Fair,5.5-6 feet,180-200,Graduated High School,,0,10,707,300,0,0,423
+,2022,2.02201E+13,232,South,Maryland,200000,"House, apartment, flat",1,1,7613936,72,Male,White only,Married - spouse present,"Native, born in United States",Excellent,67,235,36.8,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,45,120,0,0,405,0,600,0,0,240,0,0,30,0,0,"$150,000 and over",Boomers (55-73),White only,Excellent,5.5-6 feet,200-300,Master's or Doctoral Degree,,0,405,720,240,0,0,75
+,2022,2.02201E+13,233,Midwest,South Dakota,87500,"House, apartment, flat",1,1,7527490,49,Male,White only,Married - spouse present,"Native, born in United States",Fair,73,285,37.6,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,5,0,570,0,0,60,0,0,95,0,585,"$75,000 - $100,000",Generation X (39-54),White only,Fair,6-6.5 feet,200-300,Some College,,585,5,660,60,0,0,95
+,2022,2.02201E+13,234,West,California,27500,"House, apartment, flat",1,1,13068292,67,Male,White only,Married - spouse present,"Native, born in United States",Good,72,220,29.8,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,Has difficulty remembering,0,0,0,60,0,0,0,0,780,0,0,600,0,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Good,6-6.5 feet,200-300,Some College,,0,0,840,600,0,0,0
+,2022,2.02201E+13,235,South,Delaware,55000,"House, apartment, flat",1,1,5247599,78,Female,White only,Married - spouse present,"Native, born in United States",Good,64,150,25.7,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,Has difficulty remembering,0,0,0,40,0,0,40,0,600,0,0,745,0,15,0,0,0,"$50,000 - $75,000",Silent (74-91),White only,Good,5-5.5 feet,140-160,Graduated High School,,0,40,640,745,0,0,15
+,2022,2.02201E+13,236,South,Mississippi,87500,"House, apartment, flat",1,1,14512921,20,Female,White only,Never married,"Native, born in United States",Good,67,120,18.8,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,0,0,690,0,0,132,0,0,16,0,512,"$75,000 - $100,000",Generation Z (7-22),White only,Good,5.5-6 feet,120-140,Some College,,512,0,780,132,0,0,16
+,2022,2.02201E+13,237,South,West Virginia,2500,"House, apartment, flat",1,1,16200713,32,Male,White only,Never married,"Native, born in United States",NIU (Not in universe),,9999,999,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,50,0,0,15,0,0,0,0,574,0,0,120,0,0,141,0,540,"Less than $10,000",Millennials (23-38),White only,"Other (Refused, Dont know, NIU)",,>300,Graduated High School,,540,0,589,120,0,0,191
+,2022,2.02201E+13,238,West,California,13750,"House, apartment, flat",1,1,27027105,56,Female,White only,Never married,"Foreign born, not a U.S. citizen",Good,62,172,31.5,10th grade,Tenth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,70,0,600,0,0,50,0,0,170,0,490,"$10,000 - $30,000",Boomers (55-73),White only,Good,5-5.5 feet,160-180,Some High School,,490,70,660,50,0,0,170
+,2022,2.02201E+13,239,Midwest,Iowa,87500,Mobile home or trailer with no permanent room added,1,1,3266606,58,Male,White only,Divorced,"Native, born in United States",Good,72,220,29.8,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,5,0,0,10,0,463,0,0,125,80,0,40,0,717,"$75,000 - $100,000",Boomers (55-73),White only,Good,6-6.5 feet,200-300,Some College,,717,10,468,205,0,0,40
+,2022,2.02201E+13,240,West,Oregon,200000,"House, apartment, flat",1,1,9773044,66,Male,White only,Married - spouse present,"Native, born in United States",Excellent,71,176,24.5,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,150,0,570,0,0,120,90,0,30,0,360,"$150,000 and over",Boomers (55-73),White only,Excellent,5.5-6 feet,160-180,Master's or Doctoral Degree,,360,150,690,210,0,0,30
+,2022,2.02201E+13,241,South,South Carolina,17500,"House, apartment, flat",1,1,2974962,72,Female,White only,Widowed,"Native, born in United States",Fair,62,160,29.3,11th grade,Eleventh grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,150,0,720,0,0,480,0,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Fair,5-5.5 feet,160-180,Some High School,,0,150,810,480,0,0,0
+,2022,2.02201E+13,242,Northeast,Maine,200000,"House, apartment, flat",1,1,20459414,69,Female,White only,Married - spouse present,"Native, born in United States",Fair,63,200,35.4,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,60,0,0,50,0,0,152,0,480,0,0,678,20,0,0,0,0,"$150,000 and over",Boomers (55-73),White only,Fair,5-5.5 feet,200-300,Graduated High School,,0,152,530,698,0,0,60
+,2022,2.02201E+13,243,Midwest,Indiana,27500,"House, apartment, flat",1,1,6608161,79,Male,White only,Married - spouse present,"Native, born in United States",Fair,67,225,35.2,12th grade - no diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,50,0,0,120,0,510,0,0,315,0,0,85,0,360,"$10,000 - $30,000",Silent (74-91),White only,Fair,5.5-6 feet,200-300,Some High School,,360,120,560,315,0,0,85
+,2022,2.02201E+13,244,Midwest,Michigan,45000,"House, apartment, flat",1,1,14509902,48,Female,Black only,Never married,"Native, born in United States",Very good,69,155,22.9,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,228,0,645,0,0,417,0,120,0,0,0,"$30,000 - $50,000",Generation X (39-54),Black only,Very good,5.5-6 feet,140-160,Some College,,0,228,675,417,0,0,120
+,2022,2.02201E+13,245,South,Maryland,67500,"House, apartment, flat",1,1,38087186,62,Female,Black only,Divorced,"Native, born in United States",NIU (Not in universe),,9999,999,High school graduate - diploma,Twelfth grade,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,60,0,0,45,0,0,0,0,630,0,0,145,0,0,50,0,510,"$50,000 - $75,000",Boomers (55-73),Black only,"Other (Refused, Dont know, NIU)",,>300,Graduated High School,,510,0,675,145,0,0,110
+,2022,2.02201E+13,246,Northeast,New York,32500,"House, apartment, flat",1,1,13931210,19,Male,White only,Never married,"Native, born in United States",Good,69,164,24.2,12th grade - no diploma,Twelfth grade,Unemployed - on layoff,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,0,0,123,0,765,0,0,477,0,0,0,0,0,"$30,000 - $50,000",Generation Z (7-22),White only,Good,5.5-6 feet,160-180,Some High School,,0,123,840,477,0,0,0
+,2022,2.02201E+13,247,South,North Carolina,13750,"House, apartment, flat",1,1,11124023,68,Female,Black only,Widowed,"Native, born in United States",Good,61,230,43.5,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,No physical difficulty,Has difficulty remembering,0,0,0,30,0,0,60,0,780,0,0,570,0,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),Black only,Good,5-5.5 feet,200-300,Graduated High School,,0,60,810,570,0,0,0
+,2022,2.02201E+13,248,West,Oregon,87500,"House, apartment, flat",1,1,4265269,31,Female,White only,Married - spouse present,"Native, born in United States",Good,66,9997,998,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,90,0,120,90,0,0,90,0,600,0,0,320,0,0,130,0,0,"$75,000 - $100,000",Millennials (23-38),White only,Good,5.5-6 feet,>300,Some College,,0,90,690,320,0,0,340
+,2022,2.02201E+13,249,West,Oregon,200000,"House, apartment, flat",1,1,8525076,25,Male,White only,Never married,"Native, born in United States",Very good,75,150,18.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,5,40,0,0,60,0,630,0,0,190,0,0,10,0,505,"$150,000 and over",Millennials (23-38),White only,Very good,6-6.5 feet,140-160,Bachelor's Degree,,505,60,670,190,0,0,15
+,2022,2.02201E+13,250,Midwest,Ohio,87500,"House, apartment, flat",1,1,6555339,41,Female,White only,Married - spouse present,"Native, born in United States",Very good,62,106,19.4,Some college but no degree,College--two years,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,55,0,0,210,0,510,0,0,215,0,0,0,120,330,"$75,000 - $100,000",Generation X (39-54),White only,Very good,5-5.5 feet,100-120,Some College,,330,210,565,215,0,120,0
+,2022,2.02201E+13,251,Midwest,South Dakota,55000,"House, apartment, flat",1,1,10829523,34,Male,White only,Never married,"Native, born in United States",Very good,67,210,32.9,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,90,0,750,0,0,165,300,0,60,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Very good,5.5-6 feet,200-300,Master's or Doctoral Degree,,0,90,810,465,0,0,60
+,2022,2.02201E+13,252,West,California,125000,"House, apartment, flat",1,1,15706295,38,Male,White only,Married - spouse present,"Native, born in United States",NIU (Not in universe),,9999,999,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,125,0,1,55,0,0,15,0,426,0,0,191,0,0,92,0,535,"$100,000 - $150,000",Generation X (39-54),White only,"Other (Refused, Dont know, NIU)",,>300,Some College,,535,15,481,191,0,0,218
+,2022,2.02201E+13,253,South,Georgia,87500,"House, apartment, flat",1,1,50530908,18,Male,White only,Never married,"Native, born in United States",Very good,69,130,19.2,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,40,0,295,0,710,0,0,365,0,0,0,0,0,"$75,000 - $100,000",Generation Z (7-22),White only,Very good,5.5-6 feet,120-140,Graduated High School,,0,295,740,365,40,0,0
+,2022,2.02201E+13,254,South,North Carolina,125000,"House, apartment, flat",1,1,10489661,15,Male,White only,Never married,"Native, born in United States",Very good,70,130,18.7,9th grade,Ninth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,105,90,0,120,0,690,0,0,270,0,120,0,0,0,"$100,000 - $150,000",Generation Z (7-22),White only,Very good,5.5-6 feet,120-140,Some High School,,0,120,795,270,90,0,120
+,2022,2.02201E+13,255,Northeast,New Jersey,200000,"House, apartment, flat",1,1,5090012,42,Female,Asian only,Married - spouse present,"Foreign born, not a U.S. citizen",Very good,64,220,37.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,180,0,0,150,0,0,210,0,780,0,0,120,0,0,0,0,0,"$150,000 and over",Generation X (39-54),Asian only,Very good,5-5.5 feet,200-300,Bachelor's Degree,,0,210,930,120,0,0,180
+,2022,2.02201E+13,256,South,Tennessee,87500,"House, apartment, flat",1,1,11167172,37,Female,White only,Married - spouse present,"Native, born in United States",Fair,64,200,34.3,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,95,0,0,40,0,0,0,0,535,0,0,120,0,0,0,0,650,"$75,000 - $100,000",Millennials (23-38),White only,Fair,5-5.5 feet,200-300,Some College,,650,0,575,120,0,0,95
+,2022,2.02201E+13,257,Midwest,Kansas,200000,"House, apartment, flat",1,1,5454376,41,Male,White only,Married - spouse present,"Native, born in United States",Very good,69,165,24.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,195,0,0,120,0,0,440,0,450,0,0,235,0,0,0,0,0,"$150,000 and over",Generation X (39-54),White only,Very good,5.5-6 feet,160-180,Bachelor's Degree,,0,440,570,235,0,0,195
+,2022,2.02201E+13,258,West,California,45000,"House, apartment, flat",1,1,16347842,75,Male,Asian only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Good,69,135,19.9,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,140,0,0,90,0,630,0,0,475,105,0,0,0,0,"$30,000 - $50,000",Silent (74-91),Asian only,Good,5.5-6 feet,120-140,Graduated High School,,0,90,770,580,0,0,0
+,2022,2.02201E+13,259,Northeast,Connecticut,17500,"House, apartment, flat",1,1,4824906,80,Female,White only,Widowed,"Native, born in Puerto Rico or U.S. Outlying Area",Good,60,135,26.4,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,95,40,0,0,197,0,680,0,35,285,0,0,45,0,0,"$10,000 - $30,000",Silent (74-91),White only,Good,5-5.5 feet,120-140,Associate Degree,,0,197,720,320,0,0,140
+,2022,2.02201E+13,260,West,California,45000,"House, apartment, flat",1,1,11684662,32,Female,White only,Never married,"Native, born in United States",Good,62,170,31.1,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,55,0,0,80,0,0,60,0,607,0,0,50,20,0,65,0,503,"$30,000 - $50,000",Millennials (23-38),White only,Good,5-5.5 feet,160-180,Some College,,503,60,687,70,0,0,120
+,2022,2.02201E+13,261,Northeast,Connecticut,67500,"House, apartment, flat",1,1,10572004,61,Male,White only,Married - spouse present,"Native, born in United States",Very good,70,185,26.5,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,55,0,0,0,0,437,0,0,303,0,0,0,15,630,"$50,000 - $75,000",Boomers (55-73),White only,Very good,5.5-6 feet,180-200,Master's or Doctoral Degree,,630,0,492,303,0,15,0
+,2022,2.02201E+13,262,Northeast,Pennsylvania,27500,"House, apartment, flat",1,1,6178936,54,Male,Black only,Never married,"Native, born in United States",Good,71,225,31.4,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,10,0,0,220,0,1120,0,0,90,0,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),Black only,Good,5.5-6 feet,200-300,Graduated High School,,0,220,1130,90,0,0,0
+,2022,2.02201E+13,263,Northeast,New York,67500,"House, apartment, flat",1,1,14518444,43,Male,White only,Married - spouse present,"Native, born in United States",Excellent,71,220,30.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,320,2,0,85,0,0,115,0,430,0,0,393,0,0,35,0,60,"$50,000 - $75,000",Generation X (39-54),White only,Excellent,5.5-6 feet,200-300,Bachelor's Degree,,60,115,515,393,0,0,357
+,2022,2.02201E+13,264,South,Louisiana,32500,"House, apartment, flat",1,1,23753890,28,Female,"American Indian, Alaskan Native",Married - spouse present,"Foreign born, not a U.S. citizen",Good,,148,998,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,34,0,0,15,0,0,100,0,545,0,0,215,0,0,91,0,439,"$30,000 - $50,000",Millennials (23-38),"American Indian, Alaskan Native",Good,,140-160,Some College,,439,100,560,215,0,0,125
+,2022,2.02201E+13,265,Northeast,New York,125000,"House, apartment, flat",1,1,12017726,71,Female,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Good,62,140,25.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,90,0,630,0,0,630,0,0,0,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Good,5-5.5 feet,140-160,Bachelor's Degree,,0,90,720,630,0,0,0
+,2022,2.02201E+13,266,South,Florida,37500,"House, apartment, flat",1,1,6917339,53,Female,White only,Divorced,"Native, born in United States",Very good,64,155,26.6,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,82,25,0,0,315,0,492,0,0,495,0,0,31,0,0,"$30,000 - $50,000",Generation X (39-54),White only,Very good,5-5.5 feet,140-160,Some College,,0,315,517,495,0,0,113
+,2022,2.02201E+13,267,Midwest,Minnesota,125000,"House, apartment, flat",1,1,4001066,70,Male,White only,Married - spouse present,"Native, born in United States",Very good,74,195,25,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,0,0,585,0,0,440,330,0,40,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Very good,6-6.5 feet,180-200,Master's or Doctoral Degree,,0,0,630,770,0,0,40
+,2022,2.02201E+13,268,Northeast,New Jersey,125000,"House, apartment, flat",1,1,30946500,51,Female,Black only,Divorced,"Native, born in United States",Very good,64,140,24,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,135,0,0,0,0,0,0,0,400,0,170,285,0,0,0,0,450,"$100,000 - $150,000",Generation X (39-54),Black only,Very good,5-5.5 feet,140-160,Bachelor's Degree,,450,0,400,455,0,0,135
+,2022,2.02201E+13,269,West,Arizona,11250,"House, apartment, flat",1,1,1364583,68,Female,White only,Never married,"Native, born in United States",Excellent,64,173,29.7,12th grade - no diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,0,0,855,0,0,465,0,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Excellent,5-5.5 feet,160-180,Some High School,,0,0,975,465,0,0,0
+,2022,2.02201E+13,270,Midwest,North Dakota,87500,"House, apartment, flat",1,1,4291408,60,Female,White only,Married - spouse present,"Native, born in United States",Very good,67,150,23.5,Associate degree - occupational vocational,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,0,0,130,0,510,0,0,240,0,0,10,0,475,"$75,000 - $100,000",Boomers (55-73),White only,Very good,5.5-6 feet,140-160,Associate Degree,,475,130,585,240,0,0,10
+,2022,2.02201E+13,271,South,Florida,87500,"House, apartment, flat",1,1,4745384,39,Male,White only,Never married,"Native, born in United States",Very good,69,180,26.6,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,0,0,20,0,600,0,0,745,0,0,0,0,0,"$75,000 - $100,000",Generation X (39-54),White only,Very good,5.5-6 feet,180-200,Master's or Doctoral Degree,,0,20,675,745,0,0,0
+,2022,2.02201E+13,272,West,Oregon,13750,"House, apartment, flat",1,1,6586450,64,Male,White only,Never married,"Native, born in United States",Very good,69,150,22.1,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,45,30,0,0,310,0,950,0,0,45,0,0,60,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Very good,5.5-6 feet,140-160,Master's or Doctoral Degree,,0,310,980,45,0,0,105
+,2022,2.02201E+13,273,South,Virginia,67500,"House, apartment, flat",1,1,7531643,52,Female,White only,Divorced,"Native, born in United States",Good,67,143,22.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,120,0,0,95,0,0,90,0,563,0,2,390,0,0,30,10,140,"$50,000 - $75,000",Generation X (39-54),White only,Good,5.5-6 feet,140-160,Bachelor's Degree,,140,90,658,392,0,10,150
+,2022,2.02201E+13,274,South,Virginia,87500,"House, apartment, flat",1,1,6350612,72,Female,White only,Married - spouse present,"Native, born in United States",Good,62,140,25.6,Some college but no degree,College--four years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,160,20,0,0,180,30,500,0,180,180,0,90,100,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Good,5-5.5 feet,140-160,Some College,,0,210,520,360,0,0,350
+,2022,2.02201E+13,275,West,Washington,27500,Mobile home or trailer with no permanent room added,1,1,6171803,47,Female,White only,Divorced,"Native, born in United States",Fair,60,130,25.4,7th or 8th grade,Seventh through eighth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,260,0,940,0,0,210,0,0,0,0,0,"$10,000 - $30,000",Generation X (39-54),White only,Fair,5-5.5 feet,120-140,Middle School or Less,,0,260,970,210,0,0,0
+,2022,2.02201E+13,276,West,California,67500,"House, apartment, flat",1,1,6117025,36,Female,White only,Married - spouse present,"Native, born in United States",Excellent,69,191,28.2,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,Has difficulty remembering,380,0,25,60,0,0,198,0,530,0,0,120,65,0,62,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Excellent,5.5-6 feet,180-200,Master's or Doctoral Degree,,0,198,590,185,0,0,467
+,2022,2.02201E+13,277,South,Florida,125000,"House, apartment, flat",1,1,8471127,47,Male,White only,Never married,"Native, born in United States",Very good,69,180,26.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,30,0,705,0,0,180,0,0,0,0,435,"$100,000 - $150,000",Generation X (39-54),White only,Very good,5.5-6 feet,180-200,Bachelor's Degree,,435,30,795,180,0,0,0
+,2022,2.02201E+13,278,South,Oklahoma,55000,"House, apartment, flat",1,1,8782752,60,Male,White only,Never married,"Native, born in United States",NIU (Not in universe),,9999,999,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,60,0,480,0,0,255,0,0,30,0,390,"$50,000 - $75,000",Boomers (55-73),White only,"Other (Refused, Dont know, NIU)",,>300,Bachelor's Degree,,390,60,540,255,0,0,30
+,2022,2.02201E+13,279,Northeast,Connecticut,22500,"House, apartment, flat",1,1,4254708,61,Female,White only,Married - spouse absent,"Native, born in United States",Very good,63,145,25.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,150,0,0,0,0,420,0,0,240,0,0,30,0,600,"$10,000 - $30,000",Boomers (55-73),White only,Very good,5-5.5 feet,140-160,Bachelor's Degree,,600,0,570,240,0,0,30
+,2022,2.02201E+13,280,West,California,87500,"House, apartment, flat",1,1,12402314,70,Male,White only,Widowed,"Native, born in United States",Excellent,76,210,25.6,High school graduate - GED,Eleventh grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,35,43,0,0,118,0,594,0,60,565,0,5,20,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Excellent,6-6.5 feet,200-300,Graduated High School,,0,118,637,625,0,0,60
+,2022,2.02201E+13,281,Midwest,Illinois,200000,"House, apartment, flat",1,1,57216827,56,Female,White only,Married - spouse present,"Native, born in United States",Very good,67,160,25.1,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,40,0,660,0,165,60,0,0,0,0,455,"$150,000 and over",Boomers (55-73),White only,Very good,5.5-6 feet,160-180,Master's or Doctoral Degree,,455,40,720,225,0,0,0
+,2022,2.02201E+13,282,Midwest,Ohio,125000,"House, apartment, flat",1,1,7810108,69,Female,White only,Married - spouse present,"Native, born in United States",Very good,61,138,26.1,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,115,0,0,428,0,585,0,0,30,30,135,0,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Very good,5-5.5 feet,120-140,Master's or Doctoral Degree,,0,428,700,60,0,0,135
+,2022,2.02201E+13,283,South,Texas,55000,"House, apartment, flat",1,1,25622887,24,Female,Black only,Married - spouse present,"Native, born in United States",Good,63,9994,998,Associate degree - occupational vocational,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,115,0,15,30,0,0,90,0,950,65,0,120,0,0,55,0,0,"$50,000 - $75,000",Millennials (23-38),Black only,Good,5-5.5 feet,>300,Associate Degree,,0,90,1045,120,0,0,185
+,2022,2.02201E+13,284,Midwest,Ohio,125000,"House, apartment, flat",1,1,7134354,65,Male,White only,Married - spouse present,"Native, born in United States",Very good,68,190,28.9,Associate degree - occupational vocational,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,60,0,660,0,0,645,0,0,15,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Very good,5.5-6 feet,180-200,Associate Degree,,0,60,720,645,0,0,15
+,2022,2.02201E+13,285,South,Alabama,17500,"House, apartment, flat",1,1,5136784,34,Female,Black only,Married - spouse present,"Native, born in United States",Very good,66,135,21.8,Some college but no degree,College--one year,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,30,0,0,45,0,0,180,0,670,0,45,345,0,30,0,0,0,"$10,000 - $30,000",Millennials (23-38),Black only,Very good,5.5-6 feet,120-140,Some College,,0,180,715,390,0,0,60
+,2022,2.02201E+13,286,Northeast,Massachusetts,17500,"House, apartment, flat",1,1,14156356,62,Female,White only,Separated,"Native, born in United States",Poor,62,165,30.2,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,Has difficulty remembering,0,0,0,120,0,0,10,0,610,0,0,680,0,20,0,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Poor,5-5.5 feet,160-180,Graduated High School,,0,10,730,680,0,0,20
+,2022,2.02201E+13,287,South,Maryland,125000,"House, apartment, flat",1,1,13130689,63,Female,Black only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Very good,59,150,30.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,240,135,0,0,70,0,630,0,0,240,0,0,125,0,0,"$100,000 - $150,000",Boomers (55-73),Black only,Very good,0-5 feet,140-160,Bachelor's Degree,,0,70,765,240,0,0,365
+,2022,2.02201E+13,288,Midwest,Ohio,125000,"House, apartment, flat",1,1,13257661,34,Male,White only,Never married,"Native, born in United States",Very good,68,175,26.6,High school graduate - diploma,Twelfth grade,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,45,90,0,0,10,0,575,0,0,190,0,0,290,0,240,"$100,000 - $150,000",Millennials (23-38),White only,Very good,5.5-6 feet,160-180,Graduated High School,,240,10,665,190,0,0,335
+,2022,2.02201E+13,289,Northeast,Pennsylvania,125000,"House, apartment, flat",1,1,16978272,63,Female,White only,Married - spouse present,"Native, born in United States",Good,,9996,998,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,60,0,570,0,0,180,0,0,0,0,540,"$100,000 - $150,000",Boomers (55-73),White only,Good,,>300,Graduated High School,,540,60,660,180,0,0,0
+,2022,2.02201E+13,290,South,Virginia,55000,"House, apartment, flat",1,1,10401393,42,Male,Black only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Excellent,73,195,25.7,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,150,0,735,0,30,320,0,55,0,0,120,"$50,000 - $75,000",Generation X (39-54),Black only,Excellent,6-6.5 feet,180-200,Master's or Doctoral Degree,,120,150,765,350,0,0,55
+,2022,2.02201E+13,291,South,Kentucky,87500,"House, apartment, flat",1,1,14194174,39,Male,White only,Married - spouse present,"Native, born in United States",Good,73,164,21.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,165,0,20,95,0,0,100,0,585,0,0,35,0,0,60,0,380,"$75,000 - $100,000",Generation X (39-54),White only,Good,6-6.5 feet,160-180,Bachelor's Degree,,380,100,680,35,0,0,245
+,2022,2.02201E+13,292,West,Colorado,200000,"House, apartment, flat",1,1,7355540,59,Female,White only,Married - spouse present,"Native, born in United States",Very good,64,125,21.5,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,95,45,0,0,405,0,600,0,0,254,0,0,41,0,0,"$150,000 and over",Boomers (55-73),White only,Very good,5-5.5 feet,120-140,Graduated High School,,0,405,645,254,0,0,136
+,2022,2.02201E+13,293,Midwest,Michigan,32500,Mobile home or trailer with no permanent room added,1,1,8390816,59,Female,White only,Never married,"Native, born in United States",Good,63,260,46.1,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,75,0,0,0,0,495,0,0,230,0,90,30,0,510,"$30,000 - $50,000",Boomers (55-73),White only,Good,5-5.5 feet,200-300,Associate Degree,,510,0,570,230,0,0,130
+,2022,2.02201E+13,294,West,Washington,87500,"House, apartment, flat",1,1,4145626,45,Female,White only,Married - spouse present,"Native, born in United States",Very good,66,139,22.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,405,0,5,50,0,0,190,0,605,0,0,115,0,0,55,0,0,"$75,000 - $100,000",Generation X (39-54),White only,Very good,5.5-6 feet,120-140,Bachelor's Degree,,0,190,655,115,0,0,465
+,2022,2.02201E+13,295,Midwest,Minnesota,200000,"House, apartment, flat",1,1,5053942,36,Female,White only,Married - spouse present,"Native, born in United States",Very good,64,140,24,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,102,0,0,40,0,0,155,0,498,0,0,480,45,0,120,0,0,"$150,000 and over",Millennials (23-38),White only,Very good,5-5.5 feet,140-160,Master's or Doctoral Degree,,0,155,538,525,0,0,222
+,2022,2.02201E+13,296,Northeast,New Jersey,37500,"House, apartment, flat",1,1,20531967,80,Female,White only,Married - spouse present,"Native, born in United States",Good,65,209,34.8,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,50,0,0,81,0,546,0,15,748,0,0,0,0,0,"$30,000 - $50,000",Silent (74-91),White only,Good,5-5.5 feet,200-300,Graduated High School,,0,81,596,763,0,0,0
+,2022,2.02201E+13,297,South,Florida,32500,"House, apartment, flat",1,1,4356412,73,Female,White only,Widowed,"Foreign born, U.S. citizen by naturalization",Good,60,182,35.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,40,0,0,61,60,630,0,0,559,0,90,0,0,0,"$30,000 - $50,000",Silent (74-91),White only,Good,5-5.5 feet,180-200,Bachelor's Degree,,0,121,670,559,0,0,90
+,2022,2.02201E+13,298,Midwest,Michigan,67500,"House, apartment, flat",1,1,11363933,43,Female,Black only,Married - spouse present,"Native, born in United States",Fair,62,165,30.2,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,Has difficulty remembering,0,0,0,30,0,0,0,0,780,0,0,630,0,0,0,0,0,"$50,000 - $75,000",Generation X (39-54),Black only,Fair,5-5.5 feet,160-180,Master's or Doctoral Degree,,0,0,810,630,0,0,0
+,2022,2.02201E+13,299,Northeast,Massachusetts,67500,"House, apartment, flat",1,1,7643908,26,Male,White only,Married - spouse present,"Native, born in United States",Good,67,140,21.9,Associate degree - academic program,College--two years,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,65,0,0,0,0,700,0,0,620,0,0,55,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Good,5.5-6 feet,140-160,Associate Degree,,0,0,765,620,0,0,55
+,2022,2.02201E+13,300,West,California,87500,"House, apartment, flat",1,1,8337599,24,Female,White only,Married - spouse present,"Native, born in United States",Fair,65,265,44.1,Associate degree - academic program,College--two years,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,120,0,0,300,0,720,0,0,200,0,0,40,0,0,"$75,000 - $100,000",Millennials (23-38),White only,Fair,5-5.5 feet,200-300,Associate Degree,,0,300,840,200,0,0,100
+,2022,2.02201E+13,301,South,Oklahoma,32500,"House, apartment, flat",1,1,18541081,64,Male,White only,Married - spouse present,"Native, born in United States",Very good,68,185,28.1,11th grade,Eleventh grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,80,0,0,55,0,685,0,0,485,0,0,75,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Very good,5.5-6 feet,180-200,Some High School,,0,55,765,485,0,0,135
+,2022,2.02201E+13,302,South,Maryland,27500,"House, apartment, flat",1,1,20865077,65,Male,Black only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Good,66,189,30.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,0,0,705,0,0,345,45,0,195,0,90,"$10,000 - $30,000",Boomers (55-73),Black only,Good,5.5-6 feet,180-200,Bachelor's Degree,,90,0,765,390,0,0,195
+,2022,2.02201E+13,303,West,California,55000,"House, apartment, flat",1,1,5983159,76,Female,White only,Never married,"Native, born in United States",Very good,66,140,22.6,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,0,0,135,0,555,60,0,150,0,0,65,0,400,"$50,000 - $75,000",Silent (74-91),White only,Very good,5.5-6 feet,140-160,Master's or Doctoral Degree,,400,135,690,150,0,0,65
+,2022,2.02201E+13,304,West,Wyoming,45000,"House, apartment, flat",1,1,2547327,78,Male,White only,Divorced,"Native, born in United States",Fair,72,216,29.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,80,0,0,15,0,570,0,0,365,0,75,10,325,0,"$30,000 - $50,000",Silent (74-91),White only,Fair,6-6.5 feet,200-300,Bachelor's Degree,,0,15,650,365,0,325,85
+,2022,2.02201E+13,305,South,Texas,125000,"House, apartment, flat",1,1,11937310,18,Female,White only,Never married,"Native, born in United States",Excellent,63,129,22.8,11th grade,Eleventh grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,70,40,0,0,0,0,705,0,0,536,0,0,89,0,0,"$100,000 - $150,000",Generation Z (7-22),White only,Excellent,5-5.5 feet,120-140,Some High School,,0,0,745,536,0,0,159
+,2022,2.02201E+13,306,Northeast,New Jersey,17500,"House, apartment, flat",1,1,8490727,80,Male,White only,Widowed,"Foreign born, U.S. citizen by naturalization",Very good,67,144,22.6,"1st, 2nd, 3rd, or 4th grade",First through fourth grade,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,5,30,0,0,45,0,840,0,0,495,0,0,25,0,0,"$10,000 - $30,000",Silent (74-91),White only,Very good,5.5-6 feet,140-160,Middle School or Less,,0,45,870,495,0,0,30
+,2022,2.02201E+13,307,South,Maryland,200000,"House, apartment, flat",1,1,19659170,48,Male,Black only,Married - spouse present,"Native, born in United States",Very good,75,215,26.9,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,90,0,180,90,0,0,205,0,660,0,0,180,0,0,35,0,0,"$150,000 and over",Generation X (39-54),Black only,Very good,6-6.5 feet,200-300,Master's or Doctoral Degree,,0,205,750,180,0,0,305
+,2022,2.02201E+13,308,Northeast,New York,27500,"House, apartment, flat",1,1,3393806,78,Female,Black only,Divorced,"Foreign born, U.S. citizen by naturalization",Good,61,130,24.6,Associate degree - occupational vocational,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,300,0,750,0,0,315,0,15,0,0,0,"$10,000 - $30,000",Silent (74-91),Black only,Good,5-5.5 feet,120-140,Associate Degree,,0,300,810,315,0,0,15
+,2022,2.02201E+13,309,Northeast,New York,125000,"House, apartment, flat",1,1,7707024,56,Female,White only,Divorced,"Native, born in United States",Very good,64,170,29.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,7,75,0,0,62,0,610,0,0,566,0,60,60,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Very good,5-5.5 feet,160-180,Bachelor's Degree,,0,62,685,566,0,0,127
+,2022,2.02201E+13,310,South,Kentucky,125000,Mobile home or trailer with no permanent room added,1,1,31033386,54,Male,White only,Divorced,"Native, born in United States",Fair,70,245,35.2,High school graduate - diploma,Twelfth grade,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,35,0,455,0,0,950,0,0,0,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Fair,5.5-6 feet,200-300,Graduated High School,,0,35,455,950,0,0,0
+,2022,2.02201E+13,311,West,Arizona,45000,"House, apartment, flat",1,1,8787575,69,Male,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Poor,,9997,998,5th or 6th grade,Fifth through sixth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,130,0,0,80,0,660,0,0,555,0,0,15,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Poor,,>300,Middle School or Less,,0,80,790,555,0,0,15
+,2022,2.02201E+13,312,West,California,200000,"House, apartment, flat",1,1,29166406,26,Female,Asian only,Never married,"Foreign born, U.S. citizen by naturalization",Good,62,98,17.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,80,0,0,145,0,770,0,0,445,0,0,0,0,0,"$150,000 and over",Millennials (23-38),Asian only,Good,5-5.5 feet,<100,Bachelor's Degree,,0,145,850,445,0,0,0
+,2022,2.02201E+13,313,South,Florida,87500,"House, apartment, flat",1,1,3556632,37,Female,White only,Married - spouse present,"Native, born in United States",Very good,67,150,23.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,195,0,70,20,0,0,160,0,495,0,0,314,60,60,66,0,0,"$75,000 - $100,000",Millennials (23-38),White only,Very good,5.5-6 feet,140-160,Bachelor's Degree,,0,160,515,374,0,0,391
+,2022,2.02201E+13,314,South,Texas,87500,"House, apartment, flat",1,1,11815852,60,Female,White only,Divorced,"Native, born in United States",Good,64,200,34.3,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,75,0,540,0,0,120,0,0,0,0,660,"$75,000 - $100,000",Boomers (55-73),White only,Good,5-5.5 feet,200-300,Master's or Doctoral Degree,,660,75,585,120,0,0,0
+,2022,2.02201E+13,315,Midwest,Illinois,125000,"House, apartment, flat",1,1,22356892,33,Male,White only,Never married,"Native, born in United States",Very good,73,205,27,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,90,30,0,0,10,0,520,0,0,0,0,0,40,0,750,"$100,000 - $150,000",Millennials (23-38),White only,Very good,6-6.5 feet,200-300,Bachelor's Degree,,750,10,550,0,0,0,130
+,2022,2.02201E+13,316,South,Maryland,125000,"House, apartment, flat",1,1,7777171,57,Male,White only,Divorced,"Native, born in United States",Good,70,202,29,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,120,0,630,0,0,600,0,0,0,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Master's or Doctoral Degree,,0,120,720,600,0,0,0
+,2022,2.02201E+13,317,Northeast,New York,67500,"House, apartment, flat",1,1,33147119,45,Male,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Excellent,74,195,25,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,75,0,0,54,0,555,0,0,210,0,0,124,0,412,"$50,000 - $75,000",Generation X (39-54),White only,Excellent,6-6.5 feet,180-200,Bachelor's Degree,,412,54,630,210,0,0,134
+,2022,2.02201E+13,318,South,Texas,22500,"House, apartment, flat",1,1,16969509,80,Male,White only,Married - spouse present,"Native, born in United States",Good,77,165,19.6,High school graduate - GED,Eleventh grade,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,30,0,510,0,120,720,0,0,0,0,0,"$10,000 - $30,000",Silent (74-91),White only,Good,6-6.5 feet,160-180,Graduated High School,,0,30,570,840,0,0,0
+,2022,2.02201E+13,319,South,Florida,45000,"House, apartment, flat",1,1,32682724,36,Male,White only,Married - spouse present,"Native, born in Puerto Rico or U.S. Outlying Area",NIU (Not in universe),,9999,999,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,0,0,510,0,0,285,0,0,30,0,555,"$30,000 - $50,000",Millennials (23-38),White only,"Other (Refused, Dont know, NIU)",,>300,Bachelor's Degree,,555,0,570,285,0,0,30
+,2022,2.02201E+13,320,Northeast,New York,125000,"House, apartment, flat",1,1,18057604,73,Female,White only,Never married,"Native, born in United States",Excellent,64,145,24.9,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,35,135,0,0,105,0,570,15,0,290,75,80,90,45,0,"$100,000 - $150,000",Silent (74-91),White only,Excellent,5-5.5 feet,140-160,Master's or Doctoral Degree,,0,105,720,365,0,45,205
+,2022,2.02201E+13,321,South,Arkansas,55000,"House, apartment, flat",1,1,17948475,46,Male,Black only,Married - spouse present,"Native, born in United States",Good,71,204,28.4,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,Has mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,45,0,0,40,0,540,0,0,755,0,0,30,0,0,"$50,000 - $75,000",Generation X (39-54),Black only,Good,5.5-6 feet,200-300,Graduated High School,,0,40,585,755,0,0,60
+,2022,2.02201E+13,322,South,Louisiana,55000,"House, apartment, flat",1,1,11406682,36,Female,White only,Married - spouse present,"Native, born in United States",Very good,67,200,31.3,Some college but no degree,College--four years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,545,0,0,45,0,0,0,0,660,0,0,150,0,0,40,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Very good,5.5-6 feet,200-300,Some College,,0,0,705,150,0,0,585
+,2022,2.02201E+13,323,South,Texas,67500,"House, apartment, flat",1,1,5884790,63,Female,Black only,Married - spouse present,"Native, born in United States",Good,59,190,38.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,60,0,0,60,0,525,0,135,290,0,0,340,0,0,"$50,000 - $75,000",Boomers (55-73),Black only,Good,0-5 feet,180-200,Bachelor's Degree,,0,60,585,425,0,0,370
+,2022,2.02201E+13,324,South,Texas,22500,"House, apartment, flat",1,1,13109488,40,Female,Black only,Divorced,"Native, born in United States",Good,64,179,30.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,325,0,0,0,0,0,20,0,690,0,0,405,0,0,0,0,0,"$10,000 - $30,000",Generation X (39-54),Black only,Good,5-5.5 feet,160-180,Bachelor's Degree,,0,20,690,405,0,0,325
+,2022,2.02201E+13,325,Midwest,Ohio,55000,"House, apartment, flat",1,1,27833953,50,Male,White only,Married - spouse present,"Native, born in United States",Good,69,175,25.8,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,0,0,505,10,0,237,0,0,23,0,620,"$50,000 - $75,000",Generation X (39-54),White only,Good,5.5-6 feet,160-180,Graduated High School,,620,0,560,237,0,0,23
+,2022,2.02201E+13,326,Northeast,New York,55000,"House, apartment, flat",1,1,3906072,85,Female,White only,Widowed,"Foreign born, U.S. citizen by naturalization",Very good,63,135,23.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,125,0,0,280,0,490,0,0,495,0,50,0,0,0,"$50,000 - $75,000",Silent (74-91),White only,Very good,5-5.5 feet,120-140,Bachelor's Degree,,0,280,615,495,0,0,50
+,2022,2.02201E+13,327,Northeast,New Jersey,67500,"House, apartment, flat",1,1,12122207,85,Male,Asian only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Good,65,135,22.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,50,0,0,340,0,730,0,15,305,0,0,0,0,0,"$50,000 - $75,000",Silent (74-91),Asian only,Good,5-5.5 feet,120-140,Bachelor's Degree,,0,340,780,320,0,0,0
+,2022,2.02201E+13,328,South,Maryland,125000,"House, apartment, flat",1,1,6098809,48,Female,White only,Never married,"Native, born in United States",Fair,69,340,50.2,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,255,0,600,0,0,540,0,0,0,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Fair,5.5-6 feet,>300,Some College,,0,255,645,540,0,0,0
+,2022,2.02201E+13,329,Midwest,Indiana,87500,"House, apartment, flat",1,1,17607131,29,Male,White only,Never married,"Native, born in United States",Good,65,190,31.6,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,35,0,0,45,0,405,0,0,275,30,0,85,0,480,"$75,000 - $100,000",Millennials (23-38),White only,Good,5-5.5 feet,180-200,Some College,,480,45,440,305,0,0,95
+,2022,2.02201E+13,330,South,Tennessee,45000,"House, apartment, flat",1,1,18158216,38,Male,White only,Divorced,"Native, born in United States",NIU (Not in universe),,9999,999,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,55,0,0,60,0,530,0,0,390,0,0,120,0,285,"$30,000 - $50,000",Generation X (39-54),White only,"Other (Refused, Dont know, NIU)",,>300,Graduated High School,,285,60,585,390,0,0,120
+,2022,2.02201E+13,331,South,Texas,17500,"House, apartment, flat",1,1,3252454,65,Female,White only,Widowed,"Foreign born, not a U.S. citizen",Good,62,149,27.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,275,0,660,0,0,425,0,20,0,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Good,5-5.5 feet,140-160,Bachelor's Degree,,0,275,720,425,0,0,20
+,2022,2.02201E+13,332,West,Montana,87500,"House, apartment, flat",1,1,6143915,38,Female,White only,Married - spouse present,"Native, born in United States",Excellent,66,140,22.6,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,250,0,0,0,0,795,0,0,300,80,0,15,0,0,"$75,000 - $100,000",Generation X (39-54),White only,Excellent,5.5-6 feet,140-160,Some College,,0,0,1045,380,0,0,15
+,2022,2.02201E+13,333,South,Florida,22500,"House, apartment, flat",1,1,9674441,67,Female,White only,Widowed,"Foreign born, U.S. citizen by naturalization",Fair,64,145,24.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,150,0,90,30,90,0,414,0,600,0,0,40,0,0,26,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Fair,5-5.5 feet,140-160,Bachelor's Degree,,0,414,630,40,90,0,266
+,2022,2.02201E+13,334,Midwest,Michigan,200000,"House, apartment, flat",1,1,6902075,65,Female,White only,Married - spouse present,"Native, born in United States",Fair,62,9997,998,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,15,0,0,0,0,820,0,0,565,0,0,40,0,0,"$150,000 and over",Boomers (55-73),White only,Fair,5-5.5 feet,>300,Graduated High School,,0,0,835,565,0,0,40
+,2022,2.02201E+13,335,Midwest,Illinois,55000,"House, apartment, flat",1,1,9275696,28,Female,White only,Never married,"Native, born in United States",Very good,63,160,28.3,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,150,0,540,0,0,660,0,0,30,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Very good,5-5.5 feet,160-180,Master's or Doctoral Degree,,0,150,600,660,0,0,30
+,2022,2.02201E+13,336,South,Georgia,55000,"House, apartment, flat",1,1,10416031,40,Female,White only,Married - spouse present,"Native, born in United States",Very good,61,124,23.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,4,60,0,0,150,0,675,0,5,330,60,30,56,0,60,"$50,000 - $75,000",Generation X (39-54),White only,Very good,5-5.5 feet,120-140,Bachelor's Degree,,60,150,735,395,0,0,90
+,2022,2.02201E+13,337,Midwest,Ohio,67500,"House, apartment, flat",1,1,12983836,53,Female,Black only,Never married,"Native, born in United States",Good,70,275,39.5,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,35,0,600,0,0,60,20,5,0,0,630,"$50,000 - $75,000",Generation X (39-54),Black only,Good,5.5-6 feet,200-300,Master's or Doctoral Degree,,630,35,690,80,0,0,5
+,2022,2.02201E+13,338,West,California,67500,"House, apartment, flat",1,1,2740837,68,Female,Asian only,Never married,"Native, born in United States",Very good,64,106,18.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,15,105,240,0,0,240,0,300,0,0,150,60,0,210,0,0,"$50,000 - $75,000",Boomers (55-73),Asian only,Very good,5-5.5 feet,100-120,Bachelor's Degree,,0,240,540,210,0,0,330
+,2022,2.02201E+13,339,West,Montana,200000,"House, apartment, flat",1,1,16379867,67,Male,White only,Married - spouse present,"Native, born in United States",Good,72,215,29.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,0,0,510,0,0,285,0,0,120,480,0,"$150,000 and over",Boomers (55-73),White only,Good,6-6.5 feet,200-300,Bachelor's Degree,,0,0,555,285,0,480,120
+,2022,2.02201E+13,340,West,New Mexico,45000,"House, apartment, flat",1,1,2368838,74,Male,White only,Widowed,"Native, born in United States",Very good,72,218,29.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,555,0,555,0,0,270,0,0,0,0,0,"$30,000 - $50,000",Silent (74-91),White only,Very good,6-6.5 feet,200-300,Bachelor's Degree,,0,555,615,270,0,0,0
+,2022,2.02201E+13,341,Northeast,Pennsylvania,87500,"House, apartment, flat",1,1,10123485,27,Male,White only,Never married,"Native, born in United States",Excellent,67,180,28.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,92,0,0,45,0,610,0,0,120,45,30,22,0,476,"$75,000 - $100,000",Millennials (23-38),White only,Excellent,5.5-6 feet,180-200,Bachelor's Degree,,476,45,702,165,0,0,52
+,2022,2.02201E+13,342,Midwest,Michigan,67500,"House, apartment, flat",1,1,7814754,85,Female,White only,Married - spouse present,"Native, born in United States",Excellent,57,143,30.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,307,0,672,0,15,331,0,0,0,0,0,"$50,000 - $75,000",Silent (74-91),White only,Excellent,0-5 feet,140-160,Bachelor's Degree,,0,307,717,346,0,0,0
+,2022,2.02201E+13,343,West,Hawaii,125000,"House, apartment, flat",1,1,5045419,43,Male,Asian only,Never married,"Foreign born, U.S. citizen by naturalization",Good,66,145,23.4,Associate degree - occupational vocational,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,215,0,560,0,0,510,0,0,0,0,5,"$100,000 - $150,000",Generation X (39-54),Asian only,Good,5.5-6 feet,140-160,Associate Degree,,5,215,620,510,0,0,0
+,2022,2.02201E+13,344,West,California,32500,"House, apartment, flat",1,1,4338385,63,Female,White only,Divorced,"Foreign born, U.S. citizen by naturalization",Good,61,142,26.8,11th grade,Eleventh grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,240,0,720,0,0,360,0,0,0,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Good,5-5.5 feet,140-160,Some High School,,0,240,840,360,0,0,0
+,2022,2.02201E+13,345,Midwest,Minnesota,200000,"House, apartment, flat",1,1,4364019,60,Male,White only,Married - spouse present,"Native, born in United States",Excellent,73,175,23.1,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,295,0,555,0,0,390,0,0,140,0,0,"$150,000 and over",Boomers (55-73),White only,Excellent,6-6.5 feet,160-180,Master's or Doctoral Degree,,0,295,615,390,0,0,140
+,2022,2.02201E+13,346,West,Oregon,200000,"House, apartment, flat",1,1,18925998,70,Male,White only,Married - spouse present,"Native, born in United States",Very good,71,175,24.4,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,0,0,520,0,0,360,0,0,30,180,260,"$150,000 and over",Boomers (55-73),White only,Very good,5.5-6 feet,160-180,Graduated High School,,260,0,610,360,0,180,30
+,2022,2.02201E+13,347,South,Florida,67500,"House, apartment, flat",1,1,4493520,79,Female,White only,Widowed,"Native, born in United States",Very good,68,179,27.2,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,180,0,0,280,0,630,0,0,330,0,0,20,0,0,"$50,000 - $75,000",Silent (74-91),White only,Very good,5.5-6 feet,160-180,Master's or Doctoral Degree,,0,280,810,330,0,0,20
+,2022,2.02201E+13,348,West,Arizona,27500,"House, apartment, flat",1,1,11949453,72,Male,White only,Married - spouse present,"Native, born in United States",Very good,72,186,25.2,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,65,0,0,0,0,540,0,0,705,0,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Very good,6-6.5 feet,180-200,Master's or Doctoral Degree,,0,0,605,705,0,0,0
+,2022,2.02201E+13,349,Northeast,New Hampshire,125000,"House, apartment, flat",1,1,8319636,76,Male,White only,Married - spouse present,"Native, born in United States",Good,66,165,26.6,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,20,30,0,0,145,0,645,0,0,270,240,0,40,0,0,"$100,000 - $150,000",Silent (74-91),White only,Good,5.5-6 feet,160-180,Some College,,0,145,675,510,0,0,60
+,2022,2.02201E+13,350,Northeast,New York,200000,"House, apartment, flat",1,1,7112570,28,Male,White only,Never married,"Native, born in United States",Very good,72,190,25.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,25,45,0,0,35,0,715,0,0,380,180,0,60,0,0,"$150,000 and over",Millennials (23-38),White only,Very good,6-6.5 feet,180-200,Bachelor's Degree,,0,35,760,560,0,0,85
+,2022,2.02201E+13,351,South,South Carolina,125000,"House, apartment, flat",1,1,6602709,48,Female,White only,Married - spouse present,"Native, born in United States",Good,62,198,36.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,300,0,0,120,0,0,215,0,470,0,0,250,0,35,0,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Good,5-5.5 feet,180-200,Bachelor's Degree,,0,215,590,250,0,0,335
+,2022,2.02201E+13,352,West,Montana,45000,"House, apartment, flat",1,1,4633788,35,Female,White only,Never married,"Native, born in United States",Very good,74,230,29.5,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,15,0,0,465,0,720,0,0,240,0,0,0,0,0,"$30,000 - $50,000",Millennials (23-38),White only,Very good,6-6.5 feet,200-300,Master's or Doctoral Degree,,0,465,735,240,0,0,0
+,2022,2.02201E+13,353,Northeast,Vermont,17500,"House, apartment, flat",1,1,12711470,77,Female,White only,Married - spouse present,"Native, born in United States",Poor,67,117,18.3,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),Has vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,60,0,0,300,0,632,0,0,448,0,0,0,0,0,"$10,000 - $30,000",Silent (74-91),White only,Poor,5.5-6 feet,100-120,Graduated High School,,0,300,692,448,0,0,0
+,2022,2.02201E+13,354,Northeast,Pennsylvania,55000,"House, apartment, flat",1,1,20875147,52,Male,White only,Never married,"Native, born in United States",Good,70,240,34.4,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,15,0,0,25,0,500,0,0,300,0,0,35,0,555,"$50,000 - $75,000",Generation X (39-54),White only,Good,5.5-6 feet,200-300,Graduated High School,,555,25,515,300,0,0,35
+,2022,2.02201E+13,355,Northeast,Massachusetts,200000,"House, apartment, flat",1,1,16471450,34,Female,Asian only,Married - spouse present,"Foreign born, not a U.S. citizen",Very good,64,110,18.9,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,70,90,0,0,275,0,600,0,0,195,0,0,120,0,90,"$150,000 and over",Millennials (23-38),Asian only,Very good,5-5.5 feet,100-120,Master's or Doctoral Degree,,90,275,690,195,0,0,190
+,2022,2.02201E+13,356,Midwest,Ohio,87500,"House, apartment, flat",1,1,11488404,59,Female,White only,Never married,"Native, born in United States",Good,64,170,29.2,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,70,0,0,30,0,460,0,0,180,0,0,20,0,650,"$75,000 - $100,000",Boomers (55-73),White only,Good,5-5.5 feet,160-180,Master's or Doctoral Degree,,650,30,530,180,0,0,50
+,2022,2.02201E+13,357,Midwest,Iowa,2500,"House, apartment, flat",1,1,22788113,50,Female,White only,Widowed,"Native, born in United States",Good,64,145,24.9,High school graduate - diploma,Twelfth grade,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,10,30,0,0,0,0,930,90,0,315,0,0,65,0,0,"Less than $10,000",Generation X (39-54),White only,Good,5-5.5 feet,140-160,Graduated High School,,0,0,1050,315,0,0,75
+,2022,2.02201E+13,358,South,Florida,125000,"House, apartment, flat",1,1,11577477,28,Male,White only,Never married,"Foreign born, U.S. citizen by naturalization",Good,66,220,35.5,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,20,0,0,0,0,410,0,0,333,0,0,142,0,525,"$100,000 - $150,000",Millennials (23-38),White only,Good,5.5-6 feet,200-300,Some College,,525,0,430,333,0,0,142
+,2022,2.02201E+13,359,West,Nevada,125000,"House, apartment, flat",1,1,13254237,40,Male,White-Black,Married - spouse present,"Native, born in United States",Very good,76,255,31,Some college but no degree,College--two years,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,20,0,0,97,0,415,0,0,320,0,48,60,0,480,"$100,000 - $150,000",Generation X (39-54),Mixed,Very good,6-6.5 feet,200-300,Some College,,480,97,435,320,0,0,108
+,2022,2.02201E+13,360,Midwest,Indiana,125000,"House, apartment, flat",1,1,4834012,31,Female,White only,Married - spouse present,"Native, born in United States",Good,66,165,26.6,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - absent,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,5,0,0,90,0,0,270,0,655,0,0,420,0,0,0,0,0,"$100,000 - $150,000",Millennials (23-38),White only,Good,5.5-6 feet,160-180,Master's or Doctoral Degree,,0,270,745,420,0,0,5
+,2022,2.02201E+13,361,South,Texas,45000,"House, apartment, flat",1,1,15781018,28,Female,Black only,Never married,"Native, born in United States",Good,63,210,37.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,0,0,470,0,0,0,0,0,20,0,890,"$30,000 - $50,000",Millennials (23-38),Black only,Good,5-5.5 feet,200-300,Bachelor's Degree,,890,0,530,0,0,0,20
+,2022,2.02201E+13,362,South,Kentucky,11250,"House, apartment, flat",1,1,4213272,73,Male,Black only,Separated,"Native, born in United States",Good,71,230,32.1,5th or 6th grade,Fifth through sixth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,15,0,0,40,0,776,0,0,609,0,0,0,0,0,"$10,000 - $30,000",Silent (74-91),Black only,Good,5.5-6 feet,200-300,Middle School or Less,,0,40,791,609,0,0,0
+,2022,2.02201E+13,363,Northeast,New York,125000,"House, apartment, flat",1,1,13770047,34,Female,White only,Married - spouse present,"Native, born in United States",Good,65,290,48.3,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,10,0,0,105,0,0,0,0,750,0,0,0,0,0,63,0,422,"$100,000 - $150,000",Millennials (23-38),White only,Good,5-5.5 feet,200-300,Master's or Doctoral Degree,,422,0,855,0,0,0,73
+,2022,2.02201E+13,364,South,Texas,27500,"House, apartment, flat",1,1,5897852,69,Female,White only,Divorced,"Native, born in United States",Fair,69,150,22.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,120,0,0,200,0,385,0,0,600,30,15,30,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Fair,5.5-6 feet,140-160,Bachelor's Degree,,0,200,505,630,0,0,105
+,2022,2.02201E+13,365,Midwest,Wisconsin,32500,"House, apartment, flat",1,1,4630947,57,Male,White only,Never married,"Native, born in United States",Good,67,185,29,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,60,0,60,0,0,140,0,640,0,0,480,0,0,60,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Good,5.5-6 feet,180-200,Some College,,0,140,700,480,0,0,120
+,2022,2.02201E+13,366,South,Maryland,37500,"House, apartment, flat",1,1,21593650,57,Female,White only,Never married,"Native, born in United States",Poor,63,140,24.8,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),Has vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,Has difficulty remembering,15,0,40,20,0,25,80,0,785,0,0,360,0,0,115,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Poor,5-5.5 feet,140-160,Graduated High School,,0,80,805,360,0,0,195
+,2022,2.02201E+13,367,South,Texas,87500,Mobile home or trailer with no permanent room added,1,1,8164656,38,Male,White only,Married - spouse present,"Native, born in United States",Good,72,260,35.3,Some college but no degree,College--four years,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,75,0,20,185,0,0,205,0,595,0,0,310,0,0,50,0,0,"$75,000 - $100,000",Generation X (39-54),White only,Good,6-6.5 feet,200-300,Some College,,0,205,780,310,0,0,145
+,2022,2.02201E+13,368,West,Idaho,67500,"House, apartment, flat",1,1,21340674,21,Female,White only,Never married,"Native, born in United States",Good,64,153,26.3,11th grade,Eleventh grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,205,0,0,70,0,0,270,0,635,0,0,120,120,0,20,0,0,"$50,000 - $75,000",Generation Z (7-22),White only,Good,5-5.5 feet,140-160,Some High School,,0,270,705,240,0,0,225
+,2022,2.02201E+13,369,South,Virginia,125000,"House, apartment, flat",1,1,12026428,57,Female,White only,Widowed,"Native, born in United States",Good,67,220,34.5,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,5,0,15,90,0,0,126,0,530,0,0,519,0,90,65,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Some College,,0,126,620,519,0,0,175
+,2022,2.02201E+13,370,South,Alabama,32500,"House, apartment, flat",1,1,15823804,80,Male,Black only,Married - spouse present,"Native, born in United States",Good,69,215,31.7,11th grade,Eleventh grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,40,0,0,10,0,720,0,0,580,0,0,10,0,0,"$30,000 - $50,000",Silent (74-91),Black only,Good,5.5-6 feet,200-300,Some High School,,0,10,760,580,0,0,10
+,2022,2.02201E+13,371,West,Alaska,200000,"House, apartment, flat",1,1,5002860,44,Male,White only,Married - spouse present,"Native, born in United States",Very good,64,115,19.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,5,0,0,0,0,0,0,695,0,0,690,0,0,50,0,0,"$150,000 and over",Generation X (39-54),White only,Very good,5-5.5 feet,100-120,Bachelor's Degree,,0,0,695,690,0,0,55
+,2022,2.02201E+13,372,Midwest,Minnesota,11250,Mobile home or trailer with no permanent room added,1,1,11023132,74,Female,White only,Never married,"Native, born in United States",Good,66,9996,998,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,35,0,0,70,0,450,0,0,885,0,0,0,0,0,"$10,000 - $30,000",Silent (74-91),White only,Good,5.5-6 feet,>300,Graduated High School,,0,70,485,885,0,0,0
+,2022,2.02201E+13,373,West,Arizona,87500,"House, apartment, flat",1,1,2825544,69,Female,White only,Widowed,"Native, born in United States",Very good,63,166,29.4,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,120,0,540,0,0,750,0,0,0,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Very good,5-5.5 feet,160-180,Master's or Doctoral Degree,,0,120,570,750,0,0,0
+,2022,2.02201E+13,374,Northeast,Pennsylvania,125000,"House, apartment, flat",1,1,6098272,41,Male,White only,Never married,"Native, born in United States",Excellent,70,170,24.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,180,0,600,0,0,570,0,0,0,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Excellent,5.5-6 feet,160-180,Bachelor's Degree,,0,180,690,570,0,0,0
+,2022,2.02201E+13,375,South,Virginia,200000,"House, apartment, flat",1,1,3777180,45,Female,White only,Married - spouse present,"Native, born in United States",Very good,59,198,40,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,260,0,60,60,0,0,330,0,580,0,0,120,0,0,30,0,0,"$150,000 and over",Generation X (39-54),White only,Very good,0-5 feet,180-200,Bachelor's Degree,,0,330,640,120,0,0,350
+,2022,2.02201E+13,376,West,Montana,13750,"House, apartment, flat",1,1,3108773,85,Female,White only,Divorced,"Native, born in United States",Good,58,130,27.2,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,135,0,540,0,120,490,60,0,50,0,0,"$10,000 - $30,000",Silent (74-91),White only,Good,0-5 feet,120-140,Graduated High School,,0,135,585,670,0,0,50
+,2022,2.02201E+13,377,Northeast,New York,200000,"House, apartment, flat",1,1,17348782,25,Male,Asian only,Never married,"Native, born in United States",Very good,67,157,24.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,0,0,30,0,525,0,0,60,0,180,60,0,510,"$150,000 and over",Millennials (23-38),Asian only,Very good,5.5-6 feet,140-160,Bachelor's Degree,,510,30,600,60,0,0,240
+,2022,2.02201E+13,378,West,Arizona,87500,"House, apartment, flat",1,1,8268883,20,Female,White only,Separated,"Native, born in United States",Good,63,140,24.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,15,40,300,0,100,0,809,0,0,60,76,0,40,0,0,"$75,000 - $100,000",Generation Z (7-22),White only,Good,5-5.5 feet,140-160,Bachelor's Degree,,0,100,849,136,300,0,55
+,2022,2.02201E+13,379,South,Delaware,125000,"House, apartment, flat",1,1,7697280,31,Female,Black only,Never married,"Native, born in United States",Good,63,230,40.7,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,270,0,750,0,0,180,0,0,0,0,120,"$100,000 - $150,000",Millennials (23-38),Black only,Good,5-5.5 feet,200-300,Graduated High School,,120,270,870,180,0,0,0
+,2022,2.02201E+13,380,West,Colorado,55000,"House, apartment, flat",1,1,15929603,17,Female,White only,Never married,"Native, born in United States",Fair,62,98,17.9,10th grade,Tenth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,180,0,10,0,0,65,0,700,0,0,445,0,0,40,0,0,"$50,000 - $75,000",Generation Z (7-22),White only,Fair,5-5.5 feet,<100,Some High School,,0,65,710,445,0,0,220
+,2022,2.02201E+13,381,Midwest,Wisconsin,67500,"House, apartment, flat",1,1,25179580,43,Male,Asian only,Never married,"Foreign born, U.S. citizen by naturalization",Fair,66,167,27,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,30,0,580,0,0,245,0,0,30,0,465,"$50,000 - $75,000",Generation X (39-54),Asian only,Fair,5.5-6 feet,160-180,Some College,,465,30,670,245,0,0,30
+,2022,2.02201E+13,382,South,Kentucky,13750,"House, apartment, flat",1,1,7112351,78,Female,White only,Widowed,"Native, born in United States",Fair,62,150,27.4,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,86,0,0,215,0,529,0,0,390,0,60,0,0,0,"$10,000 - $30,000",Silent (74-91),White only,Fair,5-5.5 feet,140-160,Graduated High School,,0,215,615,390,0,0,60
+,2022,2.02201E+13,383,South,Mississippi,32500,"House, apartment, flat",1,1,19729606,28,Male,White only,Married - spouse present,"Native, born in United States",Very good,68,230,35,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,6,10,0,0,75,0,437,0,0,398,0,0,78,0,436,"$30,000 - $50,000",Millennials (23-38),White only,Very good,5.5-6 feet,200-300,Graduated High School,,436,75,447,398,0,0,84
+,2022,2.02201E+13,384,West,Washington,87500,"House, apartment, flat",1,1,29005286,58,Male,White only,Married - spouse present,"Native, born in United States",Fair,69,280,41.3,High school graduate - GED,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,70,0,0,0,0,450,0,0,275,0,0,38,0,607,"$75,000 - $100,000",Boomers (55-73),White only,Fair,5.5-6 feet,200-300,Graduated High School,,607,0,520,275,0,0,38
+,2022,2.02201E+13,385,Midwest,Wisconsin,37500,"House, apartment, flat",1,1,9260941,49,Male,White only,Never married,"Native, born in United States",Good,65,230,38.3,Associate degree - occupational vocational,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,150,0,0,0,0,600,0,0,0,0,0,0,0,690,"$30,000 - $50,000",Generation X (39-54),White only,Good,5-5.5 feet,200-300,Associate Degree,,690,0,750,0,0,0,0
+,2022,2.02201E+13,386,South,Texas,200000,"House, apartment, flat",1,1,16905379,36,Male,White only,Married - spouse present,"Native, born in United States",NIU (Not in universe),,9999,999,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,40,120,0,55,0,0,55,0,500,0,0,50,0,0,100,0,520,"$150,000 and over",Millennials (23-38),White only,"Other (Refused, Dont know, NIU)",,>300,Bachelor's Degree,,520,55,555,50,0,0,260
+,2022,2.02201E+13,387,South,Texas,27500,"House, apartment, flat",1,1,4372528,80,Female,White only,Widowed,"Native, born in United States",Very good,68,210,31.9,Some college but no degree,College--three years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,90,0,0,120,0,630,0,0,600,0,0,0,0,0,"$10,000 - $30,000",Silent (74-91),White only,Very good,5.5-6 feet,200-300,Some College,,0,120,720,600,0,0,0
+,2022,2.02201E+13,388,West,Colorado,37500,"House, apartment, flat",1,1,4413515,67,Female,White only,Married - spouse present,"Native, born in United States",Poor,73,270,35.6,Some college but no degree,College--four years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,130,30,0,0,15,0,710,0,105,290,0,0,130,30,0,"$30,000 - $50,000",Boomers (55-73),White only,Poor,6-6.5 feet,200-300,Some College,,0,15,740,395,0,30,260
+,2022,2.02201E+13,389,Northeast,Pennsylvania,37500,Mobile home or trailer with no permanent room added,1,1,29285385,29,Female,White only,Never married,"Native, born in United States",Very good,61,117,22.1,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,223,0,0,75,0,0,160,0,818,0,0,150,0,0,14,0,0,"$30,000 - $50,000",Millennials (23-38),White only,Very good,5-5.5 feet,100-120,Graduated High School,,0,160,893,150,0,0,237
+,2022,2.02201E+13,390,West,Alaska,45000,"House, apartment, flat",1,1,3656713,73,Male,White only,Married - spouse present,"Native, born in United States",Very good,70,180,25.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,120,0,80,0,0,60,0,510,0,0,490,120,0,0,0,0,"$30,000 - $50,000",Silent (74-91),White only,Very good,5.5-6 feet,180-200,Bachelor's Degree,,0,60,590,610,0,0,120
+,2022,2.02201E+13,391,South,Louisiana,17500,"House, apartment, flat",1,1,7276380,63,Female,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Fair,65,145,24.1,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,2,5,0,60,0,0,110,0,588,0,0,147,0,0,181,0,347,"$10,000 - $30,000",Boomers (55-73),White only,Fair,5-5.5 feet,140-160,Master's or Doctoral Degree,,347,110,648,147,0,0,188
+,2022,2.02201E+13,392,South,Texas,87500,"House, apartment, flat",1,1,42382586,23,Female,White only,Never married,"Native, born in United States",Excellent,66,118,19,Some college but no degree,College--four years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,990,0,15,0,270,0,0,0,0,0,90,0,0,"$75,000 - $100,000",Millennials (23-38),White only,Excellent,5.5-6 feet,100-120,Some College,,0,15,345,0,990,0,90
+,2022,2.02201E+13,393,South,North Carolina,32500,"House, apartment, flat",1,1,21757246,39,Male,White only,Widowed,"Native, born in United States",Fair,70,195,28,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,120,40,0,0,95,0,615,0,0,540,10,0,20,0,0,"$30,000 - $50,000",Generation X (39-54),White only,Fair,5.5-6 feet,180-200,Graduated High School,,0,95,655,550,0,0,140
+,2022,2.02201E+13,394,Northeast,New Jersey,27500,"House, apartment, flat",1,1,7087494,76,Female,White only,Married - spouse present,"Native, born in United States",Poor,62,145,26.5,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,40,0,0,0,0,620,0,0,780,0,0,0,0,0,"$10,000 - $30,000",Silent (74-91),White only,Poor,5-5.5 feet,140-160,Graduated High School,,0,0,660,780,0,0,0
+,2022,2.02201E+13,395,South,Louisiana,67500,"House, apartment, flat",1,1,3924858,32,Female,White only,Married - spouse present,"Native, born in United States",Good,63,200,35.4,Some college but no degree,College--three years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,30,0,120,90,0,0,470,0,540,0,0,180,0,0,10,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Good,5-5.5 feet,200-300,Some College,,0,470,630,180,0,0,160
+,2022,2.02201E+13,396,South,Virginia,200000,"House, apartment, flat",1,1,2733473,27,Female,White only,Never married,"Native, born in United States",Fair,67,330,51.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,2,0,5,10,0,0,82,0,429,0,0,739,0,120,53,0,0,"$150,000 and over",Millennials (23-38),White only,Fair,5.5-6 feet,>300,Bachelor's Degree,,0,82,439,739,0,0,180
+,2022,2.02201E+13,397,Northeast,New Jersey,200000,"House, apartment, flat",1,1,5536064,36,Male,Asian only,Married - spouse present,"Foreign born, not a U.S. citizen",Good,71,140,19.5,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,165,0,0,90,0,0,240,0,675,0,0,120,0,0,0,0,0,"$150,000 and over",Millennials (23-38),Asian only,Good,5.5-6 feet,140-160,Master's or Doctoral Degree,,0,240,765,120,0,0,165
+,2022,2.02201E+13,398,Midwest,South Dakota,45000,"House, apartment, flat",1,1,11780479,29,Male,White only,Married - spouse present,"Native, born in United States",Excellent,70,180,25.8,Associate degree - occupational vocational,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,1,39,90,0,0,10,0,510,0,0,145,0,0,42,0,603,"$30,000 - $50,000",Millennials (23-38),White only,Excellent,5.5-6 feet,180-200,Associate Degree,,603,10,600,145,0,0,82
+,2022,2.02201E+13,399,Midwest,Ohio,55000,"House, apartment, flat",1,1,15908086,80,Female,White only,Married - spouse present,"Native, born in United States",Fair,64,196,33.6,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),Has vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,20,40,0,0,550,0,565,35,0,165,0,0,65,0,0,"$50,000 - $75,000",Silent (74-91),White only,Fair,5-5.5 feet,180-200,Graduated High School,,0,550,640,165,0,0,85
+,2022,2.02201E+13,400,Midwest,Indiana,125000,"House, apartment, flat",1,1,9206999,59,Female,Asian only,Married - spouse present,"Foreign born, not a U.S. citizen",Very good,63,117,20.7,Associate degree - occupational vocational,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,250,0,490,0,0,120,20,20,480,0,0,"$100,000 - $150,000",Boomers (55-73),Asian only,Very good,5-5.5 feet,100-120,Associate Degree,,0,250,550,140,0,0,500
+,2022,2.02201E+13,401,West,Arizona,125000,"House, apartment, flat",1,1,4524790,40,Female,White only,Married - spouse present,"Native, born in United States",Excellent,69,250,36.9,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,5,0,0,45,0,0,60,0,570,0,0,740,0,0,20,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Excellent,5.5-6 feet,200-300,Master's or Doctoral Degree,,0,60,615,740,0,0,25
+,2022,2.02201E+13,402,South,Florida,125000,"House, apartment, flat",1,1,5715339,62,Male,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Excellent,65,160,26.6,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,40,0,0,135,0,805,0,0,400,0,0,60,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Excellent,5-5.5 feet,160-180,Graduated High School,,0,135,845,400,0,0,60
+,2022,2.02201E+13,403,South,Alabama,11250,"House, apartment, flat",1,1,11567841,33,Male,White only,Married - spouse present,"Native, born in United States",Fair,71,260,36.3,High school graduate - GED,Seventh through eighth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,39,0,0,35,0,0,26,0,920,0,0,360,0,0,60,0,0,"$10,000 - $30,000",Millennials (23-38),White only,Fair,5.5-6 feet,200-300,Graduated High School,,0,26,955,360,0,0,99
+,2022,2.02201E+13,404,Northeast,Connecticut,55000,"House, apartment, flat",1,1,5165423,70,Female,White only,Married - spouse present,"Native, born in United States",Very good,64,175,30,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,45,0,0,255,0,630,0,0,360,0,45,45,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Very good,5-5.5 feet,160-180,Bachelor's Degree,,0,255,675,360,0,0,150
+,2022,2.02201E+13,405,West,Idaho,87500,"House, apartment, flat",1,1,12735783,31,Male,White only,Divorced,"Native, born in United States",Good,71,200,27.9,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,0,0,660,0,0,750,0,0,0,0,0,"$75,000 - $100,000",Millennials (23-38),White only,Good,5.5-6 feet,200-300,Graduated High School,,0,0,690,750,0,0,0
+,2022,2.02201E+13,406,West,California,11250,"House, apartment, flat",1,1,4345339,72,Female,White only,Divorced,"Native, born in United States",Fair,62,163,29.8,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,20,30,0,0,45,0,955,30,0,240,45,0,75,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Fair,5-5.5 feet,160-180,Some College,,0,45,1015,285,0,0,95
+,2022,2.02201E+13,407,Northeast,Massachusetts,200000,"House, apartment, flat",1,1,5694617,80,Male,White only,Widowed,"Native, born in United States",Very good,71,219,30.5,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,120,0,0,0,0,495,90,0,580,0,0,116,0,0,"$150,000 and over",Silent (74-91),White only,Very good,5.5-6 feet,200-300,Some College,,0,0,705,580,0,0,116
+,2022,2.02201E+13,408,Northeast,Connecticut,200000,"House, apartment, flat",1,1,70193161,22,Male,White only,Never married,"Native, born in United States",NIU (Not in universe),,9999,999,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,Has mobility limitation,No physical difficulty,Has difficulty remembering,0,0,0,137,0,0,35,0,750,0,0,162,0,0,56,0,300,"$150,000 and over",Millennials (23-38),White only,"Other (Refused, Dont know, NIU)",,>300,Graduated High School,,300,35,887,162,0,0,56
+,2022,2.02201E+13,409,South,Maryland,125000,"House, apartment, flat",1,1,5491236,54,Male,White only,Never married,"Native, born in United States",Good,69,200,29.5,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,35,0,0,150,0,510,0,0,675,0,0,40,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Master's or Doctoral Degree,,0,150,545,675,0,0,70
+,2022,2.02201E+13,410,Midwest,Illinois,200000,"House, apartment, flat",1,1,29073943,51,Male,White only,Married - spouse present,"Native, born in United States",Good,72,225,30.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,20,0,490,0,0,165,0,0,0,0,690,"$150,000 and over",Generation X (39-54),White only,Good,6-6.5 feet,200-300,Bachelor's Degree,,690,20,535,165,0,0,0
+,2022,2.02201E+13,411,Midwest,Ohio,87500,"House, apartment, flat",1,1,6173093,64,Female,White only,Divorced,"Native, born in United States",Don't know,63,160,28.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,70,0,0,5,0,455,0,0,220,0,0,79,0,611,"$75,000 - $100,000",Boomers (55-73),White only,"Other (Refused, Dont know, NIU)",5-5.5 feet,160-180,Bachelor's Degree,,611,5,525,220,0,0,79
+,2022,2.02201E+13,412,South,North Carolina,37500,"House, apartment, flat",1,1,16618799,29,Male,White only,Never married,"Native, born in United States",Very good,68,195,29.6,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,150,0,510,0,0,270,120,30,0,0,300,"$30,000 - $50,000",Millennials (23-38),White only,Very good,5.5-6 feet,180-200,Master's or Doctoral Degree,,300,150,570,390,0,0,30
+,2022,2.02201E+13,413,Northeast,New Jersey,37500,"House, apartment, flat",1,1,3907615,64,Male,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Good,66,170,27.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,49,0,0,280,0,720,0,0,391,0,0,0,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Good,5.5-6 feet,160-180,Bachelor's Degree,,0,280,769,391,0,0,0
+,2022,2.02201E+13,414,South,Alabama,55000,"House, apartment, flat",1,1,9515033,70,Male,White only,Married - spouse present,"Native, born in United States",Very good,71,165,23,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,80,90,0,0,200,30,540,0,0,255,0,45,80,0,120,"$50,000 - $75,000",Boomers (55-73),White only,Very good,5.5-6 feet,160-180,Master's or Doctoral Degree,,120,230,630,255,0,0,205
+,2022,2.02201E+13,415,South,Oklahoma,125000,"House, apartment, flat",1,1,9869594,33,Female,White only,Divorced,"Native, born in United States",Very good,62,120,21.9,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,75,0,0,166,0,0,45,0,561,0,0,0,45,0,128,0,420,"$100,000 - $150,000",Millennials (23-38),White only,Very good,5-5.5 feet,120-140,Graduated High School,,420,45,727,45,0,0,203
+,2022,2.02201E+13,416,South,North Carolina,2500,"House, apartment, flat",1,1,4285618,23,Male,White only,Never married,"Native, born in United States",Very good,72,210,28.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,80,0,643,0,0,552,30,0,0,0,0,"Less than $10,000",Millennials (23-38),White only,Very good,6-6.5 feet,200-300,Bachelor's Degree,,0,80,688,582,0,0,0
+,2022,2.02201E+13,417,Midwest,Ohio,125000,"House, apartment, flat",1,1,33066940,16,Female,White-Black,Never married,"Native, born in United States",Very good,69,175,25.8,9th grade,Ninth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,Has difficulty remembering,0,0,0,15,444,0,14,0,544,0,0,360,0,0,63,0,0,"$100,000 - $150,000",Generation Z (7-22),Mixed,Very good,5.5-6 feet,160-180,Some High School,,0,14,559,360,444,0,63
+,2022,2.02201E+13,418,South,Florida,125000,"House, apartment, flat",1,1,5123946,57,Female,White only,Divorced,"Native, born in United States",Very good,67,160,25.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,30,0,0,42,0,420,0,0,821,0,0,97,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Very good,5.5-6 feet,160-180,Bachelor's Degree,,0,42,450,821,0,0,127
+,2022,2.02201E+13,419,South,Texas,200000,"House, apartment, flat",1,1,10126681,68,Female,White only,Married - spouse present,"Native, born in United States",Good,65,165,27.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,80,0,0,460,0,630,0,0,210,60,0,0,0,0,"$150,000 and over",Boomers (55-73),White only,Good,5-5.5 feet,160-180,Bachelor's Degree,,0,460,710,270,0,0,0
+,2022,2.02201E+13,420,South,Kentucky,17500,"House, apartment, flat",1,1,8392787,85,Female,White only,Widowed,"Native, born in United States",Poor,60,160,31.2,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,65,0,0,215,0,575,0,0,585,0,0,0,0,0,"$10,000 - $30,000",Silent (74-91),White only,Poor,5-5.5 feet,160-180,Graduated High School,,0,215,640,585,0,0,0
+,2022,2.02201E+13,421,West,Arizona,200000,"House, apartment, flat",1,1,4577040,80,Male,White only,Married - spouse present,"Native, born in United States",Good,66,180,29,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,0,0,420,0,0,924,30,0,6,0,0,"$150,000 and over",Silent (74-91),White only,Good,5.5-6 feet,180-200,Bachelor's Degree,,0,0,480,954,0,0,6
+,2022,2.02201E+13,422,South,North Carolina,27500,"House, apartment, flat",1,1,28728394,54,Female,White only,Married - spouse present,"Native, born in United States",Poor,61,192,36.3,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,79,90,0,0,235,0,710,0,0,261,0,0,65,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Poor,5-5.5 feet,180-200,Graduated High School,,0,235,800,261,0,0,144
+,2022,2.02201E+13,423,West,Arizona,8750,"House, apartment, flat",1,1,4055591,62,Female,White only,Divorced,"Native, born abroad of American parent or parents",Excellent,60,125,24.4,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,50,0,0,65,0,660,0,0,665,0,0,0,0,0,"Less than $10,000",Boomers (55-73),White only,Excellent,5-5.5 feet,120-140,Graduated High School,,0,65,710,665,0,0,0
+,2022,2.02201E+13,424,Midwest,Minnesota,125000,"House, apartment, flat",1,1,2232665,40,Female,White only,Divorced,"Native, born in United States",Good,61,148,28,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,1,0,0,50,0,0,615,0,505,0,0,210,0,45,14,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Good,5-5.5 feet,140-160,Bachelor's Degree,,0,615,555,210,0,0,60
+,2022,2.02201E+13,425,Midwest,South Dakota,27500,"House, apartment, flat",1,1,2388535,67,Female,White only,Widowed,"Native, born in United States",Fair,67,9996,998,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,0,0,130,0,690,0,0,500,45,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Fair,5.5-6 feet,>300,Graduated High School,,0,130,765,545,0,0,0
+,2022,2.02201E+13,426,West,Oregon,55000,"House, apartment, flat",1,1,3993777,53,Female,Hawaiian Pacific Islander only,Widowed,"Native, born in United States",Good,60,135,26.4,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,105,0,0,90,0,570,0,0,565,30,45,35,0,0,"$50,000 - $75,000",Generation X (39-54),Hawaiian Pacific Islander only,Good,5-5.5 feet,120-140,Graduated High School,,0,90,675,595,0,0,80
+,2022,2.02201E+13,427,Midwest,Minnesota,200000,"House, apartment, flat",1,1,45017315,59,Male,White only,Married - spouse present,"Native, born in United States",Very good,70,260,37.3,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,70,0,0,25,0,445,0,0,305,0,0,20,0,510,"$150,000 and over",Boomers (55-73),White only,Very good,5.5-6 feet,200-300,Graduated High School,,510,25,515,305,0,0,20
+,2022,2.02201E+13,428,Northeast,New York,11250,"House, apartment, flat",1,1,41773419,19,Female,White only,Never married,"Native, born in United States",Good,62,125,22.9,9th grade,Ninth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,5,0,0,30,0,0,140,0,840,0,0,415,0,0,10,0,0,"$10,000 - $30,000",Generation Z (7-22),White only,Good,5-5.5 feet,120-140,Some High School,,0,140,870,415,0,0,15
+,2022,2.02201E+13,429,West,Oregon,55000,"House, apartment, flat",1,1,2951902,75,Female,White only,Divorced,"Native, born in United States",Fair,67,195,30.5,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,60,0,0,525,0,615,0,120,120,0,0,0,0,0,"$50,000 - $75,000",Silent (74-91),White only,Fair,5.5-6 feet,180-200,Associate Degree,,0,525,675,240,0,0,0
+,2022,2.02201E+13,430,South,Florida,55000,"House, apartment, flat",1,1,20025644,26,Male,Black only,Never married,"Native, born in United States",Very good,77,160,19,Some college but no degree,Twelfth grade,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,10,0,0,0,0,440,0,0,365,0,0,50,0,565,"$50,000 - $75,000",Millennials (23-38),Black only,Very good,6-6.5 feet,160-180,Some College,,565,0,450,365,0,0,60
+,2022,2.02201E+13,431,Northeast,New York,55000,"House, apartment, flat",1,1,8727142,51,Male,White only,Married - spouse present,"Native, born in United States",Good,66,180,29,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,40,40,0,0,340,0,610,0,0,390,0,0,20,0,0,"$50,000 - $75,000",Generation X (39-54),White only,Good,5.5-6 feet,180-200,Graduated High School,,0,340,650,390,0,0,60
+,2022,2.02201E+13,432,Midwest,Nebraska,55000,"House, apartment, flat",1,1,4489486,40,Male,White only,Married - spouse present,"Native, born in United States",Good,66,180,29,Associate degree - occupational vocational,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,35,0,0,60,0,0,90,0,510,0,45,50,0,0,63,0,587,"$50,000 - $75,000",Generation X (39-54),White only,Good,5.5-6 feet,180-200,Associate Degree,,587,90,570,95,0,0,98
+,2022,2.02201E+13,433,South,Georgia,37500,"House, apartment, flat",1,1,12930266,55,Male,White only,Married - spouse present,"Native, born in United States",Poor,64,174,29.9,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),Has vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,15,80,0,0,0,0,705,0,60,550,0,0,30,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Poor,5-5.5 feet,160-180,Graduated High School,,0,0,785,610,0,0,45
+,2022,2.02201E+13,434,Midwest,Wisconsin,55000,"House, apartment, flat",1,1,13222240,71,Female,White only,Married - spouse present,"Native, born in United States",Very good,64,129,22.1,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,150,0,0,345,0,390,0,0,555,0,0,0,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Very good,5-5.5 feet,120-140,Graduated High School,,0,345,540,555,0,0,0
+,2022,2.02201E+13,435,South,Kentucky,200000,"House, apartment, flat",1,1,31473511,17,Female,White only,Never married,"Native, born in United States",Very good,63,117,20.7,10th grade,Tenth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,10,0,20,50,490,0,20,0,611,0,0,90,0,0,69,0,0,"$150,000 and over",Generation Z (7-22),White only,Very good,5-5.5 feet,100-120,Some High School,,0,20,661,90,490,0,99
+,2022,2.02201E+13,436,West,California,87500,"House, apartment, flat",1,1,6459070,37,Female,White only,Never married,"Native, born in United States",Very good,64,125,21.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,41,0,604,0,0,550,30,30,95,0,0,"$75,000 - $100,000",Millennials (23-38),White only,Very good,5-5.5 feet,120-140,Bachelor's Degree,,0,41,694,580,0,0,125
+,2022,2.02201E+13,437,Midwest,Minnesota,200000,"House, apartment, flat",1,1,14401835,28,Male,White only,Never married,"Native, born in United States",Excellent,73,190,25.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,180,0,0,0,0,585,0,0,450,165,0,60,0,0,"$150,000 and over",Millennials (23-38),White only,Excellent,6-6.5 feet,180-200,Bachelor's Degree,,0,0,765,615,0,0,60
+,2022,2.02201E+13,438,West,Washington,67500,"House, apartment, flat",1,1,12155899,25,Male,White only,Married - spouse present,"Native, born in United States",Excellent,72,200,27.1,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,5,60,0,0,165,0,720,15,0,440,0,0,35,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Excellent,6-6.5 feet,200-300,Associate Degree,,0,165,795,440,0,0,40
+,2022,2.02201E+13,439,South,Texas,55000,"House, apartment, flat",1,1,11431222,29,Male,Asian only,Never married,"Foreign born, not a U.S. citizen",Good,68,190,28.9,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,55,0,0,100,0,545,0,0,100,0,65,20,0,480,"$50,000 - $75,000",Millennials (23-38),Asian only,Good,5.5-6 feet,180-200,Master's or Doctoral Degree,,480,100,600,100,0,0,85
+,2022,2.02201E+13,440,South,Alabama,87500,"House, apartment, flat",1,1,6380266,69,Male,White only,Married - spouse present,"Native, born in United States",Very good,67,188,29.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,120,0,0,213,0,662,0,0,275,60,0,50,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Very good,5.5-6 feet,180-200,Bachelor's Degree,,0,213,782,335,0,0,110
+,2022,2.02201E+13,441,Northeast,Massachusetts,125000,"House, apartment, flat",1,1,5233232,56,Male,White only,Married - spouse present,"Native, born in United States",Good,75,196,24.5,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,50,30,0,0,61,0,660,0,0,556,50,0,33,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Good,6-6.5 feet,180-200,Master's or Doctoral Degree,,0,61,690,606,0,0,83
+,2022,2.02201E+13,442,South,Mississippi,67500,"House, apartment, flat",1,1,5243893,25,Male,White only,Married - spouse present,"Native, born in United States",Good,73,160,21.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,60,0,0,55,630,0,5,0,690,0,0,0,0,0,0,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Good,6-6.5 feet,160-180,Bachelor's Degree,,0,5,745,0,630,0,60
+,2022,2.02201E+13,443,South,Texas,37500,"House, apartment, flat",1,1,27877431,24,Female,White only,Never married,"Native, born in United States",Fair,62,9997,998,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,225,25,0,0,30,0,895,0,0,188,0,0,77,0,0,"$30,000 - $50,000",Millennials (23-38),White only,Fair,5-5.5 feet,>300,Some College,,0,30,920,188,0,0,302
+,2022,2.02201E+13,444,West,Colorado,22500,"House, apartment, flat",1,1,6298958,60,Female,White only,Divorced,"Native, born in United States",Fair,66,165,26.6,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,15,0,255,0,0,361,0,391,0,0,418,0,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Fair,5.5-6 feet,160-180,Some College,,0,361,646,418,0,0,15
+,2022,2.02201E+13,445,West,California,45000,"House, apartment, flat",1,1,6908835,62,Male,White only,Married - spouse present,"Native, born in United States",Excellent,68,190,28.9,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,180,0,0,360,0,360,0,0,540,0,0,0,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Excellent,5.5-6 feet,180-200,Graduated High School,,0,360,540,540,0,0,0
+,2022,2.02201E+13,446,South,North Carolina,45000,"House, apartment, flat",1,1,22689115,39,Male,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Good,71,208,29,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,50,0,0,45,0,0,0,0,485,0,0,295,0,0,195,0,370,"$30,000 - $50,000",Generation X (39-54),White only,Good,5.5-6 feet,200-300,Some College,,370,0,530,295,0,0,245
+,2022,2.02201E+13,447,South,North Carolina,200000,"House, apartment, flat",1,1,14763785,57,Female,Black only,Widowed,"Native, born in United States",NIU (Not in universe),,9999,999,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,30,0,496,0,0,240,0,0,14,0,600,"$150,000 and over",Boomers (55-73),Black only,"Other (Refused, Dont know, NIU)",,>300,Bachelor's Degree,,600,30,556,240,0,0,14
+,2022,2.02201E+13,448,Midwest,Kansas,11250,"House, apartment, flat",1,1,2242889,69,Female,White only,Never married,"Native, born in United States",Good,65,100,16.6,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,0,0,705,0,0,340,0,0,10,355,0,"$10,000 - $30,000",Boomers (55-73),White only,Good,5-5.5 feet,100-120,Master's or Doctoral Degree,,0,0,735,340,0,355,10
+,2022,2.02201E+13,449,Midwest,Ohio,55000,"House, apartment, flat",1,1,10878487,24,Male,White only,Married - spouse present,"Native, born in United States",Fair,77,290,34.4,Some college but no degree,College--three years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,45,15,0,0,75,0,330,0,0,360,0,0,27,0,588,"$50,000 - $75,000",Millennials (23-38),White only,Fair,6-6.5 feet,200-300,Some College,,588,75,345,360,0,0,72
+,2022,2.02201E+13,450,South,Texas,125000,"House, apartment, flat",1,1,12046235,40,Male,Asian only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Good,64,165,28.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,60,0,0,23,0,1095,0,0,0,0,0,12,0,240,"$100,000 - $150,000",Generation X (39-54),Asian only,Good,5-5.5 feet,160-180,Bachelor's Degree,,240,23,1155,0,0,0,22
+,2022,2.02201E+13,451,South,Texas,125000,"House, apartment, flat",1,1,4974738,74,Male,White only,Married - spouse present,"Native, born in United States",Very good,66,180,29,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,240,0,480,0,0,660,0,0,0,0,0,"$100,000 - $150,000",Silent (74-91),White only,Very good,5.5-6 feet,180-200,Master's or Doctoral Degree,,0,240,540,660,0,0,0
+,2022,2.02201E+13,452,Midwest,Ohio,67500,"House, apartment, flat",1,1,5962113,48,Male,White only,Divorced,"Native, born in United States",Good,70,295,42.3,Associate degree - occupational vocational,College--three years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,5,45,0,0,485,0,605,0,0,270,0,20,10,0,0,"$50,000 - $75,000",Generation X (39-54),White only,Good,5.5-6 feet,200-300,Associate Degree,,0,485,650,270,0,0,35
+,2022,2.02201E+13,453,Midwest,Minnesota,200000,"House, apartment, flat",1,1,7744968,46,Female,Asian only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Very good,64,120,20.6,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,50,0,0,90,0,0,60,0,590,0,0,30,0,0,20,0,540,"$150,000 and over",Generation X (39-54),Asian only,Very good,5-5.5 feet,120-140,Master's or Doctoral Degree,,540,60,680,30,0,0,70
+,2022,2.02201E+13,454,South,Virginia,200000,"House, apartment, flat",1,1,5358442,49,Male,White only,Married - spouse present,"Native, born in United States",Good,70,195,28,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,135,0,0,15,0,0,130,0,475,0,0,230,0,0,50,0,405,"$150,000 and over",Generation X (39-54),White only,Good,5.5-6 feet,180-200,Some College,,405,130,490,230,0,0,185
+,2022,2.02201E+13,455,Midwest,Illinois,87500,"House, apartment, flat",1,1,12693838,25,Female,Black only,Never married,"Native, born in United States",Poor,65,190,31.6,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,0,0,1020,0,0,360,0,0,0,0,0,"$75,000 - $100,000",Millennials (23-38),Black only,Poor,5-5.5 feet,180-200,Master's or Doctoral Degree,,0,0,1080,360,0,0,0
+,2022,2.02201E+13,456,West,Colorado,67500,"House, apartment, flat",1,1,13976533,30,Male,White only,Married - spouse present,"Native, born in United States",Good,72,175,23.7,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,405,0,605,0,0,270,0,0,40,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Good,6-6.5 feet,160-180,Associate Degree,,0,405,725,270,0,0,40
+,2022,2.02201E+13,457,West,California,125000,"House, apartment, flat",1,1,4480104,70,Male,White only,Married - spouse present,"Native, born in United States",Very good,67,180,28.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,0,0,585,0,0,630,0,0,60,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Very good,5.5-6 feet,180-200,Bachelor's Degree,,0,0,705,630,0,0,60
+,2022,2.02201E+13,458,South,Virginia,2500,"House, apartment, flat",1,1,47246124,24,Male,White only,Never married,"Foreign born, U.S. citizen by naturalization",Very good,71,155,21.6,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,90,70,0,0,75,0,570,0,0,455,0,120,0,0,60,"Less than $10,000",Millennials (23-38),White only,Very good,5.5-6 feet,140-160,Graduated High School,,60,75,640,455,0,0,210
+,2022,2.02201E+13,459,South,Florida,125000,"House, apartment, flat",1,1,12931784,44,Male,White only,Never married,"Native, born in United States",Good,68,270,41,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,105,0,0,45,0,480,0,0,115,0,0,105,0,590,"$100,000 - $150,000",Generation X (39-54),White only,Good,5.5-6 feet,200-300,Bachelor's Degree,,590,45,585,115,0,0,105
+,2022,2.02201E+13,460,West,Washington,8750,"House, apartment, flat",1,1,4524020,72,Female,White only,Never married,"Native, born in United States",Good,59,200,40.4,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,90,0,0,90,0,630,0,0,630,0,0,0,0,0,"Less than $10,000",Boomers (55-73),White only,Good,0-5 feet,200-300,Some College,,0,90,720,630,0,0,0
+,2022,2.02201E+13,461,Midwest,Ohio,8750,"House, apartment, flat",1,1,4874741,47,Female,Black only,Never married,"Native, born in United States",Fair,66,163,26.3,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),Has vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,3,198,30,0,0,0,0,533,0,0,544,0,0,109,0,0,"Less than $10,000",Generation X (39-54),Black only,Fair,5.5-6 feet,160-180,Graduated High School,,0,0,563,544,0,0,310
+,2022,2.02201E+13,462,South,Georgia,125000,"House, apartment, flat",1,1,20587904,28,Female,White only,Never married,"Native, born in United States",Good,68,165,25.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,17,40,0,0,130,0,554,0,0,165,0,0,24,0,510,"$100,000 - $150,000",Millennials (23-38),White only,Good,5.5-6 feet,160-180,Bachelor's Degree,,510,130,594,165,0,0,41
+,2022,2.02201E+13,463,Northeast,Vermont,87500,"House, apartment, flat",1,1,5960425,52,Female,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Very good,68,9997,998,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,35,0,0,40,0,0,385,0,340,40,0,320,0,0,150,0,90,"$75,000 - $100,000",Generation X (39-54),White only,Very good,5.5-6 feet,>300,Master's or Doctoral Degree,,90,385,420,320,0,0,185
+,2022,2.02201E+13,464,West,Oregon,200000,"House, apartment, flat",1,1,8441749,34,Female,White only,Married - spouse present,"Native, born in United States",Very good,65,135,22.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,111,0,0,65,0,0,55,0,595,115,0,90,30,0,28,0,351,"$150,000 and over",Millennials (23-38),White only,Very good,5-5.5 feet,120-140,Bachelor's Degree,,351,55,775,120,0,0,139
+,2022,2.02201E+13,465,Northeast,New York,37500,"House, apartment, flat",1,1,18302271,68,Female,White only,Widowed,"Native, born in United States",Very good,60,180,35.2,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,11,0,60,75,0,0,105,0,480,0,0,475,0,0,60,0,174,"$30,000 - $50,000",Boomers (55-73),White only,Very good,5-5.5 feet,180-200,Graduated High School,,174,105,555,475,0,0,131
+,2022,2.02201E+13,466,Midwest,Missouri,125000,"House, apartment, flat",1,1,7927228,62,Female,White only,Married - spouse present,"Native, born in United States",Good,56,165,37,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,95,0,0,2,0,555,0,0,703,45,0,30,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Good,0-5 feet,160-180,Master's or Doctoral Degree,,0,2,650,748,0,0,40
+,2022,2.02201E+13,467,West,California,87500,"House, apartment, flat",1,1,61175695,29,Female,White only,Married - spouse present,"Native, born in United States",Very good,65,9994,998,Associate degree - occupational vocational,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,95,0,0,100,0,584,0,0,150,0,0,40,0,450,"$75,000 - $100,000",Millennials (23-38),White only,Very good,5-5.5 feet,>300,Associate Degree,,450,100,679,150,0,0,50
+,2022,2.02201E+13,468,West,Arizona,125000,"House, apartment, flat",1,1,8967361,30,Male,Asian only,Never married,"Foreign born, not a U.S. citizen",Fair,70,220,31.6,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,151,0,324,0,0,155,0,60,50,0,610,"$100,000 - $150,000",Millennials (23-38),Asian only,Fair,5.5-6 feet,200-300,Master's or Doctoral Degree,,610,151,414,155,0,0,110
+,2022,2.02201E+13,469,South,South Carolina,200000,"House, apartment, flat",1,1,11353013,46,Female,White only,Married - spouse present,"Native, born in United States",Very good,65,160,26.6,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,20,0,0,255,0,575,5,0,360,0,165,60,0,0,"$150,000 and over",Generation X (39-54),White only,Very good,5-5.5 feet,160-180,Master's or Doctoral Degree,,0,255,600,360,0,0,225
+,2022,2.02201E+13,470,South,Florida,125000,"House, apartment, flat",1,1,11094223,53,Male,White only,Married - spouse present,"Native, born in United States",Good,64,180,30.9,High school graduate - diploma,Twelfth grade,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,0,0,630,0,0,570,0,0,120,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Good,5-5.5 feet,180-200,Graduated High School,,0,0,750,570,0,0,120
+,2022,2.02201E+13,471,South,Florida,67500,"House, apartment, flat",1,1,19554231,45,Male,White only,Married - spouse present,"Native, born in United States",Very good,71,210,29.3,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,45,0,0,90,0,0,10,0,515,0,0,105,0,0,45,0,630,"$50,000 - $75,000",Generation X (39-54),White only,Very good,5.5-6 feet,200-300,Graduated High School,,630,10,605,105,0,0,90
+,2022,2.02201E+13,472,Northeast,Maine,67500,"House, apartment, flat",1,1,10975244,85,Female,White only,Widowed,"Native, born in United States",Excellent,60,125,24.4,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,50,0,0,100,0,720,0,0,570,0,0,0,0,0,"$50,000 - $75,000",Silent (74-91),White only,Excellent,5-5.5 feet,120-140,Graduated High School,,0,100,770,570,0,0,0
+,2022,2.02201E+13,473,West,Colorado,200000,"House, apartment, flat",1,1,17528992,39,Male,White only,Married - spouse present,"Native, born in United States",Excellent,73,165,21.8,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,150,0,0,75,0,0,135,0,510,0,0,60,0,0,0,0,510,"$150,000 and over",Generation X (39-54),White only,Excellent,6-6.5 feet,160-180,Master's or Doctoral Degree,,510,135,585,60,0,0,150
+,2022,2.02201E+13,474,South,Kentucky,125000,"House, apartment, flat",1,1,35804126,19,Male,White only,Never married,"Native, born in United States",Very good,73,140,18.5,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,135,0,0,80,645,0,0,15,0,0,210,0,325,"$100,000 - $150,000",Generation Z (7-22),White only,Very good,6-6.5 feet,140-160,Some College,,325,80,675,15,135,0,210
+,2022,2.02201E+13,475,Midwest,Nebraska,125000,"House, apartment, flat",1,1,5559663,15,Male,White only,Never married,"Native, born in United States",Very good,70,145,20.8,9th grade,Ninth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,85,0,0,40,0,655,0,0,420,0,240,0,0,0,"$100,000 - $150,000",Generation Z (7-22),White only,Very good,5.5-6 feet,140-160,Some High School,,0,40,740,420,0,0,240
+,2022,2.02201E+13,476,Midwest,Nebraska,55000,"House, apartment, flat",1,1,7548249,42,Female,White only,Divorced,"Native, born in United States",Fair,66,120,19.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,30,0,25,110,0,0,285,0,600,0,0,245,0,60,35,0,15,"$50,000 - $75,000",Generation X (39-54),White only,Fair,5.5-6 feet,120-140,Bachelor's Degree,,15,285,710,245,0,0,150
+,2022,2.02201E+13,477,South,Maryland,200000,"House, apartment, flat",1,1,20919301,54,Male,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Excellent,71,180,25.1,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,80,0,0,190,0,630,0,0,360,180,0,0,0,0,"$150,000 and over",Boomers (55-73),White only,Excellent,5.5-6 feet,180-200,Master's or Doctoral Degree,,0,190,710,540,0,0,0
+,2022,2.02201E+13,478,Northeast,Pennsylvania,27500,"House, apartment, flat",1,1,29641598,70,Male,Black only,Married - spouse present,"Native, born in United States",Fair,71,200,27.9,High school graduate - GED,Eleventh grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,10,0,0,225,0,440,0,0,720,0,0,35,0,0,"$10,000 - $30,000",Boomers (55-73),Black only,Fair,5.5-6 feet,200-300,Graduated High School,,0,225,450,720,0,0,45
+,2022,2.02201E+13,479,South,Virginia,37500,Mobile home or trailer with no permanent room added,1,1,5194872,64,Female,White only,Divorced,"Native, born in United States",Fair,64,260,44.6,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,295,0,650,0,0,300,0,0,150,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Fair,5-5.5 feet,200-300,Some College,,0,295,695,300,0,0,150
+,2022,2.02201E+13,480,West,California,67500,"House, apartment, flat",1,1,8825721,52,Female,Black only,Separated,"Native, born in United States",Very good,63,161,28.5,Some college but no degree,College--two years,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,15,0,30,45,0,0,125,0,470,0,5,180,0,0,195,0,375,"$50,000 - $75,000",Generation X (39-54),Black only,Very good,5-5.5 feet,160-180,Some College,,375,125,515,185,0,0,240
+,2022,2.02201E+13,481,South,North Carolina,67500,"House, apartment, flat",1,1,18466844,77,Male,White only,Married - spouse present,"Native, born in United States",Very good,71,192,26.8,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,135,0,0,290,0,600,0,0,415,0,0,0,0,0,"$50,000 - $75,000",Silent (74-91),White only,Very good,5.5-6 feet,180-200,Graduated High School,,0,290,735,415,0,0,0
+,2022,2.02201E+13,482,Northeast,Massachusetts,67500,"House, apartment, flat",1,1,13750607,63,Female,White only,Never married,"Native, born in United States",Very good,65,150,25,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,20,0,0,40,0,450,0,0,120,0,0,30,0,780,"$50,000 - $75,000",Boomers (55-73),White only,Very good,5-5.5 feet,140-160,Graduated High School,,780,40,470,120,0,0,30
+,2022,2.02201E+13,483,Northeast,Massachusetts,200000,"House, apartment, flat",1,1,26078351,23,Male,White only,Never married,"Native, born in United States",Very good,68,215,32.7,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,25,0,0,0,60,0,512,0,0,398,0,0,445,0,0,"$150,000 and over",Millennials (23-38),White only,Very good,5.5-6 feet,200-300,Graduated High School,,0,60,512,398,0,0,470
+,2022,2.02201E+13,484,South,South Carolina,67500,"House, apartment, flat",1,1,7516327,59,Female,White only,Married - spouse present,"Native, born in United States",Good,70,170,24.4,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,690,0,525,0,0,120,45,0,0,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Good,5.5-6 feet,160-180,Associate Degree,,0,690,585,165,0,0,0
+,2022,2.02201E+13,485,West,Montana,125000,"House, apartment, flat",1,1,5820135,59,Female,White only,Married - spouse present,"Native, born in United States",Good,63,181,32.1,Associate degree - occupational vocational,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,405,0,755,0,0,95,0,0,140,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Good,5-5.5 feet,180-200,Associate Degree,,0,405,800,95,0,0,140
+,2022,2.02201E+13,486,Northeast,Maine,32500,"House, apartment, flat",1,1,3181582,71,Female,White only,Divorced,"Native, born in United States",Good,68,170,25.8,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,20,0,0,92,0,480,0,0,480,0,70,0,278,0,"$30,000 - $50,000",Boomers (55-73),White only,Good,5.5-6 feet,160-180,Some College,,0,92,500,480,0,278,70
+,2022,2.02201E+13,487,South,Texas,37500,"House, apartment, flat",1,1,5832650,43,Male,White only,Separated,"Foreign born, not a U.S. citizen",Good,64,140,24,9th grade,Ninth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,20,0,0,30,0,0,520,0,570,0,0,300,0,0,0,0,0,"$30,000 - $50,000",Generation X (39-54),White only,Good,5-5.5 feet,140-160,Some High School,,0,520,600,300,0,0,20
+,2022,2.02201E+13,488,South,Tennessee,125000,"House, apartment, flat",1,1,9079712,26,Male,White only,Never married,"Native, born in United States",NIU (Not in universe),,9999,999,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,165,0,0,150,0,570,0,0,420,0,0,60,0,0,"$100,000 - $150,000",Millennials (23-38),White only,"Other (Refused, Dont know, NIU)",,>300,Bachelor's Degree,,0,150,735,420,0,0,60
+,2022,2.02201E+13,489,Midwest,Minnesota,55000,"House, apartment, flat",1,1,2097030,73,Female,White only,Divorced,"Native, born in United States",Good,63,198,35.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,58,0,18,80,0,0,144,0,529,0,0,57,0,15,74,0,465,"$50,000 - $75,000",Silent (74-91),White only,Good,5-5.5 feet,180-200,Bachelor's Degree,,465,144,609,57,0,0,165
+,2022,2.02201E+13,490,Midwest,Missouri,22500,"House, apartment, flat",1,1,5474957,34,Female,Asian only,Married - spouse present,"Foreign born, not a U.S. citizen",Good,60,98,19.1,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,330,0,20,210,0,0,30,0,690,0,0,75,0,0,85,0,0,"$10,000 - $30,000",Millennials (23-38),Asian only,Good,5-5.5 feet,<100,Master's or Doctoral Degree,,0,30,900,75,0,0,435
+,2022,2.02201E+13,491,South,Texas,32500,"House, apartment, flat",1,1,4867094,69,Female,White only,Married - spouse present,"Native, born in United States",Very good,67,155,24.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,35,0,780,0,0,520,0,0,0,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Very good,5.5-6 feet,140-160,Bachelor's Degree,,0,35,825,520,0,0,0
+,2022,2.02201E+13,492,South,North Carolina,32500,"House, apartment, flat",1,1,6228406,63,Male,White only,Married - spouse present,"Native, born in United States",Excellent,75,187,23.4,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,0,0,630,0,0,470,0,0,20,320,0,"$30,000 - $50,000",Boomers (55-73),White only,Excellent,6-6.5 feet,180-200,Graduated High School,,0,0,630,470,0,320,20
+,2022,2.02201E+13,493,Northeast,Massachusetts,45000,"House, apartment, flat",1,1,5022901,68,Female,White only,Never married,"Native, born in United States",Very good,61,120,22.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,165,150,0,35,0,671,0,0,0,0,0,44,0,375,"$30,000 - $50,000",Boomers (55-73),White only,Very good,5-5.5 feet,120-140,Bachelor's Degree,,375,35,836,0,150,0,44
+,2022,2.02201E+13,494,Northeast,New York,13750,"House, apartment, flat",1,1,7236682,63,Female,White only,Separated,"Native, born in United States",Poor,68,220,33.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,No difficulty remembering,0,0,235,90,0,0,30,0,607,0,0,478,0,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Poor,5.5-6 feet,200-300,Bachelor's Degree,,0,30,697,478,0,0,235
+,2022,2.02201E+13,495,South,Virginia,45000,"House, apartment, flat",1,1,21306013,80,Male,Asian only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Very good,71,155,21.6,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,20,0,0,2,0,615,0,0,803,0,0,0,0,0,"$30,000 - $50,000",Silent (74-91),Asian only,Very good,5.5-6 feet,140-160,Graduated High School,,0,2,635,803,0,0,0
+,2022,2.02201E+13,496,West,Washington,67500,"House, apartment, flat",1,1,9225150,38,Female,White only,Married - spouse present,"Native, born in United States",Good,66,190,30.7,Associate degree - academic program,College--four years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,127,0,30,45,0,0,520,0,608,0,0,30,0,0,80,0,0,"$50,000 - $75,000",Generation X (39-54),White only,Good,5.5-6 feet,180-200,Associate Degree,,0,520,653,30,0,0,237
+,2022,2.02201E+13,497,South,Alabama,125000,"House, apartment, flat",1,1,3092167,40,Female,White only,Married - spouse present,"Native, born in United States",Excellent,64,190,32.6,Associate degree - academic program,College--four years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,25,0,0,30,0,0,260,0,960,0,0,135,0,0,30,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Excellent,5-5.5 feet,180-200,Associate Degree,,0,260,990,135,0,0,55
+,2022,2.02201E+13,498,Midwest,Kansas,200000,"House, apartment, flat",1,1,6967993,62,Female,White only,Married - spouse present,"Native, born abroad of American parent or parents",Very good,61,136,25.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,148,0,0,285,0,707,0,0,300,0,0,0,0,0,"$150,000 and over",Boomers (55-73),White only,Very good,5-5.5 feet,120-140,Bachelor's Degree,,0,285,855,300,0,0,0
+,2022,2.02201E+13,499,West,California,67500,"House, apartment, flat",1,1,4691359,80,Male,White only,Married - spouse present,"Native, born in United States",Excellent,70,220,31.6,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,0,0,750,0,0,600,30,0,0,0,0,"$50,000 - $75,000",Silent (74-91),White only,Excellent,5.5-6 feet,200-300,Some College,,0,0,810,630,0,0,0
+,2022,2.02201E+13,500,South,Texas,200000,"House, apartment, flat",1,1,40646253,60,Female,White only,Married - spouse present,"Native, born in United States",NIU (Not in universe),,9999,999,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,50,0,0,30,0,640,0,0,190,0,0,20,0,510,"$150,000 and over",Boomers (55-73),White only,"Other (Refused, Dont know, NIU)",,>300,Graduated High School,,510,30,690,190,0,0,20
+,2022,2.02201E+13,501,West,California,87500,"House, apartment, flat",1,1,11497020,85,Male,White only,Married - spouse present,"Native, born in United States",Fair,66,153,24.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,49,85,0,0,120,0,571,0,0,530,0,30,55,0,0,"$75,000 - $100,000",Silent (74-91),White only,Fair,5.5-6 feet,140-160,Bachelor's Degree,,0,120,656,530,0,0,134
+,2022,2.02201E+13,502,Northeast,Connecticut,27500,"House, apartment, flat",1,1,2359103,72,Male,White only,Divorced,"Native, born in United States",Good,66,172,27.8,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,82,0,0,155,0,735,0,0,310,0,90,68,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Good,5.5-6 feet,160-180,Master's or Doctoral Degree,,0,155,817,310,0,0,158
+,2022,2.02201E+13,503,Midwest,Indiana,87500,Mobile home or trailer with no permanent room added,1,1,15437360,40,Male,White only,Married - spouse present,"Native, born in United States",Very good,66,180,29,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,50,0,0,52,0,264,0,60,145,300,0,59,0,495,"$75,000 - $100,000",Generation X (39-54),White only,Very good,5.5-6 feet,180-200,Graduated High School,,495,52,314,505,0,0,59
+,2022,2.02201E+13,504,Northeast,New York,22500,"House, apartment, flat",1,1,4941970,63,Female,White only,Never married,"Native, born in United States",Very good,64,136,23.3,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,291,0,630,0,0,476,0,8,0,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Very good,5-5.5 feet,120-140,Master's or Doctoral Degree,,0,291,660,476,0,0,8
+,2022,2.02201E+13,505,South,Florida,67500,"House, apartment, flat",1,1,8533261,52,Female,White only,Married - spouse present,"Native, born in United States",Very good,65,120,20,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,80,0,0,210,0,670,0,0,210,90,0,180,0,0,"$50,000 - $75,000",Generation X (39-54),White only,Very good,5-5.5 feet,120-140,Graduated High School,,0,210,750,300,0,0,180
+,2022,2.02201E+13,506,South,South Carolina,67500,"House, apartment, flat",1,1,9974828,64,Male,Black only,Married - spouse present,"Native, born in United States",Very good,71,184,25.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,70,0,0,120,0,940,0,0,210,0,0,0,0,0,"$50,000 - $75,000",Boomers (55-73),Black only,Very good,5.5-6 feet,180-200,Bachelor's Degree,,0,120,1010,210,0,0,0
+,2022,2.02201E+13,507,Midwest,Minnesota,125000,"House, apartment, flat",1,1,4995326,59,Female,White only,Divorced,"Native, born in United States",Very good,66,170,27.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,45,65,0,0,55,0,735,0,0,410,60,60,10,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Very good,5.5-6 feet,160-180,Bachelor's Degree,,0,55,800,470,0,0,115
+,2022,2.02201E+13,508,West,Nevada,13750,"House, apartment, flat",1,1,4308008,80,Female,White-Black-American Indian,Divorced,"Native, born in United States",Good,59,130,26.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,2,0,10,0,0,382,0,550,0,0,431,0,15,50,0,0,"$10,000 - $30,000",Silent (74-91),Mixed,Good,0-5 feet,120-140,Bachelor's Degree,,0,382,560,431,0,0,67
+,2022,2.02201E+13,509,Midwest,Kansas,8750,"House, apartment, flat",1,1,3734704,46,Female,White only,Separated,"Native, born in United States",Fair,62,295,54,7th or 8th grade,Seventh through eighth grade,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,Has physical difficulty,Has difficulty remembering,0,0,2,60,0,0,120,0,390,0,0,860,0,0,8,0,0,"Less than $10,000",Generation X (39-54),White only,Fair,5-5.5 feet,200-300,Middle School or Less,,0,120,450,860,0,0,10
+,2022,2.02201E+13,510,Northeast,Pennsylvania,22500,"House, apartment, flat",1,1,13324176,15,Female,White only,Never married,"Native, born in United States",Fair,63,115,20.4,11th grade,Eleventh grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,5,30,0,0,95,0,30,0,0,704,0,0,36,0,425,"$10,000 - $30,000",Generation Z (7-22),White only,Fair,5-5.5 feet,100-120,Some High School,,425,95,60,704,0,0,41
+,2022,2.02201E+13,511,West,Utah,27500,"House, apartment, flat",1,1,11660659,23,Female,White only,Married - spouse present,"Native, born in United States",Good,66,122,19.7,Some college but no degree,College--three years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,25,20,0,0,0,0,770,121,0,483,0,0,21,0,0,"$10,000 - $30,000",Millennials (23-38),White only,Good,5.5-6 feet,120-140,Some College,,0,0,911,483,0,0,46
+,2022,2.02201E+13,512,Midwest,Wisconsin,87500,"House, apartment, flat",1,1,8230313,69,Female,White only,Married - spouse present,"Native, born in United States",Very good,75,145,18.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,145,0,585,0,0,680,0,0,0,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Very good,6-6.5 feet,140-160,Bachelor's Degree,,0,145,615,680,0,0,0
+,2022,2.02201E+13,513,Northeast,Connecticut,87500,"House, apartment, flat",1,1,4619455,62,Female,White only,Married - spouse present,"Native, born in United States",Very good,60,9996,998,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,110,0,0,180,0,750,0,0,280,0,0,120,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Very good,5-5.5 feet,>300,Associate Degree,,0,180,860,280,0,0,120
+,2022,2.02201E+13,514,Midwest,Indiana,87500,"House, apartment, flat",1,1,4861897,45,Male,White only,Divorced,"Native, born in United States",Very good,71,210,29.3,Associate degree - occupational vocational,College--two years,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,0,0,625,0,0,195,0,0,70,0,520,"$75,000 - $100,000",Generation X (39-54),White only,Very good,5.5-6 feet,200-300,Associate Degree,,520,0,655,195,0,0,70
+,2022,2.02201E+13,515,Midwest,Ohio,11250,"House, apartment, flat",1,1,17724544,64,Female,White only,Married - spouse present,"Native, born in United States",Good,69,9996,998,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,90,0,0,180,0,610,0,0,75,0,0,10,0,475,"$10,000 - $30,000",Boomers (55-73),White only,Good,5.5-6 feet,>300,Graduated High School,,475,180,700,75,0,0,10
+,2022,2.02201E+13,516,South,Virginia,87500,"House, apartment, flat",1,1,4589717,54,Male,White only,Never married,"Native, born in United States",Very good,69,170,25.1,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,40,25,0,0,485,0,600,0,0,210,0,0,20,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Very good,5.5-6 feet,160-180,Master's or Doctoral Degree,,0,485,625,210,0,0,60
+,2022,2.02201E+13,517,South,Florida,55000,"House, apartment, flat",1,1,5480386,40,Male,White only,Divorced,"Native, born in United States",Very good,71,250,34.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,2,0,0,60,0,0,0,0,608,0,0,225,0,0,110,0,435,"$50,000 - $75,000",Generation X (39-54),White only,Very good,5.5-6 feet,200-300,Bachelor's Degree,,435,0,668,225,0,0,112
+,2022,2.02201E+13,518,South,Florida,67500,"House, apartment, flat",1,1,4558764,76,Male,White only,Divorced,"Native, born in United States",Very good,75,234,29.2,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,90,150,0,0,65,0,480,0,0,310,90,0,70,5,180,"$50,000 - $75,000",Silent (74-91),White only,Very good,6-6.5 feet,200-300,Master's or Doctoral Degree,,180,65,630,400,0,5,160
+,2022,2.02201E+13,519,West,Arizona,6250,"House, apartment, flat",1,1,6110130,17,Male,White only,Never married,"Native, born in United States",Very good,,105,998,10th grade,Tenth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,20,60,0,0,0,0,750,0,0,155,0,0,50,0,405,"Less than $10,000",Generation Z (7-22),White only,Very good,,100-120,Some High School,,405,0,810,155,0,0,70
+,2022,2.02201E+13,520,South,Tennessee,200000,"House, apartment, flat",1,1,15758110,20,Female,White only,Never married,"Native, born in United States",Excellent,65,135,22.5,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,180,85,0,0,150,0,665,0,0,240,0,60,60,0,0,"$150,000 and over",Generation Z (7-22),White only,Excellent,5-5.5 feet,120-140,Graduated High School,,0,150,750,240,0,0,300
+,2022,2.02201E+13,521,South,Arkansas,27500,"House, apartment, flat",1,1,3157901,62,Male,White only,Divorced,"Native, born in United States",Good,66,165,26.6,High school graduate - GED,Eleventh grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,40,0,0,425,0,548,0,0,425,0,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Good,5.5-6 feet,160-180,Graduated High School,,0,425,588,425,0,0,0
+,2022,2.02201E+13,522,West,California,125000,Other unit not specified above,1,1,3830207,62,Female,White only,Married - spouse present,"Native, born in United States",Good,64,155,26.6,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,100,0,720,0,0,575,0,0,0,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Good,5-5.5 feet,140-160,Some College,,0,100,765,575,0,0,0
+,2022,2.02201E+13,523,Northeast,New Jersey,67500,"House, apartment, flat",1,1,7578897,67,Male,White only,Divorced,"Native, born in United States",Excellent,67,168,26.3,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,20,0,0,60,0,285,0,0,1025,0,0,20,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Excellent,5.5-6 feet,160-180,Graduated High School,,0,60,305,1025,0,0,50
+,2022,2.02201E+13,524,Midwest,Illinois,200000,"House, apartment, flat",1,1,8055226,76,Female,Black only,Divorced,"Native, born in United States",Very good,66,150,24.2,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,180,0,165,0,480,0,0,465,0,0,0,0,0,"$150,000 and over",Silent (74-91),Black only,Very good,5.5-6 feet,140-160,Master's or Doctoral Degree,,0,165,540,465,180,0,0
+,2022,2.02201E+13,525,South,Virginia,45000,"House, apartment, flat",1,1,5388826,80,Female,White only,Married - spouse present,"Native, born in United States",Good,,165,998,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,90,60,0,0,55,0,570,0,0,525,0,0,140,0,0,"$30,000 - $50,000",Silent (74-91),White only,Good,,160-180,Associate Degree,,0,55,630,525,0,0,230
+,2022,2.02201E+13,526,Midwest,Nebraska,200000,"House, apartment, flat",1,1,13537177,36,Female,White only,Married - spouse present,"Native, born in United States",Very good,67,180,28.2,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,870,0,370,0,0,110,0,0,50,10,0,"$150,000 and over",Millennials (23-38),White only,Very good,5.5-6 feet,180-200,Master's or Doctoral Degree,,0,870,400,110,0,10,50
+,2022,2.02201E+13,527,West,California,32500,"House, apartment, flat",1,1,11803805,61,Male,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Good,71,180,25.1,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,280,0,0,0,0,570,0,240,140,60,0,120,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Good,5.5-6 feet,180-200,Graduated High School,,0,0,850,440,0,0,150
+,2022,2.02201E+13,528,Midwest,Ohio,45000,"House, apartment, flat",1,1,10034309,80,Female,White only,Widowed,"Native, born in United States",Fair,64,175,30,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,100,30,0,0,225,0,800,0,0,150,0,90,45,0,0,"$30,000 - $50,000",Silent (74-91),White only,Fair,5-5.5 feet,160-180,Graduated High School,,0,225,830,150,0,0,235
+,2022,2.02201E+13,529,South,Florida,45000,"House, apartment, flat",1,1,8715878,47,Female,Black only,Married - spouse present,"Foreign born, not a U.S. citizen",NIU (Not in universe),,9999,999,High school graduate - diploma,Twelfth grade,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,5,0,0,35,0,0,164,0,751,0,0,10,0,0,22,0,453,"$30,000 - $50,000",Generation X (39-54),Black only,"Other (Refused, Dont know, NIU)",,>300,Graduated High School,,453,164,786,10,0,0,27
+,2022,2.02201E+13,530,Midwest,Kansas,45000,"House, apartment, flat",1,1,3782751,67,Female,White only,Married - spouse present,"Native, born in United States",Very good,60,122,23.8,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,240,0,615,0,45,480,15,0,0,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Very good,5-5.5 feet,120-140,Graduated High School,,0,240,645,540,0,0,0
+,2022,2.02201E+13,531,South,West Virginia,87500,"House, apartment, flat",1,1,2204009,54,Female,Black only,Divorced,"Native, born in United States",Good,67,9996,998,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,55,60,0,0,100,0,585,0,90,45,0,356,29,0,0,"$75,000 - $100,000",Boomers (55-73),Black only,Good,5.5-6 feet,>300,Master's or Doctoral Degree,,0,100,645,135,0,0,440
+,2022,2.02201E+13,532,West,California,125000,"House, apartment, flat",1,1,5419205,35,Female,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Very good,64,110,18.9,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,60,0,0,210,0,0,120,0,600,0,0,360,0,0,90,0,0,"$100,000 - $150,000",Millennials (23-38),White only,Very good,5-5.5 feet,100-120,Master's or Doctoral Degree,,0,120,810,360,0,0,150
+,2022,2.02201E+13,533,South,Florida,87500,"House, apartment, flat",1,1,16830069,48,Male,Black only,Married - spouse present,"Native, born in United States",Good,69,225,33.2,Associate degree - occupational vocational,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,80,0,0,3,0,492,0,0,120,0,0,90,0,655,"$75,000 - $100,000",Generation X (39-54),Black only,Good,5.5-6 feet,200-300,Associate Degree,,655,3,572,120,0,0,90
+,2022,2.02201E+13,534,Midwest,Minnesota,37500,"House, apartment, flat",1,1,16033702,66,Male,White only,Divorced,"Native, born in United States",Good,69,230,34,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,100,0,0,425,0,450,0,0,465,0,0,0,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Graduated High School,,0,425,550,465,0,0,0
+,2022,2.02201E+13,535,South,Virginia,87500,"House, apartment, flat",1,1,3523602,85,Male,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Fair,67,192,30.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,135,0,0,90,0,540,0,0,675,0,0,0,0,0,"$75,000 - $100,000",Silent (74-91),White only,Fair,5.5-6 feet,180-200,Bachelor's Degree,,0,90,675,675,0,0,0
+,2022,2.02201E+13,536,South,Texas,27500,"House, apartment, flat",1,1,6902303,61,Female,White only,Divorced,"Foreign born, not a U.S. citizen",Excellent,67,164,25.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,0,0,65,0,550,0,20,220,50,0,0,0,460,"$10,000 - $30,000",Boomers (55-73),White only,Excellent,5.5-6 feet,160-180,Bachelor's Degree,,460,65,625,290,0,0,0
+,2022,2.02201E+13,537,South,Florida,87500,"House, apartment, flat",1,1,3164421,36,Female,Black only,Never married,"Native, born in Puerto Rico or U.S. Outlying Area",Good,66,320,51.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,135,0,120,45,0,0,345,0,660,0,0,105,0,0,30,0,0,"$75,000 - $100,000",Millennials (23-38),Black only,Good,5.5-6 feet,>300,Bachelor's Degree,,0,345,705,105,0,0,285
+,2022,2.02201E+13,538,West,California,200000,"House, apartment, flat",1,1,4972143,38,Male,Asian only,Married - spouse present,"Native, born in United States",Good,68,160,24.3,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,150,0,0,90,0,0,60,0,630,0,0,330,60,0,120,0,0,"$150,000 and over",Generation X (39-54),Asian only,Good,5.5-6 feet,160-180,Master's or Doctoral Degree,,0,60,720,390,0,0,270
+,2022,2.02201E+13,539,South,Texas,45000,"House, apartment, flat",1,1,22576730,80,Female,White only,Married - spouse present,"Native, born in United States",Good,62,170,31.1,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,5,0,55,85,0,0,20,0,530,90,0,545,10,0,100,0,0,"$30,000 - $50,000",Silent (74-91),White only,Good,5-5.5 feet,160-180,Graduated High School,,0,20,705,555,0,0,160
+,2022,2.02201E+13,540,West,California,11250,"House, apartment, flat",1,1,13228457,28,Male,Black only,Never married,"Native, born in United States",Fair,71,212,29.6,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,2,0,30,20,0,0,180,0,854,0,0,248,30,60,16,0,0,"$10,000 - $30,000",Millennials (23-38),Black only,Fair,5.5-6 feet,200-300,Graduated High School,,0,180,874,278,0,0,108
+,2022,2.02201E+13,541,Midwest,Minnesota,45000,"House, apartment, flat",1,1,20597590,52,Male,Asian only,Divorced,"Foreign born, U.S. citizen by naturalization",Fair,62,135,24.7,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,105,135,40,0,0,390,0,590,0,15,30,0,0,135,0,0,"$30,000 - $50,000",Generation X (39-54),Asian only,Fair,5-5.5 feet,120-140,Graduated High School,,0,390,630,45,0,0,375
+,2022,2.02201E+13,542,Midwest,Indiana,32500,"House, apartment, flat",1,1,10862833,80,Male,White only,Married - spouse present,"Native, born in United States",Good,69,230,34,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,75,0,0,120,0,720,0,60,465,0,0,0,0,0,"$30,000 - $50,000",Silent (74-91),White only,Good,5.5-6 feet,200-300,Some College,,0,120,795,525,0,0,0
+,2022,2.02201E+13,543,South,Florida,32500,Mobile home or trailer with no permanent room added,1,1,9743989,38,Female,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Fair,64,203,34.8,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,296,0,40,20,0,0,80,0,660,0,0,210,0,0,134,0,0,"$30,000 - $50,000",Generation X (39-54),White only,Fair,5-5.5 feet,200-300,Graduated High School,,0,80,680,210,0,0,470
+,2022,2.02201E+13,544,West,California,87500,"House, apartment, flat",1,1,9989383,58,Male,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Excellent,67,163,25.5,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,60,0,615,0,0,285,395,0,0,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Excellent,5.5-6 feet,160-180,Graduated High School,,0,60,675,680,0,0,0
+,2022,2.02201E+13,545,South,Mississippi,200000,"House, apartment, flat",1,1,5724883,58,Male,White only,Divorced,"Native, born in United States",Excellent,76,206,25.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,180,120,0,0,0,0,570,0,0,210,250,0,110,0,0,"$150,000 and over",Boomers (55-73),White only,Excellent,6-6.5 feet,200-300,Bachelor's Degree,,0,0,690,460,0,0,290
+,2022,2.02201E+13,546,Midwest,Ohio,67500,"House, apartment, flat",1,1,5407044,75,Male,White only,Married - spouse present,"Native, born in United States",Excellent,73,215,28.4,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,5,120,15,0,0,0,0,0,720,0,30,490,0,0,60,0,0,"$50,000 - $75,000",Silent (74-91),White only,Excellent,6-6.5 feet,200-300,Master's or Doctoral Degree,,0,0,720,520,0,0,200
+,2022,2.02201E+13,547,West,Idaho,45000,"House, apartment, flat",1,1,19307780,21,Female,White only,Never married,"Native, born in United States",Very good,65,195,32.4,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,5,0,15,30,0,0,130,0,340,0,0,320,0,0,40,0,560,"$30,000 - $50,000",Generation Z (7-22),White only,Very good,5-5.5 feet,180-200,Graduated High School,,560,130,370,320,0,0,60
+,2022,2.02201E+13,548,South,Mississippi,11250,Mobile home or trailer with no permanent room added,1,1,32982178,54,Female,Black only,Separated,"Native, born in United States",Very good,63,200,35.4,High school graduate - GED,Eleventh grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,20,0,0,150,0,1150,0,0,120,0,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),Black only,Very good,5-5.5 feet,200-300,Graduated High School,,0,150,1170,120,0,0,0
+,2022,2.02201E+13,549,Midwest,Iowa,17500,"House, apartment, flat",1,1,3912505,75,Female,White only,Divorced,"Native, born in United States",Excellent,64,164,28.1,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,9,52,15,0,0,90,0,630,1,55,505,0,60,23,0,0,"$10,000 - $30,000",Silent (74-91),White only,Excellent,5-5.5 feet,160-180,Associate Degree,,0,90,646,560,0,0,144
+,2022,2.02201E+13,550,West,California,55000,"House, apartment, flat",1,1,5767061,85,Female,White only,Widowed,"Native, born in United States",Good,60,108,21.1,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,25,0,0,325,30,490,60,0,390,0,30,0,0,0,"$50,000 - $75,000",Silent (74-91),White only,Good,5-5.5 feet,100-120,Some College,,0,355,575,390,0,0,30
+,2022,2.02201E+13,551,Midwest,Michigan,87500,"House, apartment, flat",1,1,5982790,25,Male,White only,Never married,"Native, born in United States",Excellent,69,140,20.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,5,60,0,0,15,0,570,0,0,580,120,60,30,0,0,"$75,000 - $100,000",Millennials (23-38),White only,Excellent,5.5-6 feet,140-160,Bachelor's Degree,,0,15,630,700,0,0,95
+,2022,2.02201E+13,552,Northeast,Massachusetts,125000,"House, apartment, flat",1,1,9151306,28,Female,Black only,Divorced,"Foreign born, not a U.S. citizen",Good,67,119,18.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,70,0,0,60,0,0,50,0,630,0,0,200,0,0,55,0,375,"$100,000 - $150,000",Millennials (23-38),Black only,Good,5.5-6 feet,100-120,Bachelor's Degree,,375,50,690,200,0,0,125
+,2022,2.02201E+13,553,West,California,37500,"House, apartment, flat",1,1,2626872,71,Female,Black only,Never married,"Native, born in United States",Fair,71,260,36.3,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,50,60,0,0,15,0,610,0,130,382,0,85,108,0,0,"$30,000 - $50,000",Boomers (55-73),Black only,Fair,5.5-6 feet,200-300,Graduated High School,,0,15,670,512,0,0,243
+,2022,2.02201E+13,554,South,Texas,125000,"House, apartment, flat",1,1,10836030,30,Male,White only,Married - spouse present,"Native, born in United States",Good,66,160,25.8,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,180,0,0,30,0,0,60,0,842,0,0,328,0,0,0,0,0,"$100,000 - $150,000",Millennials (23-38),White only,Good,5.5-6 feet,160-180,Graduated High School,,0,60,872,328,0,0,180
+,2022,2.02201E+13,555,West,New Mexico,200000,"House, apartment, flat",1,1,3565112,70,Male,White only,Married - spouse present,"Native, born in United States",Excellent,67,150,23.5,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,150,0,0,120,0,540,0,0,540,0,0,0,0,0,"$150,000 and over",Boomers (55-73),White only,Excellent,5.5-6 feet,140-160,Master's or Doctoral Degree,,0,120,690,540,0,0,0
+,2022,2.02201E+13,556,South,Virginia,67500,"House, apartment, flat",1,1,12706606,33,Female,White only,Married - spouse present,"Native, born in United States",Very good,70,220,31.6,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,25,0,30,25,0,0,167,0,465,0,0,108,0,0,130,0,490,"$50,000 - $75,000",Millennials (23-38),White only,Very good,5.5-6 feet,200-300,Some College,,490,167,490,108,0,0,185
+,2022,2.02201E+13,557,Midwest,Missouri,125000,"House, apartment, flat",1,1,4110663,36,Female,Black only,Never married,"Native, born in United States",Fair,65,9997,998,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,20,0,0,115,0,605,0,0,525,0,175,0,0,0,"$100,000 - $150,000",Millennials (23-38),Black only,Fair,5-5.5 feet,>300,Master's or Doctoral Degree,,0,115,625,525,0,0,175
+,2022,2.02201E+13,558,West,California,17500,"House, apartment, flat",1,1,11763103,31,Male,Asian only,Married - spouse present,"Foreign born, not a U.S. citizen",Good,68,179,27.2,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,360,0,0,90,0,0,30,0,420,0,0,170,0,0,0,0,370,"$10,000 - $30,000",Millennials (23-38),Asian only,Good,5.5-6 feet,160-180,Master's or Doctoral Degree,,370,30,510,170,0,0,360
+,2022,2.02201E+13,559,South,Louisiana,37500,"House, apartment, flat",1,1,2931147,70,Female,White only,Widowed,"Native, born in United States",Fair,63,99,17.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,10,30,105,0,0,400,0,485,0,0,245,0,20,145,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Fair,5-5.5 feet,<100,Bachelor's Degree,,0,400,590,245,0,0,205
+,2022,2.02201E+13,560,South,Tennessee,45000,"House, apartment, flat",1,1,5671056,72,Female,White only,Married - spouse present,"Native, born in United States",Very good,71,120,16.7,9th grade,Ninth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,239,0,727,0,0,240,0,0,39,0,135,"$30,000 - $50,000",Boomers (55-73),White only,Very good,5.5-6 feet,120-140,Some High School,,135,239,757,240,0,0,39
+,2022,2.02201E+13,561,South,Virginia,200000,"House, apartment, flat",1,1,68838640,24,Male,White only,Never married,"Native, born in United States",Very good,72,250,33.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,280,0,0,0,0,565,0,0,30,50,0,57,0,458,"$150,000 and over",Millennials (23-38),White only,Very good,6-6.5 feet,200-300,Bachelor's Degree,,458,0,845,80,0,0,57
+,2022,2.02201E+13,562,South,Texas,32500,"House, apartment, flat",1,1,14632850,72,Male,Black only,Married - spouse present,"Native, born in United States",Good,72,160,21.7,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,0,0,845,0,0,535,0,0,0,0,0,"$30,000 - $50,000",Boomers (55-73),Black only,Good,6-6.5 feet,160-180,Some College,,0,0,905,535,0,0,0
+,2022,2.02201E+13,563,South,Florida,67500,"House, apartment, flat",1,1,6260297,65,Male,White only,Married - spouse present,"Native, born in United States",Very good,73,210,27.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,200,0,0,100,0,570,0,0,570,0,0,0,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Very good,6-6.5 feet,200-300,Bachelor's Degree,,0,100,770,570,0,0,0
+,2022,2.02201E+13,564,Midwest,Indiana,22500,"House, apartment, flat",1,1,4375567,66,Female,White only,Divorced,"Native, born in United States",Good,63,235,41.6,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,No physical difficulty,No difficulty remembering,0,0,120,25,0,0,110,0,825,0,0,360,0,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Good,5-5.5 feet,200-300,Graduated High School,,0,110,850,360,0,0,120
+,2022,2.02201E+13,565,West,Oregon,67500,"House, apartment, flat",1,1,5462240,77,Female,White only,Married - spouse present,"Native, born in United States",Very good,63,118,20.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,45,70,0,0,260,0,570,60,0,315,40,0,80,0,0,"$50,000 - $75,000",Silent (74-91),White only,Very good,5-5.5 feet,100-120,Bachelor's Degree,,0,260,700,355,0,0,125
+,2022,2.02201E+13,566,Northeast,New Hampshire,22500,"House, apartment, flat",1,1,8523901,85,Female,White only,Widowed,"Native, born in United States",Very good,62,114,20.8,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,25,0,0,280,0,520,0,0,445,0,15,0,0,0,"$10,000 - $30,000",Silent (74-91),White only,Very good,5-5.5 feet,100-120,Graduated High School,,0,280,545,445,0,0,15
+,2022,2.02201E+13,567,Midwest,Ohio,200000,"House, apartment, flat",1,1,5836665,47,Female,White only,Never married,"Native, born in United States",Good,65,9996,998,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,150,40,140,0,0,200,80,575,0,0,150,0,0,105,0,0,"$150,000 and over",Generation X (39-54),White only,Good,5-5.5 feet,>300,Bachelor's Degree,,0,280,715,150,0,0,295
+,2022,2.02201E+13,568,West,Arizona,32500,"House, apartment, flat",1,1,11835021,22,Male,White only,Never married,"Native, born in United States",Good,67,175,27.4,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,10,0,0,0,0,660,0,0,770,0,0,0,0,0,"$30,000 - $50,000",Millennials (23-38),White only,Good,5.5-6 feet,160-180,Graduated High School,,0,0,670,770,0,0,0
+,2022,2.02201E+13,569,Northeast,New Jersey,125000,"House, apartment, flat",1,1,10960020,80,Male,Black only,Married - spouse present,"Native, born in United States",NIU (Not in universe),,9999,999,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,0,0,630,0,0,750,0,0,0,0,0,"$100,000 - $150,000",Silent (74-91),Black only,"Other (Refused, Dont know, NIU)",,>300,Bachelor's Degree,,0,0,690,750,0,0,0
+,2022,2.02201E+13,570,West,Idaho,87500,"House, apartment, flat",1,1,8818517,80,Male,White only,Married - spouse present,"Native, born in United States",Good,69,171,25.2,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,45,0,0,60,0,0,60,0,585,0,0,510,0,0,105,0,0,"$75,000 - $100,000",Silent (74-91),White only,Good,5.5-6 feet,160-180,Master's or Doctoral Degree,,0,60,645,510,0,0,150
+,2022,2.02201E+13,571,South,North Carolina,125000,"House, apartment, flat",1,1,6073952,56,Female,White only,Divorced,"Native, born in United States",Excellent,76,126,15.3,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,3,0,25,115,0,0,80,0,445,0,0,0,60,0,55,0,657,"$100,000 - $150,000",Boomers (55-73),White only,Excellent,6-6.5 feet,120-140,Master's or Doctoral Degree,,657,80,560,60,0,0,83
+,2022,2.02201E+13,572,South,Texas,200000,"House, apartment, flat",1,1,6789345,36,Female,White only,Separated,"Native, born in United States",Very good,69,140,20.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,379,0,0,70,0,0,75,0,585,0,0,0,45,5,86,0,140,"$150,000 and over",Millennials (23-38),White only,Very good,5.5-6 feet,140-160,Bachelor's Degree,,140,75,655,45,0,0,470
+,2022,2.02201E+13,573,Midwest,Wisconsin,125000,"House, apartment, flat",1,1,5390534,31,Female,White only,Married - spouse present,"Native, born in United States",Very good,64,210,36,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,330,0,0,20,0,0,50,0,300,0,0,330,150,0,165,0,0,"$100,000 - $150,000",Millennials (23-38),White only,Very good,5-5.5 feet,200-300,Bachelor's Degree,,0,50,320,480,0,0,495
+,2022,2.02201E+13,574,South,Louisiana,125000,"House, apartment, flat",1,1,3184468,66,Female,Black only,Married - spouse present,"Native, born in United States",Good,66,230,37.1,11th grade,Eleventh grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,80,0,0,235,0,575,0,60,420,0,0,0,0,0,"$100,000 - $150,000",Boomers (55-73),Black only,Good,5.5-6 feet,200-300,Some High School,,0,235,655,480,0,0,0
+,2022,2.02201E+13,575,South,Texas,55000,"House, apartment, flat",1,1,5988294,75,Female,White only,Married - spouse present,"Native, born in United States",Very good,67,9996,998,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,70,0,0,255,0,525,0,0,450,0,20,0,0,120,"$50,000 - $75,000",Silent (74-91),White only,Very good,5.5-6 feet,>300,Bachelor's Degree,,120,255,595,450,0,0,20
+,2022,2.02201E+13,576,Midwest,Ohio,87500,"House, apartment, flat",1,1,4066703,46,Female,White only,Divorced,"Native, born in United States",Very good,64,112,19.2,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,50,0,10,15,0,0,30,0,840,0,0,419,0,30,46,0,0,"$75,000 - $100,000",Generation X (39-54),White only,Very good,5-5.5 feet,100-120,Some College,,0,30,855,419,0,0,136
+,2022,2.02201E+13,577,West,California,55000,Mobile home or trailer with no permanent room added,1,1,5029210,60,Female,Asian only,Separated,"Foreign born, U.S. citizen by naturalization",Good,61,120,22.7,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,80,0,0,60,0,585,0,0,242,0,0,13,0,430,"$50,000 - $75,000",Boomers (55-73),Asian only,Good,5-5.5 feet,120-140,Associate Degree,,430,60,665,242,0,0,43
+,2022,2.02201E+13,578,Midwest,Indiana,45000,"House, apartment, flat",1,1,6447771,70,Female,White only,Married - spouse present,"Native, born in United States",Very good,65,135,22.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,120,120,0,0,150,0,615,0,0,285,120,0,30,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Very good,5-5.5 feet,120-140,Bachelor's Degree,,0,150,735,405,0,0,150
+,2022,2.02201E+13,579,Midwest,Nebraska,55000,"House, apartment, flat",1,1,8383817,40,Female,Asian only,Divorced,"Native, born abroad of American parent or parents",Good,61,120,22.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,73,0,635,0,0,170,0,0,30,0,487,"$50,000 - $75,000",Generation X (39-54),Asian only,Good,5-5.5 feet,120-140,Bachelor's Degree,,487,73,680,170,0,0,30
+,2022,2.02201E+13,580,South,Alabama,200000,"House, apartment, flat",1,1,8278241,54,Female,White only,Married - spouse present,"Native, born in United States",Very good,66,170,27.4,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,55,220,0,60,0,0,330,0,480,0,0,255,0,0,40,0,0,"$150,000 and over",Boomers (55-73),White only,Very good,5.5-6 feet,160-180,Associate Degree,,0,330,540,255,0,0,315
+,2022,2.02201E+13,581,South,Maryland,125000,"House, apartment, flat",1,1,7139767,32,Female,White only,Married - spouse present,"Native, born abroad of American parent or parents",Excellent,67,149,23.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,565,0,0,75,0,0,155,0,450,0,0,20,25,90,60,0,0,"$100,000 - $150,000",Millennials (23-38),White only,Excellent,5.5-6 feet,140-160,Bachelor's Degree,,0,155,525,45,0,0,715
+,2022,2.02201E+13,582,South,Kentucky,32500,"House, apartment, flat",1,1,3404454,70,Female,White only,Separated,"Native, born in United States",Fair,64,180,30.9,Some college but no degree,College--three years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,80,0,0,25,0,810,0,0,285,120,0,120,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Fair,5-5.5 feet,180-200,Some College,,0,25,890,405,0,0,120
+,2022,2.02201E+13,583,Midwest,Minnesota,67500,"House, apartment, flat",1,1,5047869,50,Male,White only,Married - spouse present,"Native, born in United States",Good,70,280,40.2,Associate degree - occupational vocational,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,15,0,0,315,0,570,0,0,540,0,0,0,0,0,"$50,000 - $75,000",Generation X (39-54),White only,Good,5.5-6 feet,200-300,Associate Degree,,0,315,585,540,0,0,0
+,2022,2.02201E+13,584,West,Arizona,27500,"House, apartment, flat",1,1,10159949,33,Female,White only,Married - spouse present,"Native, born in United States",Good,66,211,34.1,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,0,0,720,0,0,660,0,0,0,0,0,"$10,000 - $30,000",Millennials (23-38),White only,Good,5.5-6 feet,200-300,Graduated High School,,0,0,780,660,0,0,0
+,2022,2.02201E+13,585,Midwest,Ohio,200000,"House, apartment, flat",1,1,19349354,15,Female,White only,Never married,"Native, born in United States",Excellent,,98,998,9th grade,Ninth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,90,0,0,0,0,459,0,0,315,420,0,126,0,0,"$150,000 and over",Generation Z (7-22),White only,Excellent,,<100,Some High School,,0,0,549,735,0,0,156
+,2022,2.02201E+13,586,South,Kentucky,22500,"House, apartment, flat",1,1,9179436,49,Female,White only,Divorced,"Native, born in United States",Good,60,210,41,Associate degree - academic program,College--two years,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,20,0,35,0,0,135,0,505,0,0,685,0,60,0,0,0,"$10,000 - $30,000",Generation X (39-54),White only,Good,5-5.5 feet,200-300,Associate Degree,,0,135,540,685,0,0,80
+,2022,2.02201E+13,587,Midwest,Illinois,8750,"House, apartment, flat",1,1,7126674,57,Male,White only,Divorced,"Foreign born, not a U.S. citizen",Good,77,210,24.9,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,110,0,520,0,0,740,0,0,25,0,0,"Less than $10,000",Boomers (55-73),White only,Good,6-6.5 feet,200-300,Master's or Doctoral Degree,,0,110,565,740,0,0,25
+,2022,2.02201E+13,588,Northeast,Pennsylvania,125000,"House, apartment, flat",1,1,19529660,46,Female,White only,Married - spouse present,"Native, born in United States",Very good,60,115,22.5,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,150,0,650,0,0,90,0,0,80,0,365,"$100,000 - $150,000",Generation X (39-54),White only,Very good,5-5.5 feet,100-120,Master's or Doctoral Degree,,365,150,695,90,0,0,80
+,2022,2.02201E+13,589,South,Oklahoma,125000,"House, apartment, flat",1,1,4064217,72,Male,Black only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Excellent,71,152,21.2,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,0,0,0,0,570,0,0,615,120,0,0,0,0,"$100,000 - $150,000",Boomers (55-73),Black only,Excellent,5.5-6 feet,140-160,Master's or Doctoral Degree,,0,0,645,735,0,0,0
+,2022,2.02201E+13,590,Midwest,Michigan,87500,"House, apartment, flat",1,1,4243134,71,Male,White only,Married - spouse present,"Native, born in United States",Very good,68,185,28.1,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,40,0,75,0,0,100,0,480,0,0,665,0,0,80,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Very good,5.5-6 feet,180-200,Master's or Doctoral Degree,,0,100,555,665,0,0,120
+,2022,2.02201E+13,591,West,California,200000,"House, apartment, flat",1,1,5123506,54,Male,White only,Never married,"Native, born in United States",Very good,74,250,32.1,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,110,75,0,0,195,0,816,0,0,150,30,0,64,0,0,"$150,000 and over",Boomers (55-73),White only,Very good,6-6.5 feet,200-300,Master's or Doctoral Degree,,0,195,891,180,0,0,174
+,2022,2.02201E+13,592,West,California,200000,"House, apartment, flat",1,1,4558665,40,Female,White only,Married - spouse present,"Native, born in United States",Excellent,66,175,28.2,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,20,35,0,0,96,0,491,0,0,260,0,0,55,0,483,"$150,000 and over",Generation X (39-54),White only,Excellent,5.5-6 feet,160-180,Master's or Doctoral Degree,,483,96,526,260,0,0,75
+,2022,2.02201E+13,593,Midwest,Indiana,32500,"House, apartment, flat",1,1,19945769,53,Male,White only,Never married,"Native, born in United States",Good,74,204,26.2,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,152,0,513,0,0,90,0,45,60,0,510,"$30,000 - $50,000",Generation X (39-54),White only,Good,6-6.5 feet,200-300,Graduated High School,,510,152,573,90,0,0,105
+,2022,2.02201E+13,594,Midwest,Nebraska,125000,"House, apartment, flat",1,1,5559663,17,Male,White only,Never married,"Native, born in United States",Good,72,215,29.2,11th grade,Eleventh grade,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,2,10,10,0,0,0,0,570,0,0,743,0,90,15,0,0,"$100,000 - $150,000",Generation Z (7-22),White only,Good,6-6.5 feet,200-300,Some High School,,0,0,580,743,0,0,117
+,2022,2.02201E+13,595,Midwest,Wisconsin,22500,"House, apartment, flat",1,1,3823369,74,Female,White only,Divorced,"Native, born in United States",Good,66,179,28.9,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,10,0,0,240,0,540,0,0,650,0,0,0,0,0,"$10,000 - $30,000",Silent (74-91),White only,Good,5.5-6 feet,160-180,Graduated High School,,0,240,550,650,0,0,0
+,2022,2.02201E+13,596,South,Louisiana,87500,"House, apartment, flat",1,1,4842653,51,Female,White only,Married - spouse present,"Native, born in United States",Good,65,212,35.3,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,46,133,25,30,0,0,23,0,660,0,210,111,0,0,202,0,0,"$75,000 - $100,000",Generation X (39-54),White only,Good,5-5.5 feet,200-300,Some College,,0,23,690,321,0,0,406
+,2022,2.02201E+13,597,South,Arkansas,13750,"House, apartment, flat",1,1,7417256,70,Female,Black only,Divorced,"Native, born in United States",Fair,61,172,32.5,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),Has vision difficulty,No hearing difficulty,Has mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,25,0,0,75,0,910,0,40,360,0,30,0,0,0,"$10,000 - $30,000",Boomers (55-73),Black only,Fair,5-5.5 feet,160-180,Graduated High School,,0,75,935,400,0,0,30
+,2022,2.02201E+13,598,Northeast,Connecticut,32500,"House, apartment, flat",1,1,7866431,39,Male,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Good,,160,998,5th or 6th grade,Fifth through sixth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,5,0,20,0,0,0,0,530,0,0,415,0,0,35,0,435,"$30,000 - $50,000",Generation X (39-54),White only,Good,,160-180,Middle School or Less,,435,0,550,415,0,0,40
+,2022,2.02201E+13,599,Midwest,Michigan,67500,"House, apartment, flat",1,1,17322169,39,Male,White only,Married - spouse present,"Native, born in United States",Very good,71,235,32.8,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,22,0,20,60,0,0,10,0,610,0,0,150,30,0,58,0,465,"$50,000 - $75,000",Generation X (39-54),White only,Very good,5.5-6 feet,200-300,Associate Degree,,465,10,670,180,0,0,100
+,2022,2.02201E+13,600,South,Florida,55000,"House, apartment, flat",1,1,4697370,79,Female,White only,Widowed,"Native, born in United States",Excellent,63,116,20.5,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,50,0,0,60,0,690,0,0,135,60,60,10,0,375,"$50,000 - $75,000",Silent (74-91),White only,Excellent,5-5.5 feet,100-120,Master's or Doctoral Degree,,375,60,740,195,0,0,70
+,2022,2.02201E+13,601,South,Tennessee,87500,"House, apartment, flat",1,1,41912815,24,Male,White only,Never married,"Foreign born, not a U.S. citizen",Fair,64,180,30.9,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,5,120,0,0,0,0,600,0,0,701,0,0,14,0,0,"$75,000 - $100,000",Millennials (23-38),White only,Fair,5-5.5 feet,180-200,Graduated High School,,0,0,720,701,0,0,19
+,2022,2.02201E+13,602,South,Texas,125000,"House, apartment, flat",1,1,5524163,49,Female,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Fair,60,200,39.1,10th grade,Tenth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,5,55,0,0,220,0,730,0,0,390,0,0,40,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Fair,5-5.5 feet,200-300,Some High School,,0,220,785,390,0,0,45
+,2022,2.02201E+13,603,Northeast,New York,67500,"House, apartment, flat",1,1,9270008,19,Male,White only,Never married,"Native, born in United States",Very good,67,140,21.9,Some college but no degree,College--two years,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,10,75,60,0,0,0,0,568,0,0,570,0,0,67,90,0,"$50,000 - $75,000",Generation Z (7-22),White only,Very good,5.5-6 feet,140-160,Some College,,0,0,628,570,0,90,152
+,2022,2.02201E+13,604,West,California,200000,"House, apartment, flat",1,1,6627670,26,Male,Asian only,Never married,"Foreign born, not a U.S. citizen",Very good,68,140,21.3,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,135,0,465,0,0,480,0,150,0,0,120,"$150,000 and over",Millennials (23-38),Asian only,Very good,5.5-6 feet,140-160,Master's or Doctoral Degree,,120,135,555,480,0,0,150
+,2022,2.02201E+13,605,Northeast,Pennsylvania,8750,"House, apartment, flat",1,1,2265109,69,Female,White only,Widowed,"Native, born in Puerto Rico or U.S. Outlying Area",Fair,62,136,24.9,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),Has vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,No difficulty remembering,0,0,180,30,0,0,145,0,750,0,0,105,60,0,95,0,0,"Less than $10,000",Boomers (55-73),White only,Fair,5-5.5 feet,120-140,Graduated High School,,0,145,780,165,0,0,275
+,2022,2.02201E+13,606,West,Arizona,87500,"House, apartment, flat",1,1,5774423,61,Female,White only,Married - spouse present,"Native, born in United States",Very good,65,120,20,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,150,0,630,0,0,390,0,0,0,0,240,"$75,000 - $100,000",Boomers (55-73),White only,Very good,5-5.5 feet,120-140,Master's or Doctoral Degree,,240,150,660,390,0,0,0
+,2022,2.02201E+13,607,West,California,11250,"House, apartment, flat",1,1,5615241,76,Female,White only,Never married,"Native, born in United States",Good,63,106,18.8,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,65,0,0,70,0,794,0,0,290,123,15,38,0,0,"$10,000 - $30,000",Silent (74-91),White only,Good,5-5.5 feet,100-120,Some College,,0,70,859,413,0,0,53
+,2022,2.02201E+13,608,Midwest,Kansas,17500,"House, apartment, flat",1,1,20677813,30,Male,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Good,65,130,21.6,11th grade,Eleventh grade,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,96,0,10,80,0,0,60,0,591,0,0,485,0,0,16,0,0,"$10,000 - $30,000",Millennials (23-38),White only,Good,5-5.5 feet,120-140,Some High School,,0,60,671,485,0,0,122
+,2022,2.02201E+13,609,Midwest,North Dakota,87500,"House, apartment, flat",1,1,4759203,66,Male,White only,Married - spouse present,"Native, born in United States",Very good,69,160,23.6,Associate degree - occupational vocational,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,180,120,0,0,360,0,600,0,0,180,0,0,0,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Very good,5.5-6 feet,160-180,Associate Degree,,0,360,720,180,0,0,180
+,2022,2.02201E+13,610,South,Tennessee,22500,"House, apartment, flat",1,1,3846842,70,Female,White only,Widowed,"Native, born in United States",Excellent,66,180,29,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,105,0,570,60,0,150,0,0,20,30,445,"$10,000 - $30,000",Boomers (55-73),White only,Excellent,5.5-6 feet,180-200,Bachelor's Degree,,445,105,690,150,0,30,20
+,2022,2.02201E+13,611,Midwest,Michigan,200000,"House, apartment, flat",1,1,13934809,30,Female,White only,Married - spouse present,"Native, born in United States",Very good,64,9994,998,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,130,0,135,30,0,0,125,0,600,0,0,105,0,0,100,0,215,"$150,000 and over",Millennials (23-38),White only,Very good,5-5.5 feet,>300,Bachelor's Degree,,215,125,630,105,0,0,365
+,2022,2.02201E+13,612,West,Oregon,125000,"House, apartment, flat",1,1,3488969,36,Male,White only,Married - spouse present,"Native, born in United States",Excellent,67,180,28.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,65,0,0,0,0,785,0,0,530,0,0,60,0,0,"$100,000 - $150,000",Millennials (23-38),White only,Excellent,5.5-6 feet,180-200,Bachelor's Degree,,0,0,850,530,0,0,60
+,2022,2.02201E+13,613,Midwest,Michigan,87500,"House, apartment, flat",1,1,24711459,17,Male,White only,Never married,"Native, born in United States",Good,70,125,17.9,11th grade,Eleventh grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,Has difficulty remembering,3,0,0,45,494,0,123,0,435,0,0,120,0,0,192,0,0,"$75,000 - $100,000",Generation Z (7-22),White only,Good,5.5-6 feet,120-140,Some High School,,0,123,480,120,494,0,195
+,2022,2.02201E+13,614,South,North Carolina,45000,"House, apartment, flat",1,1,19073621,23,Male,Black only,Never married,"Native, born in United States",Good,69,263,38.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,5,60,0,0,50,0,570,0,0,120,0,0,80,0,430,"$30,000 - $50,000",Millennials (23-38),Black only,Good,5.5-6 feet,200-300,Bachelor's Degree,,430,50,630,120,0,0,85
+,2022,2.02201E+13,615,Midwest,Indiana,87500,"House, apartment, flat",1,1,6272519,28,Male,White only,Never married,"Native, born in United States",Good,71,340,47.4,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,15,0,0,105,0,930,0,0,300,0,0,30,0,0,"$75,000 - $100,000",Millennials (23-38),White only,Good,5.5-6 feet,>300,Master's or Doctoral Degree,,0,105,945,300,0,0,90
+,2022,2.02201E+13,616,South,Maryland,125000,"House, apartment, flat",1,1,11371800,42,Female,Black only,Separated,"Native, born in United States",Very good,63,209,37,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,75,60,0,0,0,0,570,0,0,280,0,50,30,0,375,"$100,000 - $150,000",Generation X (39-54),Black only,Very good,5-5.5 feet,200-300,Master's or Doctoral Degree,,375,0,630,280,0,0,155
+,2022,2.02201E+13,617,West,Utah,87500,"House, apartment, flat",1,1,5221993,40,Female,White only,Married - spouse present,"Native, born in United States",Excellent,69,180,26.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,60,0,0,120,0,0,120,0,690,0,0,150,0,0,4,176,0,"$75,000 - $100,000",Generation X (39-54),White only,Excellent,5.5-6 feet,180-200,Bachelor's Degree,,0,120,810,150,0,176,64
+,2022,2.02201E+13,618,South,Virginia,67500,"House, apartment, flat",1,1,15158459,28,Male,White only,Never married,"Native, born in United States",Fair,66,160,25.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,60,0,0,12,0,410,0,0,613,0,0,40,0,275,"$50,000 - $75,000",Millennials (23-38),White only,Fair,5.5-6 feet,160-180,Bachelor's Degree,,275,12,470,613,0,0,70
+,2022,2.02201E+13,619,South,Florida,87500,"House, apartment, flat",1,1,10932198,74,Male,Black only,Married - spouse present,"Native, born in United States",Good,76,270,32.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,240,0,10,0,0,0,0,980,0,0,180,0,0,30,0,0,"$75,000 - $100,000",Silent (74-91),Black only,Good,6-6.5 feet,200-300,Bachelor's Degree,,0,0,990,180,0,0,270
+,2022,2.02201E+13,620,South,Georgia,22500,"House, apartment, flat",1,1,4449047,85,Female,White only,Widowed,"Native, born in United States",Very good,62,150,27.4,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,25,0,0,455,0,360,0,0,600,0,0,0,0,0,"$10,000 - $30,000",Silent (74-91),White only,Very good,5-5.5 feet,140-160,Graduated High School,,0,455,385,600,0,0,0
+,2022,2.02201E+13,621,Northeast,Pennsylvania,55000,"House, apartment, flat",1,1,8011736,80,Male,White only,Widowed,"Native, born in United States",Good,69,175,25.8,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,40,135,0,0,30,0,450,0,0,540,90,0,35,0,0,"$50,000 - $75,000",Silent (74-91),White only,Good,5.5-6 feet,160-180,Master's or Doctoral Degree,,0,30,585,630,0,0,75
+,2022,2.02201E+13,622,Northeast,Massachusetts,125000,"House, apartment, flat",1,1,11061249,30,Female,Asian only,Never married,"Native, born in United States",Excellent,65,134,22.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,45,0,0,50,0,0,70,0,630,0,0,0,100,0,90,0,455,"$100,000 - $150,000",Millennials (23-38),Asian only,Excellent,5-5.5 feet,120-140,Bachelor's Degree,,455,70,680,100,0,0,135
+,2022,2.02201E+13,623,South,Florida,55000,"House, apartment, flat",1,1,10662473,79,Female,White only,Widowed,"Native, born in United States",Good,61,128,24.2,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,Has mobility limitation,Has physical difficulty,Has difficulty remembering,0,0,0,65,0,0,311,0,647,0,26,341,15,35,0,0,0,"$50,000 - $75,000",Silent (74-91),White only,Good,5-5.5 feet,120-140,Graduated High School,,0,311,712,382,0,0,35
+,2022,2.02201E+13,624,Northeast,Massachusetts,200000,"House, apartment, flat",1,1,3696492,44,Female,White only,Married - spouse present,"Native, born in United States",Excellent,65,145,24.1,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,180,0,80,140,0,0,360,0,495,0,0,135,0,0,20,0,30,"$150,000 and over",Generation X (39-54),White only,Excellent,5-5.5 feet,140-160,Master's or Doctoral Degree,,30,360,635,135,0,0,280
+,2022,2.02201E+13,625,West,Nevada,67500,"House, apartment, flat",1,1,11310131,52,Male,White-American Indian,Never married,"Foreign born, not a U.S. citizen",Fair,56,165,37,11th grade,Eleventh grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,180,0,0,0,0,730,0,0,120,0,0,40,0,370,"$50,000 - $75,000",Generation X (39-54),Mixed,Fair,0-5 feet,160-180,Some High School,,370,0,910,120,0,0,40
+,2022,2.02201E+13,626,Northeast,New Hampshire,45000,"House, apartment, flat",1,1,12909278,17,Female,White only,Never married,"Native, born in United States",Good,62,125,22.9,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,24,0,110,413,0,0,0,425,0,0,281,0,0,187,0,0,"$30,000 - $50,000",Generation Z (7-22),White only,Good,5-5.5 feet,120-140,Graduated High School,,0,0,535,281,413,0,211
+,2022,2.02201E+13,627,Northeast,New Hampshire,45000,"House, apartment, flat",1,1,11013868,38,Female,White only,Never married,"Native, born abroad of American parent or parents",Fair,64,250,42.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,35,0,0,0,0,250,0,0,670,0,0,30,0,455,"$30,000 - $50,000",Generation X (39-54),White only,Fair,5-5.5 feet,200-300,Bachelor's Degree,,455,0,285,670,0,0,30
+,2022,2.02201E+13,628,Midwest,Minnesota,27500,"House, apartment, flat",1,1,4117814,77,Female,White only,Widowed,"Native, born in United States",Fair,66,118,19,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,75,0,540,0,0,705,0,0,0,0,0,"$10,000 - $30,000",Silent (74-91),White only,Fair,5.5-6 feet,100-120,Graduated High School,,0,75,660,705,0,0,0
+,2022,2.02201E+13,629,Midwest,Ohio,2500,"House, apartment, flat",1,1,4950428,49,Female,White only,Married - spouse present,"Native, born in United States",Good,62,150,27.4,Some college but no degree,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,90,0,0,165,0,780,0,0,325,0,0,20,0,0,"Less than $10,000",Generation X (39-54),White only,Good,5-5.5 feet,140-160,Some College,,0,165,870,325,0,0,80
+,2022,2.02201E+13,630,Midwest,Minnesota,55000,"House, apartment, flat",1,1,5231329,54,Female,White only,Never married,"Native, born in United States",Very good,64,185,31.8,Associate degree - occupational vocational,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,150,240,90,0,0,65,0,570,0,0,245,0,0,80,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Very good,5-5.5 feet,180-200,Associate Degree,,0,65,660,245,0,0,470
+,2022,2.02201E+13,631,Northeast,Pennsylvania,125000,Mobile home or trailer with no permanent room added,1,1,40632022,56,Female,White only,Divorced,"Native, born in United States",Very good,64,9997,998,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,105,0,420,0,0,360,0,0,75,0,420,"$100,000 - $150,000",Boomers (55-73),White only,Very good,5-5.5 feet,>300,Graduated High School,,420,105,480,360,0,0,75
+,2022,2.02201E+13,632,South,Florida,37500,"House, apartment, flat",1,1,16435660,23,Female,White only,Never married,"Native, born in United States",Good,63,154,27.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,170,0,0,0,0,503,0,0,475,30,0,82,120,0,"$30,000 - $50,000",Millennials (23-38),White only,Good,5-5.5 feet,140-160,Bachelor's Degree,,0,0,673,505,0,120,142
+,2022,2.02201E+13,633,South,Texas,55000,"House, apartment, flat",1,1,7665762,55,Female,Asian only,Divorced,"Foreign born, U.S. citizen by naturalization",Fair,63,124,22,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,75,0,0,15,0,660,0,0,120,0,0,75,0,485,"$50,000 - $75,000",Boomers (55-73),Asian only,Fair,5-5.5 feet,120-140,Bachelor's Degree,,485,15,735,120,0,0,85
+,2022,2.02201E+13,634,South,Texas,32500,"House, apartment, flat",1,1,4725787,23,Male,White only,Never married,"Native, born in United States",Good,68,230,35,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,50,0,0,60,0,720,0,0,580,0,0,20,0,0,"$30,000 - $50,000",Millennials (23-38),White only,Good,5.5-6 feet,200-300,Some College,,0,60,770,580,0,0,30
+,2022,2.02201E+13,635,Northeast,Pennsylvania,125000,"House, apartment, flat",1,1,11487956,66,Male,White only,Married - spouse present,"Native, born in United States",Very good,68,150,22.8,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,120,0,480,0,0,150,90,0,0,0,480,"$100,000 - $150,000",Boomers (55-73),White only,Very good,5.5-6 feet,140-160,Master's or Doctoral Degree,,480,120,600,240,0,0,0
+,2022,2.02201E+13,636,South,Tennessee,67500,"House, apartment, flat",1,1,15278143,19,Male,White only,Divorced,"Foreign born, U.S. citizen by naturalization",Very good,65,131,21.8,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,18,0,0,12,0,565,60,0,354,0,0,116,0,315,"$50,000 - $75,000",Generation Z (7-22),White only,Very good,5-5.5 feet,120-140,Some College,,315,12,643,354,0,0,116
+,2022,2.02201E+13,637,Midwest,Michigan,125000,"House, apartment, flat",1,1,6865050,85,Female,White only,Married - spouse present,"Native, born in United States",Excellent,65,115,19.1,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,30,0,55,0,0,255,0,630,0,0,415,55,0,0,0,0,"$100,000 - $150,000",Silent (74-91),White only,Excellent,5-5.5 feet,100-120,Master's or Doctoral Degree,,0,255,685,470,0,0,30
+,2022,2.02201E+13,638,South,Tennessee,125000,"House, apartment, flat",1,1,14238573,40,Male,White only,Married - spouse present,"Native, born in United States",Good,70,185,26.5,Associate degree - occupational vocational,College--two years,Employed - at work,No,No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,40,0,350,0,0,275,0,0,130,0,615,"$100,000 - $150,000",Generation X (39-54),White only,Good,5.5-6 feet,180-200,Associate Degree,,615,40,380,275,0,0,130
+,2022,2.02201E+13,639,South,Alabama,87500,"House, apartment, flat",1,1,8279631,18,Female,White only,Never married,"Native, born in United States",Fair,65,130,21.6,11th grade,Eleventh grade,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,95,0,0,0,0,705,0,0,560,60,0,20,0,0,"$75,000 - $100,000",Generation Z (7-22),White only,Fair,5-5.5 feet,120-140,Some High School,,0,0,800,620,0,0,20
+,2022,2.02201E+13,640,Midwest,Iowa,67500,"House, apartment, flat",1,1,2458772,45,Female,White only,Married - spouse present,"Native, born in United States",Good,68,240,36.5,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,20,0,0,80,0,660,0,0,680,0,0,0,0,0,"$50,000 - $75,000",Generation X (39-54),White only,Good,5.5-6 feet,200-300,Some College,,0,80,680,680,0,0,0
+,2022,2.02201E+13,641,South,Virginia,200000,"House, apartment, flat",1,1,10653844,46,Female,Asian only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Good,62,135,24.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,65,0,0,60,0,0,25,0,585,0,0,90,0,0,30,0,585,"$150,000 and over",Generation X (39-54),Asian only,Good,5-5.5 feet,120-140,Bachelor's Degree,,585,25,645,90,0,0,95
+,2022,2.02201E+13,642,West,California,200000,"House, apartment, flat",1,1,10665264,59,Female,White only,Never married,"Native, born in United States",Excellent,65,130,21.6,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,25,95,100,0,220,0,496,0,0,345,50,0,59,20,0,"$150,000 and over",Boomers (55-73),White only,Excellent,5-5.5 feet,120-140,Master's or Doctoral Degree,,0,220,591,395,100,20,84
+,2022,2.02201E+13,643,West,Arizona,27500,Mobile home or trailer with no permanent room added,1,1,11594522,68,Male,White only,Never married,"Native, born in United States",Very good,72,230,31.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,140,0,0,90,0,0,445,0,330,0,0,300,0,0,135,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Very good,6-6.5 feet,200-300,Bachelor's Degree,,0,445,420,300,0,0,275
+,2022,2.02201E+13,644,Northeast,New York,87500,"House, apartment, flat",1,1,21284565,21,Female,Black only,Never married,"Native, born in United States",Fair,63,9997,998,12th grade - no diploma,Twelfth grade,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,5,0,0,135,0,840,0,0,340,0,0,0,0,120,"$75,000 - $100,000",Generation Z (7-22),Black only,Fair,5-5.5 feet,>300,Some High School,,120,135,845,340,0,0,0
+,2022,2.02201E+13,645,West,California,125000,"House, apartment, flat",1,1,4323761,58,Male,Black only,Never married,"Native, born in United States",Very good,72,225,30.5,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,25,0,0,335,0,480,0,0,90,0,0,30,300,180,"$100,000 - $150,000",Boomers (55-73),Black only,Very good,6-6.5 feet,200-300,Some College,,180,335,505,90,0,300,30
+,2022,2.02201E+13,646,South,North Carolina,125000,"House, apartment, flat",1,1,26430331,32,Male,Black only,Married - spouse present,"Native, born in United States",Very good,72,290,39.3,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,110,30,0,0,0,0,600,0,0,120,0,0,100,0,480,"$100,000 - $150,000",Millennials (23-38),Black only,Very good,6-6.5 feet,200-300,Graduated High School,,480,0,630,120,0,0,210
+,2022,2.02201E+13,647,Midwest,Wisconsin,27500,"House, apartment, flat",1,1,6299444,78,Female,White only,Married - spouse present,"Native, born in United States",Very good,64,155,26.6,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,90,0,0,110,0,510,0,0,730,0,0,0,0,0,"$10,000 - $30,000",Silent (74-91),White only,Very good,5-5.5 feet,140-160,Graduated High School,,0,110,600,730,0,0,0
+,2022,2.02201E+13,648,West,California,87500,"House, apartment, flat",1,1,16783079,56,Male,Asian only,Married - spouse present,"Native, born in United States",Very good,72,225,30.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,32,0,60,135,0,0,345,0,614,0,0,238,0,0,16,0,0,"$75,000 - $100,000",Boomers (55-73),Asian only,Very good,6-6.5 feet,200-300,Bachelor's Degree,,0,345,749,238,0,0,108
+,2022,2.02201E+13,649,South,Oklahoma,32500,"House, apartment, flat",1,1,6791752,41,Female,White only,Married - spouse present,"Native, born in United States",Good,61,155,29.3,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,90,0,0,20,0,0,275,0,385,0,0,670,0,0,0,0,0,"$30,000 - $50,000",Generation X (39-54),White only,Good,5-5.5 feet,140-160,Some College,,0,275,405,670,0,0,90
+,2022,2.02201E+13,650,South,Tennessee,32500,Mobile home or trailer with no permanent room added,1,1,8982364,48,Female,White only,Divorced,"Native, born in United States",Fair,62,240,43.9,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,75,45,30,0,0,0,0,540,0,0,140,0,0,120,0,490,"$30,000 - $50,000",Generation X (39-54),White only,Fair,5-5.5 feet,200-300,Associate Degree,,490,0,570,140,0,0,240
+,2022,2.02201E+13,651,Northeast,Connecticut,125000,"House, apartment, flat",1,1,11009131,70,Male,Asian only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Poor,69,156,23,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,0,0,555,0,0,360,0,0,29,0,406,"$100,000 - $150,000",Boomers (55-73),Asian only,Poor,5.5-6 feet,140-160,Master's or Doctoral Degree,,406,0,645,360,0,0,29
+,2022,2.02201E+13,652,Northeast,New York,45000,"House, apartment, flat",1,1,41190175,51,Female,Black only,Married - spouse present,"Foreign born, not a U.S. citizen",Excellent,72,100,13.6,12th grade - no diploma,Twelfth grade,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,36,0,0,31,0,645,0,0,464,0,0,84,0,180,"$30,000 - $50,000",Generation X (39-54),Black only,Excellent,6-6.5 feet,100-120,Some High School,,180,31,681,464,0,0,84
+,2022,2.02201E+13,653,Midwest,Ohio,200000,"House, apartment, flat",1,1,16916296,39,Male,White only,Married - spouse present,"Native, born in United States",NIU (Not in universe),,9999,998,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,110,0,20,50,0,0,30,0,510,0,0,150,0,0,41,0,529,"$150,000 and over",Generation X (39-54),White only,"Other (Refused, Dont know, NIU)",,>300,Master's or Doctoral Degree,,529,30,560,150,0,0,171
+,2022,2.02201E+13,654,South,South Carolina,22500,"House, apartment, flat",1,1,2207060,66,Female,Black only,Widowed,"Native, born in United States",Good,68,165,25.1,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,26,0,0,20,0,0,32,0,580,0,45,643,0,0,24,70,0,"$10,000 - $30,000",Boomers (55-73),Black only,Good,5.5-6 feet,160-180,Graduated High School,,0,32,600,688,0,70,50
+,2022,2.02201E+13,655,Northeast,New York,27500,"House, apartment, flat",1,1,16966490,75,Female,White only,Divorced,"Native, born in United States",Very good,75,140,17.5,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,0,0,245,0,615,80,0,150,0,0,125,120,0,"$10,000 - $30,000",Silent (74-91),White only,Very good,6-6.5 feet,140-160,Graduated High School,,0,245,770,150,0,120,125
+,2022,2.02201E+13,656,South,Georgia,8750,"House, apartment, flat",1,1,11888059,73,Female,White only,Widowed,"Native, born in United States",Good,66,145,23.4,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,20,0,0,20,0,820,0,420,30,0,0,70,0,0,"Less than $10,000",Silent (74-91),White only,Good,5.5-6 feet,140-160,Graduated High School,,0,20,840,450,0,0,130
+,2022,2.02201E+13,657,West,California,125000,"House, apartment, flat",1,1,7785349,45,Female,Asian only,Married - spouse present,"Native, born abroad of American parent or parents",Excellent,61,138,26.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,60,0,0,75,0,0,60,0,570,0,195,215,0,0,85,0,180,"$100,000 - $150,000",Generation X (39-54),Asian only,Excellent,5-5.5 feet,120-140,Bachelor's Degree,,180,60,645,410,0,0,145
+,2022,2.02201E+13,658,Northeast,Pennsylvania,87500,"House, apartment, flat",1,1,9635213,41,Female,White only,Divorced,"Native, born in United States",Excellent,65,130,21.6,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,100,0,40,60,0,0,130,0,600,30,0,120,0,0,150,0,150,"$75,000 - $100,000",Generation X (39-54),White only,Excellent,5-5.5 feet,120-140,Master's or Doctoral Degree,,150,130,690,120,0,0,290
+,2022,2.02201E+13,659,Northeast,Pennsylvania,27500,"House, apartment, flat",1,1,7707966,75,Female,Black only,Never married,"Native, born in United States",Fair,61,115,21.7,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,105,0,0,630,0,645,0,0,60,0,0,0,0,0,"$10,000 - $30,000",Silent (74-91),Black only,Fair,5-5.5 feet,100-120,Graduated High School,,0,630,750,60,0,0,0
+,2022,2.02201E+13,660,West,Oregon,11250,"House, apartment, flat",1,1,3909616,59,Female,White only,Divorced,"Native, born in United States",Good,65,134,22.3,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,90,0,0,360,0,720,0,0,140,0,0,40,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Good,5-5.5 feet,120-140,Graduated High School,,0,360,810,140,0,0,70
+,2022,2.02201E+13,661,South,Florida,45000,"House, apartment, flat",1,1,8148297,55,Female,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Very good,62,138,25.2,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,100,0,0,350,0,660,0,0,285,45,0,0,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Very good,5-5.5 feet,120-140,Graduated High School,,0,350,760,330,0,0,0
+,2022,2.02201E+13,662,Midwest,Michigan,32500,"House, apartment, flat",1,1,13373571,44,Female,White only,Never married,"Native, born in United States",Good,63,187,33.1,High school graduate - GED,Eleventh grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,90,0,0,0,365,0,630,0,0,270,0,0,85,0,0,"$30,000 - $50,000",Generation X (39-54),White only,Good,5-5.5 feet,180-200,Graduated High School,,0,365,630,270,0,0,175
+,2022,2.02201E+13,663,Midwest,Indiana,45000,"House, apartment, flat",1,1,5624614,31,Female,White only,Divorced,"Native, born in United States",Very good,66,215,34.7,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,2,0,15,50,0,0,30,0,705,0,0,139,0,0,34,0,465,"$30,000 - $50,000",Millennials (23-38),White only,Very good,5.5-6 feet,200-300,Associate Degree,,465,30,755,139,0,0,51
+,2022,2.02201E+13,664,Midwest,Wisconsin,125000,"House, apartment, flat",1,1,2820700,61,Male,White only,Never married,"Native, born in United States",Very good,73,245,32.3,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,40,40,0,0,260,0,615,0,0,365,0,0,60,0,60,"$100,000 - $150,000",Boomers (55-73),White only,Very good,6-6.5 feet,200-300,Some College,,60,260,655,365,0,0,100
+,2022,2.02201E+13,665,Midwest,Indiana,32500,"House, apartment, flat",1,1,1898822,47,Female,White only,Divorced,"Native, born in United States",Poor,63,210,37.2,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,Has difficulty remembering,0,0,0,50,0,0,230,0,780,0,0,380,0,0,0,0,0,"$30,000 - $50,000",Generation X (39-54),White only,Poor,5-5.5 feet,200-300,Master's or Doctoral Degree,,0,230,830,380,0,0,0
+,2022,2.02201E+13,666,Northeast,New York,125000,"House, apartment, flat",1,1,6692291,46,Male,White only,Married - spouse present,"Native, born in United States",Good,71,250,34.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,30,0,220,45,0,0,170,0,540,0,0,370,0,0,65,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Good,5.5-6 feet,200-300,Bachelor's Degree,,0,170,585,370,0,0,315
+,2022,2.02201E+13,667,West,Washington,125000,"House, apartment, flat",1,1,8813217,70,Female,White only,Married - spouse present,"Native, born in United States",Don't know,61,126,23.8,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,25,0,120,85,0,0,185,0,565,20,75,232,0,30,83,5,0,"$100,000 - $150,000",Boomers (55-73),White only,"Other (Refused, Dont know, NIU)",5-5.5 feet,120-140,Master's or Doctoral Degree,,0,185,670,307,0,5,258
+,2022,2.02201E+13,668,West,California,32500,"House, apartment, flat",1,1,4715832,75,Female,White only,Widowed,"Native, born in United States",Very good,66,135,21.8,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,300,0,450,0,120,360,120,0,0,0,0,"$30,000 - $50,000",Silent (74-91),White only,Very good,5.5-6 feet,120-140,Some College,,0,300,540,600,0,0,0
+,2022,2.02201E+13,669,West,Washington,17500,"House, apartment, flat",1,1,5131519,69,Female,White only,Divorced,"Native, born in United States",Good,63,202,35.8,Associate degree - occupational vocational,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,30,0,540,0,0,805,0,0,20,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Good,5-5.5 feet,200-300,Associate Degree,,0,30,540,805,0,0,20
+,2022,2.02201E+13,670,Midwest,Michigan,125000,"House, apartment, flat",1,1,3371165,45,Female,White only,Married - spouse present,"Native, born in United States",Excellent,65,130,21.6,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,495,0,0,120,0,0,143,0,530,0,60,34,0,0,43,15,0,"$100,000 - $150,000",Generation X (39-54),White only,Excellent,5-5.5 feet,120-140,Master's or Doctoral Degree,,0,143,650,94,0,15,538
+,2022,2.02201E+13,671,Northeast,Massachusetts,200000,"House, apartment, flat",1,1,3378220,65,Female,White only,Married - spouse absent,"Native, born in United States",Good,65,9996,998,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,50,0,0,255,0,680,0,20,245,0,0,45,0,0,"$150,000 and over",Boomers (55-73),White only,Good,5-5.5 feet,>300,Bachelor's Degree,,0,255,730,265,0,0,45
+,2022,2.02201E+13,672,Midwest,Michigan,87500,"House, apartment, flat",1,1,2500590,61,Male,Black only,Never married,"Native, born in United States",Very good,71,200,27.9,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,75,0,0,315,0,630,0,0,250,90,0,20,0,0,"$75,000 - $100,000",Boomers (55-73),Black only,Very good,5.5-6 feet,200-300,Master's or Doctoral Degree,,0,315,705,340,0,0,80
+,2022,2.02201E+13,673,Midwest,North Dakota,125000,"House, apartment, flat",1,1,8718752,34,Female,White only,Married - spouse present,"Native, born in United States",Good,68,210,31.9,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,85,0,0,20,0,0,0,0,600,0,0,0,0,0,60,0,675,"$100,000 - $150,000",Millennials (23-38),White only,Good,5.5-6 feet,200-300,Master's or Doctoral Degree,,675,0,620,0,0,0,145
+,2022,2.02201E+13,674,Midwest,South Dakota,45000,"House, apartment, flat",1,1,1983625,66,Female,White only,Divorced,"Native, born in United States",Poor,62,162,29.6,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,97,75,0,0,300,0,480,0,0,473,0,0,15,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Poor,5-5.5 feet,160-180,Some College,,0,300,555,473,0,0,112
+,2022,2.02201E+13,675,West,California,125000,"House, apartment, flat",1,1,5520826,34,Female,White only,Married - spouse present,"Native, born in United States",Good,66,146,23.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,90,0,0,80,0,0,210,0,540,0,0,0,230,0,110,0,0,"$100,000 - $150,000",Millennials (23-38),White only,Good,5.5-6 feet,140-160,Bachelor's Degree,,0,210,620,230,0,0,200
+,2022,2.02201E+13,676,South,Georgia,67500,"House, apartment, flat",1,1,7244671,46,Female,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Good,63,118,20.9,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,90,0,0,90,120,0,395,0,565,0,0,120,0,0,0,0,0,"$50,000 - $75,000",Generation X (39-54),White only,Good,5-5.5 feet,100-120,Graduated High School,,0,395,655,120,120,0,90
+,2022,2.02201E+13,677,South,Alabama,2500,"House, apartment, flat",1,1,7583307,55,Male,Black only,Separated,"Native, born in United States",Fair,67,168,26.3,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,15,80,0,0,0,0,760,0,0,545,0,0,40,0,0,"Less than $10,000",Boomers (55-73),Black only,Fair,5.5-6 feet,160-180,Graduated High School,,0,0,840,545,0,0,55
+,2022,2.02201E+13,678,Midwest,Illinois,55000,"House, apartment, flat",1,1,6942189,65,Female,White only,Widowed,"Native, born in United States",Very good,66,9996,998,Associate degree - occupational vocational,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,80,180,0,0,50,0,490,50,0,110,0,0,60,0,420,"$50,000 - $75,000",Boomers (55-73),White only,Very good,5.5-6 feet,>300,Associate Degree,,420,50,720,110,0,0,140
+,2022,2.02201E+13,679,South,Arkansas,87500,"House, apartment, flat",1,1,7770391,69,Male,Asian only,Married - spouse absent,"Foreign born, not a U.S. citizen",Poor,65,145,24.1,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,0,0,450,0,0,90,0,0,0,0,840,"$75,000 - $100,000",Boomers (55-73),Asian only,Poor,5-5.5 feet,140-160,Graduated High School,,840,0,510,90,0,0,0
+,2022,2.02201E+13,680,Northeast,New York,2500,"House, apartment, flat",1,1,8608989,85,Male,White only,Widowed,"Native, born in United States",Very good,68,148,22.5,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,45,65,0,0,133,25,719,0,0,347,30,60,16,0,0,"Less than $10,000",Silent (74-91),White only,Very good,5.5-6 feet,140-160,Some College,,0,158,784,377,0,0,121
+,2022,2.02201E+13,681,South,Arkansas,2500,"House, apartment, flat",1,1,3435076,25,Female,White only,Married - spouse absent,"Native, born in United States",Very good,66,135,21.8,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,75,0,0,305,120,240,0,0,0,0,0,690,0,0,"Less than $10,000",Millennials (23-38),White only,Very good,5.5-6 feet,120-140,Graduated High School,,0,425,315,0,0,0,700
+,2022,2.02201E+13,682,West,Arizona,200000,"House, apartment, flat",1,1,14640972,29,Female,White only,Never married,"Native, born in United States",Good,60,130,25.4,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,20,0,640,0,0,195,0,60,60,0,405,"$150,000 and over",Millennials (23-38),White only,Good,5-5.5 feet,120-140,Graduated High School,,405,20,700,195,0,0,120
+,2022,2.02201E+13,683,Midwest,Missouri,32500,"House, apartment, flat",1,1,3282525,72,Female,White only,Never married,"Native, born in United States",Fair,69,285,42.1,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,140,0,560,0,15,665,0,30,0,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Fair,5.5-6 feet,200-300,Some College,,0,140,590,680,0,0,30
+,2022,2.02201E+13,684,West,California,125000,"House, apartment, flat",1,1,6606931,65,Female,Asian only,Married - spouse present,"Native, born in United States",Good,58,157,32.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,150,0,720,0,0,480,0,0,0,0,0,"$100,000 - $150,000",Boomers (55-73),Asian only,Good,0-5 feet,140-160,Bachelor's Degree,,0,150,810,480,0,0,0
+,2022,2.02201E+13,685,West,California,6250,"House, apartment, flat",1,1,16063733,21,Female,Asian only,Never married,"Foreign born, U.S. citizen by naturalization",Good,64,136,23.3,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,190,380,0,0,0,720,0,0,30,0,0,90,0,0,"Less than $10,000",Generation Z (7-22),Asian only,Good,5-5.5 feet,120-140,Associate Degree,,0,0,910,30,380,0,120
+,2022,2.02201E+13,686,Northeast,Pennsylvania,67500,"House, apartment, flat",1,1,8631188,52,Female,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Good,62,158,28.9,High school graduate - GED,Seventh through eighth grade,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,370,0,675,0,0,305,0,45,0,0,0,"$50,000 - $75,000",Generation X (39-54),White only,Good,5-5.5 feet,140-160,Graduated High School,,0,370,720,305,0,0,45
+,2022,2.02201E+13,687,South,Arkansas,22500,"House, apartment, flat",1,1,4390834,85,Female,White only,Married - spouse present,"Native, born in United States",Very good,67,130,20.4,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,90,0,0,180,0,660,0,0,390,0,0,60,0,0,"$10,000 - $30,000",Silent (74-91),White only,Very good,5.5-6 feet,120-140,Graduated High School,,0,180,750,390,0,0,120
+,2022,2.02201E+13,688,South,Tennessee,37500,"House, apartment, flat",1,1,8095853,63,Female,White only,Married - spouse present,"Native, born in United States",Fair,68,170,25.8,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,10,20,85,0,0,125,0,645,0,0,515,0,5,35,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Fair,5.5-6 feet,160-180,Graduated High School,,0,125,730,515,0,0,70
+,2022,2.02201E+13,689,West,Hawaii,200000,"House, apartment, flat",1,1,4391611,80,Female,White only,Never married,"Native, born in United States",Good,62,145,26.5,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,180,45,0,0,196,0,660,0,0,180,0,45,40,0,0,"$150,000 and over",Silent (74-91),White only,Good,5-5.5 feet,140-160,Master's or Doctoral Degree,,0,196,705,180,0,0,265
+,2022,2.02201E+13,690,Northeast,New York,200000,"House, apartment, flat",1,1,4150101,49,Female,White only,Married - spouse present,"Native, born in United States",Excellent,63,138,24.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,18,100,0,0,0,0,585,0,0,377,60,90,120,90,0,"$150,000 and over",Generation X (39-54),White only,Excellent,5-5.5 feet,120-140,Bachelor's Degree,,0,0,685,437,0,90,228
+,2022,2.02201E+13,691,West,Idaho,87500,"House, apartment, flat",1,1,10639934,53,Female,White only,Divorced,"Native, born in United States",Good,61,160,30.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,105,0,510,0,0,120,60,0,60,0,555,"$75,000 - $100,000",Generation X (39-54),White only,Good,5-5.5 feet,160-180,Bachelor's Degree,,555,105,540,180,0,0,60
+,2022,2.02201E+13,692,Midwest,Minnesota,125000,"House, apartment, flat",1,1,12113019,57,Male,White only,Married - spouse present,"Native, born in United States",Excellent,69,170,25.1,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,25,0,485,0,0,220,0,10,25,0,570,"$100,000 - $150,000",Boomers (55-73),White only,Excellent,5.5-6 feet,160-180,Some College,,570,25,530,220,0,0,35
+,2022,2.02201E+13,693,Midwest,Illinois,200000,"House, apartment, flat",1,1,12774980,44,Male,Asian only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Fair,67,160,25.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,120,0,2,78,0,0,0,0,540,0,0,0,0,0,190,0,510,"$150,000 and over",Generation X (39-54),Asian only,Fair,5.5-6 feet,160-180,Bachelor's Degree,,510,0,618,0,0,0,312
+,2022,2.02201E+13,694,South,Georgia,200000,"House, apartment, flat",1,1,19765545,55,Female,White only,Divorced,"Native, born in United States",Very good,62,125,22.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,10,0,0,40,0,0,250,0,620,0,0,500,0,20,0,0,0,"$150,000 and over",Boomers (55-73),White only,Very good,5-5.5 feet,120-140,Bachelor's Degree,,0,250,660,500,0,0,30
+,2022,2.02201E+13,695,Midwest,Minnesota,6250,"House, apartment, flat",1,1,9272467,16,Male,White only,Never married,"Foreign born, not a U.S. citizen",Very good,63,9997,998,9th grade,Ninth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,80,60,0,30,0,900,0,0,370,0,0,0,0,0,"Less than $10,000",Generation Z (7-22),White only,Very good,5-5.5 feet,>300,Some High School,,0,30,980,370,60,0,0
+,2022,2.02201E+13,696,South,Texas,37500,"House, apartment, flat",1,1,22373384,85,Female,White only,Widowed,"Native, born in United States",Very good,62,145,26.5,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,Has mobility limitation,Has physical difficulty,Has difficulty remembering,0,0,0,240,0,0,0,0,810,0,120,270,0,0,0,0,0,"$30,000 - $50,000",Silent (74-91),White only,Very good,5-5.5 feet,140-160,Graduated High School,,0,0,1050,390,0,0,0
+,2022,2.02201E+13,697,West,California,87500,"House, apartment, flat",1,1,9880341,53,Male,"American Indian, Alaskan Native",Married - spouse present,"Foreign born, not a U.S. citizen",Good,71,220,30.7,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,35,75,0,0,150,0,770,0,0,310,0,0,40,0,0,"$75,000 - $100,000",Generation X (39-54),"American Indian, Alaskan Native",Good,5.5-6 feet,200-300,Some College,,0,150,845,310,0,0,75
+,2022,2.02201E+13,698,West,California,37500,"House, apartment, flat",1,1,1913548,63,Female,White only,Divorced,"Native, born in United States",Good,62,9996,998,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,Has difficulty remembering,0,0,0,150,0,0,20,0,625,0,0,645,0,0,0,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Good,5-5.5 feet,>300,Some College,,0,20,775,645,0,0,0
+,2022,2.02201E+13,699,South,South Carolina,37500,"House, apartment, flat",1,1,3106156,80,Female,White only,Widowed,"Native, born in United States",NIU (Not in universe),,9999,998,11th grade,Eleventh grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,10,0,35,0,0,7,0,712,0,115,466,0,30,65,0,0,"$30,000 - $50,000",Silent (74-91),White only,"Other (Refused, Dont know, NIU)",,>300,Some High School,,0,7,747,581,0,0,105
+,2022,2.02201E+13,700,South,Texas,37500,Mobile home or trailer with no permanent room added,1,1,46030915,34,Male,White only,Never married,"Foreign born, not a U.S. citizen",Excellent,67,180,28.2,11th grade,Eleventh grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,3,0,532,0,0,265,0,15,30,0,475,"$30,000 - $50,000",Millennials (23-38),White only,Excellent,5.5-6 feet,180-200,Some High School,,475,3,652,265,0,0,45
+,2022,2.02201E+13,701,Midwest,Ohio,45000,"House, apartment, flat",1,1,4952530,67,Female,White only,Married - spouse present,"Native, born in United States",Good,62,170,31.1,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,290,0,480,0,0,565,60,0,0,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Good,5-5.5 feet,160-180,Graduated High School,,0,290,525,625,0,0,0
+,2022,2.02201E+13,702,South,Texas,200000,"House, apartment, flat",1,1,40181727,20,Female,White only,Never married,"Native, born in United States",Very good,70,130,18.7,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,110,240,0,55,0,636,0,0,300,0,0,69,0,0,"$150,000 and over",Generation Z (7-22),White only,Very good,5.5-6 feet,120-140,Some College,,0,55,746,300,240,0,99
+,2022,2.02201E+13,703,Midwest,Kansas,87500,"House, apartment, flat",1,1,4817677,63,Female,White only,Married - spouse present,"Native, born in United States",Very good,64,150,25.7,Associate degree - occupational vocational,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,180,135,0,0,175,0,585,0,0,125,0,0,240,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Very good,5-5.5 feet,140-160,Associate Degree,,0,175,720,125,0,0,420
+,2022,2.02201E+13,704,Midwest,Ohio,55000,"House, apartment, flat",1,1,4112453,70,Male,White only,Married - spouse present,"Native, born in United States",Very good,69,195,28.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,20,90,0,0,90,0,555,0,0,557,90,0,8,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Very good,5.5-6 feet,180-200,Bachelor's Degree,,0,90,645,647,0,0,28
+,2022,2.02201E+13,705,Midwest,Illinois,67500,"House, apartment, flat",1,1,5716352,57,Female,White only,Never married,"Native, born in United States",Good,62,139,25.4,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,15,30,0,0,390,0,570,0,0,281,0,150,4,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Good,5-5.5 feet,120-140,Graduated High School,,0,390,600,281,0,0,169
+,2022,2.02201E+13,706,South,District of Columbia,200000,"House, apartment, flat",1,1,11065719,43,Male,Asian only,Never married,"Native, born in United States",Very good,70,155,22.2,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,60,0,645,0,0,90,0,0,30,0,525,"$150,000 and over",Generation X (39-54),Asian only,Very good,5.5-6 feet,140-160,Master's or Doctoral Degree,,525,60,690,90,0,0,30
+,2022,2.02201E+13,707,South,Florida,32500,"House, apartment, flat",1,1,5235947,31,Female,White only,Married - spouse present,"Native, born in United States",Good,62,200,36.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,275,0,0,60,0,0,330,0,275,0,0,330,0,0,0,0,50,"$30,000 - $50,000",Millennials (23-38),White only,Good,5-5.5 feet,200-300,Bachelor's Degree,,50,330,335,330,0,0,275
+,2022,2.02201E+13,708,South,Maryland,125000,"House, apartment, flat",1,1,22456762,18,Female,White only,Never married,"Native, born in United States",Very good,62,100,18.3,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,450,0,0,0,810,0,0,0,0,0,60,0,0,"$100,000 - $150,000",Generation Z (7-22),White only,Very good,5-5.5 feet,100-120,Graduated High School,,0,0,930,0,450,0,60
+,2022,2.02201E+13,709,South,Virginia,45000,"House, apartment, flat",1,1,13044408,78,Male,Asian only,Widowed,"Foreign born, U.S. citizen by naturalization",Good,64,152,26.1,Associate degree - occupational vocational,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,45,40,0,0,180,0,540,0,0,465,120,0,50,0,0,"$30,000 - $50,000",Silent (74-91),Asian only,Good,5-5.5 feet,140-160,Associate Degree,,0,180,580,585,0,0,95
+,2022,2.02201E+13,710,South,South Carolina,8750,"House, apartment, flat",1,1,4758974,76,Female,White only,Divorced,"Native, born in United States",Very good,66,200,32.3,Some college but no degree,College--three years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,130,0,0,277,0,680,0,5,330,0,0,18,0,0,"Less than $10,000",Silent (74-91),White only,Very good,5.5-6 feet,200-300,Some College,,0,277,810,335,0,0,18
+,2022,2.02201E+13,711,West,Utah,55000,"House, apartment, flat",1,1,15924626,25,Female,White only,Married - spouse present,"Native, born in United States",Very good,65,125,20.8,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,70,0,500,0,0,360,0,0,0,0,480,"$50,000 - $75,000",Millennials (23-38),White only,Very good,5-5.5 feet,120-140,Master's or Doctoral Degree,,480,70,530,360,0,0,0
+,2022,2.02201E+13,712,South,Florida,200000,"House, apartment, flat",1,1,15558274,53,Male,White only,Divorced,"Foreign born, not a U.S. citizen",Very good,71,180,25.1,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,65,0,550,0,0,0,0,0,0,0,780,"$150,000 and over",Generation X (39-54),White only,Very good,5.5-6 feet,180-200,Graduated High School,,780,65,595,0,0,0,0
+,2022,2.02201E+13,713,West,California,200000,"House, apartment, flat",1,1,13496951,51,Male,White only,Married - spouse present,"Native, born in United States",Excellent,69,185,27.3,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,76,0,0,35,0,0,84,0,510,0,0,90,0,0,45,0,600,"$150,000 and over",Generation X (39-54),White only,Excellent,5.5-6 feet,180-200,Master's or Doctoral Degree,,600,84,545,90,0,0,121
+,2022,2.02201E+13,714,South,Mississippi,2500,"House, apartment, flat",1,1,3151380,64,Female,Black only,Never married,"Native, born in United States",Very good,69,167,24.7,10th grade,Tenth grade,Not in labor force,NIU (Not in universe),Has vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,15,45,0,0,0,0,660,0,115,455,0,90,60,0,0,"Less than $10,000",Boomers (55-73),Black only,Very good,5.5-6 feet,160-180,Some High School,,0,0,705,570,0,0,165
+,2022,2.02201E+13,715,South,West Virginia,27500,"House, apartment, flat",1,1,4518474,62,Female,White only,Married - spouse present,"Native, born in United States",Good,62,9996,998,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,130,0,0,450,0,518,0,60,270,0,0,12,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Good,5-5.5 feet,>300,Associate Degree,,0,450,648,330,0,0,12
+,2022,2.02201E+13,716,South,Florida,27500,"House, apartment, flat",1,1,2801967,72,Male,White only,Married - spouse absent,"Native, born in United States",Good,71,245,34.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,75,0,0,115,0,900,0,0,120,60,0,20,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Bachelor's Degree,,0,115,975,180,0,0,80
+,2022,2.02201E+13,717,South,Alabama,55000,"House, apartment, flat",1,1,12764887,62,Female,Asian only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Good,58,125,26.1,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,120,0,0,180,0,745,0,0,300,0,0,35,0,0,"$50,000 - $75,000",Boomers (55-73),Asian only,Good,0-5 feet,120-140,Graduated High School,,0,180,865,300,0,0,95
+,2022,2.02201E+13,718,Northeast,Pennsylvania,2500,"House, apartment, flat",1,1,11970938,41,Male,White only,Never married,"Native, born in United States",Very good,68,165,25.1,9th grade,Ninth grade,Not in labor force,NIU (Not in universe),Has vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,390,0,360,0,0,660,0,0,0,0,0,"Less than $10,000",Generation X (39-54),White only,Very good,5.5-6 feet,160-180,Some High School,,0,390,390,660,0,0,0
+,2022,2.02201E+13,719,Midwest,Nebraska,200000,"House, apartment, flat",1,1,4978575,64,Male,White only,Married - spouse present,"Native, born in United States",Good,70,205,29.4,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,95,0,40,0,0,5,0,424,0,0,215,0,0,20,0,641,"$150,000 and over",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Graduated High School,,641,5,464,215,0,0,115
+,2022,2.02201E+13,720,West,Utah,22500,"House, apartment, flat",1,1,4265919,31,Female,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Very good,65,130,21.6,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,60,0,30,70,0,0,255,0,670,0,115,216,0,0,24,0,0,"$10,000 - $30,000",Millennials (23-38),White only,Very good,5-5.5 feet,120-140,Associate Degree,,0,255,740,331,0,0,114
+,2022,2.02201E+13,721,Northeast,Pennsylvania,27500,"House, apartment, flat",1,1,2868016,66,Female,White only,Never married,"Native, born in United States",Fair,66,9997,998,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,20,140,0,0,240,0,400,0,0,590,0,0,50,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Fair,5.5-6 feet,>300,Associate Degree,,0,240,540,590,0,0,70
+,2022,2.02201E+13,722,West,Arizona,125000,"House, apartment, flat",1,1,8711541,28,Female,White only,Married - spouse present,"Native, born in United States",Very good,66,120,19.4,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,75,85,0,0,366,0,695,0,0,174,0,0,45,0,0,"$100,000 - $150,000",Millennials (23-38),White only,Very good,5.5-6 feet,120-140,Master's or Doctoral Degree,,0,366,780,174,0,0,120
+,2022,2.02201E+13,723,Midwest,Illinois,125000,"House, apartment, flat",1,1,9139653,46,Female,White only,Married - spouse present,"Native, born in United States",Very good,65,140,23.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,30,0,15,120,0,0,30,0,510,0,0,225,0,0,30,0,480,"$100,000 - $150,000",Generation X (39-54),White only,Very good,5-5.5 feet,140-160,Bachelor's Degree,,480,30,630,225,0,0,75
+,2022,2.02201E+13,724,West,Colorado,200000,"House, apartment, flat",1,1,12250914,85,Male,White only,Married - spouse present,"Native, born in United States",Fair,70,180,25.8,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,180,0,0,120,0,840,0,0,300,0,0,0,0,0,"$150,000 and over",Silent (74-91),White only,Fair,5.5-6 feet,180-200,Master's or Doctoral Degree,,0,120,1020,300,0,0,0
+,2022,2.02201E+13,725,Northeast,Massachusetts,32500,"House, apartment, flat",1,1,3593833,80,Male,White only,Widowed,"Native, born in United States",Very good,65,160,26.6,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,215,0,435,0,60,580,0,0,0,60,0,"$30,000 - $50,000",Silent (74-91),White only,Very good,5-5.5 feet,160-180,Master's or Doctoral Degree,,0,215,525,640,0,60,0
+,2022,2.02201E+13,726,South,North Carolina,22500,"House, apartment, flat",1,1,2439628,60,Male,Black only,Divorced,"Native, born in United States",Good,63,168,29.8,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,2,15,0,0,15,0,630,0,0,768,0,0,10,0,0,"$10,000 - $30,000",Boomers (55-73),Black only,Good,5-5.5 feet,160-180,Master's or Doctoral Degree,,0,15,645,768,0,0,12
+,2022,2.02201E+13,727,Midwest,Illinois,200000,"House, apartment, flat",1,1,24628824,47,Male,White only,Married - spouse present,"Native, born in United States",Very good,71,207,28.9,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,20,57,0,0,136,0,656,0,0,20,0,0,20,0,411,"$150,000 and over",Generation X (39-54),White only,Very good,5.5-6 feet,200-300,Master's or Doctoral Degree,,411,136,713,20,0,0,40
+,2022,2.02201E+13,728,West,Idaho,22500,"House, apartment, flat",1,1,16571713,53,Male,White only,Married - spouse present,"Native, born in United States",Good,67,180,28.2,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,75,0,0,81,0,0,14,0,415,0,0,210,0,0,30,0,615,"$10,000 - $30,000",Generation X (39-54),White only,Good,5.5-6 feet,180-200,Graduated High School,,615,14,496,210,0,0,105
+,2022,2.02201E+13,729,West,California,55000,"House, apartment, flat",1,1,26434720,38,Male,White only,Married - spouse present,"Native, born in United States",Fair,73,288,38,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,45,0,0,265,0,516,0,0,420,0,0,29,0,135,"$50,000 - $75,000",Generation X (39-54),White only,Fair,6-6.5 feet,200-300,Bachelor's Degree,,135,265,561,420,0,0,59
+,2022,2.02201E+13,730,Midwest,Iowa,6250,"House, apartment, flat",1,1,7266621,21,Male,Asian only,Never married,"Foreign born, U.S. citizen by naturalization",Very good,70,220,31.6,Some college but no degree,College--three years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,0,0,620,0,0,775,0,0,0,0,0,"Less than $10,000",Generation Z (7-22),Asian only,Very good,5.5-6 feet,200-300,Some College,,0,0,665,775,0,0,0
+,2022,2.02201E+13,731,South,Texas,27500,"House, apartment, flat",1,1,3321173,85,Female,Black only,Divorced,"Native, born in United States",Fair,67,170,26.6,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,90,15,0,0,30,0,720,0,0,545,0,0,40,0,0,"$10,000 - $30,000",Silent (74-91),Black only,Fair,5.5-6 feet,160-180,Graduated High School,,0,30,735,545,0,0,130
+,2022,2.02201E+13,732,South,Maryland,87500,"House, apartment, flat",1,1,13772654,22,Female,White only,Never married,"Native, born in United States",Fair,62,150,27.4,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,180,45,0,0,25,0,845,0,0,300,0,0,45,0,0,"$75,000 - $100,000",Millennials (23-38),White only,Fair,5-5.5 feet,140-160,Associate Degree,,0,25,890,300,0,0,225
+,2022,2.02201E+13,733,Northeast,Connecticut,67500,"House, apartment, flat",1,1,6335557,68,Male,White only,Divorced,"Native, born in United States",Good,73,195,25.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,10,5,780,0,0,75,0,0,60,0,420,"$50,000 - $75,000",Boomers (55-73),White only,Good,6-6.5 feet,180-200,Bachelor's Degree,,420,15,870,75,0,0,60
+,2022,2.02201E+13,734,South,Virginia,125000,"House, apartment, flat",1,1,4671253,36,Male,White only,Married - spouse present,"Native, born in United States",Good,72,285,38.6,Some college but no degree,College--three years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,110,60,0,0,150,0,450,0,0,345,0,0,115,0,210,"$100,000 - $150,000",Millennials (23-38),White only,Good,6-6.5 feet,200-300,Some College,,210,150,510,345,0,0,225
+,2022,2.02201E+13,735,Northeast,New York,200000,"House, apartment, flat",1,1,25500345,44,Female,Asian only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Good,63,172,30.5,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,7,0,10,30,0,0,102,0,474,0,40,100,0,0,174,0,503,"$150,000 and over",Generation X (39-54),Asian only,Good,5-5.5 feet,160-180,Master's or Doctoral Degree,,503,102,504,140,0,0,191
+,2022,2.02201E+13,736,West,California,200000,"House, apartment, flat",1,1,4896958,41,Female,White only,Married - spouse present,"Native, born in United States",Very good,68,180,27.4,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,215,0,10,120,0,0,240,0,560,45,0,200,0,0,50,0,0,"$150,000 and over",Generation X (39-54),White only,Very good,5.5-6 feet,180-200,Master's or Doctoral Degree,,0,240,725,200,0,0,275
+,2022,2.02201E+13,737,West,Oregon,55000,"House, apartment, flat",1,1,19648605,59,Male,White only,Married - spouse present,"Native, born in United States",Very good,76,225,27.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,15,10,0,140,0,0,240,0,475,0,85,235,0,0,105,0,135,"$50,000 - $75,000",Boomers (55-73),White only,Very good,6-6.5 feet,200-300,Bachelor's Degree,,135,240,615,320,0,0,130
+,2022,2.02201E+13,738,South,Florida,27500,"House, apartment, flat",1,1,3214849,72,Female,White only,Divorced,"Native, born in United States",Excellent,64,140,24,Some college but no degree,College--three years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,180,0,0,210,0,540,0,0,330,120,60,0,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Excellent,5-5.5 feet,140-160,Some College,,0,210,720,450,0,0,60
+,2022,2.02201E+13,739,South,Arkansas,32500,"House, apartment, flat",1,1,7552320,50,Male,Asian only,Divorced,"Foreign born, U.S. citizen by naturalization",Poor,68,225,34.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,0,0,470,0,0,30,0,0,60,0,820,"$30,000 - $50,000",Generation X (39-54),Asian only,Poor,5.5-6 feet,200-300,Bachelor's Degree,,820,0,530,30,0,0,60
+,2022,2.02201E+13,740,Midwest,Missouri,22500,"House, apartment, flat",1,1,7628642,72,Male,White only,Divorced,"Native, born in United States",Excellent,71,180,25.1,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,105,25,0,0,82,0,646,10,0,293,79,40,120,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Excellent,5.5-6 feet,180-200,Some College,,0,82,681,372,0,0,265
+,2022,2.02201E+13,741,Midwest,Ohio,13750,"House, apartment, flat",1,1,5150990,71,Female,White only,Divorced,"Native, born in United States",Fair,60,9996,998,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,80,0,0,50,0,655,0,0,655,0,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Fair,5-5.5 feet,>300,Some College,,0,50,735,655,0,0,0
+,2022,2.02201E+13,742,West,Nevada,32500,"House, apartment, flat",1,1,4166484,67,Female,Black only,Divorced,"Native, born in United States",Very good,64,150,25.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,150,30,0,0,95,0,600,0,0,120,0,30,30,385,0,"$30,000 - $50,000",Boomers (55-73),Black only,Very good,5-5.5 feet,140-160,Bachelor's Degree,,0,95,630,120,0,385,210
+,2022,2.02201E+13,743,South,Tennessee,22500,"House, apartment, flat",1,1,7389417,43,Female,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Fair,57,174,37.6,12th grade - no diploma,Twelfth grade,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,60,0,700,0,0,120,0,0,8,0,522,"$10,000 - $30,000",Generation X (39-54),White only,Fair,0-5 feet,160-180,Some High School,,522,60,730,120,0,0,8
+,2022,2.02201E+13,744,West,California,87500,"House, apartment, flat",1,1,4480104,74,Male,White only,Married - spouse present,"Native, born in United States",Fair,70,195,28,Some college but no degree,College--four years,Employed - at work,No,Has vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,30,0,715,0,0,600,0,0,0,0,0,"$75,000 - $100,000",Silent (74-91),White only,Fair,5.5-6 feet,180-200,Some College,,0,30,805,600,0,0,0
+,2022,2.02201E+13,745,South,North Carolina,45000,"House, apartment, flat",1,1,8622953,28,Male,White only,Married - spouse present,"Native, born in United States",Fair,70,170,24.4,Some college but no degree,College--three years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,15,20,0,0,310,0,390,0,0,450,215,0,40,0,0,"$30,000 - $50,000",Millennials (23-38),White only,Fair,5.5-6 feet,160-180,Some College,,0,310,410,665,0,0,55
+,2022,2.02201E+13,746,Northeast,Pennsylvania,200000,"House, apartment, flat",1,1,4888288,62,Male,White only,Married - spouse present,"Native, born in United States",Excellent,71,185,25.8,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,150,0,0,0,0,600,0,0,310,0,0,380,0,0,"$150,000 and over",Boomers (55-73),White only,Excellent,5.5-6 feet,180-200,Master's or Doctoral Degree,,0,0,750,310,0,0,380
+,2022,2.02201E+13,747,South,Texas,17500,"House, apartment, flat",1,1,6794484,45,Male,White only,Married - spouse present,"Native, born in United States",Very good,71,190,26.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,315,0,0,225,0,0,0,0,480,0,0,360,0,0,60,0,0,"$10,000 - $30,000",Generation X (39-54),White only,Very good,5.5-6 feet,180-200,Bachelor's Degree,,0,0,705,360,0,0,375
+,2022,2.02201E+13,748,Northeast,Connecticut,55000,"House, apartment, flat",1,1,11478161,61,Male,White only,Divorced,"Native, born in United States",Very good,72,190,25.8,Associate degree - academic program,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,120,10,20,0,0,10,0,390,0,0,90,75,0,89,0,636,"$50,000 - $75,000",Boomers (55-73),White only,Very good,6-6.5 feet,180-200,Associate Degree,,636,10,410,165,0,0,219
+,2022,2.02201E+13,749,West,Oregon,125000,"House, apartment, flat",1,1,7434145,42,Female,White only,Married - spouse present,"Native, born in United States",Very good,64,150,25.7,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,5,0,0,75,0,0,75,0,530,0,0,200,0,0,35,0,520,"$100,000 - $150,000",Generation X (39-54),White only,Very good,5-5.5 feet,140-160,Master's or Doctoral Degree,,520,75,605,200,0,0,40
+,2022,2.02201E+13,750,West,Arizona,125000,"House, apartment, flat",1,1,22607270,62,Male,White only,Married - spouse present,"Native, born abroad of American parent or parents",Good,72,230,31.2,High school graduate - GED,Eleventh grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,125,0,0,100,0,425,0,0,220,0,0,60,0,510,"$100,000 - $150,000",Boomers (55-73),White only,Good,6-6.5 feet,200-300,Graduated High School,,510,100,550,220,0,0,60
+,2022,2.02201E+13,751,West,Washington,125000,"House, apartment, flat",1,1,31013874,19,Male,White only,Never married,"Native, born in United States",Good,72,285,38.6,Associate degree - academic program,College--two years,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,1,0,85,0,0,65,0,340,0,0,195,130,0,624,0,0,"$100,000 - $150,000",Generation Z (7-22),White only,Good,6-6.5 feet,200-300,Associate Degree,,0,65,425,325,0,0,625
+,2022,2.02201E+13,752,Midwest,Minnesota,37500,Mobile home or trailer with no permanent room added,1,1,7352563,33,Male,White only,Never married,"Native, born in United States",Fair,73,185,24.4,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,Has difficulty remembering,0,10,5,0,0,0,105,0,575,0,0,105,450,0,190,0,0,"$30,000 - $50,000",Millennials (23-38),White only,Fair,6-6.5 feet,180-200,Some College,,0,105,575,555,0,0,205
+,2022,2.02201E+13,753,West,Washington,22500,Mobile home or trailer with no permanent room added,1,1,7912820,55,Female,White only,Married - spouse present,"Native, born in United States",Good,67,9996,998,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,285,0,750,0,0,360,0,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Good,5.5-6 feet,>300,Graduated High School,,0,285,795,360,0,0,0
+,2022,2.02201E+13,754,Midwest,Michigan,67500,"House, apartment, flat",1,1,5740308,74,Male,Black only,Married - spouse present,"Native, born in United States",Good,71,181,25.2,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,35,0,0,180,0,505,0,190,320,0,90,0,0,0,"$50,000 - $75,000",Silent (74-91),Black only,Good,5.5-6 feet,180-200,Some College,,0,180,540,510,0,0,90
+,2022,2.02201E+13,755,South,Florida,11250,"House, apartment, flat",1,1,9098153,46,Male,White only,Separated,"Native, born in United States",Fair,74,220,28.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Unemployed - on layoff,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,40,0,25,0,0,300,0,420,0,0,525,0,30,40,0,60,"$10,000 - $30,000",Generation X (39-54),White only,Fair,6-6.5 feet,200-300,Bachelor's Degree,,60,300,445,525,0,0,110
+,2022,2.02201E+13,756,South,West Virginia,11250,"House, apartment, flat",1,1,7931812,73,Female,White only,Widowed,"Native, born in United States",Very good,60,150,29.3,10th grade,Tenth grade,Not in labor force,NIU (Not in universe),Has vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,35,0,0,101,0,557,0,10,627,0,110,0,0,0,"$10,000 - $30,000",Silent (74-91),White only,Very good,5-5.5 feet,140-160,Some High School,,0,101,592,637,0,0,110
+,2022,2.02201E+13,757,South,Georgia,17500,"House, apartment, flat",1,1,9080918,56,Male,White only,Never married,"Foreign born, U.S. citizen by naturalization",NIU (Not in universe),,9999,999,5th or 6th grade,Fifth through sixth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,70,0,0,0,0,500,0,0,375,0,0,60,0,435,"$10,000 - $30,000",Boomers (55-73),White only,"Other (Refused, Dont know, NIU)",,>300,Middle School or Less,,435,0,570,375,0,0,60
+,2022,2.02201E+13,758,West,California,200000,"House, apartment, flat",1,1,18078109,44,Female,Asian only,Never married,"Native, born in United States",Fair,63,250,44.3,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,40,0,0,65,0,240,0,0,30,0,0,50,0,1005,"$150,000 and over",Generation X (39-54),Asian only,Fair,5-5.5 feet,200-300,Master's or Doctoral Degree,,1005,65,280,30,0,0,60
+,2022,2.02201E+13,759,South,Texas,45000,"House, apartment, flat",1,1,13815873,49,Male,Black only,Married - spouse present,"Native, born in United States",Very good,72,200,27.1,Some college but no degree,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,30,0,585,0,0,210,0,0,105,0,480,"$30,000 - $50,000",Generation X (39-54),Black only,Very good,6-6.5 feet,200-300,Some College,,480,30,615,210,0,0,105
+,2022,2.02201E+13,760,South,South Carolina,87500,"House, apartment, flat",1,1,8844035,69,Male,White only,Married - spouse present,"Native, born in United States",Refused,,9996,998,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,95,102,0,0,225,0,645,0,0,138,0,0,235,0,0,"$75,000 - $100,000",Boomers (55-73),White only,"Other (Refused, Dont know, NIU)",,>300,Associate Degree,,0,225,747,138,0,0,330
+,2022,2.02201E+13,761,West,Washington,200000,"House, apartment, flat",1,1,15722337,22,Male,Asian only,Never married,"Native, born in United States",Very good,65,125,20.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,150,0,0,0,0,660,0,0,480,60,0,90,0,0,"$150,000 and over",Millennials (23-38),Asian only,Very good,5-5.5 feet,120-140,Bachelor's Degree,,0,0,810,540,0,0,90
+,2022,2.02201E+13,762,Midwest,Ohio,125000,"House, apartment, flat",1,1,17650422,42,Female,White only,Never married,"Native, born in United States",Very good,64,110,18.9,Associate degree - academic program,College--four years,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,0,0,435,0,0,0,0,0,0,0,960,"$100,000 - $150,000",Generation X (39-54),White only,Very good,5-5.5 feet,100-120,Associate Degree,,960,0,480,0,0,0,0
+,2022,2.02201E+13,763,Midwest,Iowa,27500,"House, apartment, flat",1,1,3983001,26,Female,White only,Never married,"Native, born in United States",Excellent,,9997,998,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,Has mobility limitation,No physical difficulty,Has difficulty remembering,0,0,0,40,0,0,0,0,780,60,119,439,0,0,2,0,0,"$10,000 - $30,000",Millennials (23-38),White only,Excellent,,>300,Some College,,0,0,880,558,0,0,2
+,2022,2.02201E+13,764,South,Florida,67500,"House, apartment, flat",1,1,2956020,58,Male,White only,Separated,"Foreign born, U.S. citizen by naturalization",Good,66,149,24,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,10,0,0,10,0,450,0,0,970,0,0,0,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Good,5.5-6 feet,140-160,Bachelor's Degree,,0,10,460,970,0,0,0
+,2022,2.02201E+13,765,Northeast,Massachusetts,125000,"House, apartment, flat",1,1,12769417,70,Male,White only,Married - spouse present,"Native, born in United States",Fair,72,150,20.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,100,0,0,47,30,630,0,0,210,0,0,30,0,393,"$100,000 - $150,000",Boomers (55-73),White only,Fair,6-6.5 feet,140-160,Bachelor's Degree,,393,77,730,210,0,0,30
+,2022,2.02201E+13,766,West,Idaho,200000,"House, apartment, flat",1,1,11517845,40,Male,White only,Married - spouse present,"Native, born in United States",Very good,77,250,29.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,112,0,5,30,0,0,180,0,480,0,0,204,0,0,64,0,365,"$150,000 and over",Generation X (39-54),White only,Very good,6-6.5 feet,200-300,Bachelor's Degree,,365,180,510,204,0,0,181
+,2022,2.02201E+13,767,West,California,55000,"House, apartment, flat",1,1,13265615,18,Male,White only,Never married,"Native, born in United States",NIU (Not in universe),,9999,999,High school graduate - GED,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,Has mobility limitation,No physical difficulty,Has difficulty remembering,0,0,20,65,0,0,0,0,620,15,0,705,0,0,15,0,0,"$50,000 - $75,000",Generation Z (7-22),White only,"Other (Refused, Dont know, NIU)",,>300,Graduated High School,,0,0,700,705,0,0,35
+,2022,2.02201E+13,768,Northeast,New York,67500,"House, apartment, flat",1,1,42072731,45,Male,White only,Never married,"Foreign born, not a U.S. citizen",Very good,62,178,32.6,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,120,80,0,0,0,0,710,0,0,0,0,0,80,0,450,"$50,000 - $75,000",Generation X (39-54),White only,Very good,5-5.5 feet,160-180,Graduated High School,,450,0,790,0,0,0,200
+,2022,2.02201E+13,769,Midwest,Wisconsin,55000,"House, apartment, flat",1,1,10128938,61,Male,White only,Married - spouse present,"Native, born in United States",NIU (Not in universe),,9999,999,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,95,130,0,0,150,0,750,0,0,243,0,0,72,0,0,"$50,000 - $75,000",Boomers (55-73),White only,"Other (Refused, Dont know, NIU)",,>300,Graduated High School,,0,150,880,243,0,0,167
+,2022,2.02201E+13,770,Midwest,Ohio,200000,"House, apartment, flat",1,1,17061973,51,Male,White only,Married - spouse present,"Native, born in United States",Very good,72,180,24.4,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,96,0,0,0,0,609,0,0,3,229,0,74,0,429,"$150,000 and over",Generation X (39-54),White only,Very good,6-6.5 feet,180-200,Master's or Doctoral Degree,,429,0,705,232,0,0,74
+,2022,2.02201E+13,771,South,Mississippi,11250,"House, apartment, flat",1,1,38358424,16,Female,Black only,Never married,"Native, born in United States",NIU (Not in universe),,9999,998,11th grade,Eleventh grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,515,0,10,0,635,0,0,150,0,0,70,0,0,"$10,000 - $30,000",Generation Z (7-22),Black only,"Other (Refused, Dont know, NIU)",,>300,Some High School,,0,10,695,150,515,0,70
+,2022,2.02201E+13,772,Northeast,Massachusetts,200000,"House, apartment, flat",1,1,12487891,63,Male,White only,Divorced,"Native, born in United States",Very good,68,170,25.8,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,65,0,0,400,0,480,0,45,450,0,0,0,0,0,"$150,000 and over",Boomers (55-73),White only,Very good,5.5-6 feet,160-180,Master's or Doctoral Degree,,0,400,545,495,0,0,0
+,2022,2.02201E+13,773,South,North Carolina,22500,"House, apartment, flat",1,1,10689450,59,Male,White only,Married - spouse present,"Native, born in United States",Good,67,165,25.8,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,0,0,1350,0,0,15,30,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Good,5.5-6 feet,160-180,Graduated High School,,0,0,1395,45,0,0,0
+,2022,2.02201E+13,774,West,California,200000,"House, apartment, flat",1,1,7541925,63,Female,Asian only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Very good,61,132,24.9,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,60,0,450,0,30,75,60,0,0,0,645,"$150,000 and over",Boomers (55-73),Asian only,Very good,5-5.5 feet,120-140,Master's or Doctoral Degree,,645,60,570,165,0,0,0
+,2022,2.02201E+13,775,South,Tennessee,22500,Mobile home or trailer with no permanent room added,1,1,7855741,52,Male,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Good,66,209,33.7,Some college but no degree,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,210,0,645,0,0,495,0,0,0,0,0,"$10,000 - $30,000",Generation X (39-54),White only,Good,5.5-6 feet,200-300,Some College,,0,210,735,495,0,0,0
+,2022,2.02201E+13,776,West,Arizona,125000,"House, apartment, flat",1,1,17987808,22,Male,White only,Married - spouse present,"Native, born in United States",Excellent,72,280,38,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,30,0,540,0,0,515,0,0,25,0,285,"$100,000 - $150,000",Millennials (23-38),White only,Excellent,6-6.5 feet,200-300,Graduated High School,,285,30,585,515,0,0,25
+,2022,2.02201E+13,777,South,Texas,125000,"House, apartment, flat",1,1,5982499,36,Male,White only,Married - spouse absent,"Native, born in United States",Very good,72,300,40.7,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,60,0,0,110,0,0,195,0,675,0,0,400,0,0,0,0,0,"$100,000 - $150,000",Millennials (23-38),White only,Very good,6-6.5 feet,>300,Some College,,0,195,785,400,0,0,60
+,2022,2.02201E+13,778,West,Colorado,125000,"House, apartment, flat",1,1,5294057,64,Female,White only,Married - spouse present,"Native, born in United States",Very good,66,110,17.8,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,120,0,75,30,0,0,95,0,555,0,0,510,0,0,55,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Very good,5.5-6 feet,100-120,Graduated High School,,0,95,585,510,0,0,250
+,2022,2.02201E+13,779,Northeast,Massachusetts,55000,"House, apartment, flat",1,1,5493196,65,Male,White only,Divorced,"Native, born abroad of American parent or parents",Fair,70,135,19.4,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,20,0,0,5,0,570,0,0,845,0,0,0,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Fair,5.5-6 feet,120-140,Graduated High School,,0,5,590,845,0,0,0
+,2022,2.02201E+13,780,South,Louisiana,67500,"House, apartment, flat",1,1,8787317,51,Male,White only,Divorced,"Native, born in United States",Good,72,220,29.8,Some college but no degree,College--one year,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,20,0,0,30,0,640,0,0,0,120,0,60,0,570,"$50,000 - $75,000",Generation X (39-54),White only,Good,6-6.5 feet,200-300,Some College,,570,30,660,120,0,0,60
+,2022,2.02201E+13,781,Midwest,Indiana,67500,"House, apartment, flat",1,1,2336565,66,Female,White only,Widowed,"Native, born in United States",Good,62,9996,998,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,25,0,0,220,0,470,0,135,590,0,0,0,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Good,5-5.5 feet,>300,Master's or Doctoral Degree,,0,220,495,725,0,0,0
+,2022,2.02201E+13,782,West,Arizona,87500,"House, apartment, flat",1,1,7364525,80,Male,White only,Married - spouse present,"Native, born in United States",Good,66,160,25.8,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),Has vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,105,120,0,0,285,0,630,0,0,240,0,0,60,0,0,"$75,000 - $100,000",Silent (74-91),White only,Good,5.5-6 feet,160-180,Graduated High School,,0,285,750,240,0,0,165
+,2022,2.02201E+13,783,South,Arkansas,27500,Mobile home or trailer with no permanent room added,1,1,11610779,54,Female,White only,Married - spouse present,"Native, born in United States",Good,61,9996,998,9th grade,Ninth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,1,15,0,0,0,300,0,455,0,0,349,0,0,70,0,250,"$10,000 - $30,000",Boomers (55-73),White only,Good,5-5.5 feet,>300,Some High School,,250,300,455,349,0,0,86
+,2022,2.02201E+13,784,Midwest,Michigan,87500,"House, apartment, flat",1,1,18893469,48,Male,White only,Married - spouse present,"Native, born in United States",Very good,67,175,27.4,Associate degree - occupational vocational,College--two years,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,5,0,60,60,0,0,0,0,415,0,0,330,0,0,115,0,455,"$75,000 - $100,000",Generation X (39-54),White only,Very good,5.5-6 feet,160-180,Associate Degree,,455,0,475,330,0,0,180
+,2022,2.02201E+13,785,Northeast,Connecticut,55000,"House, apartment, flat",1,1,12104460,25,Male,White only,Never married,"Native, born in United States",Very good,69,170,25.1,High school graduate - GED,Eleventh grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,160,0,470,0,0,150,0,0,0,0,630,"$50,000 - $75,000",Millennials (23-38),White only,Very good,5.5-6 feet,160-180,Graduated High School,,630,160,500,150,0,0,0
+,2022,2.02201E+13,786,Midwest,Iowa,55000,"House, apartment, flat",1,1,5262561,52,Female,White only,Divorced,"Native, born in United States",Very good,65,145,24.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,51,20,0,0,0,0,540,0,0,249,0,0,70,0,510,"$50,000 - $75,000",Generation X (39-54),White only,Very good,5-5.5 feet,140-160,Bachelor's Degree,,510,0,560,249,0,0,121
+,2022,2.02201E+13,787,West,California,200000,"House, apartment, flat",1,1,18781714,60,Male,White only,Married - spouse present,"Native, born in United States",Fair,73,180,23.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,10,0,0,120,0,0,15,0,535,0,0,150,100,0,0,0,510,"$150,000 and over",Boomers (55-73),White only,Fair,6-6.5 feet,180-200,Bachelor's Degree,,510,15,655,250,0,0,10
+,2022,2.02201E+13,788,Northeast,New York,67500,"House, apartment, flat",1,1,5090271,67,Female,White only,Married - spouse present,"Native, born in United States",Very good,64,140,24,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,120,0,0,130,0,450,0,0,450,60,20,0,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Very good,5-5.5 feet,140-160,Master's or Doctoral Degree,,0,130,570,510,0,0,80
+,2022,2.02201E+13,789,West,California,55000,"House, apartment, flat",1,1,8944854,45,Male,Asian only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Fair,60,180,35.2,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,300,0,735,0,30,345,0,0,0,0,0,"$50,000 - $75,000",Generation X (39-54),Asian only,Fair,5-5.5 feet,180-200,Associate Degree,,0,300,765,375,0,0,0
+,2022,2.02201E+13,790,South,Georgia,67500,"House, apartment, flat",1,1,11418079,65,Female,Black only,Married - spouse present,"Native, born in United States",Good,63,201,35.6,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,135,0,0,125,0,685,0,90,315,30,60,0,0,0,"$50,000 - $75,000",Boomers (55-73),Black only,Good,5-5.5 feet,200-300,Some College,,0,125,820,435,0,0,60
+,2022,2.02201E+13,791,West,Arizona,125000,"House, apartment, flat",1,1,35276557,23,Male,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",NIU (Not in universe),,9999,999,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,0,0,480,0,0,160,0,0,40,0,730,"$100,000 - $150,000",Millennials (23-38),White only,"Other (Refused, Dont know, NIU)",,>300,Bachelor's Degree,,730,0,510,160,0,0,40
+,2022,2.02201E+13,792,Northeast,New York,32500,"House, apartment, flat",1,1,8602725,56,Male,White only,Never married,"Native, born in United States",Fair,72,180,24.4,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,325,25,0,0,140,0,552,0,0,290,0,10,98,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Fair,6-6.5 feet,180-200,Graduated High School,,0,140,577,290,0,0,433
+,2022,2.02201E+13,793,Northeast,New York,17500,"House, apartment, flat",1,1,7913693,50,Female,Black only,Never married,"Native, born in United States",Good,64,187,32.1,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,70,0,0,200,0,570,0,0,600,0,0,0,0,0,"$10,000 - $30,000",Generation X (39-54),Black only,Good,5-5.5 feet,180-200,Associate Degree,,0,200,640,600,0,0,0
+,2022,2.02201E+13,794,West,Wyoming,45000,"House, apartment, flat",1,1,11284999,73,Male,White only,Married - spouse present,"Native, born in United States",Good,73,209,27.6,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,30,0,0,240,0,510,60,0,500,0,0,40,0,0,"$30,000 - $50,000",Silent (74-91),White only,Good,6-6.5 feet,200-300,Some College,,0,240,600,500,0,0,100
+,2022,2.02201E+13,795,Northeast,New York,200000,"House, apartment, flat",1,1,12373813,56,Male,"American Indian, Alaskan Native",Married - spouse present,"Native, born in United States",Good,68,190,28.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,148,0,660,0,0,598,0,0,4,0,0,"$150,000 and over",Boomers (55-73),"American Indian, Alaskan Native",Good,5.5-6 feet,180-200,Bachelor's Degree,,0,148,690,598,0,0,4
+,2022,2.02201E+13,796,West,Washington,200000,"House, apartment, flat",1,1,9608598,17,Male,White only,Never married,"Native, born in United States",Good,75,180,22.5,11th grade,Eleventh grade,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,0,0,535,0,0,480,0,0,10,0,355,"$150,000 and over",Generation Z (7-22),White only,Good,6-6.5 feet,180-200,Some High School,,355,0,595,480,0,0,10
+,2022,2.02201E+13,797,Midwest,Illinois,200000,"House, apartment, flat",1,1,84727308,20,Male,White only,Never married,"Native, born in United States",Very good,68,135,20.5,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,420,0,0,0,750,0,0,150,0,0,0,0,0,"$150,000 and over",Generation Z (7-22),White only,Very good,5.5-6 feet,120-140,Some College,,0,0,870,150,420,0,0
+,2022,2.02201E+13,798,Midwest,South Dakota,32500,"House, apartment, flat",1,1,5102712,50,Male,White only,Never married,"Native, born in United States",Excellent,67,145,22.7,Associate degree - occupational vocational,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,2,0,570,0,0,350,0,0,80,0,260,"$30,000 - $50,000",Generation X (39-54),White only,Excellent,5.5-6 feet,140-160,Associate Degree,,260,2,630,350,0,0,80
+,2022,2.02201E+13,799,West,California,27500,"House, apartment, flat",1,1,25277891,62,Male,White only,Married - spouse present,"Native, born in United States",Excellent,66,190,30.7,11th grade,Eleventh grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,30,0,580,0,0,60,0,0,60,0,620,"$10,000 - $30,000",Boomers (55-73),White only,Excellent,5.5-6 feet,180-200,Some High School,,620,30,670,60,0,0,60
+,2022,2.02201E+13,800,South,Kentucky,67500,"House, apartment, flat",1,1,13722955,39,Male,White only,Married - spouse present,"Native, born in United States",Excellent,70,165,23.7,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,142,0,15,30,0,0,83,0,542,0,0,20,0,0,33,0,530,"$50,000 - $75,000",Generation X (39-54),White only,Excellent,5.5-6 feet,160-180,Some College,,530,83,572,20,0,0,190
+,2022,2.02201E+13,801,South,Virginia,87500,"House, apartment, flat",1,1,6900998,69,Male,White only,Married - spouse present,"Native, born in United States",Very good,70,172,24.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,130,0,0,60,0,475,0,0,740,35,0,0,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Very good,5.5-6 feet,160-180,Bachelor's Degree,,0,60,605,775,0,0,0
+,2022,2.02201E+13,802,Midwest,Ohio,200000,"House, apartment, flat",1,1,6176366,45,Female,Asian only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Very good,63,140,24.8,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,150,105,0,0,255,0,540,0,0,240,0,0,30,0,120,"$150,000 and over",Generation X (39-54),Asian only,Very good,5-5.5 feet,140-160,Master's or Doctoral Degree,,120,255,645,240,0,0,180
+,2022,2.02201E+13,803,West,California,87500,"House, apartment, flat",1,1,4342920,73,Male,White only,Married - spouse present,"Native, born in United States",Good,70,175,25.1,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,90,0,0,360,0,510,0,0,360,30,0,30,0,0,"$75,000 - $100,000",Silent (74-91),White only,Good,5.5-6 feet,160-180,Master's or Doctoral Degree,,0,360,600,390,0,0,90
+,2022,2.02201E+13,804,Northeast,New Jersey,200000,"House, apartment, flat",1,1,3470710,85,Male,White only,Widowed,"Native, born in United States",Good,67,140,21.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,130,0,585,0,0,470,120,0,0,0,45,"$150,000 and over",Silent (74-91),White only,Good,5.5-6 feet,140-160,Bachelor's Degree,,45,130,675,590,0,0,0
+,2022,2.02201E+13,805,South,Alabama,200000,"House, apartment, flat",1,1,3514231,36,Female,White only,Married - spouse present,"Native, born in United States",Very good,68,135,20.5,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,145,0,45,90,0,0,215,0,655,0,0,190,0,0,100,0,0,"$150,000 and over",Millennials (23-38),White only,Very good,5.5-6 feet,120-140,Master's or Doctoral Degree,,0,215,745,190,0,0,290
+,2022,2.02201E+13,806,Midwest,Indiana,200000,"House, apartment, flat",1,1,9041010,61,Female,White only,Married - spouse present,"Native, born in United States",Very good,69,200,29.5,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,180,0,630,0,0,540,0,0,0,0,0,"$150,000 and over",Boomers (55-73),White only,Very good,5.5-6 feet,200-300,Graduated High School,,0,180,720,540,0,0,0
+,2022,2.02201E+13,807,West,California,45000,"House, apartment, flat",1,1,6110210,77,Female,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Good,60,140,27.3,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,135,0,0,570,0,540,0,150,15,30,0,0,0,0,"$30,000 - $50,000",Silent (74-91),White only,Good,5-5.5 feet,140-160,Associate Degree,,0,570,675,195,0,0,0
+,2022,2.02201E+13,808,Midwest,Ohio,87500,"House, apartment, flat",1,1,5726318,40,Female,White only,Never married,"Native, born in United States",Very good,67,250,39.2,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,155,0,0,30,0,0,85,0,565,0,0,0,0,0,80,0,525,"$75,000 - $100,000",Generation X (39-54),White only,Very good,5.5-6 feet,200-300,Master's or Doctoral Degree,,525,85,595,0,0,0,235
+,2022,2.02201E+13,809,Midwest,Iowa,17500,"House, apartment, flat",1,1,3682621,71,Female,White only,Never married,"Native, born in United States",Very good,63,225,39.9,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,60,0,0,60,0,600,0,0,720,0,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Very good,5-5.5 feet,200-300,Some College,,0,60,660,720,0,0,0
+,2022,2.02201E+13,810,South,South Carolina,27500,"House, apartment, flat",1,1,6770429,73,Female,White only,Widowed,"Native, born in United States",Good,64,9996,998,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,30,45,0,0,350,0,492,0,45,453,0,0,20,0,0,"$10,000 - $30,000",Silent (74-91),White only,Good,5-5.5 feet,>300,Graduated High School,,0,350,537,498,0,0,50
+,2022,2.02201E+13,811,South,Florida,200000,"House, apartment, flat",1,1,8902083,40,Female,White only,Married - spouse present,"Native, born in United States",Very good,63,120,21.3,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,30,0,0,80,0,0,60,0,565,0,105,475,0,0,30,0,85,"$150,000 and over",Generation X (39-54),White only,Very good,5-5.5 feet,120-140,Master's or Doctoral Degree,,85,60,645,580,0,0,60
+,2022,2.02201E+13,812,South,Louisiana,67500,"House, apartment, flat",1,1,4429292,29,Female,White only,Married - spouse present,"Native, born in United States",Very good,66,200,32.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,205,0,15,0,520,0,0,30,0,0,45,0,580,"$50,000 - $75,000",Millennials (23-38),White only,Very good,5.5-6 feet,200-300,Bachelor's Degree,,580,15,565,30,205,0,45
+,2022,2.02201E+13,813,Midwest,North Dakota,37500,"House, apartment, flat",1,1,3004914,49,Female,White only,Never married,"Native, born in United States",Good,66,165,26.6,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,145,0,0,43,0,555,0,0,606,0,0,91,0,0,"$30,000 - $50,000",Generation X (39-54),White only,Good,5.5-6 feet,160-180,Some College,,0,43,700,606,0,0,91
+,2022,2.02201E+13,814,South,Texas,125000,"House, apartment, flat",1,1,13924306,30,Female,White only,Never married,"Native, born in United States",Good,66,190,30.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,645,0,10,40,0,0,40,0,250,0,0,240,0,0,80,0,0,"$100,000 - $150,000",Millennials (23-38),White only,Good,5.5-6 feet,180-200,Bachelor's Degree,,0,40,290,240,0,0,735
+,2022,2.02201E+13,815,South,Maryland,17500,"House, apartment, flat",1,1,9870532,54,Female,White only,Married - spouse present,"Native, born in United States",Fair,63,247,43.7,High school graduate - GED,Eleventh grade,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,120,0,650,0,0,610,0,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Fair,5-5.5 feet,200-300,Graduated High School,,0,120,710,610,0,0,0
+,2022,2.02201E+13,816,West,Arizona,37500,"House, apartment, flat",1,1,21238240,85,Female,White only,Widowed,"Native, born in United States",Very good,61,251,47.4,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,15,90,0,0,110,0,750,0,0,415,0,0,60,0,0,"$30,000 - $50,000",Silent (74-91),White only,Very good,5-5.5 feet,200-300,Graduated High School,,0,110,840,415,0,0,75
+,2022,2.02201E+13,817,South,North Carolina,87500,"House, apartment, flat",1,1,6656917,32,Male,White only,Married - spouse present,"Native, born in United States",Good,70,200,28.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,406,0,0,60,0,0,240,0,599,0,0,75,60,0,0,0,0,"$75,000 - $100,000",Millennials (23-38),White only,Good,5.5-6 feet,200-300,Bachelor's Degree,,0,240,659,135,0,0,406
+,2022,2.02201E+13,818,West,California,200000,"House, apartment, flat",1,1,7343971,66,Male,White only,Married - spouse present,"Native, born in United States",Excellent,71,140,19.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,50,0,0,240,0,675,0,0,175,120,0,60,0,0,"$150,000 and over",Boomers (55-73),White only,Excellent,5.5-6 feet,140-160,Bachelor's Degree,,0,240,725,295,0,0,120
+,2022,2.02201E+13,819,West,California,67500,"House, apartment, flat",1,1,39220417,31,Male,White-American Indian,Never married,"Native, born in United States",Fair,72,340,46.1,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,37,0,0,54,0,0,155,0,424,0,0,220,25,0,66,0,459,"$50,000 - $75,000",Millennials (23-38),Mixed,Fair,6-6.5 feet,>300,Graduated High School,,459,155,478,245,0,0,103
+,2022,2.02201E+13,820,Midwest,Missouri,67500,"House, apartment, flat",1,1,12153427,51,Male,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Good,65,190,31.6,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,0,0,630,0,0,110,0,0,20,0,620,"$50,000 - $75,000",Generation X (39-54),White only,Good,5-5.5 feet,180-200,Graduated High School,,620,0,690,110,0,0,20
+,2022,2.02201E+13,821,West,Washington,22500,"House, apartment, flat",1,1,7981523,63,Female,White only,Married - spouse present,"Native, born in United States",Very good,67,155,24.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,1,0,0,162,0,0,374,0,579,0,0,270,0,0,29,25,0,"$10,000 - $30,000",Boomers (55-73),White only,Very good,5.5-6 feet,140-160,Bachelor's Degree,,0,374,741,270,0,25,30
+,2022,2.02201E+13,822,South,Florida,45000,"House, apartment, flat",1,1,11701180,33,Male,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Very good,66,200,32.3,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,60,0,0,610,0,360,0,0,0,180,0,200,0,0,"$30,000 - $50,000",Millennials (23-38),White only,Very good,5.5-6 feet,200-300,Master's or Doctoral Degree,,0,610,420,180,0,0,230
+,2022,2.02201E+13,823,West,California,55000,"House, apartment, flat",1,1,8431746,47,Male,White only,Never married,"Foreign born, U.S. citizen by naturalization",Fair,65,165,27.5,10th grade,Tenth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,25,45,0,0,0,0,402,0,0,365,0,0,28,0,575,"$50,000 - $75,000",Generation X (39-54),White only,Fair,5-5.5 feet,160-180,Some High School,,575,0,447,365,0,0,53
+,2022,2.02201E+13,824,South,Tennessee,37500,"House, apartment, flat",1,1,13373314,55,Male,Black only,Divorced,"Native, born in United States",Fair,73,340,44.9,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,10,0,150,100,0,0,72,0,680,60,0,188,0,0,165,0,0,"$30,000 - $50,000",Boomers (55-73),Black only,Fair,6-6.5 feet,>300,Graduated High School,,0,72,840,188,0,0,325
+,2022,2.02201E+13,825,South,Kentucky,55000,"House, apartment, flat",1,1,8140836,50,Female,White only,Married - spouse present,"Native, born in United States",Good,62,175,32,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,660,0,600,0,0,90,0,0,0,0,0,"$50,000 - $75,000",Generation X (39-54),White only,Good,5-5.5 feet,160-180,Bachelor's Degree,,0,660,690,90,0,0,0
+,2022,2.02201E+13,826,South,Georgia,32500,Mobile home or trailer with no permanent room added,1,1,10769566,77,Female,Black only,Widowed,"Native, born in United States",Fair,64,186,31.9,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,40,0,0,70,0,875,0,0,436,0,0,19,0,0,"$30,000 - $50,000",Silent (74-91),Black only,Fair,5-5.5 feet,180-200,Graduated High School,,0,70,915,436,0,0,19
+,2022,2.02201E+13,827,Northeast,New Jersey,200000,"House, apartment, flat",1,1,6667377,61,Female,White only,Married - spouse present,"Native, born in United States",Excellent,65,115,19.1,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,0,0,700,0,0,120,0,0,0,0,560,"$150,000 and over",Boomers (55-73),White only,Excellent,5-5.5 feet,100-120,Master's or Doctoral Degree,,560,0,760,120,0,0,0
+,2022,2.02201E+13,828,South,Texas,67500,"House, apartment, flat",1,1,8795597,80,Male,White only,Married - spouse present,"Native, born in United States",Fair,68,192,29.2,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,5,15,0,0,5,0,630,0,0,755,0,0,30,0,0,"$50,000 - $75,000",Silent (74-91),White only,Fair,5.5-6 feet,180-200,Some College,,0,5,645,755,0,0,35
+,2022,2.02201E+13,829,West,California,45000,Housing unit not specified above,1,1,6534595,61,Female,White only,Divorced,"Native, born in United States",Good,66,139,22.4,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,0,0,0,10,0,660,0,0,730,0,0,10,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Good,5.5-6 feet,120-140,Graduated High School,,0,10,660,730,0,0,40
+,2022,2.02201E+13,830,West,California,125000,"House, apartment, flat",1,1,5076630,58,Male,White only,Never married,"Native, born in United States",Very good,73,185,24.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,50,45,0,0,285,0,660,0,0,125,0,0,15,0,210,"$100,000 - $150,000",Boomers (55-73),White only,Very good,6-6.5 feet,180-200,Bachelor's Degree,,210,285,705,125,0,0,65
+,2022,2.02201E+13,831,South,Kentucky,45000,"House, apartment, flat",1,1,5675491,74,Male,White only,Married - spouse present,"Native, born in United States",Good,68,182,27.7,High school graduate - diploma,Twelfth grade,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,140,0,0,220,0,535,0,80,425,0,0,40,0,0,"$30,000 - $50,000",Silent (74-91),White only,Good,5.5-6 feet,180-200,Graduated High School,,0,220,675,505,0,0,40
+,2022,2.02201E+13,832,West,Washington,13750,"House, apartment, flat",1,1,10457393,28,Female,White only,Never married,"Native, born in United States",Very good,64,260,44.6,High school graduate - GED,Seventh through eighth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,35,0,0,60,0,470,0,0,260,0,0,40,0,575,"$10,000 - $30,000",Millennials (23-38),White only,Very good,5-5.5 feet,200-300,Graduated High School,,575,60,505,260,0,0,40
+,2022,2.02201E+13,833,South,Georgia,27500,"House, apartment, flat",1,1,10957045,47,Male,Black only,Divorced,"Native, born in United States",Very good,72,215,29.2,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,0,0,480,0,0,335,0,0,25,0,570,"$10,000 - $30,000",Generation X (39-54),Black only,Very good,6-6.5 feet,200-300,Graduated High School,,570,0,510,335,0,0,25
+,2022,2.02201E+13,834,West,Washington,37500,"House, apartment, flat",1,1,2817763,77,Male,White only,Widowed,"Native, born in United States",Good,68,145,22,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,30,55,0,0,275,0,420,0,0,640,0,0,20,0,0,"$30,000 - $50,000",Silent (74-91),White only,Good,5.5-6 feet,140-160,Associate Degree,,0,275,475,640,0,0,50
+,2022,2.02201E+13,835,South,North Carolina,37500,Mobile home or trailer with no permanent room added,1,1,18003530,73,Male,White only,Divorced,"Native, born in United States",Poor,68,9997,998,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,Has physical difficulty,Has difficulty remembering,0,0,5,5,0,0,50,0,570,0,0,685,0,30,60,0,0,"$30,000 - $50,000",Silent (74-91),White only,Poor,5.5-6 feet,>300,Graduated High School,,0,50,575,685,0,0,95
+,2022,2.02201E+13,836,West,California,125000,"House, apartment, flat",1,1,3927444,46,Female,White only,Never married,"Native, born in United States",Excellent,64,140,24,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,145,0,0,95,0,644,0,0,486,0,0,40,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Excellent,5-5.5 feet,140-160,Bachelor's Degree,,0,95,789,486,0,0,70
+,2022,2.02201E+13,837,West,California,125000,"House, apartment, flat",1,1,31749305,44,Male,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Very good,65,170,28.3,10th grade,Tenth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,45,0,0,67,0,0,58,0,510,0,0,205,0,0,65,0,490,"$100,000 - $150,000",Generation X (39-54),White only,Very good,5-5.5 feet,160-180,Some High School,,490,58,577,205,0,0,110
+,2022,2.02201E+13,838,South,Texas,200000,"House, apartment, flat",1,1,5760775,74,Female,White only,Married - spouse present,"Native, born in United States",Good,64,155,26.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,0,0,555,0,420,0,0,360,30,0,0,0,0,"$150,000 and over",Silent (74-91),White only,Good,5-5.5 feet,140-160,Bachelor's Degree,,0,555,495,390,0,0,0
+,2022,2.02201E+13,839,South,Texas,32500,"House, apartment, flat",1,1,9153977,52,Female,Black only,Married - spouse absent,"Foreign born, not a U.S. citizen",Excellent,65,159,26.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,65,0,0,35,0,405,0,208,180,0,0,103,0,444,"$30,000 - $50,000",Generation X (39-54),Black only,Excellent,5-5.5 feet,140-160,Bachelor's Degree,,444,35,470,388,0,0,103
+,2022,2.02201E+13,840,South,Texas,45000,"House, apartment, flat",1,1,7552737,49,Female,White only,Married - spouse absent,"Foreign born, not a U.S. citizen",Good,62,164,30,9th grade,Ninth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,150,110,0,0,190,0,780,0,0,150,0,0,60,0,0,"$30,000 - $50,000",Generation X (39-54),White only,Good,5-5.5 feet,160-180,Some High School,,0,190,890,150,0,0,210
+,2022,2.02201E+13,841,South,Florida,45000,"House, apartment, flat",1,1,19960113,68,Female,White only,Married - spouse present,"Native, born in United States",Good,65,140,23.3,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,15,0,0,85,0,590,0,0,670,0,0,20,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Good,5-5.5 feet,140-160,Graduated High School,,0,85,605,670,0,0,80
+,2022,2.02201E+13,842,West,Nevada,22500,"House, apartment, flat",1,1,19161977,32,Female,White only,Married - spouse absent,"Foreign born, not a U.S. citizen",Good,62,130,23.8,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,73,0,0,70,0,0,30,0,681,0,5,40,0,0,56,0,485,"$10,000 - $30,000",Millennials (23-38),White only,Good,5-5.5 feet,120-140,Graduated High School,,485,30,751,45,0,0,129
+,2022,2.02201E+13,843,Northeast,Pennsylvania,17500,"House, apartment, flat",1,1,10813366,78,Female,White only,Widowed,"Native, born in United States",Good,62,107,19.6,High school graduate - GED,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,120,45,0,0,90,0,620,0,0,450,0,0,115,0,0,"$10,000 - $30,000",Silent (74-91),White only,Good,5-5.5 feet,100-120,Graduated High School,,0,90,665,450,0,0,235
+,2022,2.02201E+13,844,Midwest,Wisconsin,200000,"House, apartment, flat",1,1,4848988,36,Male,White only,Married - spouse present,"Native, born in United States",Good,68,260,39.5,Associate degree - occupational vocational,College--four years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,15,0,405,0,0,210,0,0,75,0,705,"$150,000 and over",Millennials (23-38),White only,Good,5.5-6 feet,200-300,Associate Degree,,705,15,435,210,0,0,75
+,2022,2.02201E+13,845,Midwest,Ohio,200000,"House, apartment, flat",1,1,10696842,40,Male,White only,Married - spouse present,"Native, born in United States",Very good,72,200,27.1,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,60,0,0,75,0,0,240,0,630,0,0,435,0,0,0,0,0,"$150,000 and over",Generation X (39-54),White only,Very good,6-6.5 feet,200-300,Some College,,0,240,705,435,0,0,60
+,2022,2.02201E+13,846,Midwest,Missouri,8750,"House, apartment, flat",1,1,4559088,68,Female,White only,Divorced,"Native, born in United States",NIU (Not in universe),,9999,999,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,180,50,0,0,40,0,600,0,0,550,0,0,20,0,0,"Less than $10,000",Boomers (55-73),White only,"Other (Refused, Dont know, NIU)",,>300,Graduated High School,,0,40,650,550,0,0,200
+,2022,2.02201E+13,847,Northeast,Rhode Island,55000,"House, apartment, flat",1,1,8823638,45,Female,White only,Divorced,"Native, born in United States",Good,64,175,30,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,20,0,0,30,0,0,70,0,480,0,0,270,0,0,60,0,510,"$50,000 - $75,000",Generation X (39-54),White only,Good,5-5.5 feet,160-180,Bachelor's Degree,,510,70,510,270,0,0,80
+,2022,2.02201E+13,848,South,Maryland,125000,"House, apartment, flat",1,1,5575787,42,Female,Asian only,Divorced,"Foreign born, U.S. citizen by naturalization",Good,66,160,25.8,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,60,0,630,0,0,120,0,0,0,0,570,"$100,000 - $150,000",Generation X (39-54),Asian only,Good,5.5-6 feet,160-180,Master's or Doctoral Degree,,570,60,690,120,0,0,0
+,2022,2.02201E+13,849,South,Texas,87500,"House, apartment, flat",1,1,2993953,80,Male,White only,Divorced,"Native, born in United States",Good,72,220,29.8,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,180,0,0,0,0,720,0,60,240,0,0,120,120,0,"$75,000 - $100,000",Silent (74-91),White only,Good,6-6.5 feet,200-300,Master's or Doctoral Degree,,0,0,900,300,0,120,120
+,2022,2.02201E+13,850,Midwest,Ohio,27500,"House, apartment, flat",1,1,31576960,24,Male,White only,Never married,"Native, born in United States",Good,70,150,21.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,90,0,525,0,0,219,0,0,66,0,480,"$10,000 - $30,000",Millennials (23-38),White only,Good,5.5-6 feet,140-160,Bachelor's Degree,,480,90,585,219,0,0,66
+,2022,2.02201E+13,851,Northeast,Maine,200000,"House, apartment, flat",1,1,12313618,50,Male,Black only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Very good,69,190,28.1,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,120,0,0,90,0,0,210,0,615,0,0,405,0,0,0,0,0,"$150,000 and over",Generation X (39-54),Black only,Very good,5.5-6 feet,180-200,Master's or Doctoral Degree,,0,210,705,405,0,0,120
+,2022,2.02201E+13,852,Midwest,Missouri,200000,"House, apartment, flat",1,1,12461423,59,Male,White only,Married - spouse present,"Native, born in United States",Excellent,73,210,27.7,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,5,0,0,21,0,0,1,0,315,45,0,105,0,0,387,0,561,"$150,000 and over",Boomers (55-73),White only,Excellent,6-6.5 feet,200-300,Master's or Doctoral Degree,,561,1,381,105,0,0,392
+,2022,2.02201E+13,853,West,California,200000,"House, apartment, flat",1,1,5243727,78,Female,Black only,Divorced,"Native, born in United States",Good,63,130,23,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),Has vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,150,80,0,0,83,0,610,15,0,277,0,0,225,0,0,"$150,000 and over",Silent (74-91),Black only,Good,5-5.5 feet,120-140,Associate Degree,,0,83,705,277,0,0,375
+,2022,2.02201E+13,854,South,Texas,27500,"House, apartment, flat",1,1,8325441,21,Male,White only,Never married,"Native, born in United States",Excellent,72,171,23.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,25,0,0,75,0,460,0,0,173,0,0,14,0,683,"$10,000 - $30,000",Generation Z (7-22),White only,Excellent,6-6.5 feet,160-180,Bachelor's Degree,,683,75,485,173,0,0,24
+,2022,2.02201E+13,855,South,Tennessee,17500,"House, apartment, flat",1,1,2312606,70,Male,Black only,Never married,"Native, born in United States",Excellent,66,212,34.2,Some college but no degree,College--three years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,90,0,360,0,0,960,0,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),Black only,Excellent,5.5-6 feet,200-300,Some College,,0,90,390,960,0,0,0
+,2022,2.02201E+13,856,Northeast,New York,125000,"House, apartment, flat",1,1,11753068,61,Female,White only,Married - spouse present,"Native, born in United States",Good,69,140,20.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,50,45,0,0,145,0,610,45,0,485,0,0,60,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Good,5.5-6 feet,140-160,Bachelor's Degree,,0,145,700,485,0,0,110
+,2022,2.02201E+13,857,Midwest,Illinois,55000,"House, apartment, flat",1,1,13528734,68,Female,White only,Married - spouse present,"Native, born in United States",Good,70,165,23.7,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,150,0,840,30,0,250,0,0,50,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Good,5.5-6 feet,160-180,Associate Degree,,0,150,990,250,0,0,50
+,2022,2.02201E+13,858,Northeast,Massachusetts,125000,"House, apartment, flat",1,1,6651712,57,Female,White only,Married - spouse present,"Native, born in United States",Excellent,65,113,18.8,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,10,0,40,75,0,0,289,0,620,0,0,194,155,10,37,0,10,"$100,000 - $150,000",Boomers (55-73),White only,Excellent,5-5.5 feet,100-120,Master's or Doctoral Degree,,10,289,695,349,0,0,97
+,2022,2.02201E+13,859,West,Arizona,45000,"House, apartment, flat",1,1,3005882,79,Male,White only,Divorced,"Native, born in United States",Excellent,71,158,22,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,35,155,0,0,215,0,510,0,0,308,60,60,57,0,0,"$30,000 - $50,000",Silent (74-91),White only,Excellent,5.5-6 feet,140-160,Master's or Doctoral Degree,,0,215,665,368,0,0,152
+,2022,2.02202E+13,860,Northeast,New York,87500,"House, apartment, flat",1,1,16239810,65,Female,Asian only,Divorced,"Foreign born, not a U.S. citizen",Good,64,152,26.1,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,90,0,900,0,0,270,60,60,0,0,0,"$75,000 - $100,000",Boomers (55-73),Asian only,Good,5-5.5 feet,140-160,Graduated High School,,0,90,960,330,0,0,60
+,2022,2.02202E+13,861,Northeast,New York,125000,"House, apartment, flat",1,1,14355313,38,Male,White only,Never married,"Native, born in United States",Very good,74,140,18,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,105,0,0,95,0,575,0,0,300,20,0,230,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Very good,6-6.5 feet,140-160,Bachelor's Degree,,0,95,680,320,0,0,230
+,2022,2.02202E+13,862,South,Georgia,125000,"House, apartment, flat",1,1,26892485,35,Female,White only,Married - spouse present,"Native, born in United States",Good,62,150,27.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,30,0,0,70,715,0,35,0,550,0,0,0,0,0,40,0,0,"$100,000 - $150,000",Millennials (23-38),White only,Good,5-5.5 feet,140-160,Bachelor's Degree,,0,35,620,0,715,0,70
+,2022,2.02202E+13,863,South,Virginia,200000,"House, apartment, flat",1,1,21068304,56,Female,Black only,Married - spouse present,"Native, born in United States",Very good,67,9996,998,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,50,0,0,0,0,465,0,0,180,0,0,0,120,625,"$150,000 and over",Boomers (55-73),Black only,Very good,5.5-6 feet,>300,Bachelor's Degree,,625,0,515,180,0,120,0
+,2022,2.02202E+13,864,Northeast,New Jersey,87500,"House, apartment, flat",1,1,75519238,45,Female,Asian only,Never married,"Foreign born, U.S. citizen by naturalization",Very good,60,117,22.8,Associate degree - academic program,College--two years,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,60,0,180,0,0,300,0,570,0,0,230,40,0,0,0,60,"$75,000 - $100,000",Generation X (39-54),Asian only,Very good,5-5.5 feet,100-120,Associate Degree,,60,300,750,270,0,0,60
+,2022,2.02202E+13,865,Northeast,New York,200000,"House, apartment, flat",1,1,18680556,31,Female,White only,Never married,"Foreign born, U.S. citizen by naturalization",Excellent,68,137,20.8,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,90,0,540,0,0,210,0,30,0,0,450,"$150,000 and over",Millennials (23-38),White only,Excellent,5.5-6 feet,120-140,Master's or Doctoral Degree,,450,90,660,210,0,0,30
+,2022,2.02202E+13,866,South,Florida,8750,"House, apartment, flat",1,1,5631306,77,Female,White only,Widowed,"Foreign born, not a U.S. citizen",Poor,64,208,35.7,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,80,0,0,120,0,960,0,0,120,0,0,0,0,0,"Less than $10,000",Silent (74-91),White only,Poor,5-5.5 feet,200-300,Some College,,0,120,1040,120,0,0,0
+,2022,2.02202E+13,867,South,Florida,45000,"House, apartment, flat",1,1,6053776,69,Female,White only,Married - spouse present,"Native, born in United States",Good,62,9996,998,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,135,7,25,0,0,50,0,605,0,0,476,0,0,142,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Good,5-5.5 feet,>300,Graduated High School,,0,50,630,476,0,0,284
+,2022,2.02202E+13,868,South,Virginia,200000,"House, apartment, flat",1,1,61446174,19,Female,White only,Never married,"Native, born in United States",Good,65,110,18.3,Some college but no degree,College--one year,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,25,130,210,0,45,0,470,0,0,355,10,0,195,0,0,"$150,000 and over",Generation Z (7-22),White only,Good,5-5.5 feet,100-120,Some College,,0,45,600,365,210,0,220
+,2022,2.02202E+13,869,Northeast,Pennsylvania,87500,"House, apartment, flat",1,1,5189837,85,Female,Black only,Widowed,"Native, born in United States",Good,66,205,33.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,45,0,0,245,0,600,0,0,450,0,0,10,0,0,"$75,000 - $100,000",Silent (74-91),Black only,Good,5.5-6 feet,200-300,Bachelor's Degree,,0,245,645,450,0,0,40
+,2022,2.02202E+13,870,Northeast,New York,200000,"House, apartment, flat",1,1,32307957,30,Male,White only,Married - spouse absent,"Native, born in United States",Very good,71,165,23,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,150,0,0,0,0,344,0,0,180,0,0,82,0,684,"$150,000 and over",Millennials (23-38),White only,Very good,5.5-6 feet,160-180,Master's or Doctoral Degree,,684,0,494,180,0,0,82
+,2022,2.02202E+13,871,West,Washington,45000,"House, apartment, flat",1,1,6390702,58,Female,Black only,Separated,"Native, born in United States",Fair,62,9996,998,Associate degree - occupational vocational,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,15,0,0,39,0,625,0,0,251,0,8,17,0,485,"$30,000 - $50,000",Boomers (55-73),Black only,Fair,5-5.5 feet,>300,Associate Degree,,485,39,640,251,0,0,25
+,2022,2.02202E+13,872,South,Florida,45000,"House, apartment, flat",1,1,18580495,47,Male,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Good,65,207,34.4,Some college but no degree,College--four years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,85,0,0,30,0,550,0,0,0,0,0,250,0,525,"$30,000 - $50,000",Generation X (39-54),White only,Good,5-5.5 feet,200-300,Some College,,525,30,635,0,0,0,250
+,2022,2.02202E+13,873,Midwest,Indiana,87500,"House, apartment, flat",1,1,14111319,80,Male,White only,Married - spouse present,"Native, born in United States",Very good,70,188,27,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,80,0,0,0,0,805,0,0,510,0,0,0,0,0,"$75,000 - $100,000",Silent (74-91),White only,Very good,5.5-6 feet,180-200,Graduated High School,,0,0,885,510,0,0,0
+,2022,2.02202E+13,874,South,Virginia,87500,"House, apartment, flat",1,1,7832981,41,Male,White only,Never married,"Foreign born, U.S. citizen by naturalization",Very good,68,150,22.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,30,0,0,135,0,635,0,0,510,50,0,20,0,0,"$75,000 - $100,000",Generation X (39-54),White only,Very good,5.5-6 feet,140-160,Bachelor's Degree,,0,135,665,560,0,0,80
+,2022,2.02202E+13,875,Midwest,Missouri,87500,"House, apartment, flat",1,1,7380665,31,Female,Black only,Divorced,"Native, born in United States",Good,59,167,33.7,Associate degree - academic program,College--two years,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,120,0,370,0,0,310,0,30,60,0,460,"$75,000 - $100,000",Millennials (23-38),Black only,Good,0-5 feet,160-180,Associate Degree,,460,120,400,310,0,0,90
+,2022,2.02202E+13,876,South,Tennessee,67500,"House, apartment, flat",1,1,4798070,23,Female,White only,Never married,"Native, born in United States",Fair,66,220,35.5,Associate degree - academic program,College--three years,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,90,90,0,0,240,0,555,0,0,365,60,0,40,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Fair,5.5-6 feet,200-300,Associate Degree,,0,240,645,425,0,0,130
+,2022,2.02202E+13,877,Northeast,Pennsylvania,125000,"House, apartment, flat",1,1,11665105,64,Female,White only,Married - spouse present,"Native, born in United States",Fair,66,110,17.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,375,0,690,0,0,195,0,0,0,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Fair,5.5-6 feet,100-120,Bachelor's Degree,,0,375,780,195,0,0,0
+,2022,2.02202E+13,878,South,Oklahoma,45000,"House, apartment, flat",1,1,2364371,72,Male,White only,Never married,"Native, born in United States",Excellent,67,205,32.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,5,0,70,0,0,150,0,540,0,0,625,30,0,20,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Excellent,5.5-6 feet,200-300,Bachelor's Degree,,0,150,610,655,0,0,25
+,2022,2.02202E+13,879,South,Mississippi,125000,"House, apartment, flat",1,1,5768845,54,Male,White only,Married - spouse present,"Foreign born, not a U.S. citizen",NIU (Not in universe),,9999,999,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,406,0,690,0,0,255,0,0,14,0,30,"$100,000 - $150,000",Boomers (55-73),White only,"Other (Refused, Dont know, NIU)",,>300,Bachelor's Degree,,30,406,735,255,0,0,14
+,2022,2.02202E+13,880,Midwest,Kansas,17500,"House, apartment, flat",1,1,3466644,75,Female,White only,Widowed,"Native, born in United States",Good,65,131,21.8,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,200,55,0,0,36,0,594,0,0,450,0,0,105,0,0,"$10,000 - $30,000",Silent (74-91),White only,Good,5-5.5 feet,120-140,Graduated High School,,0,36,649,450,0,0,305
+,2022,2.02202E+13,881,South,Texas,32500,"House, apartment, flat",1,1,11223880,27,Female,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Fair,,145,998,5th or 6th grade,Fifth through sixth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,15,0,0,30,0,0,30,0,1245,0,0,120,0,0,0,0,0,"$30,000 - $50,000",Millennials (23-38),White only,Fair,,140-160,Middle School or Less,,0,30,1275,120,0,0,15
+,2022,2.02202E+13,882,South,Delaware,22500,"House, apartment, flat",1,1,12012671,69,Male,White only,Divorced,"Native, born in United States",Excellent,68,180,27.4,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,38,0,0,160,0,540,0,0,702,0,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Excellent,5.5-6 feet,180-200,Graduated High School,,0,160,578,702,0,0,0
+,2022,2.02202E+13,883,Northeast,New York,87500,"House, apartment, flat",1,1,7782890,51,Female,White only,Married - spouse present,"Native, born in United States",Excellent,69,160,23.6,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,20,50,0,0,180,0,598,0,0,272,260,0,60,0,0,"$75,000 - $100,000",Generation X (39-54),White only,Excellent,5.5-6 feet,160-180,Master's or Doctoral Degree,,0,180,648,532,0,0,80
+,2022,2.02202E+13,884,South,North Carolina,87500,"House, apartment, flat",1,1,17168557,39,Female,White only,Married - spouse present,"Native, born in United States",Excellent,62,175,32,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,180,0,0,60,0,0,30,0,495,0,0,175,20,0,20,0,460,"$75,000 - $100,000",Generation X (39-54),White only,Excellent,5-5.5 feet,160-180,Some College,,460,30,555,195,0,0,200
+,2022,2.02202E+13,885,South,Mississippi,27500,"House, apartment, flat",1,1,7947290,67,Male,White only,Widowed,"Native, born in United States",Fair,71,145,20.2,High school graduate - GED,Ninth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,60,0,0,30,0,660,0,0,620,60,10,0,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Fair,5.5-6 feet,140-160,Graduated High School,,0,30,720,680,0,0,10
+,2022,2.02202E+13,886,Northeast,New Jersey,200000,"House, apartment, flat",1,1,8074647,66,Female,White only,Married - spouse present,"Native, born in United States",Good,60,140,27.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,70,65,0,0,410,20,465,0,0,15,0,0,60,0,335,"$150,000 and over",Boomers (55-73),White only,Good,5-5.5 feet,140-160,Bachelor's Degree,,335,430,530,15,0,0,130
+,2022,2.02202E+13,887,West,New Mexico,2500,"House, apartment, flat",1,1,3141807,56,Female,White only,Never married,"Native, born in United States",Good,61,130,24.6,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,150,0,1010,0,90,0,0,0,70,0,0,"Less than $10,000",Boomers (55-73),White only,Good,5-5.5 feet,120-140,Graduated High School,,0,150,1130,90,0,0,70
+,2022,2.02202E+13,888,Midwest,Ohio,125000,"House, apartment, flat",1,1,13167305,16,Female,White only,Never married,"Native, born in United States",Fair,66,216,34.9,9th grade,Ninth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,30,0,0,15,0,0,60,0,670,0,0,240,0,0,10,0,415,"$100,000 - $150,000",Generation Z (7-22),White only,Fair,5.5-6 feet,200-300,Some High School,,415,60,685,240,0,0,40
+,2022,2.02202E+13,889,Midwest,Ohio,87500,"House, apartment, flat",1,1,16751210,26,Female,Asian only,Never married,"Foreign born, not a U.S. citizen",Very good,60,105,20.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,0,0,600,0,0,330,0,0,0,0,420,"$75,000 - $100,000",Millennials (23-38),Asian only,Very good,5-5.5 feet,100-120,Bachelor's Degree,,420,0,690,330,0,0,0
+,2022,2.02202E+13,890,Northeast,Maine,13750,Mobile home or trailer with no permanent room added,1,1,11665062,70,Male,White only,Never married,"Native, born in United States",Excellent,66,140,22.6,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,35,0,0,866,0,534,0,0,5,0,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Excellent,5.5-6 feet,140-160,Graduated High School,,0,866,569,5,0,0,0
+,2022,2.02202E+13,891,Northeast,New Jersey,125000,"House, apartment, flat",1,1,8331313,35,Female,Black only,Married - spouse present,"Native, born in United States",Very good,66,190,30.7,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,330,0,615,0,0,330,0,60,0,0,0,"$100,000 - $150,000",Millennials (23-38),Black only,Very good,5.5-6 feet,180-200,Some College,,0,330,660,330,0,0,60
+,2022,2.02202E+13,892,South,Florida,45000,"House, apartment, flat",1,1,6060253,68,Male,White only,Married - spouse present,"Native, born in United States",Good,68,150,22.8,Some college but no degree,College--three years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,0,0,0,0,660,0,0,625,60,0,20,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Good,5.5-6 feet,140-160,Some College,,0,0,735,685,0,0,20
+,2022,2.02202E+13,893,South,Tennessee,17500,"House, apartment, flat",1,1,15577020,53,Male,White only,Divorced,"Native, born in United States",Fair,70,190,27.3,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),Has vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,0,0,270,0,795,0,0,180,0,0,0,0,0,"$10,000 - $30,000",Generation X (39-54),White only,Fair,5.5-6 feet,180-200,Graduated High School,,0,270,870,180,0,0,0
+,2022,2.02202E+13,894,South,Arkansas,87500,"House, apartment, flat",1,1,3260205,33,Female,White only,Married - spouse absent,"Native, born in United States",Don't know,65,142,23.6,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,90,85,0,0,370,0,855,0,0,0,0,0,40,0,0,"$75,000 - $100,000",Millennials (23-38),White only,"Other (Refused, Dont know, NIU)",5-5.5 feet,140-160,Graduated High School,,0,370,940,0,0,0,130
+,2022,2.02202E+13,895,Midwest,Iowa,67500,"House, apartment, flat",1,1,7630006,68,Male,White only,Married - spouse present,"Native, born in United States",Fair,73,235,31,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,61,0,65,0,0,110,0,655,0,0,429,0,0,120,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Fair,6-6.5 feet,200-300,Some College,,0,110,720,429,0,0,181
+,2022,2.02202E+13,896,South,Texas,32500,"House, apartment, flat",1,1,10768311,15,Male,White only,Never married,"Native, born in United States",Good,67,192,30.1,10th grade,Tenth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,100,0,0,43,0,810,0,0,477,0,10,0,0,0,"$30,000 - $50,000",Generation Z (7-22),White only,Good,5.5-6 feet,180-200,Some High School,,0,43,910,477,0,0,10
+,2022,2.02202E+13,897,South,Alabama,37500,"House, apartment, flat",1,1,2748552,61,Female,White only,Never married,"Native, born in United States",Good,65,145,24.1,Associate degree - occupational vocational,College--three years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,15,0,0,0,0,420,0,0,985,0,0,20,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Good,5-5.5 feet,140-160,Associate Degree,,0,0,435,985,0,0,20
+,2022,2.02202E+13,898,South,Virginia,8750,"House, apartment, flat",1,1,15423732,67,Female,Black only,Divorced,"Native, born in United States",Fair,67,177,27.7,10th grade,Tenth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,125,5,40,0,0,70,0,630,0,0,515,0,0,55,0,0,"Less than $10,000",Boomers (55-73),Black only,Fair,5.5-6 feet,160-180,Some High School,,0,70,670,515,0,0,185
+,2022,2.02202E+13,899,South,Texas,87500,"House, apartment, flat",1,1,8127035,80,Male,White only,Widowed,"Native, born in United States",Excellent,72,160,21.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,15,0,0,0,0,635,0,0,790,0,0,0,0,0,"$75,000 - $100,000",Silent (74-91),White only,Excellent,6-6.5 feet,160-180,Bachelor's Degree,,0,0,650,790,0,0,0
+,2022,2.02202E+13,900,South,Texas,45000,"House, apartment, flat",1,1,13479135,65,Male,White only,Married - spouse absent,"Foreign born, U.S. citizen by naturalization",Good,64,173,29.7,5th or 6th grade,Fifth through sixth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,80,0,0,95,0,665,30,0,480,0,0,60,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Good,5-5.5 feet,160-180,Middle School or Less,,0,95,775,480,0,0,90
+,2022,2.02202E+13,901,Midwest,Ohio,87500,"House, apartment, flat",1,1,4842052,67,Male,White only,Divorced,"Native, born in United States",Very good,68,190,28.9,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,78,0,0,822,0,330,0,0,210,0,0,0,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Very good,5.5-6 feet,180-200,Master's or Doctoral Degree,,0,822,408,210,0,0,0
+,2022,2.02202E+13,902,Midwest,Michigan,200000,"House, apartment, flat",1,1,14688043,33,Male,White only,Never married,"Native, born in United States",Good,70,190,27.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,20,45,0,0,55,0,670,0,0,640,0,0,10,0,0,"$150,000 and over",Millennials (23-38),White only,Good,5.5-6 feet,180-200,Bachelor's Degree,,0,55,715,640,0,0,30
+,2022,2.02202E+13,903,South,Florida,200000,"House, apartment, flat",1,1,2687798,65,Female,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Very good,65,110,18.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,150,90,0,360,0,720,0,30,0,60,0,30,0,0,"$150,000 and over",Boomers (55-73),White only,Very good,5-5.5 feet,100-120,Bachelor's Degree,,0,360,870,90,90,0,30
+,2022,2.02202E+13,904,South,Florida,200000,"House, apartment, flat",1,1,2746702,76,Male,White only,Divorced,"Native, born in United States",Excellent,,9997,998,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,195,0,0,150,0,420,0,0,645,0,0,30,0,0,"$150,000 and over",Silent (74-91),White only,Excellent,,>300,Bachelor's Degree,,0,150,615,645,0,0,30
+,2022,2.02202E+13,905,Midwest,Missouri,87500,"House, apartment, flat",1,1,10609924,24,Female,White only,Never married,"Native, born in United States",Fair,62,9994,998,Associate degree - academic program,College--three years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,5,0,10,25,0,0,40,0,918,0,0,388,0,0,54,0,0,"$75,000 - $100,000",Millennials (23-38),White only,Fair,5-5.5 feet,>300,Associate Degree,,0,40,943,388,0,0,69
+,2022,2.02202E+13,906,Midwest,Missouri,55000,"House, apartment, flat",1,1,22548107,47,Female,Black only,Married - spouse present,"Native, born in United States",Good,62,240,43.9,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,20,0,0,95,0,555,0,30,195,0,0,0,120,425,"$50,000 - $75,000",Generation X (39-54),Black only,Good,5-5.5 feet,200-300,Some College,,425,95,575,225,0,120,0
+,2022,2.02202E+13,907,South,Oklahoma,13750,"House, apartment, flat",1,1,8385849,49,Female,White only,Married - spouse present,"Native, born in United States",Fair,64,205,35.2,Associate degree - occupational vocational,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,55,0,0,105,0,740,0,0,540,0,0,0,0,0,"$10,000 - $30,000",Generation X (39-54),White only,Fair,5-5.5 feet,200-300,Associate Degree,,0,105,795,540,0,0,0
+,2022,2.02202E+13,908,Midwest,Kansas,200000,"House, apartment, flat",1,1,13298147,15,Female,White only,Never married,"Native, born in United States",Excellent,69,150,22.1,9th grade,Ninth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,110,120,0,0,110,0,800,0,0,200,0,0,100,0,0,"$150,000 and over",Generation Z (7-22),White only,Excellent,5.5-6 feet,140-160,Some High School,,0,110,920,200,0,0,210
+,2022,2.02202E+13,909,South,Texas,67500,"House, apartment, flat",1,1,14441720,46,Male,White only,Divorced,"Native, born in United States",Good,73,230,30.3,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,20,10,0,0,0,0,520,0,0,140,60,0,50,0,640,"$50,000 - $75,000",Generation X (39-54),White only,Good,6-6.5 feet,200-300,Graduated High School,,640,0,530,200,0,0,70
+,2022,2.02202E+13,910,Midwest,Minnesota,87500,"House, apartment, flat",1,1,12474781,33,Female,White only,Married - spouse present,"Native, born in United States",Very good,64,163,28,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,618,0,0,185,0,0,161,0,337,0,0,90,0,0,49,0,0,"$75,000 - $100,000",Millennials (23-38),White only,Very good,5-5.5 feet,160-180,Bachelor's Degree,,0,161,522,90,0,0,667
+,2022,2.02202E+13,911,Midwest,Illinois,125000,"House, apartment, flat",1,1,8219104,79,Male,White only,Widowed,"Native, born in United States",Excellent,70,172,24.7,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,42,0,45,0,0,425,0,578,60,0,210,0,0,80,0,0,"$100,000 - $150,000",Silent (74-91),White only,Excellent,5.5-6 feet,160-180,Master's or Doctoral Degree,,0,425,683,210,0,0,122
+,2022,2.02202E+13,912,West,California,87500,"House, apartment, flat",1,1,3545623,71,Female,White only,Divorced,"Native, born in United States",Good,64,104,17.8,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,35,60,0,0,32,0,229,0,0,1040,30,0,14,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Good,5-5.5 feet,100-120,Master's or Doctoral Degree,,0,32,289,1070,0,0,49
+,2022,2.02202E+13,913,Midwest,Nebraska,200000,"House, apartment, flat",1,1,14138943,51,Female,White only,Married - spouse present,"Native, born in United States",Refused,,9996,998,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,205,0,75,70,0,0,255,0,525,10,0,145,0,0,95,0,0,"$150,000 and over",Generation X (39-54),White only,"Other (Refused, Dont know, NIU)",,>300,Bachelor's Degree,,0,255,605,145,0,0,375
+,2022,2.02202E+13,914,South,Tennessee,87500,"House, apartment, flat",1,1,9629326,51,Female,Asian only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Good,64,155,26.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,20,0,0,5,0,550,0,0,280,0,0,30,0,555,"$75,000 - $100,000",Generation X (39-54),Asian only,Good,5-5.5 feet,140-160,Bachelor's Degree,,555,5,570,280,0,0,30
+,2022,2.02202E+13,915,Northeast,New York,55000,"House, apartment, flat",1,1,6022149,63,Female,White only,Divorced,"Native, born in United States",Very good,65,140,23.3,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,345,0,35,0,0,80,0,410,0,0,515,0,0,55,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Very good,5-5.5 feet,140-160,Master's or Doctoral Degree,,0,80,445,515,0,0,400
+,2022,2.02202E+13,916,South,Maryland,67500,"House, apartment, flat",1,1,16714555,25,Male,White only,Never married,"Native, born in United States",Good,70,210,30.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,85,120,0,0,20,0,495,0,0,120,15,0,65,0,475,"$50,000 - $75,000",Millennials (23-38),White only,Good,5.5-6 feet,200-300,Bachelor's Degree,,475,20,615,135,0,0,150
+,2022,2.02202E+13,917,West,Washington,200000,"House, apartment, flat",1,1,20029037,35,Male,White only,Married - spouse present,"Native, born in United States",Good,69,190,28.1,Some college but no degree,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,139,0,0,15,0,0,61,0,405,0,0,113,0,0,40,0,667,"$150,000 and over",Millennials (23-38),White only,Good,5.5-6 feet,180-200,Some College,,667,61,420,113,0,0,179
+,2022,2.02202E+13,918,Midwest,Iowa,45000,"House, apartment, flat",1,1,12478050,68,Female,White only,Married - spouse present,"Native, born in United States",Poor,60,152,29.7,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,55,0,0,80,0,660,0,0,645,0,0,0,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Poor,5-5.5 feet,140-160,Graduated High School,,0,80,715,645,0,0,0
+,2022,2.02202E+13,919,Midwest,Ohio,125000,"House, apartment, flat",1,1,7578647,66,Female,White only,Married - spouse present,"Native, born in United States",Very good,64,127,21.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,540,0,600,0,0,180,60,0,0,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Very good,5-5.5 feet,120-140,Bachelor's Degree,,0,540,660,240,0,0,0
+,2022,2.02202E+13,920,West,Nevada,87500,"House, apartment, flat",1,1,15252322,27,Male,White only,Married - spouse present,"Native, born in United States",Fair,72,270,36.6,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,255,0,0,90,0,0,100,0,570,0,0,405,0,0,20,0,0,"$75,000 - $100,000",Millennials (23-38),White only,Fair,6-6.5 feet,200-300,Graduated High School,,0,100,660,405,0,0,275
+,2022,2.02202E+13,921,South,Alabama,37500,"House, apartment, flat",1,1,2693604,29,Female,Black only,Never married,"Native, born in United States",NIU (Not in universe),,9999,999,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,20,0,0,0,310,0,524,0,0,412,0,40,74,0,0,"$30,000 - $50,000",Millennials (23-38),Black only,"Other (Refused, Dont know, NIU)",,>300,Bachelor's Degree,,0,310,524,412,0,0,134
+,2022,2.02202E+13,922,West,Arizona,13750,"House, apartment, flat",1,1,8725488,39,Male,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Fair,67,194,30.4,11th grade,Eleventh grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,70,0,60,60,0,0,30,0,720,0,0,130,0,0,70,0,300,"$10,000 - $30,000",Generation X (39-54),White only,Fair,5.5-6 feet,180-200,Some High School,,300,30,780,130,0,0,200
+,2022,2.02202E+13,923,West,Washington,200000,"House, apartment, flat",1,1,11268598,40,Male,White only,Married - spouse present,"Native, born in United States",Excellent,70,160,23,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,125,0,0,90,0,0,60,0,540,0,0,60,60,0,30,0,475,"$150,000 and over",Generation X (39-54),White only,Excellent,5.5-6 feet,160-180,Bachelor's Degree,,475,60,630,120,0,0,155
+,2022,2.02202E+13,924,Midwest,Iowa,200000,"House, apartment, flat",1,1,6902611,55,Female,White only,Married - spouse present,"Native, born in United States",NIU (Not in universe),,9999,999,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,0,0,115,0,595,0,0,90,0,0,55,0,510,"$150,000 and over",Boomers (55-73),White only,"Other (Refused, Dont know, NIU)",,>300,Master's or Doctoral Degree,,510,115,670,90,0,0,55
+,2022,2.02202E+13,925,Midwest,Michigan,125000,"House, apartment, flat",1,1,16940041,25,Male,Black only,Never married,"Native, born in United States",Very good,74,239,30.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,40,0,0,120,0,470,120,0,160,0,90,70,0,370,"$100,000 - $150,000",Millennials (23-38),Black only,Very good,6-6.5 feet,200-300,Bachelor's Degree,,370,120,630,160,0,0,160
+,2022,2.02202E+13,926,West,California,87500,"House, apartment, flat",1,1,40015054,18,Female,Asian only,Never married,"Native, born in United States",Very good,66,140,22.6,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,14,105,60,0,35,0,605,0,0,421,0,0,200,0,0,"$75,000 - $100,000",Generation Z (7-22),Asian only,Very good,5.5-6 feet,140-160,Graduated High School,,0,35,710,421,60,0,214
+,2022,2.02202E+13,927,South,Louisiana,11250,"House, apartment, flat",1,1,6998017,65,Male,Black only,Married - spouse absent,"Native, born in United States",Good,71,140,19.5,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,0,0,5,125,0,720,0,0,470,0,0,110,0,0,"$10,000 - $30,000",Boomers (55-73),Black only,Good,5.5-6 feet,140-160,Graduated High School,,0,125,720,470,0,0,125
+,2022,2.02202E+13,928,South,Florida,67500,"House, apartment, flat",1,1,22372327,27,Female,White-Black,Never married,"Native, born in United States",Very good,63,130,23,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,60,0,720,0,0,400,75,0,50,0,105,"$50,000 - $75,000",Millennials (23-38),Mixed,Very good,5-5.5 feet,120-140,Bachelor's Degree,,105,60,750,475,0,0,50
+,2022,2.02202E+13,929,Midwest,Iowa,27500,"House, apartment, flat",1,1,6008659,44,Female,White only,Married - spouse present,"Native, born in United States",Excellent,67,120,18.8,Some college but no degree,College--three years,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,100,0,0,75,0,0,115,0,540,0,0,445,0,0,0,0,165,"$10,000 - $30,000",Generation X (39-54),White only,Excellent,5.5-6 feet,120-140,Some College,,165,115,615,445,0,0,100
+,2022,2.02202E+13,930,Northeast,New York,45000,"House, apartment, flat",1,1,11229910,56,Male,White only,Married - spouse present,"Native, born in United States",Poor,72,198,26.9,9th grade,Ninth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,225,120,60,0,0,25,0,510,0,0,450,0,0,50,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Poor,6-6.5 feet,180-200,Some High School,,0,25,570,450,0,0,395
+,2022,2.02202E+13,931,West,Washington,55000,"House, apartment, flat",1,1,3482295,68,Female,White only,Married - spouse present,"Native, born in United States",Excellent,65,125,20.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,165,0,0,405,0,540,0,0,270,60,0,0,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Excellent,5-5.5 feet,120-140,Bachelor's Degree,,0,405,705,330,0,0,0
+,2022,2.02202E+13,932,Midwest,Indiana,87500,"House, apartment, flat",1,1,5527743,69,Male,White only,Married - spouse present,"Native, born in United States",Very good,70,191,27.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,70,0,0,0,0,480,0,0,655,0,0,45,0,180,"$75,000 - $100,000",Boomers (55-73),White only,Very good,5.5-6 feet,180-200,Bachelor's Degree,,180,0,550,655,0,0,45
+,2022,2.02202E+13,933,Midwest,Missouri,200000,"House, apartment, flat",1,1,5251954,39,Female,White only,Married - spouse present,"Native, born in United States",Very good,66,137,22.1,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,290,0,20,70,0,0,150,0,565,0,0,165,30,55,50,0,0,"$150,000 and over",Generation X (39-54),White only,Very good,5.5-6 feet,120-140,Master's or Doctoral Degree,,0,150,635,195,0,0,415
+,2022,2.02202E+13,934,South,Florida,32500,"House, apartment, flat",1,1,8252272,73,Male,White only,Widowed,"Native, born in United States",Very good,74,175,22.5,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,135,0,0,180,0,660,0,0,315,60,90,0,0,0,"$30,000 - $50,000",Silent (74-91),White only,Very good,6-6.5 feet,160-180,Some College,,0,180,795,375,0,0,90
+,2022,2.02202E+13,935,Northeast,Maine,45000,"House, apartment, flat",1,1,10147228,44,Male,White only,Never married,"Native, born in United States",Excellent,69,180,26.6,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,5,0,30,0,0,215,0,790,0,0,360,0,0,40,0,0,"$30,000 - $50,000",Generation X (39-54),White only,Excellent,5.5-6 feet,180-200,Some College,,0,215,820,360,0,0,45
+,2022,2.02202E+13,936,Midwest,Michigan,67500,"House, apartment, flat",1,1,21666162,62,Male,White only,Never married,"Native, born in United States",Very good,70,230,33,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,30,0,360,0,0,255,0,0,35,0,700,"$50,000 - $75,000",Boomers (55-73),White only,Very good,5.5-6 feet,200-300,Graduated High School,,700,30,420,255,0,0,35
+,2022,2.02202E+13,937,Northeast,Massachusetts,200000,"House, apartment, flat",1,1,7898212,73,Male,White only,Married - spouse present,"Native, born in United States",Poor,69,200,29.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,310,0,25,0,0,80,5,449,0,0,571,0,0,0,0,0,"$150,000 and over",Silent (74-91),White only,Poor,5.5-6 feet,200-300,Bachelor's Degree,,0,85,474,571,0,0,310
+,2022,2.02202E+13,938,South,Mississippi,37500,"House, apartment, flat",1,1,5192639,78,Male,White only,Widowed,"Native, born in United States",Fair,71,220,30.7,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,30,0,0,30,0,600,0,0,760,0,0,20,0,0,"$30,000 - $50,000",Silent (74-91),White only,Fair,5.5-6 feet,200-300,Master's or Doctoral Degree,,0,30,630,760,0,0,20
+,2022,2.02202E+13,939,South,Virginia,67500,"House, apartment, flat",1,1,10583480,69,Male,White only,Married - spouse present,"Native, born in United States",Very good,70,164,23.5,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,0,0,540,0,0,90,0,0,0,0,690,"$50,000 - $75,000",Boomers (55-73),White only,Very good,5.5-6 feet,160-180,Master's or Doctoral Degree,,690,0,660,90,0,0,0
+,2022,2.02202E+13,940,Midwest,Ohio,125000,"House, apartment, flat",1,1,40264409,47,Female,White only,Married - spouse present,"Native, born in United States",Very good,67,170,26.6,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,62,40,0,0,30,0,548,0,0,180,0,0,25,0,510,"$100,000 - $150,000",Generation X (39-54),White only,Very good,5.5-6 feet,160-180,Graduated High School,,510,30,588,180,0,0,87
+,2022,2.02202E+13,941,West,Colorado,2500,"House, apartment, flat",1,1,9720740,45,Female,White only,Married - spouse present,"Native, born in United States",Good,62,145,26.5,High school graduate - GED,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,25,0,0,65,0,765,0,0,210,0,0,30,0,345,"Less than $10,000",Generation X (39-54),White only,Good,5-5.5 feet,140-160,Graduated High School,,345,65,790,210,0,0,30
+,2022,2.02202E+13,942,South,Tennessee,45000,"House, apartment, flat",1,1,4413448,27,Female,White only,Married - spouse present,"Native, born in United States",Very good,61,127,24,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,185,0,0,60,0,0,60,0,675,0,0,380,0,0,80,0,0,"$30,000 - $50,000",Millennials (23-38),White only,Very good,5-5.5 feet,120-140,Associate Degree,,0,60,735,380,0,0,265
+,2022,2.02202E+13,943,Midwest,Wisconsin,32500,"House, apartment, flat",1,1,4221889,64,Female,White only,Widowed,"Native, born in United States",Good,66,195,31.5,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,15,0,720,0,0,613,0,0,62,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Good,5.5-6 feet,180-200,Graduated High School,,0,15,750,613,0,0,62
+,2022,2.02202E+13,944,South,Texas,87500,"House, apartment, flat",1,1,46552192,22,Male,White only,Never married,"Native, born in United States",Good,72,275,37.3,Some college but no degree,College--three years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,40,240,0,35,0,780,0,0,285,60,0,0,0,0,"$75,000 - $100,000",Millennials (23-38),White only,Good,6-6.5 feet,200-300,Some College,,0,35,820,345,240,0,0
+,2022,2.02202E+13,945,Northeast,New Hampshire,67500,"House, apartment, flat",1,1,4162791,71,Female,White only,Married - spouse present,"Native, born in United States",Very good,66,170,27.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,210,50,105,0,0,275,0,600,0,0,120,0,0,80,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Very good,5.5-6 feet,160-180,Bachelor's Degree,,0,275,705,120,0,0,340
+,2022,2.02202E+13,946,Northeast,New Jersey,55000,"House, apartment, flat",1,1,17553925,59,Female,White only,Never married,"Native, born in United States",Very good,68,145,22,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,35,0,0,90,0,570,0,0,90,0,0,0,0,655,"$50,000 - $75,000",Boomers (55-73),White only,Very good,5.5-6 feet,140-160,Graduated High School,,655,90,605,90,0,0,0
+,2022,2.02202E+13,947,South,North Carolina,45000,"House, apartment, flat",1,1,4887235,45,Female,White only,Married - spouse present,"Native, born in United States",NIU (Not in universe),,9999,999,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,25,10,45,0,0,180,0,725,0,120,220,0,0,55,0,60,"$30,000 - $50,000",Generation X (39-54),White only,"Other (Refused, Dont know, NIU)",,>300,Bachelor's Degree,,60,180,770,340,0,0,90
+,2022,2.02202E+13,948,South,Oklahoma,22500,"House, apartment, flat",1,1,6160716,66,Female,White only,Married - spouse present,"Native, born in United States",Very good,62,112,20.5,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,105,0,0,180,0,510,0,0,645,0,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Very good,5-5.5 feet,100-120,Associate Degree,,0,180,615,645,0,0,0
+,2022,2.02202E+13,949,Midwest,Indiana,67500,"House, apartment, flat",1,1,13468371,56,Male,White only,Divorced,"Native, born in United States",Fair,67,180,28.2,High school graduate - GED,Eleventh grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,70,0,0,90,0,490,0,0,240,0,0,50,0,500,"$50,000 - $75,000",Boomers (55-73),White only,Fair,5.5-6 feet,180-200,Graduated High School,,500,90,560,240,0,0,50
+,2022,2.02202E+13,950,West,New Mexico,11250,"House, apartment, flat",1,1,2774408,61,Female,White only,Divorced,"Native, born in United States",Poor,63,130,23,High school graduate - GED,Ninth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,0,0,660,0,0,690,0,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Poor,5-5.5 feet,120-140,Graduated High School,,0,0,750,690,0,0,0
+,2022,2.02202E+13,951,Northeast,New York,37500,"House, apartment, flat",1,1,2246802,69,Female,Black only,Never married,"Native, born in United States",Very good,70,170,24.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,750,0,45,0,0,0,0,0,77,0,553,"$30,000 - $50,000",Boomers (55-73),Black only,Very good,5.5-6 feet,160-180,Bachelor's Degree,,553,750,45,0,0,0,77
+,2022,2.02202E+13,952,South,Texas,125000,"House, apartment, flat",1,1,12966394,58,Female,White only,Married - spouse present,"Native, born in United States",Very good,70,145,20.8,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,50,0,520,0,0,130,0,0,150,0,530,"$100,000 - $150,000",Boomers (55-73),White only,Very good,5.5-6 feet,140-160,Some College,,530,50,580,130,0,0,150
+,2022,2.02202E+13,953,Northeast,Pennsylvania,200000,"House, apartment, flat",1,1,10004977,77,Male,White only,Married - spouse present,"Native, born in United States",Good,70,220,31.6,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,110,0,0,0,0,585,0,0,715,0,0,20,0,0,"$150,000 and over",Silent (74-91),White only,Good,5.5-6 feet,200-300,Master's or Doctoral Degree,,0,0,695,715,0,0,30
+,2022,2.02202E+13,954,South,West Virginia,2500,Mobile home or trailer with no permanent room added,1,1,13001910,61,Female,White only,Married - spouse present,"Native, born in United States",Good,65,180,30,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),Has vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,10,0,0,420,0,480,0,60,470,0,0,0,0,0,"Less than $10,000",Boomers (55-73),White only,Good,5-5.5 feet,180-200,Graduated High School,,0,420,490,530,0,0,0
+,2022,2.02202E+13,955,South,Florida,37500,"House, apartment, flat",1,1,12215848,38,Female,White only,Never married,"Native, born in United States",Very good,59,172,34.7,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,No physical difficulty,Has difficulty remembering,0,0,0,105,0,0,270,0,665,0,0,205,90,15,0,0,0,"$30,000 - $50,000",Generation X (39-54),White only,Very good,0-5 feet,160-180,Graduated High School,,0,270,770,295,0,0,15
+,2022,2.02202E+13,956,South,North Carolina,37500,"House, apartment, flat",1,1,14950880,35,Male,White only,Never married,"Native, born in United States",Very good,,9996,998,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,40,52,0,0,273,0,440,0,0,35,0,0,60,0,540,"$30,000 - $50,000",Millennials (23-38),White only,Very good,,>300,Some College,,540,273,492,35,0,0,100
+,2022,2.02202E+13,957,Midwest,Missouri,87500,"House, apartment, flat",1,1,5065379,53,Female,White only,Never married,"Native, born in United States",Good,66,153,24.7,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,15,0,0,20,0,785,0,0,0,0,0,40,0,580,"$75,000 - $100,000",Generation X (39-54),White only,Good,5.5-6 feet,140-160,Master's or Doctoral Degree,,580,20,800,0,0,0,40
+,2022,2.02202E+13,958,Midwest,Minnesota,8750,"House, apartment, flat",1,1,11130597,51,Male,White only,Married - spouse present,"Native, born in United States",Good,70,250,35.9,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,20,0,0,30,0,0,110,0,480,0,0,170,0,0,20,0,610,"Less than $10,000",Generation X (39-54),White only,Good,5.5-6 feet,200-300,Some College,,610,110,510,170,0,0,40
+,2022,2.02202E+13,959,South,Virginia,22500,"House, apartment, flat",1,1,4685850,72,Female,White only,Divorced,"Native, born in United States",Good,58,98,20.5,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,90,0,20,0,0,195,0,470,0,5,380,0,0,70,0,135,"$10,000 - $30,000",Boomers (55-73),White only,Good,0-5 feet,<100,Some College,,135,195,490,385,0,0,160
+,2022,2.02202E+13,960,Midwest,Ohio,87500,"House, apartment, flat",1,1,21803257,31,Female,White only,Married - spouse present,"Native, born in United States",Very good,67,9994,998,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,15,15,0,0,35,0,600,205,0,110,30,0,80,0,350,"$75,000 - $100,000",Millennials (23-38),White only,Very good,5.5-6 feet,>300,Bachelor's Degree,,350,35,820,140,0,0,95
+,2022,2.02202E+13,961,Northeast,Pennsylvania,2500,Mobile home or trailer with no permanent room added,1,1,7782372,53,Female,White only,Divorced,"Native, born in United States",Poor,64,123,21.1,10th grade,Tenth grade,Not in labor force,NIU (Not in universe),Has vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,60,0,420,0,0,915,0,0,0,0,0,"Less than $10,000",Generation X (39-54),White only,Poor,5-5.5 feet,120-140,Some High School,,0,60,465,915,0,0,0
+,2022,2.02202E+13,962,South,Georgia,125000,"House, apartment, flat",1,1,11021017,53,Female,Asian only,Never married,"Foreign born, not a U.S. citizen",Very good,59,132,26.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,60,0,0,0,0,630,0,0,30,0,0,30,0,540,"$100,000 - $150,000",Generation X (39-54),Asian only,Very good,0-5 feet,120-140,Bachelor's Degree,,540,0,690,30,0,0,90
+,2022,2.02202E+13,963,Midwest,Illinois,22500,"House, apartment, flat",1,1,5338887,77,Female,White only,Divorced,"Native, born in United States",Good,68,175,26.6,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,120,45,0,0,155,0,490,0,0,600,0,0,30,0,0,"$10,000 - $30,000",Silent (74-91),White only,Good,5.5-6 feet,160-180,Graduated High School,,0,155,535,600,0,0,150
+,2022,2.02202E+13,964,Northeast,New York,55000,"House, apartment, flat",1,1,15216188,40,Male,White only,Married - spouse present,"Native, born in United States",Very good,64,144,24.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,0,0,540,0,0,60,0,0,120,0,690,"$50,000 - $75,000",Generation X (39-54),White only,Very good,5-5.5 feet,140-160,Bachelor's Degree,,690,0,570,60,0,0,120
+,2022,2.02202E+13,965,Midwest,Missouri,87500,"House, apartment, flat",1,1,12899348,28,Male,White only,Married - spouse present,"Native, born in United States",Good,75,200,25,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,80,0,0,15,0,570,0,0,125,0,0,40,0,610,"$75,000 - $100,000",Millennials (23-38),White only,Good,6-6.5 feet,200-300,Bachelor's Degree,,610,15,650,125,0,0,40
+,2022,2.02202E+13,966,Midwest,Kansas,87500,"House, apartment, flat",1,1,17905915,15,Female,White only,Never married,"Native, born in United States",Excellent,64,140,24,7th or 8th grade,Seventh through eighth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,35,0,0,10,0,600,0,0,795,0,0,0,0,0,"$75,000 - $100,000",Generation Z (7-22),White only,Excellent,5-5.5 feet,140-160,Middle School or Less,,0,10,635,795,0,0,0
+,2022,2.02202E+13,967,Northeast,New York,200000,"House, apartment, flat",1,1,9452128,51,Female,White only,Never married,"Native, born in United States",Excellent,65,128,21.3,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,Has vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,90,0,60,0,435,0,0,280,0,0,0,0,545,"$150,000 and over",Generation X (39-54),White only,Excellent,5-5.5 feet,120-140,Master's or Doctoral Degree,,545,60,465,280,90,0,0
+,2022,2.02202E+13,968,Midwest,Kansas,67500,"House, apartment, flat",1,1,9917559,80,Male,White only,Married - spouse present,"Native, born in United States",Excellent,68,172,26.1,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,184,0,0,90,0,0,181,0,520,0,0,465,0,0,0,0,0,"$50,000 - $75,000",Silent (74-91),White only,Excellent,5.5-6 feet,160-180,Graduated High School,,0,181,610,465,0,0,184
+,2022,2.02202E+13,969,West,Washington,125000,"House, apartment, flat",1,1,5310166,41,Male,White only,Married - spouse present,"Native, born in United States",Good,77,300,35.6,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,90,0,460,0,0,215,0,0,75,510,0,"$100,000 - $150,000",Generation X (39-54),White only,Good,6-6.5 feet,>300,Associate Degree,,0,90,550,215,0,510,75
+,2022,2.02202E+13,970,West,California,125000,"House, apartment, flat",1,1,87940430,36,Female,White only,Separated,"Native, born in United States",Good,67,240,37.6,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,103,0,0,55,0,0,30,0,612,0,0,0,110,0,50,0,480,"$100,000 - $150,000",Millennials (23-38),White only,Good,5.5-6 feet,200-300,Some College,,480,30,667,110,0,0,153
+,2022,2.02202E+13,971,Northeast,New York,55000,"House, apartment, flat",1,1,3081848,74,Female,Black only,Never married,"Foreign born, not a U.S. citizen",Good,62,125,22.9,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,30,0,50,0,0,100,0,525,0,0,555,0,0,30,0,0,"$50,000 - $75,000",Silent (74-91),Black only,Good,5-5.5 feet,120-140,Graduated High School,,0,100,575,555,0,0,60
+,2022,2.02202E+13,972,West,Washington,8750,"House, apartment, flat",1,1,5133977,53,Female,White only,Divorced,"Native, born in United States",Fair,62,9996,998,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,Has difficulty remembering,0,0,0,120,0,0,120,0,905,0,0,235,0,60,0,0,0,"Less than $10,000",Generation X (39-54),White only,Fair,5-5.5 feet,>300,Bachelor's Degree,,0,120,1025,235,0,0,60
+,2022,2.02202E+13,973,Northeast,Pennsylvania,45000,"House, apartment, flat",1,1,4802797,56,Male,White only,Divorced,"Native, born in United States",Very good,72,235,31.9,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,50,0,0,15,0,795,0,0,90,0,0,20,470,0,"$30,000 - $50,000",Boomers (55-73),White only,Very good,6-6.5 feet,200-300,Some College,,0,15,845,90,0,470,20
+,2022,2.02202E+13,974,South,South Carolina,55000,"House, apartment, flat",1,1,4474498,80,Female,White only,Widowed,"Native, born in United States",Excellent,64,145,24.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,140,0,0,135,0,665,0,0,360,0,60,20,0,0,"$50,000 - $75,000",Silent (74-91),White only,Excellent,5-5.5 feet,140-160,Bachelor's Degree,,0,135,805,360,0,0,140
+,2022,2.02202E+13,975,Northeast,New York,125000,"House, apartment, flat",1,1,25139418,27,Female,White only,Never married,"Native, born in United States",Good,69,160,23.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,70,0,0,0,0,640,0,0,0,60,0,45,0,625,"$100,000 - $150,000",Millennials (23-38),White only,Good,5.5-6 feet,160-180,Bachelor's Degree,,625,0,710,60,0,0,45
+,2022,2.02202E+13,976,West,California,67500,"House, apartment, flat",1,1,3611237,62,Male,White only,Never married,"Native, born in United States",Good,68,195,29.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,50,0,0,10,0,495,0,0,875,0,0,10,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Good,5.5-6 feet,180-200,Bachelor's Degree,,0,10,545,875,0,0,10
+,2022,2.02202E+13,977,Northeast,Connecticut,87500,"House, apartment, flat",1,1,6092610,80,Male,White only,Widowed,"Native, born in United States",Very good,72,240,32.5,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,5,90,0,0,0,0,480,0,165,370,0,0,45,0,285,"$75,000 - $100,000",Silent (74-91),White only,Very good,6-6.5 feet,200-300,Some College,,285,0,570,535,0,0,50
+,2022,2.02202E+13,978,South,Virginia,27500,"House, apartment, flat",1,1,4216839,38,Female,Black only,Never married,"Foreign born, U.S. citizen by naturalization",Very good,64,113,19.4,Some college but no degree,College--three years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,431,0,0,108,0,0,30,0,714,0,37,0,0,0,0,0,0,"$10,000 - $30,000",Generation X (39-54),Black only,Very good,5-5.5 feet,100-120,Some College,,0,30,822,37,0,0,431
+,2022,2.02202E+13,979,South,North Carolina,37500,"House, apartment, flat",1,1,20923623,75,Male,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Fair,65,161,26.8,10th grade,Tenth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,45,45,0,0,2,0,585,0,75,135,0,0,73,0,480,"$30,000 - $50,000",Silent (74-91),White only,Fair,5-5.5 feet,160-180,Some High School,,480,2,630,210,0,0,118
+,2022,2.02202E+13,980,West,Idaho,200000,"House, apartment, flat",1,1,5279282,63,Female,White only,Married - spouse present,"Native, born in United States",Excellent,,9996,998,Associate degree - occupational vocational,College--four years,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,5,5,0,105,0,0,180,0,345,210,0,213,0,0,57,0,260,"$150,000 and over",Boomers (55-73),White only,Excellent,,>300,Associate Degree,,260,180,660,213,0,0,67
+,2022,2.02202E+13,981,Midwest,Michigan,200000,"House, apartment, flat",1,1,65571526,15,Male,Black only,Never married,"Native, born in United States",Excellent,64,115,19.7,9th grade,Ninth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,20,0,873,0,0,497,0,0,0,0,0,"$150,000 and over",Generation Z (7-22),Black only,Excellent,5-5.5 feet,100-120,Some High School,,0,20,903,497,0,0,0
+,2022,2.02202E+13,982,Midwest,Ohio,67500,"House, apartment, flat",1,1,12475942,63,Female,White only,Divorced,"Native, born in United States",Fair,66,200,32.3,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,125,0,15,0,0,25,0,640,0,0,15,0,0,85,0,535,"$50,000 - $75,000",Boomers (55-73),White only,Fair,5.5-6 feet,200-300,Graduated High School,,535,25,655,15,0,0,210
+,2022,2.02202E+13,983,Midwest,Missouri,87500,"House, apartment, flat",1,1,14336390,46,Male,White only,Divorced,"Native, born in United States",Very good,72,230,31.2,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,75,0,495,0,0,285,0,0,90,0,465,"$75,000 - $100,000",Generation X (39-54),White only,Very good,6-6.5 feet,200-300,Some College,,465,75,525,285,0,0,90
+,2022,2.02202E+13,984,Northeast,Pennsylvania,67500,"House, apartment, flat",1,1,3531463,65,Female,White only,Married - spouse present,"Native, born in United States",Very good,65,240,39.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,Has difficulty remembering,0,0,0,35,0,0,65,0,718,0,82,500,0,0,40,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Very good,5-5.5 feet,200-300,Bachelor's Degree,,0,65,753,582,0,0,40
+,2022,2.02202E+13,985,South,Georgia,125000,"House, apartment, flat",1,1,9129230,42,Male,White only,Married - spouse present,"Native, born in United States",Excellent,72,250,33.9,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,40,5,0,0,70,0,615,0,0,695,0,0,15,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Excellent,6-6.5 feet,200-300,Master's or Doctoral Degree,,0,70,620,695,0,0,55
+,2022,2.02202E+13,986,West,Washington,87500,"House, apartment, flat",1,1,44441553,27,Female,White only,Married - spouse present,"Native, born in United States",Very good,70,215,30.8,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,65,0,535,0,0,255,0,0,10,0,545,"$75,000 - $100,000",Millennials (23-38),White only,Very good,5.5-6 feet,200-300,Graduated High School,,545,65,565,255,0,0,10
+,2022,2.02202E+13,987,Midwest,Missouri,67500,"House, apartment, flat",1,1,4008424,78,Male,White only,Married - spouse present,"Native, born in United States",Very good,68,195,29.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,40,60,0,120,0,0,120,0,630,0,0,390,0,0,80,0,0,"$50,000 - $75,000",Silent (74-91),White only,Very good,5.5-6 feet,180-200,Bachelor's Degree,,0,120,750,390,0,0,180
+,2022,2.02202E+13,988,Northeast,Pennsylvania,32500,Mobile home or trailer with no permanent room added,1,1,31401421,39,Male,White only,Married - spouse present,"Native, born in United States",Poor,70,260,37.3,9th grade,Ninth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,70,530,540,0,0,210,0,0,30,0,0,"$30,000 - $50,000",Generation X (39-54),White only,Poor,5.5-6 feet,200-300,Some High School,,0,600,600,210,0,0,30
+,2022,2.02202E+13,989,West,Arizona,55000,"House, apartment, flat",1,1,4217291,72,Male,White only,Married - spouse present,"Native, born in United States",Very good,69,140,20.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,120,45,0,0,545,0,485,0,0,180,0,0,50,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Very good,5.5-6 feet,140-160,Bachelor's Degree,,0,545,530,180,0,0,170
+,2022,2.02202E+13,990,South,District of Columbia,200000,"House, apartment, flat",1,1,9177855,33,Female,Black only,Married - spouse present,"Native, born in United States",Fair,66,140,22.6,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,35,20,130,0,0,45,0,665,0,0,400,0,0,145,0,0,"$150,000 and over",Millennials (23-38),Black only,Fair,5.5-6 feet,140-160,Master's or Doctoral Degree,,0,45,795,400,0,0,200
+,2022,2.02202E+13,991,Northeast,Connecticut,6250,"House, apartment, flat",1,1,5402653,25,Male,Black only,Never married,"Native, born in United States",Good,71,199,27.8,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,2,30,0,0,23,0,485,0,0,840,60,0,0,0,0,"Less than $10,000",Millennials (23-38),Black only,Good,5.5-6 feet,180-200,Some College,,0,23,515,900,0,0,2
+,2022,2.02202E+13,992,South,Oklahoma,200000,"House, apartment, flat",1,1,7098197,57,Female,White only,Married - spouse present,"Native, born in United States",Very good,59,165,33.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,15,0,0,30,0,660,0,0,735,0,0,0,0,0,"$150,000 and over",Boomers (55-73),White only,Very good,0-5 feet,160-180,Bachelor's Degree,,0,30,675,735,0,0,0
+,2022,2.02202E+13,993,West,California,125000,"House, apartment, flat",1,1,10504077,16,Male,White only,Never married,"Native, born in United States",Very good,70,130,18.7,9th grade,Ninth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,10,0,150,0,0,0,0,540,0,0,135,300,0,170,0,0,"$100,000 - $150,000",Generation Z (7-22),White only,Very good,5.5-6 feet,120-140,Some High School,,0,0,690,435,0,0,180
+,2022,2.02202E+13,994,West,Colorado,125000,"House, apartment, flat",1,1,9194697,33,Female,White only,Married - spouse present,"Native, born in United States",Good,67,135,21.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,20,0,0,0,60,0,540,0,0,820,0,0,0,0,0,"$100,000 - $150,000",Millennials (23-38),White only,Good,5.5-6 feet,120-140,Bachelor's Degree,,0,60,540,820,0,0,20
+,2022,2.02202E+13,995,Midwest,Kansas,22500,"House, apartment, flat",1,1,4705922,40,Male,White only,Divorced,"Native, born in United States",Excellent,64,140,24,Associate degree - occupational vocational,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,90,240,0,0,0,0,20,0,540,0,0,105,0,0,150,295,0,"$10,000 - $30,000",Generation X (39-54),White only,Excellent,5-5.5 feet,140-160,Associate Degree,,0,20,540,105,0,295,480
+,2022,2.02202E+13,996,Northeast,New York,200000,"House, apartment, flat",1,1,6473181,77,Female,White only,Married - spouse present,"Native, born in United States",Very good,65,133,22.1,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,240,0,0,60,0,709,0,0,210,0,0,71,30,0,"$150,000 and over",Silent (74-91),White only,Very good,5-5.5 feet,120-140,Master's or Doctoral Degree,,0,60,949,210,0,30,71
+,2022,2.02202E+13,997,South,Mississippi,37500,"House, apartment, flat",1,1,3987294,71,Female,White only,Married - spouse present,"Native, born in United States",Very good,63,160,28.3,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,315,0,600,0,0,435,0,30,0,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Very good,5-5.5 feet,160-180,Graduated High School,,0,315,660,435,0,0,30
+,2022,2.02202E+13,998,South,Texas,67500,"House, apartment, flat",1,1,12974523,31,Male,White only,Never married,"Native, born in United States",Fair,70,200,28.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,20,0,0,0,0,480,0,0,240,0,0,80,0,590,"$50,000 - $75,000",Millennials (23-38),White only,Fair,5.5-6 feet,200-300,Bachelor's Degree,,590,0,500,240,0,0,80
+,2022,2.02202E+13,999,West,Utah,11250,"House, apartment, flat",1,1,8829078,85,Female,White only,Widowed,"Native, born in United States",Good,60,219,42.8,7th or 8th grade,Seventh through eighth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,80,0,0,65,0,615,30,0,570,0,0,80,0,0,"$10,000 - $30,000",Silent (74-91),White only,Good,5-5.5 feet,200-300,Middle School or Less,,0,65,725,570,0,0,80
+,2022,2.02202E+13,1000,West,California,37500,"House, apartment, flat",1,1,5227298,71,Female,White only,Never married,"Native, born in United States",Good,61,120,22.7,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,45,70,0,0,295,75,550,5,0,370,0,0,30,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Good,5-5.5 feet,120-140,Master's or Doctoral Degree,,0,370,625,370,0,0,75
+,2022,2.02202E+13,1001,South,Florida,45000,"House, apartment, flat",1,1,15264287,16,Male,White only,Never married,"Native, born in United States",Excellent,66,114,18.4,10th grade,Tenth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,35,0,0,96,0,641,0,0,368,300,0,0,0,0,"$30,000 - $50,000",Generation Z (7-22),White only,Excellent,5.5-6 feet,100-120,Some High School,,0,96,676,668,0,0,0
+,2022,2.02202E+13,1002,Midwest,Indiana,87500,"House, apartment, flat",1,1,6071402,80,Female,White only,Married - spouse present,"Native, born in United States",Very good,62,200,36.6,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,105,0,0,315,0,540,30,30,300,0,0,60,0,60,"$75,000 - $100,000",Silent (74-91),White only,Very good,5-5.5 feet,200-300,Master's or Doctoral Degree,,60,315,675,330,0,0,60
+,2022,2.02202E+13,1003,South,Florida,67500,Mobile home or trailer with 1 or more rooms added,1,1,22717338,56,Female,White only,Married - spouse present,"Native, born in United States",Poor,59,240,48.5,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,25,0,0,0,0,797,0,0,618,0,0,0,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Poor,0-5 feet,200-300,Graduated High School,,0,0,822,618,0,0,0
+,2022,2.02202E+13,1004,South,South Carolina,37500,"House, apartment, flat",1,1,8749018,31,Male,White only,Married - spouse present,"Native, born in United States",Good,72,200,27.1,11th grade,Eleventh grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,420,0,840,0,0,120,0,0,0,0,0,"$30,000 - $50,000",Millennials (23-38),White only,Good,6-6.5 feet,200-300,Some High School,,0,420,900,120,0,0,0
+,2022,2.02202E+13,1005,South,Florida,200000,"House, apartment, flat",1,1,3246751,67,Female,White only,Married - spouse present,"Native, born in United States",Very good,63,129,22.8,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,25,25,45,215,0,0,40,0,645,0,0,280,0,0,165,0,0,"$150,000 and over",Boomers (55-73),White only,Very good,5-5.5 feet,120-140,Associate Degree,,0,40,860,280,0,0,260
+,2022,2.02202E+13,1006,South,Florida,87500,"House, apartment, flat",1,1,16039907,36,Female,White only,Married - spouse present,"Native, born in United States",Excellent,65,140,23.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,115,0,0,125,0,0,240,0,535,0,0,91,0,0,74,0,210,"$75,000 - $100,000",Millennials (23-38),White only,Excellent,5-5.5 feet,140-160,Bachelor's Degree,,210,240,660,91,0,0,189
+,2022,2.02202E+13,1007,Northeast,Pennsylvania,55000,"House, apartment, flat",1,1,13031841,27,Male,White only,Never married,"Foreign born, not a U.S. citizen",Very good,68,202,30.7,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,40,0,0,0,0,885,0,0,485,0,0,30,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Very good,5.5-6 feet,200-300,Graduated High School,,0,0,925,485,0,0,30
+,2022,2.02202E+13,1008,South,Texas,200000,"House, apartment, flat",1,1,13694430,50,Female,Asian only,Married - spouse present,"Native, born in United States",Fair,64,145,24.9,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,190,0,500,0,0,690,0,0,0,0,0,"$150,000 and over",Generation X (39-54),Asian only,Fair,5-5.5 feet,140-160,Associate Degree,,0,190,560,690,0,0,0
+,2022,2.02202E+13,1009,Midwest,Iowa,87500,"House, apartment, flat",1,1,5231423,54,Female,White only,Married - spouse present,"Native, born in United States",Very good,62,9996,998,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,60,0,563,0,90,525,90,0,22,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Very good,5-5.5 feet,>300,Graduated High School,,0,60,653,705,0,0,22
+,2022,2.02202E+13,1010,South,Oklahoma,32500,"House, apartment, flat",1,1,6968642,55,Female,Black only,Divorced,"Native, born in United States",Good,65,190,31.6,Some college but no degree,College--four years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,4,0,0,5,0,482,0,0,429,0,0,20,0,500,"$30,000 - $50,000",Boomers (55-73),Black only,Good,5-5.5 feet,180-200,Some College,,500,5,486,429,0,0,20
+,2022,2.02202E+13,1011,South,Kentucky,67500,"House, apartment, flat",1,1,8002201,52,Female,White only,Married - spouse present,"Native, born in United States",Good,65,160,26.6,Associate degree - occupational vocational,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,60,0,525,0,0,330,0,0,0,0,465,"$50,000 - $75,000",Generation X (39-54),White only,Good,5-5.5 feet,160-180,Associate Degree,,465,60,585,330,0,0,0
+,2022,2.02202E+13,1012,South,North Carolina,125000,"House, apartment, flat",1,1,17044144,80,Male,Black only,Married - spouse present,"Native, born in United States",Very good,68,200,30.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,83,0,0,207,0,690,0,60,300,0,0,40,0,0,"$100,000 - $150,000",Silent (74-91),Black only,Very good,5.5-6 feet,200-300,Bachelor's Degree,,0,207,773,360,0,0,100
+,2022,2.02202E+13,1013,Midwest,Ohio,55000,"House, apartment, flat",1,1,7959784,66,Female,White only,Married - spouse present,"Native, born in United States",Good,67,135,21.1,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),Has vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,Has difficulty remembering,0,0,0,30,0,0,110,0,895,60,0,240,65,0,40,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Good,5.5-6 feet,120-140,Master's or Doctoral Degree,,0,110,985,305,0,0,40
+,2022,2.02202E+13,1014,West,California,200000,"House, apartment, flat",1,1,11024164,43,Female,White only,Never married,"Native, born in United States",Very good,69,200,29.5,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,115,0,0,40,0,0,30,0,420,0,0,180,0,0,40,0,615,"$150,000 and over",Generation X (39-54),White only,Very good,5.5-6 feet,200-300,Master's or Doctoral Degree,,615,30,460,180,0,0,155
+,2022,2.02202E+13,1015,Midwest,Nebraska,67500,"House, apartment, flat",1,1,18612292,36,Female,White only,Married - spouse present,"Native, born in United States",Very good,64,230,39.5,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,66,0,0,90,0,0,45,0,510,0,0,203,0,0,126,0,400,"$50,000 - $75,000",Millennials (23-38),White only,Very good,5-5.5 feet,200-300,Graduated High School,,400,45,600,203,0,0,192
+,2022,2.02202E+13,1016,West,Colorado,200000,"House, apartment, flat",1,1,4864092,39,Female,White only,Married - spouse present,"Native, born in United States",Excellent,64,135,23.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,90,0,0,0,270,0,765,0,0,180,0,0,75,0,0,"$150,000 and over",Generation X (39-54),White only,Excellent,5-5.5 feet,120-140,Bachelor's Degree,,0,270,765,180,0,0,165
+,2022,2.02202E+13,1017,South,Texas,200000,"House, apartment, flat",1,1,12024348,59,Female,Black only,Married - spouse present,"Native, born in United States",Good,65,145,24.1,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,300,0,610,0,0,270,0,0,20,0,240,"$150,000 and over",Boomers (55-73),Black only,Good,5-5.5 feet,140-160,Some College,,240,300,610,270,0,0,20
+,2022,2.02202E+13,1018,Midwest,Indiana,67500,"House, apartment, flat",1,1,13695031,30,Female,White-Black-American Indian,Married - spouse present,"Native, born in United States",Excellent,63,140,24.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,135,0,0,45,120,0,45,0,495,0,0,0,0,0,60,0,540,"$50,000 - $75,000",Millennials (23-38),Mixed,Excellent,5-5.5 feet,140-160,Bachelor's Degree,,540,45,540,0,120,0,195
+,2022,2.02202E+13,1019,Midwest,Michigan,55000,"House, apartment, flat",1,1,8101187,66,Male,White only,Married - spouse present,"Native, born in United States",Excellent,69,190,28.1,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,30,0,570,0,90,510,60,0,60,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Excellent,5.5-6 feet,180-200,Master's or Doctoral Degree,,0,30,690,660,0,0,60
+,2022,2.02202E+13,1020,Northeast,Maine,67500,"House, apartment, flat",1,1,1817794,80,Female,White only,Never married,"Native, born in United States",Good,65,170,28.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,355,0,650,0,0,375,0,0,0,0,0,"$50,000 - $75,000",Silent (74-91),White only,Good,5-5.5 feet,160-180,Bachelor's Degree,,0,355,710,375,0,0,0
+,2022,2.02202E+13,1021,West,California,45000,"House, apartment, flat",1,1,4753969,72,Female,White only,Divorced,"Native, born in United States",Good,68,130,19.8,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,Has mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,10,0,0,90,0,662,0,0,678,0,0,0,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Good,5.5-6 feet,120-140,Associate Degree,,0,90,672,678,0,0,0
+,2022,2.02202E+13,1022,Northeast,Pennsylvania,200000,"House, apartment, flat",1,1,10772342,79,Male,White only,Widowed,"Native, born in United States",Very good,70,170,24.4,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,10,0,20,15,0,0,158,0,445,0,0,162,60,0,54,132,344,"$150,000 and over",Silent (74-91),White only,Very good,5.5-6 feet,160-180,Master's or Doctoral Degree,,344,158,460,222,0,132,84
+,2022,2.02202E+13,1023,South,Mississippi,2500,"House, apartment, flat",1,1,2394064,85,Male,White only,Widowed,"Native, born in United States",Good,70,168,24.1,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,20,65,0,0,55,0,685,0,0,565,0,30,20,0,0,"Less than $10,000",Silent (74-91),White only,Good,5.5-6 feet,160-180,Some College,,0,55,750,565,0,0,70
+,2022,2.02202E+13,1024,South,Texas,32500,"House, apartment, flat",1,1,28070621,17,Female,Black only,Never married,"Native, born in United States",Good,59,130,26.3,7th or 8th grade,Seventh through eighth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,Has difficulty remembering,0,0,0,1,0,0,0,0,1058,0,0,201,0,0,0,0,0,"$30,000 - $50,000",Generation Z (7-22),Black only,Good,0-5 feet,120-140,Middle School or Less,,0,0,1059,201,0,0,0
+,2022,2.02202E+13,1025,South,Florida,32500,"House, apartment, flat",1,1,3784107,69,Female,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Fair,64,160,27.5,10th grade,Tenth grade,Not in labor force,NIU (Not in universe),Has vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,Has difficulty remembering,0,0,0,30,0,0,0,0,975,0,0,435,0,0,0,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Fair,5-5.5 feet,160-180,Some High School,,0,0,1005,435,0,0,0
+,2022,2.02202E+13,1026,South,Mississippi,27500,Mobile home or trailer with no permanent room added,1,1,3811157,26,Female,White only,Married - spouse present,"Native, born in United States",Good,64,280,48.1,Some college but no degree,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,Has difficulty remembering,30,0,0,300,0,0,0,0,660,0,0,330,0,0,120,0,0,"$10,000 - $30,000",Millennials (23-38),White only,Good,5-5.5 feet,200-300,Some College,,0,0,960,330,0,0,150
+,2022,2.02202E+13,1027,Northeast,Massachusetts,125000,"House, apartment, flat",1,1,4071386,60,Male,Black only,Married - spouse present,"Foreign born, not a U.S. citizen",Good,68,190,28.9,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,0,0,495,0,0,0,0,0,32,0,793,"$100,000 - $150,000",Boomers (55-73),Black only,Good,5.5-6 feet,180-200,Master's or Doctoral Degree,,793,0,615,0,0,0,32
+,2022,2.02202E+13,1028,West,Oregon,87500,"House, apartment, flat",1,1,2317880,69,Female,White only,Divorced,"Native, born in United States",Good,62,150,27.4,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,20,30,0,0,390,0,660,0,0,261,0,0,79,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Good,5-5.5 feet,140-160,Some College,,0,390,690,261,0,0,99
+,2022,2.02202E+13,1029,West,California,67500,"House, apartment, flat",1,1,9951454,45,Female,White only,Married - spouse present,"Native, born in United States",Good,63,9996,998,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,40,0,0,50,0,0,120,0,477,0,0,528,0,20,40,0,165,"$50,000 - $75,000",Generation X (39-54),White only,Good,5-5.5 feet,>300,Some College,,165,120,527,528,0,0,100
+,2022,2.02202E+13,1030,South,North Carolina,45000,"House, apartment, flat",1,1,6985157,69,Female,White only,Married - spouse present,"Native, born in United States",Very good,60,110,21.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,80,0,0,310,0,510,0,30,420,0,0,0,90,0,"$30,000 - $50,000",Boomers (55-73),White only,Very good,5-5.5 feet,100-120,Bachelor's Degree,,0,310,590,450,0,90,0
+,2022,2.02202E+13,1031,West,Arizona,125000,"House, apartment, flat",1,1,9951778,55,Female,Asian only,Married - spouse present,"Native, born in United States",Very good,64,130,22.3,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,30,55,65,0,0,40,0,510,0,0,360,0,0,380,0,0,"$100,000 - $150,000",Boomers (55-73),Asian only,Very good,5-5.5 feet,120-140,Master's or Doctoral Degree,,0,40,575,360,0,0,465
+,2022,2.02202E+13,1032,South,Texas,22500,"House, apartment, flat",1,1,7764659,67,Male,White only,Divorced,"Native, born in United States",Very good,75,190,23.7,Associate degree - occupational vocational,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,35,0,0,60,0,472,0,255,558,60,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Very good,6-6.5 feet,180-200,Associate Degree,,0,60,507,873,0,0,0
+,2022,2.02202E+13,1033,Midwest,Illinois,200000,"House, apartment, flat",1,1,9423417,18,Male,White only,Never married,"Native, born in United States",Excellent,71,170,23.7,11th grade,Eleventh grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,5,0,150,0,0,0,0,615,0,0,510,0,0,10,0,150,"$150,000 and over",Generation Z (7-22),White only,Excellent,5.5-6 feet,160-180,Some High School,,150,0,765,510,0,0,15
+,2022,2.02202E+13,1034,Midwest,Ohio,125000,"House, apartment, flat",1,1,18595569,38,Male,White only,Married - spouse present,"Native, born in United States",Very good,67,165,25.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,126,0,5,150,0,0,5,0,465,0,0,120,0,0,50,0,519,"$100,000 - $150,000",Generation X (39-54),White only,Very good,5.5-6 feet,160-180,Bachelor's Degree,,519,5,615,120,0,0,181
+,2022,2.02202E+13,1035,West,Colorado,125000,"House, apartment, flat",1,1,29039516,36,Female,White only,Never married,"Native, born in United States",Excellent,68,180,27.4,Associate degree - occupational vocational,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,5,0,0,0,0,700,0,0,120,0,0,30,0,495,"$100,000 - $150,000",Millennials (23-38),White only,Excellent,5.5-6 feet,180-200,Associate Degree,,495,0,705,120,0,0,30
+,2022,2.02202E+13,1036,Midwest,Nebraska,45000,"House, apartment, flat",1,1,7547404,40,Male,White only,Never married,"Native, born in United States",Very good,68,120,18.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,5,65,0,0,25,0,515,0,0,60,0,30,45,0,695,"$30,000 - $50,000",Generation X (39-54),White only,Very good,5.5-6 feet,120-140,Bachelor's Degree,,695,25,580,60,0,0,80
+,2022,2.02202E+13,1037,Northeast,New York,200000,"House, apartment, flat",1,1,30197031,15,Female,White only,Married - spouse absent,"Native, born in United States",Good,66,110,17.8,10th grade,Tenth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,0,180,0,25,0,600,0,0,100,0,30,495,0,0,"$150,000 and over",Generation Z (7-22),White only,Good,5.5-6 feet,100-120,Some High School,,0,25,600,100,180,0,535
+,2022,2.02202E+13,1038,Midwest,Iowa,55000,"House, apartment, flat",1,1,8126231,32,Female,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Very good,61,9994,998,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,75,0,0,40,0,0,120,0,540,0,0,120,0,0,60,0,305,"$50,000 - $75,000",Millennials (23-38),White only,Very good,5-5.5 feet,>300,Bachelor's Degree,,305,120,580,120,0,0,135
+,2022,2.02202E+13,1039,West,Washington,87500,"House, apartment, flat",1,1,16126139,76,Male,White only,Married - spouse present,"Native, born in United States",Good,72,220,29.8,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,45,0,0,155,0,0,165,0,585,0,20,420,0,0,50,0,0,"$75,000 - $100,000",Silent (74-91),White only,Good,6-6.5 feet,200-300,Graduated High School,,0,165,740,440,0,0,95
+,2022,2.02202E+13,1040,Northeast,Pennsylvania,45000,"House, apartment, flat",1,1,11034678,40,Male,White only,Divorced,"Native, born in United States",Good,72,305,41.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,30,0,420,0,0,210,0,0,0,0,660,"$30,000 - $50,000",Generation X (39-54),White only,Good,6-6.5 feet,>300,Bachelor's Degree,,660,30,540,210,0,0,0
+,2022,2.02202E+13,1041,Midwest,Michigan,67500,"House, apartment, flat",1,1,3695441,63,Female,White only,Widowed,"Native, born in United States",Good,60,230,44.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,85,0,455,0,0,120,0,0,60,630,0,"$50,000 - $75,000",Boomers (55-73),White only,Good,5-5.5 feet,200-300,Bachelor's Degree,,0,85,515,120,0,630,60
+,2022,2.02202E+13,1042,South,West Virginia,200000,"House, apartment, flat",1,1,20672885,51,Female,White only,Married - spouse present,"Native, born in United States",Good,69,9997,998,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,65,0,530,0,0,245,0,0,0,0,570,"$150,000 and over",Generation X (39-54),White only,Good,5.5-6 feet,>300,Bachelor's Degree,,570,65,560,245,0,0,0
+,2022,2.02202E+13,1043,South,Texas,32500,"House, apartment, flat",1,1,12988745,85,Female,White only,Widowed,"Native, born in United States",Good,65,198,32.9,12th grade - no diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,Has mobility limitation,Has physical difficulty,Has difficulty remembering,0,270,0,60,0,0,510,0,360,0,0,90,0,0,0,0,0,"$30,000 - $50,000",Silent (74-91),White only,Good,5-5.5 feet,180-200,Some High School,,0,510,420,90,0,0,270
+,2022,2.02202E+13,1044,Midwest,Minnesota,87500,"House, apartment, flat",1,1,4815775,37,Male,White only,Married - spouse present,"Native, born in United States",Good,72,195,26.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,95,0,0,135,0,0,270,0,565,0,90,265,0,0,20,0,0,"$75,000 - $100,000",Millennials (23-38),White only,Good,6-6.5 feet,180-200,Bachelor's Degree,,0,270,700,355,0,0,115
+,2022,2.02202E+13,1045,Midwest,Missouri,55000,"House, apartment, flat",1,1,51295179,20,Female,White only,Never married,"Native, born in United States",Very good,67,247,38.7,High school graduate - diploma,Twelfth grade,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,No physical difficulty,Has difficulty remembering,120,0,0,60,0,0,255,0,990,0,0,0,0,0,0,0,0,"$50,000 - $75,000",Generation Z (7-22),White only,Very good,5.5-6 feet,200-300,Graduated High School,,0,255,1050,0,0,0,120
+,2022,2.02202E+13,1046,Midwest,Illinois,200000,"House, apartment, flat",1,1,9685085,43,Female,White only,Married - spouse present,"Native, born in United States",Very good,,9999,998,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,135,0,10,110,0,0,0,0,540,30,0,584,0,0,31,0,0,"$150,000 and over",Generation X (39-54),White only,Very good,,>300,Bachelor's Degree,,0,0,680,584,0,0,176
+,2022,2.02202E+13,1047,West,California,2500,"House, apartment, flat",1,1,4407471,68,Male,White only,Divorced,"Native, born in United States",Excellent,71,200,27.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,120,0,90,0,515,0,0,685,0,0,0,0,0,"Less than $10,000",Boomers (55-73),White only,Excellent,5.5-6 feet,200-300,Bachelor's Degree,,0,90,545,685,120,0,0
+,2022,2.02202E+13,1048,South,West Virginia,11250,"House, apartment, flat",1,1,4070736,80,Male,White only,Never married,"Native, born in United States",Very good,74,240,30.8,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,Has difficulty remembering,0,0,0,45,0,0,0,0,600,0,0,795,0,0,0,0,0,"$10,000 - $30,000",Silent (74-91),White only,Very good,6-6.5 feet,200-300,Graduated High School,,0,0,645,795,0,0,0
+,2022,2.02202E+13,1049,Midwest,Indiana,87500,"House, apartment, flat",1,1,6280203,29,Female,White only,Married - spouse present,"Native, born in United States",Good,65,240,39.9,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,20,5,50,0,0,145,0,615,0,0,445,75,0,85,0,0,"$75,000 - $100,000",Millennials (23-38),White only,Good,5-5.5 feet,200-300,Master's or Doctoral Degree,,0,145,665,520,0,0,110
+,2022,2.02202E+13,1050,Northeast,New Jersey,200000,"House, apartment, flat",1,1,23704019,40,Female,White only,Married - spouse present,"Native, born in United States",Good,64,250,42.9,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,0,0,510,0,0,118,0,0,2,0,690,"$150,000 and over",Generation X (39-54),White only,Good,5-5.5 feet,200-300,Associate Degree,,690,0,630,118,0,0,2
+,2022,2.02202E+13,1051,Northeast,Pennsylvania,45000,"House, apartment, flat",1,1,9653285,76,Male,White only,Married - spouse present,"Native, born in United States",Fair,67,176,27.6,Associate degree - occupational vocational,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,50,0,0,30,0,630,0,0,730,0,0,0,0,0,"$30,000 - $50,000",Silent (74-91),White only,Fair,5.5-6 feet,160-180,Associate Degree,,0,30,680,730,0,0,0
+,2022,2.02202E+13,1052,West,California,87500,"House, apartment, flat",1,1,4632871,60,Male,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Good,71,200,27.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,200,0,50,130,0,0,65,0,620,0,0,250,0,0,80,0,45,"$75,000 - $100,000",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Bachelor's Degree,,45,65,750,250,0,0,330
+,2022,2.02202E+13,1053,Northeast,Connecticut,200000,"House, apartment, flat",1,1,6576040,40,Female,White only,Married - spouse present,"Native, born in United States",Very good,67,150,23.5,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,390,0,0,80,0,0,360,0,520,0,0,50,0,0,40,0,0,"$150,000 and over",Generation X (39-54),White only,Very good,5.5-6 feet,140-160,Master's or Doctoral Degree,,0,360,600,50,0,0,430
+,2022,2.02202E+13,1054,Midwest,Michigan,125000,"House, apartment, flat",1,1,7452471,18,Male,White only,Never married,"Native, born in United States",Excellent,74,170,21.8,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,105,250,0,0,0,535,0,90,310,120,0,30,0,0,"$100,000 - $150,000",Generation Z (7-22),White only,Excellent,6-6.5 feet,160-180,Graduated High School,,0,0,640,520,250,0,30
+,2022,2.02202E+13,1055,West,Nevada,200000,"House, apartment, flat",1,1,7751023,49,Male,White only,Married - spouse present,"Native, born in United States",Very good,65,150,25,Associate degree - occupational vocational,College--four years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,5,0,30,0,0,270,0,570,0,0,405,120,0,40,0,0,"$150,000 and over",Generation X (39-54),White only,Very good,5-5.5 feet,140-160,Associate Degree,,0,270,600,525,0,0,45
+,2022,2.02202E+13,1056,Northeast,New York,200000,"House, apartment, flat",1,1,15932110,28,Female,White only,Never married,"Foreign born, not a U.S. citizen",Very good,66,132,21.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,0,0,30,0,570,0,0,115,0,20,0,0,630,"$150,000 and over",Millennials (23-38),White only,Very good,5.5-6 feet,120-140,Bachelor's Degree,,630,30,645,115,0,0,20
+,2022,2.02202E+13,1057,South,West Virginia,67500,Mobile home or trailer with no permanent room added,1,1,4505136,29,Male,White only,Divorced,"Native, born in United States",Excellent,69,175,25.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,60,0,22,20,0,0,0,0,462,60,30,180,0,0,113,0,465,"$50,000 - $75,000",Millennials (23-38),White only,Excellent,5.5-6 feet,160-180,Bachelor's Degree,,465,0,542,210,0,0,195
+,2022,2.02202E+13,1058,South,Arkansas,67500,"House, apartment, flat",1,1,3928460,74,Female,White only,Widowed,"Native, born in United States",Fair,64,250,42.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,40,0,0,235,0,595,0,0,465,0,45,0,0,0,"$50,000 - $75,000",Silent (74-91),White only,Fair,5-5.5 feet,200-300,Bachelor's Degree,,0,235,635,465,0,0,45
+,2022,2.02202E+13,1059,South,Tennessee,32500,"House, apartment, flat",1,1,5555026,63,Female,White only,Widowed,"Native, born in United States",Very good,61,190,35.9,Some college but no degree,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,60,0,568,0,0,737,0,45,0,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Very good,5-5.5 feet,180-200,Some College,,0,60,598,737,0,0,45
+,2022,2.02202E+13,1060,West,Utah,27500,"House, apartment, flat",1,1,14671270,26,Male,White only,Never married,"Native, born in United States",Excellent,64,230,39.5,High school graduate - GED,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,25,0,625,0,0,640,0,0,60,0,0,"$10,000 - $30,000",Millennials (23-38),White only,Excellent,5-5.5 feet,200-300,Graduated High School,,0,25,655,640,0,0,60
+,2022,2.02202E+13,1061,Northeast,Massachusetts,45000,"House, apartment, flat",1,1,4263675,66,Female,White only,Divorced,"Native, born in United States",Good,61,132,24.9,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,0,0,615,0,0,165,0,0,0,0,600,"$30,000 - $50,000",Boomers (55-73),White only,Good,5-5.5 feet,120-140,Some College,,600,0,675,165,0,0,0
+,2022,2.02202E+13,1062,Northeast,New York,87500,"House, apartment, flat",1,1,15396003,39,Female,Black only,Never married,"Foreign born, not a U.S. citizen",Very good,69,245,36.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,15,0,400,0,0,300,60,0,0,0,635,"$75,000 - $100,000",Generation X (39-54),Black only,Very good,5.5-6 feet,200-300,Bachelor's Degree,,635,15,430,360,0,0,0
+,2022,2.02202E+13,1063,South,Texas,87500,"House, apartment, flat",1,1,7599110,80,Male,White only,Married - spouse present,"Native, born in United States",Poor,68,213,32.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),Has vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,0,0,730,0,0,680,0,0,0,0,0,"$75,000 - $100,000",Silent (74-91),White only,Poor,5.5-6 feet,200-300,Bachelor's Degree,,0,0,760,680,0,0,0
+,2022,2.02202E+13,1064,Northeast,New Hampshire,125000,"House, apartment, flat",1,1,3119605,48,Female,White only,Married - spouse present,"Native, born in United States",Very good,67,190,29.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,210,0,0,210,0,615,0,210,195,0,0,0,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Very good,5.5-6 feet,180-200,Bachelor's Degree,,0,210,825,405,0,0,0
+,2022,2.02202E+13,1065,Midwest,Michigan,67500,"House, apartment, flat",1,1,13546413,18,Female,White only,Never married,"Native, born in United States",Good,63,145,25.7,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,3,0,417,0,0,615,0,320,85,0,0,"$50,000 - $75,000",Generation Z (7-22),White only,Good,5-5.5 feet,140-160,Graduated High School,,0,3,417,615,0,0,405
+,2022,2.02202E+13,1066,West,California,125000,"House, apartment, flat",1,1,2267049,40,Female,White only,Never married,"Native, born in United States",Very good,65,340,56.6,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,360,0,0,90,0,870,0,0,0,0,120,0,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Very good,5-5.5 feet,>300,Master's or Doctoral Degree,,0,90,1230,0,0,0,120
+,2022,2.02202E+13,1067,South,Louisiana,67500,"House, apartment, flat",1,1,8403646,51,Male,White only,Divorced,"Native, born in United States",Good,72,185,25.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,215,0,30,20,0,0,0,0,524,0,0,15,0,0,96,0,540,"$50,000 - $75,000",Generation X (39-54),White only,Good,6-6.5 feet,180-200,Bachelor's Degree,,540,0,544,15,0,0,341
+,2022,2.02202E+13,1068,South,Kentucky,87500,"House, apartment, flat",1,1,7224295,68,Female,White only,Married - spouse present,"Native, born in United States",Very good,60,148,28.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),Has vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,105,0,0,295,0,350,0,0,420,0,0,2,178,0,"$75,000 - $100,000",Boomers (55-73),White only,Very good,5-5.5 feet,140-160,Bachelor's Degree,,0,295,455,420,0,178,2
+,2022,2.02202E+13,1069,Northeast,Connecticut,200000,"House, apartment, flat",1,1,7498353,63,Female,White only,Married - spouse present,"Native, born in United States",Good,65,135,22.5,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,75,45,0,0,290,0,515,0,0,390,0,60,50,0,15,"$150,000 and over",Boomers (55-73),White only,Good,5-5.5 feet,120-140,Associate Degree,,15,290,560,390,0,0,185
+,2022,2.02202E+13,1070,South,Florida,87500,"House, apartment, flat",1,1,9235406,36,Female,White only,Married - spouse present,"Foreign born, not a U.S. citizen",NIU (Not in universe),,9999,999,High school graduate - diploma,Twelfth grade,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,70,0,0,95,0,180,0,0,640,0,0,20,0,435,"$75,000 - $100,000",Millennials (23-38),White only,"Other (Refused, Dont know, NIU)",,>300,Graduated High School,,435,95,250,640,0,0,20
+,2022,2.02202E+13,1071,Midwest,Missouri,87500,"House, apartment, flat",1,1,11749024,43,Male,White only,Married - spouse present,"Native, born in United States",Good,76,195,23.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,40,0,50,55,0,0,95,0,530,0,0,140,0,0,90,0,390,"$75,000 - $100,000",Generation X (39-54),White only,Good,6-6.5 feet,180-200,Bachelor's Degree,,390,95,585,140,0,0,180
+,2022,2.02202E+13,1072,West,California,17500,Mobile home or trailer with no permanent room added,1,1,41439987,52,Female,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Fair,59,137,27.7,5th or 6th grade,Fifth through sixth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,40,0,0,210,0,615,0,0,305,0,0,30,0,240,"$10,000 - $30,000",Generation X (39-54),White only,Fair,0-5 feet,120-140,Middle School or Less,,240,210,655,305,0,0,30
+,2022,2.02202E+13,1073,West,Oregon,87500,"House, apartment, flat",1,1,5917439,31,Female,White only,Never married,"Native, born in United States",Very good,68,170,25.8,Associate degree - occupational vocational,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,15,0,0,70,0,700,60,0,120,45,0,70,0,250,"$75,000 - $100,000",Millennials (23-38),White only,Very good,5.5-6 feet,160-180,Associate Degree,,250,70,775,165,0,0,130
+,2022,2.02202E+13,1074,Northeast,Pennsylvania,32500,"House, apartment, flat",1,1,18471667,47,Male,White only,Married - spouse present,"Native, born in United States",Good,70,260,37.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,50,0,0,0,0,570,0,0,95,0,0,40,0,615,"$30,000 - $50,000",Generation X (39-54),White only,Good,5.5-6 feet,200-300,Bachelor's Degree,,615,0,620,95,0,0,50
+,2022,2.02202E+13,1075,South,Alabama,27500,"House, apartment, flat",1,1,6779913,41,Female,Black only,Divorced,"Native, born in United States",Good,62,205,37.5,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,20,310,0,20,0,769,0,0,315,0,0,6,0,0,"$10,000 - $30,000",Generation X (39-54),Black only,Good,5-5.5 feet,200-300,Some College,,0,20,789,315,310,0,6
+,2022,2.02202E+13,1076,West,Oregon,125000,"House, apartment, flat",1,1,4418925,32,Female,White-Asian,Married - spouse present,"Native, born in United States",Very good,68,152,23.1,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,425,0,35,80,0,0,145,0,515,0,0,135,15,0,60,0,30,"$100,000 - $150,000",Millennials (23-38),Mixed,Very good,5.5-6 feet,140-160,Master's or Doctoral Degree,,30,145,595,150,0,0,520
+,2022,2.02202E+13,1077,South,Texas,200000,"House, apartment, flat",1,1,5902870,36,Male,White only,Married - spouse present,"Native, born in United States",Very good,72,180,24.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,225,0,0,0,0,0,35,0,590,0,0,470,0,0,120,0,0,"$150,000 and over",Millennials (23-38),White only,Very good,6-6.5 feet,180-200,Bachelor's Degree,,0,35,590,470,0,0,345
+,2022,2.02202E+13,1078,South,Texas,22500,"House, apartment, flat",1,1,9612457,66,Male,Black only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Good,66,142,22.9,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,0,0,510,0,870,60,0,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),Black only,Good,5.5-6 feet,140-160,Some College,,0,0,510,930,0,0,0
+,2022,2.02202E+13,1079,South,Texas,87500,"House, apartment, flat",1,1,13962185,53,Male,White only,Married - spouse present,"Native, born in United States",Good,71,275,38.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,96,0,0,20,0,0,65,0,420,0,0,534,0,0,45,0,255,"$75,000 - $100,000",Generation X (39-54),White only,Good,5.5-6 feet,200-300,Bachelor's Degree,,255,65,440,534,0,0,141
+,2022,2.02202E+13,1080,South,Virginia,87500,"House, apartment, flat",1,1,6352560,80,Female,White only,Married - spouse present,"Native, born in United States",Very good,62,137,25.1,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,100,0,30,115,0,0,240,0,605,0,0,0,0,180,170,0,0,"$75,000 - $100,000",Silent (74-91),White only,Very good,5-5.5 feet,120-140,Some College,,0,240,720,0,0,0,480
+,2022,2.02202E+13,1081,South,Florida,37500,"House, apartment, flat",1,1,24482302,61,Male,White only,Married - spouse present,"Native, born in United States",Very good,67,150,23.5,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,20,70,0,0,100,0,455,10,0,510,195,0,45,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Very good,5.5-6 feet,140-160,Graduated High School,,0,100,535,705,0,0,65
+,2022,2.02202E+13,1082,South,Arkansas,125000,"House, apartment, flat",1,1,5212516,78,Female,White only,Married - spouse present,"Native, born in United States",Good,62,165,30.2,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,70,0,0,165,0,660,0,0,480,50,0,0,0,0,"$100,000 - $150,000",Silent (74-91),White only,Good,5-5.5 feet,160-180,Some College,,0,165,730,530,0,0,0
+,2022,2.02202E+13,1083,West,California,125000,"House, apartment, flat",1,1,9544848,35,Male,White only,Never married,"Native, born in United States",NIU (Not in universe),,9999,999,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,Has difficulty remembering,0,0,0,30,0,0,360,0,480,0,0,310,240,0,20,0,0,"$100,000 - $150,000",Millennials (23-38),White only,"Other (Refused, Dont know, NIU)",,>300,Bachelor's Degree,,0,360,510,550,0,0,20
+,2022,2.02202E+13,1084,South,Kentucky,125000,"House, apartment, flat",1,1,6407003,32,Female,White only,Married - spouse present,"Native, born in United States",Very good,65,175,29.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,405,0,0,60,0,0,35,0,595,0,0,315,0,0,30,0,0,"$100,000 - $150,000",Millennials (23-38),White only,Very good,5-5.5 feet,160-180,Bachelor's Degree,,0,35,655,315,0,0,435
+,2022,2.02202E+13,1085,Northeast,Pennsylvania,22500,"House, apartment, flat",1,1,10198834,67,Male,White only,Married - spouse present,"Native, born in United States",Good,67,200,31.3,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,75,60,0,0,120,0,570,0,0,565,0,0,50,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Graduated High School,,0,120,630,565,0,0,125
+,2022,2.02202E+13,1086,South,Maryland,125000,"House, apartment, flat",1,1,5590686,57,Male,White only,Never married,"Native, born in United States",Very good,72,190,25.8,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,120,0,0,165,0,555,0,60,475,0,0,35,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Very good,6-6.5 feet,180-200,Master's or Doctoral Degree,,0,165,675,535,0,0,65
+,2022,2.02202E+13,1087,South,Virginia,45000,"House, apartment, flat",1,1,31061989,48,Female,White only,Separated,"Foreign born, not a U.S. citizen",Fair,60,140,27.3,12th grade - no diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,15,0,0,95,0,740,0,0,120,0,0,10,0,460,"$30,000 - $50,000",Generation X (39-54),White only,Fair,5-5.5 feet,140-160,Some High School,,460,95,755,120,0,0,10
+,2022,2.02202E+13,1088,West,California,125000,"House, apartment, flat",1,1,17383934,64,Male,White only,Married - spouse present,"Native, born in United States",Good,66,150,24.2,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,20,0,500,0,0,605,170,0,25,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Good,5.5-6 feet,140-160,Graduated High School,,0,20,620,775,0,0,25
+,2022,2.02202E+13,1089,West,Washington,45000,"House, apartment, flat",1,1,19174000,27,Female,White only,Never married,"Native, born in United States",Good,66,120,19.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,74,0,0,31,0,435,0,0,450,20,0,40,0,345,"$30,000 - $50,000",Millennials (23-38),White only,Good,5.5-6 feet,120-140,Bachelor's Degree,,345,31,509,470,0,0,40
+,2022,2.02202E+13,1090,South,Louisiana,200000,"House, apartment, flat",1,1,21961898,29,Male,Black only,Married - spouse present,"Native, born in United States",Good,77,215,25.5,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,65,0,0,110,0,660,0,0,400,0,0,26,149,30,"$150,000 and over",Millennials (23-38),Black only,Good,6-6.5 feet,200-300,Some College,,30,110,725,400,0,149,26
+,2022,2.02202E+13,1091,West,Nevada,37500,"House, apartment, flat",1,1,4895367,75,Male,White only,Married - spouse present,"Native, born in United States",Good,66,200,32.3,10th grade,Tenth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,No difficulty remembering,0,208,0,90,0,0,0,0,780,0,0,362,0,0,0,0,0,"$30,000 - $50,000",Silent (74-91),White only,Good,5.5-6 feet,200-300,Some High School,,0,0,870,362,0,0,208
+,2022,2.02202E+13,1092,West,California,200000,"House, apartment, flat",1,1,15312684,74,Male,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Very good,69,195,28.8,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,90,0,0,195,0,540,0,0,555,0,60,0,0,0,"$150,000 and over",Silent (74-91),White only,Very good,5.5-6 feet,180-200,Associate Degree,,0,195,630,555,0,0,60
+,2022,2.02202E+13,1093,Northeast,Connecticut,32500,"House, apartment, flat",1,1,3595745,73,Female,Black only,Never married,"Native, born in United States",Very good,68,173,26.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,55,0,0,0,0,630,0,0,595,60,0,90,0,0,"$30,000 - $50,000",Silent (74-91),Black only,Very good,5.5-6 feet,160-180,Bachelor's Degree,,0,0,685,655,0,0,100
+,2022,2.02202E+13,1094,West,Arizona,2500,"House, apartment, flat",1,1,12653021,22,Female,Black only,Never married,"Native, born in United States",Fair,58,125,26.1,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Employed - at work,No,No vision difficulty,No hearing difficulty,Has mobility limitation,No physical difficulty,Has difficulty remembering,0,0,10,30,0,0,120,0,570,0,0,170,0,0,60,0,480,"Less than $10,000",Millennials (23-38),Black only,Fair,0-5 feet,120-140,Master's or Doctoral Degree,,480,120,600,170,0,0,70
+,2022,2.02202E+13,1095,South,Maryland,22500,"House, apartment, flat",1,1,5475295,36,Male,White only,Never married,"Native, born in United States",Good,69,185,27.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,22,140,0,0,10,0,390,0,0,120,82,0,70,0,606,"$10,000 - $30,000",Millennials (23-38),White only,Good,5.5-6 feet,180-200,Bachelor's Degree,,606,10,530,202,0,0,92
+,2022,2.02202E+13,1096,Northeast,Connecticut,125000,"House, apartment, flat",1,1,1910710,67,Female,White only,Married - spouse present,"Native, born in United States",Very good,65,135,22.5,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,4,0,58,85,0,0,361,0,625,0,0,257,0,0,50,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Very good,5-5.5 feet,120-140,Master's or Doctoral Degree,,0,361,710,257,0,0,112
+,2022,2.02202E+13,1097,South,Florida,27500,"House, apartment, flat",1,1,14417106,42,Female,Asian only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",NIU (Not in universe),,9999,999,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,35,0,0,35,0,0,5,0,552,0,0,60,0,0,38,0,715,"$10,000 - $30,000",Generation X (39-54),Asian only,"Other (Refused, Dont know, NIU)",,>300,Bachelor's Degree,,715,5,587,60,0,0,73
+,2022,2.02202E+13,1098,Northeast,Maine,17500,"House, apartment, flat",1,1,8055763,58,Female,White only,Divorced,"Foreign born, U.S. citizen by naturalization",Very good,65,135,22.5,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,0,0,520,0,0,420,0,0,50,0,300,"$10,000 - $30,000",Boomers (55-73),White only,Very good,5-5.5 feet,120-140,Master's or Doctoral Degree,,300,0,580,420,0,0,50
+,2022,2.02202E+13,1099,Midwest,Wisconsin,87500,"House, apartment, flat",1,1,4300896,48,Female,White only,Divorced,"Native, born in United States",Good,68,220,33.4,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,205,0,0,0,0,850,5,0,300,0,0,60,0,0,"$75,000 - $100,000",Generation X (39-54),White only,Good,5.5-6 feet,200-300,Master's or Doctoral Degree,,0,0,1060,300,0,0,70
+,2022,2.02202E+13,1100,Northeast,New Jersey,125000,"House, apartment, flat",1,1,5401921,71,Female,White only,Married - spouse present,"Native, born in United States",Very good,60,9997,998,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,20,0,0,245,0,510,0,0,635,0,30,0,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Very good,5-5.5 feet,>300,Some College,,0,245,530,635,0,0,30
+,2022,2.02202E+13,1101,South,North Carolina,87500,"House, apartment, flat",1,1,8111301,64,Female,White only,Married - spouse present,"Native, born in United States",Very good,64,142,24.4,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,75,0,0,238,15,470,0,0,470,35,0,67,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Very good,5-5.5 feet,140-160,Some College,,0,253,545,505,0,0,127
+,2022,2.02202E+13,1102,West,California,32500,Mobile home or trailer with no permanent room added,1,1,4533384,71,Female,White only,Divorced,"Native, born in United States",Good,63,175,31,Associate degree - academic program,College--two years,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,180,60,0,0,82,0,480,0,60,450,0,0,105,23,0,"$30,000 - $50,000",Boomers (55-73),White only,Good,5-5.5 feet,160-180,Associate Degree,,0,82,540,510,0,23,285
+,2022,2.02202E+13,1103,South,North Carolina,55000,"House, apartment, flat",1,1,11479416,85,Male,White only,Married - spouse present,"Native, born in United States",Good,65,143,23.8,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,135,0,0,60,0,570,0,0,525,0,90,0,0,0,"$50,000 - $75,000",Silent (74-91),White only,Good,5-5.5 feet,140-160,Master's or Doctoral Degree,,0,60,705,525,0,0,90
+,2022,2.02202E+13,1104,Midwest,Michigan,125000,"House, apartment, flat",1,1,5021191,62,Female,White only,Divorced,"Native, born in United States",Good,65,198,32.9,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,105,0,0,210,0,780,0,0,225,0,0,0,0,120,"$100,000 - $150,000",Boomers (55-73),White only,Good,5-5.5 feet,180-200,Master's or Doctoral Degree,,120,210,885,225,0,0,0
+,2022,2.02202E+13,1105,West,Oregon,87500,"House, apartment, flat",1,1,4413365,31,Female,White only,Never married,"Native, born in United States",NIU (Not in universe),,9999,998,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,150,90,0,0,55,0,615,0,0,195,0,0,290,0,0,"$75,000 - $100,000",Millennials (23-38),White only,"Other (Refused, Dont know, NIU)",,>300,Master's or Doctoral Degree,,0,55,705,195,0,0,440
+,2022,2.02202E+13,1106,South,Georgia,22500,"House, apartment, flat",1,1,9099609,51,Female,Black only,Never married,"Native, born in United States",Very good,61,115,21.7,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,125,0,0,15,0,0,375,0,595,0,210,60,0,0,0,0,0,"$10,000 - $30,000",Generation X (39-54),Black only,Very good,5-5.5 feet,100-120,Graduated High School,,0,375,610,270,0,0,125
+,2022,2.02202E+13,1107,South,South Carolina,55000,Mobile home or trailer with no permanent room added,1,1,1974408,62,Male,Black only,Never married,"Native, born in United States",Very good,63,149,26.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,10,0,0,4,0,660,0,0,706,0,0,30,0,0,"$50,000 - $75,000",Boomers (55-73),Black only,Very good,5-5.5 feet,140-160,Bachelor's Degree,,0,4,670,706,0,0,60
+,2022,2.02202E+13,1108,Northeast,New York,45000,"House, apartment, flat",1,1,6291848,46,Female,White only,Married - spouse present,"Native, born in United States",Fair,61,129,24.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,50,0,0,120,0,470,0,60,595,0,45,0,0,0,"$30,000 - $50,000",Generation X (39-54),White only,Fair,5-5.5 feet,120-140,Bachelor's Degree,,0,120,520,655,0,0,45
+,2022,2.02202E+13,1109,Midwest,Minnesota,22500,"House, apartment, flat",1,1,4215640,80,Female,White only,Widowed,"Native, born in United States",Very good,63,153,27.1,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,240,0,568,0,75,385,0,90,37,0,0,"$10,000 - $30,000",Silent (74-91),White only,Very good,5-5.5 feet,140-160,Graduated High School,,0,240,613,460,0,0,127
+,2022,2.02202E+13,1110,West,California,87500,"House, apartment, flat",1,1,3990876,73,Male,White only,Married - spouse present,"Native, born in United States",Poor,71,255,35.6,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),Has vision difficulty,Has hearing difficulty,Has mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,35,0,0,0,0,625,0,0,780,0,0,0,0,0,"$75,000 - $100,000",Silent (74-91),White only,Poor,5.5-6 feet,200-300,Associate Degree,,0,0,660,780,0,0,0
+,2022,2.02202E+13,1111,West,Oregon,22500,"House, apartment, flat",1,1,9508600,38,Male,Black only,Never married,"Native, born in United States",Fair,68,275,41.8,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,15,0,0,0,0,445,0,0,120,0,0,75,0,785,"$10,000 - $30,000",Generation X (39-54),Black only,Fair,5.5-6 feet,200-300,Some College,,785,0,460,120,0,0,75
+,2022,2.02202E+13,1112,West,Arizona,13750,"House, apartment, flat",1,1,3870877,65,Female,Black only,Married - spouse present,"Native, born in United States",Excellent,62,135,24.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,0,0,780,0,0,360,120,0,60,0,0,"$10,000 - $30,000",Boomers (55-73),Black only,Excellent,5-5.5 feet,120-140,Bachelor's Degree,,0,0,900,480,0,0,60
+,2022,2.02202E+13,1113,South,Florida,17500,Mobile home or trailer with no permanent room added,1,1,8679250,71,Male,White only,Divorced,"Native, born in United States",Good,69,160,23.6,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,50,0,0,60,0,615,0,0,595,0,0,30,0,30,"$10,000 - $30,000",Boomers (55-73),White only,Good,5.5-6 feet,160-180,Some College,,30,60,665,595,0,0,90
+,2022,2.02202E+13,1114,South,Florida,45000,"House, apartment, flat",1,1,5280900,50,Male,Black only,Divorced,"Native, born in United States",NIU (Not in universe),,9999,999,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,6,30,0,0,125,0,783,0,0,60,0,0,34,0,402,"$30,000 - $50,000",Generation X (39-54),Black only,"Other (Refused, Dont know, NIU)",,>300,Some College,,402,125,813,60,0,0,40
+,2022,2.02202E+13,1115,South,South Carolina,22500,Mobile home or trailer with no permanent room added,1,1,7226705,38,Female,White only,Never married,"Foreign born, not a U.S. citizen",Fair,60,135,26.4,5th or 6th grade,Fifth through sixth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,210,0,0,255,0,0,0,0,735,0,0,240,0,0,0,0,0,"$10,000 - $30,000",Generation X (39-54),White only,Fair,5-5.5 feet,120-140,Middle School or Less,,0,0,990,240,0,0,210
+,2022,2.02202E+13,1116,South,Arkansas,45000,"House, apartment, flat",1,1,3142587,69,Female,White only,Widowed,"Native, born in United States",Very good,70,200,28.7,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,85,0,0,45,0,450,0,0,765,0,0,95,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Very good,5.5-6 feet,200-300,Graduated High School,,0,45,535,765,0,0,95
+,2022,2.02202E+13,1117,West,New Mexico,17500,"House, apartment, flat",1,1,4579629,42,Male,White only,Never married,"Native, born in United States",Good,62,123,22.5,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,20,0,0,123,0,455,0,0,225,0,0,40,0,567,"$10,000 - $30,000",Generation X (39-54),White only,Good,5-5.5 feet,120-140,Graduated High School,,567,123,475,225,0,0,50
+,2022,2.02202E+13,1118,South,Kentucky,27500,"House, apartment, flat",1,1,4306488,85,Female,White only,Widowed,"Native, born in United States",Good,64,175,30,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,Has mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,80,0,0,30,0,550,0,0,780,0,0,0,0,0,"$10,000 - $30,000",Silent (74-91),White only,Good,5-5.5 feet,160-180,Bachelor's Degree,,0,30,630,780,0,0,0
+,2022,2.02202E+13,1119,Northeast,Massachusetts,200000,"House, apartment, flat",1,1,8141996,36,Female,White only,Married - spouse present,"Native, born in United States",Excellent,64,9994,998,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,170,0,0,240,0,0,10,0,545,0,0,265,30,0,135,0,0,"$150,000 and over",Millennials (23-38),White only,Excellent,5-5.5 feet,>300,Master's or Doctoral Degree,,0,10,785,295,0,0,305
+,2022,2.02202E+13,1120,West,California,125000,"House, apartment, flat",1,1,50910005,67,Male,"American Indian, Alaskan Native",Married - spouse present,"Foreign born, not a U.S. citizen",Fair,67,171,26.8,7th or 8th grade,Seventh through eighth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,40,0,60,150,0,0,332,0,434,0,0,110,0,0,60,0,254,"$100,000 - $150,000",Boomers (55-73),"American Indian, Alaskan Native",Fair,5.5-6 feet,160-180,Middle School or Less,,254,332,584,110,0,0,160
+,2022,2.02202E+13,1121,Midwest,Kansas,17500,"House, apartment, flat",1,1,4041745,16,Male,White only,Never married,"Native, born in United States",Fair,71,145,20.2,9th grade,Ninth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,240,0,0,0,810,0,0,360,0,0,0,0,0,"$10,000 - $30,000",Generation Z (7-22),White only,Fair,5.5-6 feet,140-160,Some High School,,0,0,840,360,240,0,0
+,2022,2.02202E+13,1122,Northeast,New Jersey,200000,"House, apartment, flat",1,1,17311491,52,Male,White only,Married - spouse present,"Native, born in United States",Very good,69,180,26.6,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,0,0,600,0,0,120,0,0,60,0,600,"$150,000 and over",Generation X (39-54),White only,Very good,5.5-6 feet,180-200,Master's or Doctoral Degree,,600,0,660,120,0,0,60
+,2022,2.02202E+13,1123,West,Arizona,87500,"House, apartment, flat",1,1,7469734,41,Female,White only,Married - spouse present,"Native, born in United States",Excellent,69,170,25.1,Associate degree - academic program,College--four years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,15,0,30,90,0,0,360,0,670,0,0,205,0,0,70,0,0,"$75,000 - $100,000",Generation X (39-54),White only,Excellent,5.5-6 feet,160-180,Associate Degree,,0,360,760,205,0,0,115
+,2022,2.02202E+13,1124,South,Florida,45000,"House, apartment, flat",1,1,7033118,27,Male,Black only,Separated,"Native, born in United States",Excellent,70,150,21.5,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,2,0,0,90,0,0,60,0,570,0,0,60,0,0,60,0,553,"$30,000 - $50,000",Millennials (23-38),Black only,Excellent,5.5-6 feet,140-160,Some College,,553,60,660,60,0,0,62
+,2022,2.02202E+13,1125,South,Texas,45000,"House, apartment, flat",1,1,7211131,54,Female,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Fair,64,145,24.9,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,120,195,0,0,360,0,615,0,0,110,0,0,40,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Fair,5-5.5 feet,140-160,Graduated High School,,0,360,810,110,0,0,160
+,2022,2.02202E+13,1126,South,Texas,125000,"House, apartment, flat",1,1,16830574,33,Female,White only,Never married,"Native, born in United States",Good,62,170,31.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,115,0,30,40,0,0,19,0,520,0,0,58,0,0,80,0,518,"$100,000 - $150,000",Millennials (23-38),White only,Good,5-5.5 feet,160-180,Bachelor's Degree,,518,19,560,58,0,0,225
+,2022,2.02202E+13,1127,South,North Carolina,32500,"House, apartment, flat",1,1,23699497,24,Female,White only,Never married,"Native, born in United States",Good,68,180,27.4,High school graduate - GED,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,105,45,0,0,30,0,505,0,0,120,0,0,75,0,550,"$30,000 - $50,000",Millennials (23-38),White only,Good,5.5-6 feet,180-200,Graduated High School,,550,30,550,120,0,0,180
+,2022,2.02202E+13,1128,South,Georgia,32500,"House, apartment, flat",1,1,12092945,30,Female,White only,Married - spouse present,"Native, born in United States",Excellent,65,158,26.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,238,0,30,40,0,0,107,0,510,0,0,95,0,0,80,0,340,"$30,000 - $50,000",Millennials (23-38),White only,Excellent,5-5.5 feet,140-160,Bachelor's Degree,,340,107,550,95,0,0,348
+,2022,2.02202E+13,1129,West,Arizona,125000,"House, apartment, flat",1,1,2636427,36,Male,Asian only,Separated,"Foreign born, not a U.S. citizen",Good,74,190,24.4,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,120,90,0,0,60,0,785,10,0,210,0,0,10,0,120,"$100,000 - $150,000",Millennials (23-38),Asian only,Good,6-6.5 feet,180-200,Master's or Doctoral Degree,,120,60,885,210,0,0,130
+,2022,2.02202E+13,1130,Midwest,Michigan,200000,"House, apartment, flat",1,1,4912864,35,Male,White only,Married - spouse present,"Native, born in United States",Good,72,222,30.1,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,171,0,10,20,0,0,20,0,525,0,0,215,240,0,70,0,169,"$150,000 and over",Millennials (23-38),White only,Good,6-6.5 feet,200-300,Master's or Doctoral Degree,,169,20,545,455,0,0,251
+,2022,2.02202E+13,1131,West,Arizona,45000,"House, apartment, flat",1,1,11803245,67,Male,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Good,67,223,34.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,50,0,0,110,0,540,0,0,740,0,0,0,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Bachelor's Degree,,0,110,590,740,0,0,0
+,2022,2.02202E+13,1132,Northeast,Pennsylvania,37500,"House, apartment, flat",1,1,4269691,71,Male,White only,Divorced,"Native, born in United States",Good,69,205,30.3,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,22,120,0,0,0,0,585,0,0,680,0,0,33,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Some College,,0,0,705,680,0,0,55
+,2022,2.02202E+13,1133,Midwest,Kansas,87500,"House, apartment, flat",1,1,18814327,59,Female,White only,Married - spouse present,"Native, born in United States",Good,63,145,25.7,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,5,0,30,105,0,0,60,0,812,25,0,298,0,0,105,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Good,5-5.5 feet,140-160,Graduated High School,,0,60,942,298,0,0,140
+,2022,2.02202E+13,1134,South,Maryland,45000,"House, apartment, flat",1,1,59182948,15,Male,White only,Never married,"Native, born in United States",Good,64,121,20.8,9th grade,Ninth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,435,0,0,0,655,0,0,270,0,0,35,0,0,"$30,000 - $50,000",Generation Z (7-22),White only,Good,5-5.5 feet,120-140,Some High School,,0,0,700,270,435,0,35
+,2022,2.02202E+13,1135,Northeast,New Jersey,67500,"House, apartment, flat",1,1,6684460,62,Male,White only,Divorced,"Native, born in United States",Good,73,285,37.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,45,130,0,0,195,0,630,40,0,220,60,0,120,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Good,6-6.5 feet,200-300,Bachelor's Degree,,0,195,800,280,0,0,165
+,2022,2.02202E+13,1136,South,South Carolina,125000,"House, apartment, flat",1,1,8403815,35,Female,White only,Divorced,"Native, born in United States",Good,67,180,28.2,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,10,0,60,0,0,105,0,440,0,0,120,0,0,60,0,645,"$100,000 - $150,000",Millennials (23-38),White only,Good,5.5-6 feet,180-200,Master's or Doctoral Degree,,645,105,500,120,0,0,70
+,2022,2.02202E+13,1137,West,Oregon,45000,"House, apartment, flat",1,1,4189083,27,Female,White only,Married - spouse present,"Native, born in United States",Very good,65,9996,998,Some college but no degree,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,233,0,15,60,0,0,165,0,667,0,0,180,0,0,100,0,0,"$30,000 - $50,000",Millennials (23-38),White only,Very good,5-5.5 feet,>300,Some College,,0,165,727,180,0,0,348
+,2022,2.02202E+13,1138,Northeast,New York,32500,"House, apartment, flat",1,1,6785591,62,Female,White only,Divorced,"Native, born in United States",Very good,66,136,21.9,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,404,35,60,0,0,155,0,530,0,0,245,0,0,11,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Very good,5.5-6 feet,120-140,Associate Degree,,0,155,590,245,0,0,450
+,2022,2.02202E+13,1139,South,North Carolina,32500,"House, apartment, flat",1,1,28098637,27,Male,White only,Never married,"Native, born in United States",Very good,70,169,24.2,High school graduate - GED,Eleventh grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,178,0,50,50,0,0,60,0,315,0,0,210,0,0,62,0,440,"$30,000 - $50,000",Millennials (23-38),White only,Very good,5.5-6 feet,160-180,Graduated High School,,440,60,365,210,0,0,290
+,2022,2.02202E+13,1140,Northeast,New York,37500,"House, apartment, flat",1,1,2620707,63,Female,Black only,Separated,"Foreign born, U.S. citizen by naturalization",Poor,65,196,32.6,10th grade,Tenth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,45,0,840,0,0,555,0,0,0,0,0,"$30,000 - $50,000",Boomers (55-73),Black only,Poor,5-5.5 feet,180-200,Some High School,,0,45,840,555,0,0,0
+,2022,2.02202E+13,1141,Northeast,Pennsylvania,55000,"House, apartment, flat",1,1,13766995,78,Female,White only,Married - spouse present,"Native, born in United States",Good,58,170,35.5,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,120,60,0,0,185,0,675,0,0,370,0,10,20,0,0,"$50,000 - $75,000",Silent (74-91),White only,Good,0-5 feet,160-180,Graduated High School,,0,185,735,370,0,0,150
+,2022,2.02202E+13,1142,Midwest,Illinois,37500,"House, apartment, flat",1,1,4115421,80,Female,White only,Never married,"Native, born in United States",Fair,67,197,30.9,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,50,0,0,500,0,565,0,30,295,0,0,0,0,0,"$30,000 - $50,000",Silent (74-91),White only,Fair,5.5-6 feet,180-200,Some College,,0,500,615,325,0,0,0
+,2022,2.02202E+13,1143,Midwest,Ohio,17500,"House, apartment, flat",1,1,27291289,42,Female,White only,Married - spouse present,"Native, born in United States",Fair,66,300,48.4,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,Has difficulty remembering,245,0,0,5,0,0,360,0,180,0,0,590,0,0,0,0,0,"$10,000 - $30,000",Generation X (39-54),White only,Fair,5.5-6 feet,>300,Graduated High School,,0,360,185,590,0,0,245
+,2022,2.02202E+13,1144,South,Tennessee,67500,"House, apartment, flat",1,1,14677269,16,Male,White only,Never married,"Native, born in United States",Poor,68,225,34.2,10th grade,Tenth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,15,120,0,0,0,0,520,0,0,662,85,0,38,0,0,"$50,000 - $75,000",Generation Z (7-22),White only,Poor,5.5-6 feet,200-300,Some High School,,0,0,640,747,0,0,53
+,2022,2.02202E+13,1145,Midwest,Indiana,87500,"House, apartment, flat",1,1,11338081,46,Female,White only,Married - spouse present,"Native, born in United States",Very good,68,213,32.4,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,1,0,0,30,0,0,479,0,485,0,0,435,0,0,10,0,0,"$75,000 - $100,000",Generation X (39-54),White only,Very good,5.5-6 feet,200-300,Graduated High School,,0,479,515,435,0,0,11
+,2022,2.02202E+13,1146,West,New Mexico,125000,"House, apartment, flat",1,1,25854376,31,Female,White only,Never married,"Native, born in United States",Excellent,63,125,22.1,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,50,0,0,35,0,630,0,0,495,0,0,20,0,210,"$100,000 - $150,000",Millennials (23-38),White only,Excellent,5-5.5 feet,120-140,Some College,,210,35,680,495,0,0,20
+,2022,2.02202E+13,1147,South,Virginia,6250,"House, apartment, flat",1,1,6532550,64,Female,Black only,Divorced,"Native, born in United States",Good,61,210,39.7,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,80,0,600,0,0,0,0,0,105,0,535,"Less than $10,000",Boomers (55-73),Black only,Good,5-5.5 feet,200-300,Graduated High School,,535,80,720,0,0,0,105
+,2022,2.02202E+13,1148,Midwest,Kansas,67500,"House, apartment, flat",1,1,3730356,56,Male,White only,Never married,"Native, born in United States",Excellent,68,189,28.7,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,35,50,0,0,107,0,510,0,0,653,45,0,40,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Excellent,5.5-6 feet,180-200,Some College,,0,107,560,698,0,0,75
+,2022,2.02202E+13,1149,South,Florida,200000,"House, apartment, flat",1,1,11409949,51,Female,White only,Married - spouse present,"Native, born in United States",Excellent,61,118,22.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,71,0,0,0,35,0,489,0,0,135,60,0,90,0,560,"$150,000 and over",Generation X (39-54),White only,Excellent,5-5.5 feet,100-120,Bachelor's Degree,,560,35,489,195,0,0,161
+,2022,2.02202E+13,1150,Northeast,Vermont,22500,"House, apartment, flat",1,1,3297514,85,Female,White only,Divorced,"Native, born in United States",Good,56,130,29.1,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,120,0,60,0,0,270,0,470,0,0,520,0,0,0,0,0,"$10,000 - $30,000",Silent (74-91),White only,Good,0-5 feet,120-140,Graduated High School,,0,270,530,520,0,0,120
+,2022,2.02202E+13,1151,Midwest,Minnesota,125000,"House, apartment, flat",1,1,14664761,30,Female,White only,Married - spouse present,"Native, born in United States",Very good,67,180,28.2,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,200,0,20,30,0,120,30,0,420,0,0,90,0,0,50,0,480,"$100,000 - $150,000",Millennials (23-38),White only,Very good,5.5-6 feet,180-200,Master's or Doctoral Degree,,480,30,450,90,0,0,390
+,2022,2.02202E+13,1152,Midwest,Michigan,67500,"House, apartment, flat",1,1,5989035,33,Female,White only,Married - spouse present,"Native, born in United States",Very good,66,220,35.5,Some college but no degree,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,145,0,0,75,0,0,0,0,700,0,0,505,0,0,15,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Very good,5.5-6 feet,200-300,Some College,,0,0,775,505,0,0,160
+,2022,2.02202E+13,1153,South,Tennessee,55000,"House, apartment, flat",1,1,9108191,31,Female,White only,Married - spouse present,"Native, born in United States",Excellent,63,140,24.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Unemployed - on layoff,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,143,0,20,80,0,0,220,0,598,0,0,250,15,0,50,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Excellent,5-5.5 feet,140-160,Bachelor's Degree,,0,220,678,265,0,0,213
+,2022,2.02202E+13,1154,South,Georgia,200000,"House, apartment, flat",1,1,18710764,41,Female,White only,Married - spouse present,"Native, born in United States",Very good,64,130,22.3,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,95,0,0,30,30,0,120,0,635,0,0,145,60,0,30,0,295,"$150,000 and over",Generation X (39-54),White only,Very good,5-5.5 feet,120-140,Master's or Doctoral Degree,,295,120,665,205,30,0,125
+,2022,2.02202E+13,1155,West,California,125000,"House, apartment, flat",1,1,18159352,49,Male,Black only,Widowed,"Native, born in United States",NIU (Not in universe),,9999,999,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,445,0,0,45,0,0,80,0,690,0,0,180,0,0,0,0,0,"$100,000 - $150,000",Generation X (39-54),Black only,"Other (Refused, Dont know, NIU)",,>300,Master's or Doctoral Degree,,0,80,735,180,0,0,445
+,2022,2.02202E+13,1156,South,Florida,45000,"House, apartment, flat",1,1,2070432,72,Female,White only,Never married,"Foreign born, U.S. citizen by naturalization",Poor,57,98,21.2,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,No difficulty remembering,0,0,90,120,0,0,210,0,580,30,0,120,0,120,170,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Poor,0-5 feet,<100,Associate Degree,,0,210,730,120,0,0,380
+,2022,2.02202E+13,1157,Midwest,Indiana,32500,"House, apartment, flat",1,1,19305572,54,Male,White only,Married - spouse present,"Native, born in United States",Good,69,170,25.1,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,20,0,0,0,0,480,0,0,280,0,0,150,0,510,"$30,000 - $50,000",Boomers (55-73),White only,Good,5.5-6 feet,160-180,Graduated High School,,510,0,500,280,0,0,150
+,2022,2.02202E+13,1158,Midwest,Wisconsin,87500,"House, apartment, flat",1,1,7539155,28,Female,White only,Married - spouse present,"Native, born in United States",Good,67,260,40.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,105,0,45,0,0,340,0,605,0,0,345,0,0,0,0,0,"$75,000 - $100,000",Millennials (23-38),White only,Good,5.5-6 feet,200-300,Bachelor's Degree,,0,340,650,345,0,0,105
+,2022,2.02202E+13,1159,West,Colorado,200000,"House, apartment, flat",1,1,37330971,15,Male,White-Asian,Never married,"Native, born in United States",Very good,68,120,18.2,9th grade,Ninth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,115,420,0,0,0,525,0,0,150,115,30,85,0,0,"$150,000 and over",Generation Z (7-22),Mixed,Very good,5.5-6 feet,120-140,Some High School,,0,0,640,265,420,0,115
+,2022,2.02202E+13,1160,South,Virginia,200000,"House, apartment, flat",1,1,8589661,35,Male,Black only,Married - spouse present,"Native, born in United States",Good,69,160,23.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,90,0,0,180,0,0,30,0,555,0,0,465,0,0,120,0,0,"$150,000 and over",Millennials (23-38),Black only,Good,5.5-6 feet,160-180,Bachelor's Degree,,0,30,735,465,0,0,210
+,2022,2.02202E+13,1161,Midwest,Ohio,67500,"House, apartment, flat",1,1,22032475,42,Male,White only,Divorced,"Native, born in United States",Very good,74,180,23.1,High school graduate - diploma,Twelfth grade,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,90,0,0,65,0,575,0,0,175,0,0,115,0,410,"$50,000 - $75,000",Generation X (39-54),White only,Very good,6-6.5 feet,180-200,Graduated High School,,410,65,665,175,0,0,125
+,2022,2.02202E+13,1162,Midwest,Michigan,67500,"House, apartment, flat",1,1,5687319,85,Female,White only,Never married,"Native, born in United States",Very good,62,112,20.5,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,0,0,585,0,0,795,0,0,0,0,0,"$50,000 - $75,000",Silent (74-91),White only,Very good,5-5.5 feet,100-120,Master's or Doctoral Degree,,0,0,645,795,0,0,0
+,2022,2.02202E+13,1163,West,California,55000,"House, apartment, flat",1,1,25176118,19,Male,White only,Never married,"Native, born in United States",Good,73,195,25.7,Some college but no degree,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,16,0,3,0,214,0,10,0,685,0,0,75,0,15,197,0,225,"$50,000 - $75,000",Generation Z (7-22),White only,Good,6-6.5 feet,180-200,Some College,,225,10,685,75,214,0,231
+,2022,2.02202E+13,1164,Northeast,Pennsylvania,55000,"House, apartment, flat",1,1,19510463,85,Female,Black only,Widowed,"Native, born in United States",Excellent,,190,998,"1st, 2nd, 3rd, or 4th grade",First through fourth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,17,0,0,45,0,576,0,563,239,0,0,0,0,0,"$50,000 - $75,000",Silent (74-91),Black only,Excellent,,180-200,Middle School or Less,,0,45,593,802,0,0,0
+,2022,2.02202E+13,1165,West,California,87500,"House, apartment, flat",1,1,5399979,77,Female,White only,Never married,"Native, born in United States",Fair,62,125,22.9,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,90,0,0,75,0,600,0,0,540,0,0,75,0,0,"$75,000 - $100,000",Silent (74-91),White only,Fair,5-5.5 feet,120-140,Master's or Doctoral Degree,,0,75,690,540,0,0,135
+,2022,2.02202E+13,1166,Northeast,Pennsylvania,22500,"House, apartment, flat",1,1,6217992,74,Male,White only,Married - spouse present,"Native, born in United States",Good,66,188,30.3,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,15,0,0,40,0,0,165,0,570,0,0,650,0,0,0,0,0,"$10,000 - $30,000",Silent (74-91),White only,Good,5.5-6 feet,180-200,Graduated High School,,0,165,610,650,0,0,15
+,2022,2.02202E+13,1167,West,Washington,87500,"House, apartment, flat",1,1,16524864,30,Female,White only,Married - spouse present,"Native, born in United States",Very good,62,140,25.6,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,200,0,0,110,0,540,0,0,30,90,0,90,0,380,"$75,000 - $100,000",Millennials (23-38),White only,Very good,5-5.5 feet,140-160,Master's or Doctoral Degree,,380,110,740,120,0,0,90
+,2022,2.02202E+13,1168,West,Washington,2500,"House, apartment, flat",1,1,3448493,70,Female,White-American Indian,Divorced,"Native, born in United States",Fair,62,219,40.1,10th grade,Tenth grade,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,115,15,0,0,25,0,785,0,57,420,0,0,23,0,0,"Less than $10,000",Boomers (55-73),Mixed,Fair,5-5.5 feet,200-300,Some High School,,0,25,800,477,0,0,138
+,2022,2.02202E+13,1169,West,California,17500,"House, apartment, flat",1,1,24165008,80,Female,White only,Widowed,"Foreign born, U.S. citizen by naturalization",Excellent,56,110,24.7,"1st, 2nd, 3rd, or 4th grade",First through fourth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,10,0,0,95,0,0,180,0,915,0,240,0,0,0,0,0,0,"$10,000 - $30,000",Silent (74-91),White only,Excellent,0-5 feet,100-120,Middle School or Less,,0,180,1010,240,0,0,10
+,2022,2.02202E+13,1170,Midwest,Illinois,200000,"House, apartment, flat",1,1,7668850,40,Female,White only,Married - spouse present,"Native, born in United States",Very good,65,200,33.3,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,105,0,0,5,0,630,0,0,595,0,45,20,0,0,"$150,000 and over",Generation X (39-54),White only,Very good,5-5.5 feet,200-300,Master's or Doctoral Degree,,0,5,735,595,0,0,95
+,2022,2.02202E+13,1171,South,Alabama,45000,"House, apartment, flat",1,1,3993849,73,Male,White only,Married - spouse present,"Native, born in United States",Good,75,265,33.1,High school graduate - GED,Eleventh grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,80,0,0,0,0,685,0,270,345,0,0,60,0,0,"$30,000 - $50,000",Silent (74-91),White only,Good,6-6.5 feet,200-300,Graduated High School,,0,0,765,615,0,0,60
+,2022,2.02202E+13,1172,West,California,37500,"House, apartment, flat",1,1,19219595,50,Female,White only,Divorced,"Native, born in United States",Fair,64,120,20.6,12th grade - no diploma,Twelfth grade,Unemployed - on layoff,NIU (Not in universe),Has vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,10,20,40,0,0,200,0,700,0,0,450,0,0,20,0,0,"$30,000 - $50,000",Generation X (39-54),White only,Fair,5-5.5 feet,120-140,Some High School,,0,200,740,450,0,0,50
+,2022,2.02202E+13,1173,Midwest,Michigan,55000,"House, apartment, flat",1,1,14932725,80,Female,White only,Married - spouse present,"Native, born in United States",Good,64,9996,998,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,50,0,0,65,0,630,0,0,695,0,0,0,0,0,"$50,000 - $75,000",Silent (74-91),White only,Good,5-5.5 feet,>300,Graduated High School,,0,65,680,695,0,0,0
+,2022,2.02202E+13,1174,South,North Carolina,200000,"House, apartment, flat",1,1,4857060,57,Female,White only,Married - spouse present,"Native, born in United States",Very good,60,150,29.3,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,185,0,450,0,0,360,30,0,0,0,370,"$150,000 and over",Boomers (55-73),White only,Very good,5-5.5 feet,140-160,Master's or Doctoral Degree,,370,185,495,390,0,0,0
+,2022,2.02202E+13,1175,West,Washington,55000,"House, apartment, flat",1,1,11584469,21,Male,White only,Never married,"Native, born in United States",Good,69,145,21.4,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,75,30,0,0,150,0,335,0,0,30,0,0,70,0,750,"$50,000 - $75,000",Generation Z (7-22),White only,Good,5.5-6 feet,140-160,Some College,,750,150,365,30,0,0,145
+,2022,2.02202E+13,1176,Midwest,Minnesota,87500,"House, apartment, flat",1,1,3880505,71,Male,White only,Married - spouse present,"Native, born in United States",Very good,68,175,26.6,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,270,0,360,0,0,480,120,0,0,180,0,"$75,000 - $100,000",Boomers (55-73),White only,Very good,5.5-6 feet,160-180,Master's or Doctoral Degree,,0,270,390,600,0,180,0
+,2022,2.02202E+13,1177,Midwest,Michigan,27500,"House, apartment, flat",1,1,13159057,33,Male,Asian only,Married - spouse present,"Foreign born, not a U.S. citizen",NIU (Not in universe),,9999,999,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,220,0,0,90,0,0,80,0,690,0,0,300,0,0,0,0,0,"$10,000 - $30,000",Millennials (23-38),Asian only,"Other (Refused, Dont know, NIU)",,>300,Some College,,0,80,780,300,0,0,220
+,2022,2.02202E+13,1178,Northeast,New York,67500,"House, apartment, flat",1,1,4958741,69,Female,White only,Married - spouse present,"Native, born in United States",Excellent,60,110,21.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,150,60,0,0,450,0,540,0,0,180,0,0,60,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Excellent,5-5.5 feet,100-120,Bachelor's Degree,,0,450,600,180,0,0,210
+,2022,2.02202E+13,1179,West,California,125000,"House, apartment, flat",1,1,5673221,49,Female,White only,Separated,"Native, born in United States",Good,66,170,27.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,20,0,0,360,0,780,0,0,50,0,20,30,0,120,"$100,000 - $150,000",Generation X (39-54),White only,Good,5.5-6 feet,160-180,Bachelor's Degree,,120,360,800,50,0,0,110
+,2022,2.02202E+13,1180,South,Florida,2500,"House, apartment, flat",1,1,12529660,58,Male,Black only,Married - spouse absent,"Native, born in United States",NIU (Not in universe),,9999,999,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,5,30,0,0,56,0,630,0,0,157,0,0,137,0,425,"Less than $10,000",Boomers (55-73),Black only,"Other (Refused, Dont know, NIU)",,>300,Graduated High School,,425,56,660,157,0,0,142
+,2022,2.02202E+13,1181,West,New Mexico,87500,"House, apartment, flat",1,1,9532529,39,Female,White only,Divorced,"Native, born in United States",Very good,60,115,22.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,35,0,580,0,0,60,180,0,80,0,450,"$75,000 - $100,000",Generation X (39-54),White only,Very good,5-5.5 feet,100-120,Bachelor's Degree,,450,35,610,240,0,0,80
+,2022,2.02202E+13,1182,Northeast,New York,125000,"House, apartment, flat",1,1,7838226,85,Female,White only,Married - spouse present,"Native, born in United States",Good,61,98,18.5,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,150,0,0,140,0,750,0,0,400,0,0,0,0,0,"$100,000 - $150,000",Silent (74-91),White only,Good,5-5.5 feet,<100,Master's or Doctoral Degree,,0,140,900,400,0,0,0
+,2022,2.02202E+13,1183,Midwest,Illinois,200000,"House, apartment, flat",1,1,14022926,39,Female,Asian only,Married - spouse present,"Foreign born, not a U.S. citizen",Very good,,9996,998,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,5,0,0,220,0,375,0,0,0,0,0,0,0,815,"$150,000 and over",Generation X (39-54),Asian only,Very good,,>300,Master's or Doctoral Degree,,815,220,380,0,0,0,0
+,2022,2.02202E+13,1184,West,Washington,8750,"House, apartment, flat",1,1,7637356,85,Male,White only,Widowed,"Native, born in United States",Very good,71,200,27.9,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,5,30,0,0,320,0,570,0,0,415,0,50,25,0,0,"Less than $10,000",Silent (74-91),White only,Very good,5.5-6 feet,200-300,Some College,,0,320,600,415,0,0,80
+,2022,2.02202E+13,1185,Midwest,Wisconsin,22500,"House, apartment, flat",1,1,2803366,73,Male,White only,Never married,"Native, born in United States",Very good,69,180,26.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,600,0,569,0,0,60,60,0,0,0,61,"$10,000 - $30,000",Silent (74-91),White only,Very good,5.5-6 feet,180-200,Bachelor's Degree,,61,600,659,120,0,0,0
+,2022,2.02202E+13,1186,Midwest,Illinois,67500,"House, apartment, flat",1,1,6333796,85,Male,White only,Widowed,"Native, born in United States",Poor,72,165,22.4,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,90,0,0,0,0,720,0,0,630,0,0,0,0,0,"$50,000 - $75,000",Silent (74-91),White only,Poor,6-6.5 feet,160-180,Some College,,0,0,810,630,0,0,0
+,2022,2.02202E+13,1187,Midwest,Ohio,37500,"House, apartment, flat",1,1,20093717,32,Male,White only,Never married,"Native, born in United States",Fair,68,240,36.5,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,85,0,0,80,0,0,55,0,525,0,0,120,60,0,50,0,435,"$30,000 - $50,000",Millennials (23-38),White only,Fair,5.5-6 feet,200-300,Graduated High School,,435,55,605,180,0,0,135
+,2022,2.02202E+13,1188,South,Texas,125000,"House, apartment, flat",1,1,5723983,35,Male,White only,Married - spouse present,"Native, born in United States",Very good,77,290,34.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,150,0,0,60,0,0,0,0,600,0,80,530,0,0,20,0,0,"$100,000 - $150,000",Millennials (23-38),White only,Very good,6-6.5 feet,200-300,Bachelor's Degree,,0,0,660,610,0,0,170
+,2022,2.02202E+13,1189,South,Oklahoma,200000,"House, apartment, flat",1,1,11644518,48,Male,White only,Married - spouse present,"Native, born in United States",Good,71,315,43.9,Some college but no degree,College--three years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,7,0,0,60,0,0,110,0,450,0,0,220,45,0,85,0,463,"$150,000 and over",Generation X (39-54),White only,Good,5.5-6 feet,>300,Some College,,463,110,510,265,0,0,92
+,2022,2.02202E+13,1190,Midwest,Missouri,32500,"House, apartment, flat",1,1,4979117,72,Female,White only,Married - spouse present,"Native, born in United States",Very good,66,150,24.2,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,130,0,0,285,0,640,0,10,270,0,105,0,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Very good,5.5-6 feet,140-160,Graduated High School,,0,285,770,280,0,0,105
+,2022,2.02202E+13,1191,Northeast,Pennsylvania,200000,"House, apartment, flat",1,1,10214817,32,Male,White only,Married - spouse present,"Native, born in United States",Excellent,72,210,28.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,145,0,585,0,60,620,0,0,0,0,0,"$150,000 and over",Millennials (23-38),White only,Excellent,6-6.5 feet,200-300,Bachelor's Degree,,0,145,615,680,0,0,0
+,2022,2.02202E+13,1192,South,District of Columbia,200000,"House, apartment, flat",1,1,8476278,60,Female,White only,Divorced,"Native, born in United States",Excellent,68,170,25.8,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,55,0,0,40,0,470,0,0,195,60,0,0,15,540,"$150,000 and over",Boomers (55-73),White only,Excellent,5.5-6 feet,160-180,Master's or Doctoral Degree,,540,40,525,255,0,15,0
+,2022,2.02202E+13,1193,Midwest,Michigan,32500,"House, apartment, flat",1,1,23978816,42,Female,Black only,Married - spouse present,"Foreign born, not a U.S. citizen",Good,63,154,27.3,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,540,0,600,0,0,195,0,75,0,0,0,"$30,000 - $50,000",Generation X (39-54),Black only,Good,5-5.5 feet,140-160,Some College,,0,540,630,195,0,0,75
+,2022,2.02202E+13,1194,South,Georgia,125000,"House, apartment, flat",1,1,15628489,40,Female,White only,Married - spouse present,"Native, born in United States",Good,61,258,48.7,Associate degree - academic program,College--four years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,15,0,0,0,45,0,240,0,0,30,0,0,120,60,885,"$100,000 - $150,000",Generation X (39-54),White only,Good,5-5.5 feet,200-300,Associate Degree,,885,45,240,30,0,60,135
+,2022,2.02202E+13,1195,South,Texas,45000,"House, apartment, flat",1,1,5981596,64,Male,White only,Married - spouse present,"Native, born in United States",Fair,70,250,35.9,High school graduate - GED,Ninth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,225,60,0,0,210,0,705,0,0,195,0,0,45,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Fair,5.5-6 feet,200-300,Graduated High School,,0,210,765,195,0,0,270
+,2022,2.02202E+13,1196,Midwest,Ohio,87500,"House, apartment, flat",1,1,3031722,66,Female,White only,Divorced,"Native, born in United States",Good,62,165,30.2,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,5,75,0,0,165,0,675,0,0,355,0,75,10,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Good,5-5.5 feet,160-180,Master's or Doctoral Degree,,0,165,750,355,0,0,90
+,2022,2.02202E+13,1197,South,North Carolina,27500,"House, apartment, flat",1,1,5000362,75,Female,White only,Divorced,"Native, born in United States",Fair,66,167,27,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,25,0,0,0,0,1415,0,0,0,0,0,0,0,0,"$10,000 - $30,000",Silent (74-91),White only,Fair,5.5-6 feet,160-180,Some College,,0,0,1440,0,0,0,0
+,2022,2.02202E+13,1198,South,South Carolina,67500,"House, apartment, flat",1,1,6632790,55,Female,Black only,Married - spouse present,"Native, born in United States",Very good,64,208,35.7,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,25,0,0,0,0,860,0,120,275,0,0,100,30,0,"$50,000 - $75,000",Boomers (55-73),Black only,Very good,5-5.5 feet,200-300,Some College,,0,0,885,395,0,30,130
+,2022,2.02202E+13,1199,South,Arkansas,22500,"House, apartment, flat",1,1,3760100,74,Female,White only,Divorced,"Native, born in United States",Good,64,145,24.9,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,75,75,0,0,368,0,632,0,0,270,0,0,20,0,0,"$10,000 - $30,000",Silent (74-91),White only,Good,5-5.5 feet,140-160,Graduated High School,,0,368,707,270,0,0,95
+,2022,2.02202E+13,1200,South,Florida,125000,"House, apartment, flat",1,1,8958336,55,Female,White only,Never married,"Native, born in United States",Very good,66,116,18.7,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,Has vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,40,0,480,0,0,240,15,30,0,0,590,"$100,000 - $150,000",Boomers (55-73),White only,Very good,5.5-6 feet,100-120,Master's or Doctoral Degree,,590,40,525,255,0,0,30
+,2022,2.02202E+13,1201,West,Colorado,67500,"House, apartment, flat",1,1,7842945,33,Male,White only,Married - spouse present,"Native, born in United States",Good,71,190,26.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,53,0,0,193,0,0,25,0,520,0,20,509,0,0,75,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Good,5.5-6 feet,180-200,Bachelor's Degree,,0,25,713,529,0,0,128
+,2022,2.02202E+13,1202,West,California,55000,"House, apartment, flat",1,1,27781746,28,Male,Asian only,Never married,"Native, born in United States",Good,66,180,29,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,105,120,0,0,0,510,0,0,164,0,0,41,0,490,"$50,000 - $75,000",Millennials (23-38),Asian only,Good,5.5-6 feet,180-200,Bachelor's Degree,,490,0,615,164,120,0,51
+,2022,2.02202E+13,1203,South,North Carolina,67500,"House, apartment, flat",1,1,2255189,70,Female,Black only,Divorced,"Native, born in United States",Fair,63,190,33.7,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,30,0,0,30,0,855,90,0,375,0,0,60,0,0,"$50,000 - $75,000",Boomers (55-73),Black only,Fair,5-5.5 feet,180-200,Some College,,0,30,975,375,0,0,60
+,2022,2.02202E+13,1204,Midwest,Ohio,27500,"House, apartment, flat",1,1,5937469,73,Female,White only,Married - spouse present,"Native, born in United States",Good,72,180,24.4,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,15,0,90,0,0,0,0,970,0,0,270,0,0,95,0,0,"$10,000 - $30,000",Silent (74-91),White only,Good,6-6.5 feet,180-200,Graduated High School,,0,0,1060,270,0,0,110
+,2022,2.02202E+13,1205,South,Texas,67500,"House, apartment, flat",1,1,17137403,52,Female,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Good,61,180,34,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,15,0,0,0,0,840,0,465,0,0,0,120,0,0,"$50,000 - $75,000",Generation X (39-54),White only,Good,5-5.5 feet,180-200,Some College,,0,0,855,465,0,0,120
+,2022,2.02202E+13,1206,South,Virginia,32500,"House, apartment, flat",1,1,6946287,60,Female,White only,Married - spouse present,"Native, born in United States",Very good,66,150,24.2,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,35,85,0,0,280,0,580,0,0,345,60,0,55,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Very good,5.5-6 feet,140-160,Master's or Doctoral Degree,,0,280,665,405,0,0,90
+,2022,2.02202E+13,1207,South,Georgia,200000,"House, apartment, flat",1,1,8693771,57,Female,White only,Married - spouse present,"Native, born in United States",Good,62,150,27.4,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,0,0,930,0,0,370,0,0,20,0,0,"$150,000 and over",Boomers (55-73),White only,Good,5-5.5 feet,140-160,Graduated High School,,0,0,1050,370,0,0,20
+,2022,2.02202E+13,1208,West,Arizona,22500,"House, apartment, flat",1,1,5020604,73,Female,White only,Divorced,"Native, born in United States",Fair,63,9996,998,Some college but no degree,College--four years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,60,0,477,30,0,723,0,0,60,0,0,"$10,000 - $30,000",Silent (74-91),White only,Fair,5-5.5 feet,>300,Some College,,0,60,597,723,0,0,60
+,2022,2.02202E+13,1209,Midwest,Illinois,55000,"House, apartment, flat",1,1,6281661,58,Female,White only,Never married,"Native, born in United States",Very good,65,135,22.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,740,0,390,0,0,220,0,0,0,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Very good,5-5.5 feet,120-140,Bachelor's Degree,,0,740,480,220,0,0,0
+,2022,2.02202E+13,1210,West,Colorado,87500,"House, apartment, flat",1,1,6449322,56,Female,White only,Married - spouse present,"Native, born in United States",Very good,64,160,27.5,Associate degree - academic program,College--four years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,20,0,0,490,0,525,0,0,385,0,0,0,0,20,"$75,000 - $100,000",Boomers (55-73),White only,Very good,5-5.5 feet,160-180,Associate Degree,,20,490,545,385,0,0,0
+,2022,2.02202E+13,1211,Midwest,Michigan,125000,"House, apartment, flat",1,1,17476046,44,Male,White only,Married - spouse present,"Native, born in United States",Very good,73,195,25.7,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,240,0,1195,0,0,5,0,0,0,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Very good,6-6.5 feet,180-200,Some College,,0,240,1195,5,0,0,0
+,2022,2.02202E+13,1212,South,Virginia,32500,"House, apartment, flat",1,1,21284986,51,Female,White only,Never married,"Foreign born, not a U.S. citizen",Fair,,155,998,"1st, 2nd, 3rd, or 4th grade",First through fourth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,No difficulty remembering,0,0,90,30,0,0,90,0,963,0,0,210,0,0,42,0,0,"$30,000 - $50,000",Generation X (39-54),White only,Fair,,140-160,Middle School or Less,,0,90,993,210,0,0,132
+,2022,2.02202E+13,1213,South,Florida,200000,"House, apartment, flat",1,1,34605773,31,Male,White only,Never married,"Native, born in United States",Fair,74,200,25.7,12th grade - no diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,45,0,540,0,0,75,0,0,90,0,600,"$150,000 and over",Millennials (23-38),White only,Fair,6-6.5 feet,200-300,Some High School,,600,45,630,75,0,0,90
+,2022,2.02202E+13,1214,West,New Mexico,37500,"House, apartment, flat",1,1,16107633,27,Male,White-Black,Never married,"Native, born in United States",Very good,71,178,24.8,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,5,0,0,10,0,785,0,0,0,0,0,10,0,630,"$30,000 - $50,000",Millennials (23-38),Mixed,Very good,5.5-6 feet,160-180,Graduated High School,,630,10,790,0,0,0,10
+,2022,2.02202E+13,1215,South,Kentucky,55000,"House, apartment, flat",1,1,3163849,24,Female,White only,Married - spouse present,"Native, born in United States",Very good,61,190,35.9,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,50,0,80,55,0,0,90,0,695,0,0,335,0,0,135,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Very good,5-5.5 feet,180-200,Some College,,0,90,750,335,0,0,265
+,2022,2.02202E+13,1216,South,Georgia,67500,"House, apartment, flat",1,1,5890951,46,Male,Black only,Never married,"Native, born in United States",Good,70,225,32.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,180,0,0,0,0,690,0,0,485,0,30,55,0,0,"$50,000 - $75,000",Generation X (39-54),Black only,Good,5.5-6 feet,200-300,Bachelor's Degree,,0,0,870,485,0,0,85
+,2022,2.02202E+13,1217,Midwest,Ohio,27500,"House, apartment, flat",1,1,17074115,70,Female,White only,Divorced,"Native, born in United States",Poor,59,170,34.3,7th or 8th grade,Seventh through eighth grade,Not in labor force,NIU (Not in universe),Has vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,45,0,0,105,0,735,0,0,495,0,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Poor,0-5 feet,160-180,Middle School or Less,,0,105,780,495,0,0,0
+,2022,2.02202E+13,1218,Midwest,Michigan,67500,"House, apartment, flat",1,1,3732752,80,Female,White only,Widowed,"Native, born in United States",Good,64,136,23.3,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,150,0,0,60,0,635,0,0,330,0,30,50,140,0,"$50,000 - $75,000",Silent (74-91),White only,Good,5-5.5 feet,120-140,Master's or Doctoral Degree,,0,60,785,330,0,140,80
+,2022,2.02202E+13,1219,Midwest,Illinois,87500,"House, apartment, flat",1,1,15029806,37,Female,Black only,Never married,"Native, born in United States",Very good,67,9997,998,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,120,110,0,0,80,0,600,0,0,130,0,0,20,0,380,"$75,000 - $100,000",Millennials (23-38),Black only,Very good,5.5-6 feet,>300,Bachelor's Degree,,380,80,710,130,0,0,140
+,2022,2.02202E+13,1220,South,Tennessee,125000,"House, apartment, flat",1,1,10287752,52,Female,White only,Married - spouse present,"Native, born in United States",Good,62,215,39.3,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,210,0,510,0,0,600,0,0,0,0,60,"$100,000 - $150,000",Generation X (39-54),White only,Good,5-5.5 feet,200-300,Master's or Doctoral Degree,,60,210,570,600,0,0,0
+,2022,2.02202E+13,1221,Northeast,Vermont,37500,"House, apartment, flat",1,1,11348689,67,Female,White only,Married - spouse present,"Native, born in United States",Excellent,66,130,21,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,95,0,0,130,0,595,0,0,150,0,0,50,0,420,"$30,000 - $50,000",Boomers (55-73),White only,Excellent,5.5-6 feet,120-140,Graduated High School,,420,130,690,150,0,0,50
+,2022,2.02202E+13,1222,Northeast,New York,200000,"House, apartment, flat",1,1,8521194,64,Female,White only,Married - spouse present,"Native, born in United States",Excellent,65,230,38.3,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,256,0,60,0,0,178,0,565,0,0,276,0,80,10,0,0,"$150,000 and over",Boomers (55-73),White only,Excellent,5-5.5 feet,200-300,Master's or Doctoral Degree,,0,178,625,276,0,0,346
+,2022,2.02202E+13,1223,South,North Carolina,45000,"House, apartment, flat",1,1,6309348,30,Male,White only,Never married,"Foreign born, U.S. citizen by naturalization",Fair,71,230,32.1,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,60,0,510,0,0,230,0,0,20,0,500,"$30,000 - $50,000",Millennials (23-38),White only,Fair,5.5-6 feet,200-300,Some College,,500,60,630,230,0,0,20
+,2022,2.02202E+13,1224,Midwest,Indiana,200000,"House, apartment, flat",1,1,3131084,73,Male,White only,Married - spouse present,"Native, born in United States",Good,73,240,31.7,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,0,0,0,215,0,350,0,0,0,0,0,45,0,830,"$150,000 and over",Silent (74-91),White only,Good,6-6.5 feet,200-300,Master's or Doctoral Degree,,830,215,350,0,0,0,45
+,2022,2.02202E+13,1225,Midwest,Illinois,125000,"House, apartment, flat",1,1,12995331,31,Female,White only,Divorced,"Native, born in United States",Very good,66,280,45.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,70,0,545,0,0,210,0,0,90,0,420,"$100,000 - $150,000",Millennials (23-38),White only,Very good,5.5-6 feet,200-300,Bachelor's Degree,,420,70,575,210,0,0,90
+,2022,2.02202E+13,1226,Northeast,New Jersey,87500,"House, apartment, flat",1,1,23827621,78,Female,Asian only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Good,60,140,27.3,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,50,0,780,0,0,550,0,0,0,0,0,"$75,000 - $100,000",Silent (74-91),Asian only,Good,5-5.5 feet,140-160,Graduated High School,,0,50,840,550,0,0,0
+,2022,2.02202E+13,1227,Midwest,South Dakota,87500,"House, apartment, flat",1,1,9899806,58,Male,White only,Married - spouse present,"Native, born in United States",Excellent,67,172,26.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,115,0,0,5,0,510,0,0,60,15,0,0,0,710,"$75,000 - $100,000",Boomers (55-73),White only,Excellent,5.5-6 feet,160-180,Bachelor's Degree,,710,5,625,75,0,0,0
+,2022,2.02202E+13,1228,South,Maryland,200000,"House, apartment, flat",1,1,22632741,22,Female,White only,Never married,"Native, born in United States",Good,63,230,40.7,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,0,0,511,0,0,379,0,0,30,0,480,"$150,000 and over",Millennials (23-38),White only,Good,5-5.5 feet,200-300,Graduated High School,,480,0,541,379,0,0,30
+,2022,2.02202E+13,1229,South,Texas,55000,"House, apartment, flat",1,1,18097537,28,Male,White only,Married - spouse present,"Native, born in United States",Very good,77,280,33.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,7,45,0,0,30,0,515,0,0,75,0,0,123,0,645,"$50,000 - $75,000",Millennials (23-38),White only,Very good,6-6.5 feet,200-300,Bachelor's Degree,,645,30,560,75,0,0,130
+,2022,2.02202E+13,1230,West,Wyoming,125000,"House, apartment, flat",1,1,22101613,37,Male,White only,Divorced,"Native, born in United States",Good,67,190,29.8,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,127,0,0,50,0,0,80,0,480,0,0,170,0,0,50,0,483,"$100,000 - $150,000",Millennials (23-38),White only,Good,5.5-6 feet,180-200,Some College,,483,80,530,170,0,0,177
+,2022,2.02202E+13,1231,South,Kentucky,55000,"House, apartment, flat",1,1,2550607,29,Female,White only,Never married,"Native, born in United States",Good,68,115,17.5,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,40,115,0,100,0,0,155,0,620,0,0,200,30,30,90,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Good,5.5-6 feet,100-120,Master's or Doctoral Degree,,0,155,720,230,0,0,275
+,2022,2.02202E+13,1232,South,Kentucky,22500,"House, apartment, flat",1,1,6677306,66,Male,White only,Married - spouse present,"Native, born in United States",Fair,69,220,32.5,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,135,0,0,0,0,595,0,0,80,0,60,60,0,360,"$10,000 - $30,000",Boomers (55-73),White only,Fair,5.5-6 feet,200-300,Graduated High School,,360,0,730,80,0,0,120
+,2022,2.02202E+13,1233,West,Utah,200000,"House, apartment, flat",1,1,8359064,43,Male,White only,Married - spouse present,"Native, born in United States",NIU (Not in universe),,9999,999,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,2,0,0,45,0,0,31,0,495,0,2,91,85,0,105,0,584,"$150,000 and over",Generation X (39-54),White only,"Other (Refused, Dont know, NIU)",,>300,Master's or Doctoral Degree,,584,31,540,178,0,0,107
+,2022,2.02202E+13,1234,West,Oregon,17500,"House, apartment, flat",1,1,30478709,23,Female,White only,Never married,"Native, born in United States",Excellent,59,120,24.2,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,25,20,0,0,105,0,610,0,0,100,0,0,72,0,508,"$10,000 - $30,000",Millennials (23-38),White only,Excellent,0-5 feet,120-140,Some College,,508,105,630,100,0,0,97
+,2022,2.02202E+13,1235,Midwest,Illinois,13750,"House, apartment, flat",1,1,24679292,37,Male,Black only,Never married,"Native, born in United States",Good,69,225,33.2,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,Has difficulty remembering,0,0,5,42,0,0,0,0,813,30,0,430,0,0,120,0,0,"$10,000 - $30,000",Millennials (23-38),Black only,Good,5.5-6 feet,200-300,Graduated High School,,0,0,885,430,0,0,125
+,2022,2.02202E+13,1236,South,South Carolina,8750,"House, apartment, flat",1,1,2777204,85,Male,Black only,Widowed,"Native, born in United States",NIU (Not in universe),,9999,999,5th or 6th grade,Fifth through sixth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,35,0,0,0,0,1405,0,0,0,0,0,0,0,0,"Less than $10,000",Silent (74-91),Black only,"Other (Refused, Dont know, NIU)",,>300,Middle School or Less,,0,0,1440,0,0,0,0
+,2022,2.02202E+13,1237,West,California,200000,"House, apartment, flat",1,1,22146261,37,Male,White-Asian,Married - spouse present,"Native, born in United States",Very good,68,180,27.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,1,0,90,0,0,0,0,419,0,0,0,175,0,205,0,550,"$150,000 and over",Millennials (23-38),Mixed,Very good,5.5-6 feet,180-200,Bachelor's Degree,,550,0,509,175,0,0,206
+,2022,2.02202E+13,1238,South,Florida,67500,"House, apartment, flat",1,1,3040562,85,Male,White only,Widowed,"Native, born in United States",Good,67,160,25.1,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,65,0,0,60,0,650,0,0,605,60,0,0,0,0,"$50,000 - $75,000",Silent (74-91),White only,Good,5.5-6 feet,160-180,Master's or Doctoral Degree,,0,60,715,665,0,0,0
+,2022,2.02202E+13,1239,South,Florida,87500,"House, apartment, flat",1,1,21675388,37,Female,White only,Married - spouse present,"Native, born in United States",Very good,68,134,20.4,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,345,0,0,155,0,0,170,0,575,0,0,135,0,0,0,0,0,"$75,000 - $100,000",Millennials (23-38),White only,Very good,5.5-6 feet,120-140,Graduated High School,,0,170,730,135,0,0,345
+,2022,2.02202E+13,1240,South,Kentucky,17500,"House, apartment, flat",1,1,12560991,61,Male,White only,Divorced,"Native, born in United States",Good,71,240,33.5,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,75,150,0,0,150,0,540,0,0,420,0,0,105,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Graduated High School,,0,150,690,420,0,0,180
+,2022,2.02202E+13,1241,Northeast,New York,32500,"House, apartment, flat",1,1,5080159,77,Male,White only,Divorced,"Foreign born, not a U.S. citizen",Fair,69,198,29.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,120,0,0,60,0,780,0,0,270,0,210,0,0,0,"$30,000 - $50,000",Silent (74-91),White only,Fair,5.5-6 feet,180-200,Bachelor's Degree,,0,60,900,270,0,0,210
+,2022,2.02202E+13,1242,South,Mississippi,22500,"House, apartment, flat",1,1,17178139,45,Male,Black only,Never married,"Native, born in United States",Fair,72,240,32.5,11th grade,Eleventh grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,15,20,0,0,60,20,1045,0,0,180,0,0,100,0,0,"$10,000 - $30,000",Generation X (39-54),Black only,Fair,6-6.5 feet,200-300,Some High School,,0,80,1065,180,0,0,115
+,2022,2.02202E+13,1243,Northeast,Pennsylvania,67500,"House, apartment, flat",1,1,9721115,45,Female,White only,Widowed,"Native, born in United States",Good,62,200,36.6,High school graduate - GED,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,135,0,360,0,0,330,0,0,90,0,495,"$50,000 - $75,000",Generation X (39-54),White only,Good,5-5.5 feet,200-300,Graduated High School,,495,135,390,330,0,0,90
+,2022,2.02202E+13,1244,West,California,37500,"House, apartment, flat",1,1,3839198,78,Female,White only,Divorced,"Native, born in United States",Very good,64,105,18,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,190,0,0,30,0,470,0,0,500,135,0,85,0,30,"$30,000 - $50,000",Silent (74-91),White only,Very good,5-5.5 feet,100-120,Master's or Doctoral Degree,,30,30,660,635,0,0,85
+,2022,2.02202E+13,1245,South,Texas,125000,"House, apartment, flat",1,1,17463583,62,Male,White only,Married - spouse present,"Native, born in United States",Very good,72,160,21.7,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,100,0,0,170,0,540,110,0,435,0,0,65,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Very good,6-6.5 feet,160-180,Master's or Doctoral Degree,,0,170,750,435,0,0,65
+,2022,2.02202E+13,1246,West,California,125000,"House, apartment, flat",1,1,9921570,57,Female,Asian only,Widowed,"Foreign born, not a U.S. citizen",Good,60,98,19.1,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,110,0,0,435,0,650,0,0,180,0,0,20,0,0,"$100,000 - $150,000",Boomers (55-73),Asian only,Good,5-5.5 feet,<100,Some College,,0,435,760,180,0,0,50
+,2022,2.02202E+13,1247,South,Maryland,87500,"House, apartment, flat",1,1,13750441,60,Male,Black only,Never married,"Native, born in United States",Fair,77,340,40.3,11th grade,Eleventh grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,0,0,0,0,0,390,0,0,1050,0,0,0,0,0,"$75,000 - $100,000",Boomers (55-73),Black only,Fair,6-6.5 feet,>300,Some High School,,0,0,390,1050,0,0,0
+,2022,2.02202E+13,1248,South,Texas,200000,"House, apartment, flat",1,1,29350177,34,Female,White only,Married - spouse present,"Native, born in United States",Good,63,195,34.5,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,105,0,0,100,0,0,186,0,530,0,0,0,0,0,45,0,474,"$150,000 and over",Millennials (23-38),White only,Good,5-5.5 feet,180-200,Some College,,474,186,630,0,0,0,150
+,2022,2.02202E+13,1249,South,Kentucky,32500,"House, apartment, flat",1,1,3306770,85,Female,White only,Widowed,"Native, born in United States",Very good,70,140,20.1,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,415,0,630,0,0,200,45,0,0,0,0,"$30,000 - $50,000",Silent (74-91),White only,Very good,5.5-6 feet,140-160,Some College,,0,415,690,245,0,0,0
+,2022,2.02202E+13,1250,South,Kentucky,32500,"House, apartment, flat",1,1,4928101,79,Female,White only,Married - spouse present,"Native, born in United States",Fair,60,110,21.5,7th or 8th grade,Seventh through eighth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,120,0,0,30,0,0,210,0,440,0,0,620,0,0,20,0,0,"$30,000 - $50,000",Silent (74-91),White only,Fair,5-5.5 feet,100-120,Middle School or Less,,0,210,470,620,0,0,140
+,2022,2.02202E+13,1251,South,Florida,67500,"House, apartment, flat",1,1,23383068,54,Female,White only,Never married,"Foreign born, U.S. citizen by naturalization",Good,63,120,21.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,15,55,0,0,155,0,458,0,0,237,20,0,65,0,435,"$50,000 - $75,000",Boomers (55-73),White only,Good,5-5.5 feet,120-140,Bachelor's Degree,,435,155,513,257,0,0,80
+,2022,2.02202E+13,1252,Midwest,Minnesota,37500,"House, apartment, flat",1,1,5568169,70,Female,White only,Married - spouse present,"Native, born in United States",Good,64,146,25.1,Some college but no degree,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,35,0,0,72,0,615,105,0,185,0,45,45,230,0,"$30,000 - $50,000",Boomers (55-73),White only,Good,5-5.5 feet,140-160,Some College,,0,72,755,185,0,230,90
+,2022,2.02202E+13,1253,Midwest,Missouri,27500,"House, apartment, flat",1,1,6627956,74,Female,White only,Married - spouse present,"Native, born in United States",Good,61,117,22.1,Some college but no degree,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,Has difficulty remembering,0,40,60,35,0,0,253,0,495,0,0,399,0,5,64,79,0,"$10,000 - $30,000",Silent (74-91),White only,Good,5-5.5 feet,100-120,Some College,,0,253,530,399,0,79,169
+,2022,2.02202E+13,1254,West,Oregon,87500,"House, apartment, flat",1,1,13271564,43,Male,White only,Married - spouse present,"Native, born in United States",Very good,72,215,29.2,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,236,0,0,45,0,0,40,0,825,85,0,105,0,60,44,0,0,"$75,000 - $100,000",Generation X (39-54),White only,Very good,6-6.5 feet,200-300,Graduated High School,,0,40,955,105,0,0,340
+,2022,2.02202E+13,1255,West,Wyoming,87500,"House, apartment, flat",1,1,7004160,68,Female,White only,Married - spouse present,"Native, born in United States",Excellent,64,135,23.2,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,380,0,390,0,0,300,90,0,10,180,0,"$75,000 - $100,000",Boomers (55-73),White only,Excellent,5-5.5 feet,120-140,Some College,,0,380,480,390,0,180,10
+,2022,2.02202E+13,1256,West,Oregon,87500,"House, apartment, flat",1,1,9178252,31,Male,White only,Married - spouse present,"Native, born in United States",Fair,67,215,33.7,Some college but no degree,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,1,0,15,60,0,0,10,0,440,0,0,180,0,15,24,0,695,"$75,000 - $100,000",Millennials (23-38),White only,Fair,5.5-6 feet,200-300,Some College,,695,10,500,180,0,0,55
+,2022,2.02202E+13,1257,West,California,125000,"House, apartment, flat",1,1,20335670,53,Male,White only,Married - spouse present,"Native, born in United States",Good,69,185,27.3,High school graduate - diploma,Twelfth grade,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,60,10,5,40,0,0,2,0,620,0,0,190,0,0,115,0,398,"$100,000 - $150,000",Generation X (39-54),White only,Good,5.5-6 feet,180-200,Graduated High School,,398,2,660,190,0,0,190
+,2022,2.02202E+13,1258,South,Texas,11250,"House, apartment, flat",1,1,4403439,79,Female,White only,Divorced,"Native, born in United States",Excellent,65,152,25.3,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,70,0,0,350,0,615,0,0,345,0,20,20,0,20,"$10,000 - $30,000",Silent (74-91),White only,Excellent,5-5.5 feet,140-160,Master's or Doctoral Degree,,20,350,685,345,0,0,40
+,2022,2.02202E+13,1259,Midwest,Ohio,67500,"House, apartment, flat",1,1,16720925,24,Male,White only,Never married,"Native, born in United States",Good,72,220,29.8,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,170,10,0,0,170,0,544,0,0,410,0,0,136,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Good,6-6.5 feet,200-300,Graduated High School,,0,170,554,410,0,0,306
+,2022,2.02202E+13,1260,Midwest,Ohio,200000,"House, apartment, flat",1,1,13869256,53,Male,White only,Married - spouse present,"Native, born in United States",Very good,72,205,27.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,130,0,0,200,0,560,0,0,295,0,0,43,0,202,"$150,000 and over",Generation X (39-54),White only,Very good,6-6.5 feet,200-300,Bachelor's Degree,,202,200,690,295,0,0,53
+,2022,2.02202E+13,1261,South,Texas,200000,"House, apartment, flat",1,1,20667986,46,Female,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Very good,67,170,26.6,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,40,0,60,50,0,0,225,0,570,0,0,210,0,0,75,0,210,"$150,000 and over",Generation X (39-54),White only,Very good,5.5-6 feet,160-180,Some College,,210,225,620,210,0,0,175
+,2022,2.02202E+13,1262,Midwest,Kansas,55000,"House, apartment, flat",1,1,10942462,77,Female,White only,Married - spouse present,"Native, born in United States",Very good,62,134,24.5,Some college but no degree,College--one year,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,375,0,375,0,0,630,0,0,0,0,0,"$50,000 - $75,000",Silent (74-91),White only,Very good,5-5.5 feet,120-140,Some College,,0,375,435,630,0,0,0
+,2022,2.02202E+13,1263,Northeast,Pennsylvania,32500,"House, apartment, flat",1,1,3152774,85,Male,White only,Widowed,"Native, born in United States",Good,72,183,24.8,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),Has vision difficulty,Has hearing difficulty,Has mobility limitation,Has physical difficulty,Has difficulty remembering,0,0,0,32,0,0,35,0,425,0,0,948,0,0,0,0,0,"$30,000 - $50,000",Silent (74-91),White only,Good,6-6.5 feet,180-200,Some College,,0,35,457,948,0,0,0
+,2022,2.02202E+13,1264,South,North Carolina,125000,"House, apartment, flat",1,1,7769112,34,Female,White only,Married - spouse present,"Native, born in United States",Fair,63,158,28,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,No physical difficulty,No difficulty remembering,0,0,5,80,0,0,0,0,511,0,225,520,0,0,99,0,0,"$100,000 - $150,000",Millennials (23-38),White only,Fair,5-5.5 feet,140-160,Bachelor's Degree,,0,0,591,745,0,0,104
+,2022,2.02202E+13,1265,Northeast,Pennsylvania,87500,Mobile home or trailer with no permanent room added,1,1,17856571,21,Female,White only,Never married,"Native, born in United States",Very good,64,115,19.7,Associate degree - occupational vocational,College--two years,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,85,0,710,0,0,0,240,0,375,0,0,"$75,000 - $100,000",Generation Z (7-22),White only,Very good,5-5.5 feet,100-120,Associate Degree,,0,85,740,240,0,0,375
+,2022,2.02202E+13,1266,South,Tennessee,22500,"House, apartment, flat",1,1,31904066,17,Male,Black only,Never married,"Native, born in United States",Good,66,200,32.3,High school graduate - diploma,Twelfth grade,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,15,270,0,0,0,440,0,0,695,0,0,20,0,0,"$10,000 - $30,000",Generation Z (7-22),Black only,Good,5.5-6 feet,200-300,Graduated High School,,0,0,455,695,270,0,20
+,2022,2.02202E+13,1267,South,Arkansas,55000,"House, apartment, flat",1,1,9709290,26,Female,White only,Never married,"Native, born in United States",Excellent,62,125,22.9,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,100,0,0,120,0,495,0,0,165,45,0,40,0,475,"$50,000 - $75,000",Millennials (23-38),White only,Excellent,5-5.5 feet,120-140,Master's or Doctoral Degree,,475,120,595,210,0,0,40
+,2022,2.02202E+13,1268,South,Texas,125000,Mobile home or trailer with no permanent room added,1,1,3274491,31,Female,White only,Separated,"Native, born in United States",Good,60,280,54.7,Associate degree - academic program,College--two years,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,140,0,0,25,0,0,310,0,410,0,150,405,0,0,0,0,0,"$100,000 - $150,000",Millennials (23-38),White only,Good,5-5.5 feet,200-300,Associate Degree,,0,310,435,555,0,0,140
+,2022,2.02202E+13,1269,South,Georgia,27500,"House, apartment, flat",1,1,15423746,76,Female,White only,Married - spouse present,"Native, born in United States",Excellent,67,140,21.9,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,510,0,630,0,0,150,60,0,0,0,0,"$10,000 - $30,000",Silent (74-91),White only,Excellent,5.5-6 feet,140-160,Graduated High School,,0,510,720,210,0,0,0
+,2022,2.02202E+13,1270,Midwest,Ohio,17500,"House, apartment, flat",1,1,4857823,72,Female,White only,Never married,"Native, born in United States",Good,62,228,41.7,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,Has difficulty remembering,0,245,0,70,0,0,165,0,430,0,0,410,0,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Good,5-5.5 feet,200-300,Associate Degree,,0,165,500,410,0,0,245
+,2022,2.02202E+13,1271,South,South Carolina,200000,"House, apartment, flat",1,1,2659035,35,Female,Black only,Never married,"Native, born in United States",Good,62,180,32.9,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,90,80,0,0,240,0,570,0,0,400,0,0,60,0,0,"$150,000 and over",Millennials (23-38),Black only,Good,5-5.5 feet,180-200,Master's or Doctoral Degree,,0,240,650,400,0,0,150
+,2022,2.02202E+13,1272,Midwest,Michigan,67500,"House, apartment, flat",1,1,5085826,39,Female,White only,Married - spouse present,"Native, born in United States",Good,68,9994,998,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,225,0,0,30,0,0,0,0,720,0,0,465,0,0,0,0,0,"$50,000 - $75,000",Generation X (39-54),White only,Good,5.5-6 feet,>300,Master's or Doctoral Degree,,0,0,750,465,0,0,225
+,2022,2.02202E+13,1273,South,Texas,125000,"House, apartment, flat",1,1,4760741,70,Female,White only,Widowed,"Native, born in United States",Fair,69,180,26.6,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,180,50,0,0,105,0,555,36,30,384,0,0,100,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Fair,5.5-6 feet,180-200,Associate Degree,,0,105,641,414,0,0,280
+,2022,2.02202E+13,1274,South,West Virginia,32500,"House, apartment, flat",1,1,11892457,65,Male,White only,Married - spouse present,"Native, born in United States",Very good,66,160,25.8,10th grade,Tenth grade,Employed - absent,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,95,0,0,42,0,690,0,0,553,60,0,0,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Very good,5.5-6 feet,160-180,Some High School,,0,42,785,613,0,0,0
+,2022,2.02202E+13,1275,South,Kentucky,67500,"House, apartment, flat",1,1,3392602,73,Female,White only,Married - spouse present,"Native, born in United States",Good,60,160,31.2,Associate degree - occupational vocational,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,0,0,665,0,120,570,0,0,40,0,0,"$50,000 - $75,000",Silent (74-91),White only,Good,5-5.5 feet,160-180,Associate Degree,,0,0,710,690,0,0,40
+,2022,2.02202E+13,1276,Northeast,Pennsylvania,8750,"House, apartment, flat",1,1,46808263,63,Male,White only,Married - spouse present,"Native, born in United States",Fair,77,180,21.3,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,302,0,540,60,45,343,0,0,120,0,0,"Less than $10,000",Boomers (55-73),White only,Fair,6-6.5 feet,180-200,Graduated High School,,0,302,630,388,0,0,120
+,2022,2.02202E+13,1277,Midwest,Michigan,87500,"House, apartment, flat",1,1,5104412,55,Female,Black only,Divorced,"Native, born in United States",Good,66,172,27.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,105,0,660,0,0,675,0,0,0,0,0,"$75,000 - $100,000",Boomers (55-73),Black only,Good,5.5-6 feet,160-180,Bachelor's Degree,,0,105,660,675,0,0,0
+,2022,2.02202E+13,1278,Northeast,Massachusetts,55000,"House, apartment, flat",1,1,3773358,51,Male,White only,Never married,"Native, born in Puerto Rico or U.S. Outlying Area",Good,68,150,22.8,High school graduate - diploma,Twelfth grade,Employed - at work,No,Has vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,40,0,0,270,0,420,0,0,710,0,0,0,0,0,"$50,000 - $75,000",Generation X (39-54),White only,Good,5.5-6 feet,140-160,Graduated High School,,0,270,460,710,0,0,0
+,2022,2.02202E+13,1279,South,Mississippi,45000,"House, apartment, flat",1,1,9018844,71,Male,White only,Married - spouse present,"Native, born in United States",Good,70,220,31.6,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,80,0,575,0,0,375,0,0,65,0,255,"$30,000 - $50,000",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Associate Degree,,255,80,665,375,0,0,65
+,2022,2.02202E+13,1280,West,Nevada,32500,"House, apartment, flat",1,1,32771077,24,Female,White only,Never married,"Foreign born, not a U.S. citizen",NIU (Not in universe),,9999,999,Some college but no degree,College--three years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,10,0,0,560,0,720,0,0,120,30,0,0,0,0,"$30,000 - $50,000",Millennials (23-38),White only,"Other (Refused, Dont know, NIU)",,>300,Some College,,0,560,730,150,0,0,0
+,2022,2.02202E+13,1281,Midwest,Ohio,55000,"House, apartment, flat",1,1,26527162,34,Female,White only,Married - spouse present,"Native, born in United States",Very good,62,183,33.5,7th or 8th grade,Seventh through eighth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,114,0,0,85,0,0,368,0,578,0,25,80,0,0,10,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Very good,5-5.5 feet,180-200,Middle School or Less,,0,368,663,105,0,0,124
+,2022,2.02202E+13,1282,South,Louisiana,87500,"House, apartment, flat",1,1,5370200,15,Male,White only,Never married,"Native, born in United States",Excellent,73,170,22.4,9th grade,Ninth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,240,0,0,0,0,635,0,170,90,0,0,115,190,0,"$75,000 - $100,000",Generation Z (7-22),White only,Excellent,6-6.5 feet,160-180,Some High School,,0,0,875,260,0,190,115
+,2022,2.02202E+13,1283,Midwest,Ohio,17500,"House, apartment, flat",1,1,10651849,57,Male,White only,Never married,"Native, born in United States",Very good,69,205,30.3,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,90,45,0,0,5,0,695,0,0,565,0,20,20,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Very good,5.5-6 feet,200-300,Graduated High School,,0,5,740,565,0,0,130
+,2022,2.02202E+13,1284,Midwest,Michigan,125000,"House, apartment, flat",1,1,10591813,57,Female,White only,Married - spouse present,"Native, born in United States",Very good,63,111,19.7,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,245,60,65,0,0,185,0,497,0,0,194,180,0,14,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Very good,5-5.5 feet,100-120,Some College,,0,185,562,374,0,0,319
+,2022,2.02202E+13,1285,Northeast,Massachusetts,200000,"House, apartment, flat",1,1,8656258,31,Male,White-Asian,Married - spouse present,"Native, born in United States",Very good,70,177,25.4,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,165,0,0,40,0,0,20,0,505,0,0,150,0,0,0,0,560,"$150,000 and over",Millennials (23-38),Mixed,Very good,5.5-6 feet,160-180,Master's or Doctoral Degree,,560,20,545,150,0,0,165
+,2022,2.02202E+13,1286,South,Texas,200000,"House, apartment, flat",1,1,5986032,43,Female,White only,Married - spouse present,"Native, born in United States",Very good,68,160,24.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,120,0,60,20,0,0,220,0,600,0,0,160,60,0,200,0,0,"$150,000 and over",Generation X (39-54),White only,Very good,5.5-6 feet,160-180,Bachelor's Degree,,0,220,620,220,0,0,380
+,2022,2.02202E+13,1287,Northeast,Massachusetts,200000,"House, apartment, flat",1,1,9223105,48,Female,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Excellent,67,120,18.8,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,57,0,20,65,0,0,175,0,530,0,0,360,84,0,69,0,0,"$150,000 and over",Generation X (39-54),White only,Excellent,5.5-6 feet,120-140,Master's or Doctoral Degree,,0,175,595,444,0,0,146
+,2022,2.02202E+13,1288,Midwest,North Dakota,17500,"House, apartment, flat",1,1,3045691,69,Male,White only,Divorced,"Native, born in United States",Fair,65,125,20.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,70,0,0,163,0,557,0,0,588,0,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Fair,5-5.5 feet,120-140,Bachelor's Degree,,0,163,627,588,0,0,0
+,2022,2.02202E+13,1289,South,Kentucky,27500,"House, apartment, flat",1,1,4205683,66,Female,White only,Married - spouse present,"Native, born in United States",Very good,65,155,25.8,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,180,0,585,0,0,435,0,0,135,0,60,"$10,000 - $30,000",Boomers (55-73),White only,Very good,5-5.5 feet,140-160,Master's or Doctoral Degree,,60,180,630,435,0,0,135
+,2022,2.02202E+13,1290,South,Louisiana,87500,"House, apartment, flat",1,1,3921769,64,Female,White only,Married - spouse present,"Native, born in United States",Good,64,199,34.2,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,28,0,76,0,0,190,0,434,0,0,92,0,0,169,391,0,"$75,000 - $100,000",Boomers (55-73),White only,Good,5-5.5 feet,180-200,Graduated High School,,0,190,510,92,0,391,197
+,2022,2.02202E+13,1291,West,Nevada,200000,"House, apartment, flat",1,1,7545452,45,Male,White only,Married - spouse present,"Native, born in United States",Fair,66,193,31.1,12th grade - no diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,60,0,780,0,0,510,0,0,30,0,0,"$150,000 and over",Generation X (39-54),White only,Fair,5.5-6 feet,180-200,Some High School,,0,60,840,510,0,0,30
+,2022,2.02202E+13,1292,South,West Virginia,87500,"House, apartment, flat",1,1,6959032,53,Male,White only,Divorced,"Native, born in United States",Good,73,225,29.7,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,0,0,540,0,0,210,0,0,30,0,615,"$75,000 - $100,000",Generation X (39-54),White only,Good,6-6.5 feet,200-300,Graduated High School,,615,0,585,210,0,0,30
+,2022,2.02202E+13,1293,Midwest,Illinois,55000,"House, apartment, flat",1,1,6328836,39,Male,White only,Married - spouse present,"Native, born in United States",Fair,76,280,34.1,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,40,0,0,60,0,557,0,0,180,0,0,303,0,300,"$50,000 - $75,000",Generation X (39-54),White only,Fair,6-6.5 feet,200-300,Some College,,300,60,597,180,0,0,303
+,2022,2.02202E+13,1294,South,Texas,125000,"House, apartment, flat",1,1,20624959,33,Female,White only,Married - spouse present,"Native, born in United States",Very good,66,151,24.4,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,5,45,0,0,30,0,485,0,0,228,0,0,92,0,555,"$100,000 - $150,000",Millennials (23-38),White only,Very good,5.5-6 feet,140-160,Master's or Doctoral Degree,,555,30,530,228,0,0,97
+,2022,2.02202E+13,1295,South,Oklahoma,37500,"House, apartment, flat",1,1,14440190,60,Male,White only,Divorced,"Native, born in United States",Good,71,180,25.1,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,15,0,0,90,0,600,0,0,735,0,0,0,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Good,5.5-6 feet,180-200,Graduated High School,,0,90,615,735,0,0,0
+,2022,2.02202E+13,1296,Northeast,New York,45000,"House, apartment, flat",1,1,4996258,51,Female,Black only,Widowed,"Native, born in United States",Excellent,71,175,24.4,High school graduate - diploma,Twelfth grade,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,15,0,0,255,0,630,0,0,360,0,0,0,0,180,"$30,000 - $50,000",Generation X (39-54),Black only,Excellent,5.5-6 feet,160-180,Graduated High School,,180,255,645,360,0,0,0
+,2022,2.02202E+13,1297,South,Mississippi,87500,"House, apartment, flat",1,1,5632099,31,Male,White only,Married - spouse present,"Native, born in United States",Very good,66,340,54.9,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,210,0,0,90,0,0,30,0,570,0,200,60,0,0,20,0,260,"$75,000 - $100,000",Millennials (23-38),White only,Very good,5.5-6 feet,>300,Master's or Doctoral Degree,,260,30,660,260,0,0,230
+,2022,2.02202E+13,1298,Northeast,Pennsylvania,87500,"House, apartment, flat",1,1,9899020,57,Female,White only,Divorced,"Native, born in United States",Good,68,200,30.4,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,0,0,235,0,536,0,0,60,0,0,30,0,504,"$75,000 - $100,000",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Associate Degree,,504,235,611,60,0,0,30
+,2022,2.02202E+13,1299,South,Texas,27500,"House, apartment, flat",1,1,13474972,23,Female,White only,Never married,"Native, born in United States",Good,62,150,27.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,15,30,120,0,0,0,640,0,0,505,60,0,70,0,0,"$10,000 - $30,000",Millennials (23-38),White only,Good,5-5.5 feet,140-160,Bachelor's Degree,,0,0,670,565,120,0,85
+,2022,2.02202E+13,1300,Midwest,Indiana,32500,"House, apartment, flat",1,1,3321218,74,Female,White only,Widowed,"Native, born in United States",Very good,63,165,29.2,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,10,85,25,0,0,85,0,563,0,0,321,0,5,113,233,0,"$30,000 - $50,000",Silent (74-91),White only,Very good,5-5.5 feet,160-180,Some College,,0,85,588,321,0,233,213
+,2022,2.02202E+13,1301,South,Florida,87500,"House, apartment, flat",1,1,7243736,71,Female,White only,Widowed,"Native, born in United States",Very good,61,150,28.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,20,0,0,30,0,480,0,0,910,0,0,0,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Very good,5-5.5 feet,140-160,Bachelor's Degree,,0,30,500,910,0,0,0
+,2022,2.02202E+13,1302,South,Georgia,37500,"House, apartment, flat",1,1,17840658,44,Male,Black only,Divorced,"Foreign born, not a U.S. citizen",Very good,72,180,24.4,High school graduate - diploma,Twelfth grade,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,25,0,0,20,0,0,25,0,655,0,10,120,0,425,60,0,100,"$30,000 - $50,000",Generation X (39-54),Black only,Very good,6-6.5 feet,180-200,Graduated High School,,100,25,675,130,0,0,510
+,2022,2.02202E+13,1303,West,New Mexico,11250,"House, apartment, flat",1,1,15277186,20,Female,White only,Never married,"Native, born in United States",Good,64,168,28.8,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,30,360,0,105,0,685,0,0,180,0,0,20,0,0,"$10,000 - $30,000",Generation Z (7-22),White only,Good,5-5.5 feet,160-180,Some College,,0,105,715,180,360,0,80
+,2022,2.02202E+13,1304,West,California,55000,"House, apartment, flat",1,1,3700289,65,Female,White only,Widowed,"Native, born in United States",Good,62,125,22.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,350,0,335,0,0,60,0,0,45,0,560,"$50,000 - $75,000",Boomers (55-73),White only,Good,5-5.5 feet,120-140,Bachelor's Degree,,560,350,425,60,0,0,45
+,2022,2.02202E+13,1305,Northeast,Pennsylvania,87500,"House, apartment, flat",1,1,7590165,43,Female,White only,Divorced,"Native, born in United States",Poor,66,180,29,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,135,0,0,65,0,870,0,0,320,0,0,50,0,0,"$75,000 - $100,000",Generation X (39-54),White only,Poor,5.5-6 feet,180-200,Bachelor's Degree,,0,65,1005,320,0,0,50
+,2022,2.02202E+13,1306,Midwest,Wisconsin,45000,"House, apartment, flat",1,1,5393730,62,Male,White only,Married - spouse present,"Native, born in United States",Very good,69,175,25.8,Associate degree - occupational vocational,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,15,0,0,5,0,518,0,0,0,898,0,4,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Very good,5.5-6 feet,160-180,Associate Degree,,0,5,533,898,0,0,4
+,2022,2.02202E+13,1307,Northeast,New York,200000,"House, apartment, flat",1,1,9044598,63,Female,White only,Married - spouse present,"Native, born in United States",Very good,66,150,24.2,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,25,50,0,0,355,0,630,0,0,320,0,0,60,0,0,"$150,000 and over",Boomers (55-73),White only,Very good,5.5-6 feet,140-160,Associate Degree,,0,355,680,320,0,0,85
+,2022,2.02202E+13,1308,Midwest,Nebraska,17500,"House, apartment, flat",1,1,6635339,71,Female,White only,Divorced,"Native, born in United States",Very good,61,160,30.2,Some college but no degree,College--two years,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,55,45,0,0,295,0,586,0,0,414,0,0,45,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Very good,5-5.5 feet,160-180,Some College,,0,295,631,414,0,0,100
+,2022,2.02202E+13,1309,Midwest,Michigan,37500,"House, apartment, flat",1,1,5645965,63,Male,White only,Divorced,"Native, born in United States",Fair,67,175,27.4,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,15,0,780,0,0,585,0,0,0,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Fair,5.5-6 feet,160-180,Graduated High School,,0,15,840,585,0,0,0
+,2022,2.02202E+13,1310,West,Washington,32500,"House, apartment, flat",1,1,12126778,63,Male,White only,Married - spouse present,"Native, born in United States",Very good,68,200,30.4,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,60,0,660,0,0,480,60,0,180,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Very good,5.5-6 feet,200-300,Graduated High School,,0,60,660,540,0,0,180
+,2022,2.02202E+13,1311,West,Arizona,125000,"House, apartment, flat",1,1,16882857,41,Female,White only,Married - spouse present,"Native, born in United States",Very good,69,250,36.9,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,115,0,0,55,0,0,20,0,540,0,0,110,0,0,30,0,480,"$100,000 - $150,000",Generation X (39-54),White only,Very good,5.5-6 feet,200-300,Master's or Doctoral Degree,,480,20,595,110,0,0,145
+,2022,2.02202E+13,1312,Midwest,Ohio,200000,"House, apartment, flat",1,1,17648772,47,Female,Asian only,Never married,"Foreign born, U.S. citizen by naturalization",Very good,63,120,21.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,97,20,0,0,0,0,510,0,0,220,0,60,6,0,512,"$150,000 and over",Generation X (39-54),Asian only,Very good,5-5.5 feet,120-140,Bachelor's Degree,,512,0,530,220,0,0,163
+,2022,2.02202E+13,1313,Northeast,Pennsylvania,22500,"House, apartment, flat",1,1,15508806,77,Female,White only,Widowed,"Native, born in United States",Poor,66,108,17.4,10th grade,Tenth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,65,0,95,10,0,0,380,0,485,10,0,310,0,0,85,0,0,"$10,000 - $30,000",Silent (74-91),White only,Poor,5.5-6 feet,100-120,Some High School,,0,380,505,310,0,0,245
+,2022,2.02202E+13,1314,South,Oklahoma,55000,"House, apartment, flat",1,1,4792377,77,Female,White only,Married - spouse present,"Native, born in United States",Good,61,9996,998,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,45,105,0,0,345,0,660,0,0,245,0,0,40,0,0,"$50,000 - $75,000",Silent (74-91),White only,Good,5-5.5 feet,>300,Graduated High School,,0,345,765,245,0,0,85
+,2022,2.02202E+13,1315,South,Texas,11250,"House, apartment, flat",1,1,15534521,29,Female,White only,Married - spouse present,"Native, born in United States",Fair,64,135,23.2,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),Has vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,315,0,795,0,0,240,0,0,0,0,0,"$10,000 - $30,000",Millennials (23-38),White only,Fair,5-5.5 feet,120-140,Some College,,0,315,885,240,0,0,0
+,2022,2.02202E+13,1316,South,Louisiana,8750,"House, apartment, flat",1,1,7879205,63,Male,Black only,Never married,"Native, born in United States",Good,70,236,33.9,11th grade,Eleventh grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,5,0,0,0,0,630,0,0,795,0,0,10,0,0,"Less than $10,000",Boomers (55-73),Black only,Good,5.5-6 feet,200-300,Some High School,,0,0,635,795,0,0,10
+,2022,2.02202E+13,1317,Midwest,Illinois,45000,"House, apartment, flat",1,1,2640318,48,Female,Black only,Separated,"Native, born in United States",NIU (Not in universe),,9999,999,Associate degree - occupational vocational,College--three years,Employed - at work,No,Has vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,20,0,0,385,0,705,0,90,120,0,0,60,0,0,"$30,000 - $50,000",Generation X (39-54),Black only,"Other (Refused, Dont know, NIU)",,>300,Associate Degree,,0,385,725,210,0,0,120
+,2022,2.02202E+13,1318,South,Maryland,200000,"House, apartment, flat",1,1,6283214,39,Female,White only,Married - spouse present,"Native, born in United States",Good,64,145,24.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,30,0,15,75,0,0,15,0,612,0,0,420,80,0,160,0,0,"$150,000 and over",Generation X (39-54),White only,Good,5-5.5 feet,140-160,Bachelor's Degree,,0,15,687,500,0,0,205
+,2022,2.02202E+13,1319,South,Texas,55000,"House, apartment, flat",1,1,8475038,49,Male,White only,Divorced,"Native, born in United States",Good,72,340,46.1,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,135,0,0,60,0,585,0,0,585,0,0,75,0,0,"$50,000 - $75,000",Generation X (39-54),White only,Good,6-6.5 feet,>300,Master's or Doctoral Degree,,0,60,720,585,0,0,75
+,2022,2.02202E+13,1320,West,California,200000,"House, apartment, flat",1,1,10096057,56,Male,White only,Never married,"Native, born in United States",Good,67,280,43.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,60,0,0,135,15,570,0,0,390,0,0,20,0,240,"$150,000 and over",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Bachelor's Degree,,240,150,630,390,0,0,30
+,2022,2.02202E+13,1321,South,Virginia,200000,"House, apartment, flat",1,1,5500038,47,Male,White only,Married - spouse present,"Native, born in United States",Good,70,210,30.1,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,270,0,0,90,0,0,240,0,630,0,0,210,0,0,0,0,0,"$150,000 and over",Generation X (39-54),White only,Good,5.5-6 feet,200-300,Master's or Doctoral Degree,,0,240,720,210,0,0,270
+,2022,2.02202E+13,1322,West,Colorado,55000,"House, apartment, flat",1,1,5407466,28,Female,White only,Never married,"Native, born in United States",Very good,64,113,19.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,105,120,0,0,45,0,600,0,0,350,0,0,220,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Very good,5-5.5 feet,100-120,Bachelor's Degree,,0,45,720,350,0,0,325
+,2022,2.02202E+13,1323,Northeast,Massachusetts,45000,"House, apartment, flat",1,1,2813434,80,Female,White only,Never married,"Native, born in United States",Very good,61,123,23.2,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,100,0,0,211,0,431,0,0,375,39,20,234,0,0,"$30,000 - $50,000",Silent (74-91),White only,Very good,5-5.5 feet,120-140,Master's or Doctoral Degree,,0,211,531,414,0,0,284
+,2022,2.02202E+13,1324,Midwest,Minnesota,125000,"House, apartment, flat",1,1,7525625,19,Male,White only,Never married,"Native, born in United States",Good,70,240,34.4,Some college but no degree,College--one year,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,105,210,0,165,0,690,0,0,270,0,0,0,0,0,"$100,000 - $150,000",Generation Z (7-22),White only,Good,5.5-6 feet,200-300,Some College,,0,165,795,270,210,0,0
+,2022,2.02202E+13,1325,South,South Carolina,55000,"House, apartment, flat",1,1,14369108,15,Female,White only,Never married,"Native, born in United States",Good,62,130,23.8,7th or 8th grade,Seventh through eighth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,70,485,0,0,0,630,0,0,175,0,0,80,0,0,"$50,000 - $75,000",Generation Z (7-22),White only,Good,5-5.5 feet,120-140,Middle School or Less,,0,0,700,175,485,0,80
+,2022,2.02202E+13,1326,Northeast,New Jersey,67500,"House, apartment, flat",1,1,12312717,63,Female,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Good,65,154,25.6,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,467,0,35,0,0,115,0,425,0,0,353,0,20,25,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Good,5-5.5 feet,140-160,Some College,,0,115,460,353,0,0,512
+,2022,2.02202E+13,1327,South,North Carolina,45000,"House, apartment, flat",1,1,9110913,28,Female,Black only,Never married,"Native, born in United States",Fair,60,215,42,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,240,90,0,0,0,0,655,0,0,180,0,0,275,0,0,"$30,000 - $50,000",Millennials (23-38),Black only,Fair,5-5.5 feet,200-300,Graduated High School,,0,0,745,180,0,0,515
+,2022,2.02202E+13,1328,South,North Carolina,67500,"House, apartment, flat",1,1,17118680,28,Male,Black only,Married - spouse present,"Native, born in United States",Very good,72,190,25.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,120,0,660,0,90,450,0,0,0,0,0,"$50,000 - $75,000",Millennials (23-38),Black only,Very good,6-6.5 feet,180-200,Bachelor's Degree,,0,120,780,540,0,0,0
+,2022,2.02202E+13,1329,Midwest,Ohio,45000,"House, apartment, flat",1,1,15842477,45,Female,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Good,62,172,31.5,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,85,0,0,45,0,0,250,0,400,0,0,455,90,5,110,0,0,"$30,000 - $50,000",Generation X (39-54),White only,Good,5-5.5 feet,160-180,Some College,,0,250,445,545,0,0,200
+,2022,2.02202E+13,1330,Midwest,Wisconsin,87500,"House, apartment, flat",1,1,10526049,37,Female,White only,Married - spouse present,"Native, born in United States",Very good,65,175,29.1,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,25,0,0,30,0,0,0,0,525,0,0,110,0,0,60,0,655,"$75,000 - $100,000",Millennials (23-38),White only,Very good,5-5.5 feet,160-180,Master's or Doctoral Degree,,655,0,555,110,0,0,85
+,2022,2.02202E+13,1331,West,California,27500,"House, apartment, flat",1,1,3944244,62,Female,White only,Divorced,"Foreign born, U.S. citizen by naturalization",Fair,65,155,25.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,57,15,16,0,0,23,0,551,0,0,694,0,0,11,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Fair,5-5.5 feet,140-160,Bachelor's Degree,,0,23,567,694,0,0,83
+,2022,2.02202E+13,1332,South,North Carolina,67500,"House, apartment, flat",1,1,18708636,71,Female,White only,Widowed,"Native, born in United States",Good,65,112,18.6,10th grade,Tenth grade,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,0,0,135,0,755,0,0,475,0,0,0,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Good,5-5.5 feet,100-120,Some High School,,0,135,830,475,0,0,0
+,2022,2.02202E+13,1333,Northeast,New York,200000,"House, apartment, flat",1,1,8848738,16,Male,White only,Never married,"Native, born in United States",Very good,70,140,20.1,9th grade,Ninth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,75,300,0,0,0,690,0,0,270,0,0,95,0,0,"$150,000 and over",Generation Z (7-22),White only,Very good,5.5-6 feet,140-160,Some High School,,0,0,765,270,300,0,105
+,2022,2.02202E+13,1334,Midwest,Ohio,27500,"House, apartment, flat",1,1,6338758,70,Female,White only,Divorced,"Native, born in United States",Good,62,190,34.7,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,105,0,0,180,0,0,200,0,720,0,0,175,0,60,0,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Good,5-5.5 feet,180-200,Graduated High School,,0,200,900,175,0,0,165
+,2022,2.02202E+13,1335,South,North Carolina,37500,"House, apartment, flat",1,1,12077547,22,Female,Black only,Never married,"Native, born in United States",Good,63,134,23.7,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,10,0,5,0,0,10,0,600,0,0,770,0,5,40,0,0,"$30,000 - $50,000",Millennials (23-38),Black only,Good,5-5.5 feet,120-140,Graduated High School,,0,10,605,770,0,0,55
+,2022,2.02202E+13,1336,Northeast,New York,37500,"House, apartment, flat",1,1,5367337,80,Female,White only,Married - spouse present,"Native, born in United States",Very good,63,169,29.9,Some college but no degree,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,7,90,0,0,255,0,658,0,60,252,0,0,32,60,0,"$30,000 - $50,000",Silent (74-91),White only,Very good,5-5.5 feet,160-180,Some College,,0,255,748,312,0,60,39
+,2022,2.02202E+13,1337,Midwest,Wisconsin,125000,"House, apartment, flat",1,1,5240164,62,Female,White only,Married - spouse present,"Native, born in United States",Very good,60,160,31.2,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,60,0,0,120,0,390,0,0,180,180,0,60,0,420,"$100,000 - $150,000",Boomers (55-73),White only,Very good,5-5.5 feet,160-180,Associate Degree,,420,120,450,360,0,0,90
+,2022,2.02202E+13,1338,Midwest,Wisconsin,2500,"House, apartment, flat",1,1,20138790,27,Male,White only,Never married,"Native, born in United States",Excellent,71,167,23.3,11th grade,Eleventh grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,5,45,0,0,15,0,550,0,0,180,0,0,32,0,613,"Less than $10,000",Millennials (23-38),White only,Excellent,5.5-6 feet,160-180,Some High School,,613,15,595,180,0,0,37
+,2022,2.02202E+13,1339,West,Utah,27500,"House, apartment, flat",1,1,24479494,19,Male,White only,Never married,"Native, born abroad of American parent or parents",Excellent,72,240,32.5,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,32,0,0,0,0,783,0,0,0,120,0,55,0,450,"$10,000 - $30,000",Generation Z (7-22),White only,Excellent,6-6.5 feet,200-300,Graduated High School,,450,0,815,120,0,0,55
+,2022,2.02202E+13,1340,South,Louisiana,32500,Mobile home or trailer with no permanent room added,1,1,3571853,72,Female,White only,Married - spouse present,"Native, born in United States",Good,67,152,23.8,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,100,0,0,75,0,570,0,270,375,0,0,20,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Good,5.5-6 feet,140-160,Graduated High School,,0,75,670,645,0,0,20
+,2022,2.02202E+13,1341,Midwest,Ohio,45000,"House, apartment, flat",1,1,8800546,73,Female,White only,Married - spouse present,"Native, born in United States",Very good,64,115,19.7,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,15,0,0,45,0,440,90,0,285,0,30,86,449,0,"$30,000 - $50,000",Silent (74-91),White only,Very good,5-5.5 feet,100-120,Some College,,0,45,545,285,0,449,116
+,2022,2.02202E+13,1342,Midwest,Indiana,87500,"House, apartment, flat",1,1,5520593,67,Male,White only,Married - spouse present,"Native, born in United States",Very good,69,240,35.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,20,0,0,250,0,510,0,0,540,0,0,60,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Very good,5.5-6 feet,200-300,Bachelor's Degree,,0,250,530,540,0,0,120
+,2022,2.02202E+13,1343,Northeast,New York,125000,"House, apartment, flat",1,1,8157406,52,Female,White only,Married - spouse present,"Native, born in United States",Good,62,190,34.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,285,0,695,0,0,415,0,0,0,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Good,5-5.5 feet,180-200,Bachelor's Degree,,0,285,740,415,0,0,0
+,2022,2.02202E+13,1344,Midwest,Iowa,22500,"House, apartment, flat",1,1,6792713,17,Male,White only,Never married,"Native, born in United States",Good,67,220,34.5,10th grade,Tenth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,15,0,15,0,0,13,0,675,0,0,670,0,0,52,0,0,"$10,000 - $30,000",Generation Z (7-22),White only,Good,5.5-6 feet,200-300,Some High School,,0,13,690,670,0,0,67
+,2022,2.02202E+13,1345,West,Oregon,200000,"House, apartment, flat",1,1,4422064,68,Male,White only,Married - spouse present,"Native, born in United States",Very good,70,170,24.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,165,0,0,225,0,540,0,0,270,120,60,30,0,0,"$150,000 and over",Boomers (55-73),White only,Very good,5.5-6 feet,160-180,Bachelor's Degree,,0,225,705,390,0,0,120
+,2022,2.02202E+13,1346,Midwest,Illinois,55000,"House, apartment, flat",1,1,5567610,60,Female,White only,Married - spouse present,"Native, born in United States",Poor,64,175,30,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,30,0,90,0,0,30,0,960,0,0,300,0,0,30,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Poor,5-5.5 feet,160-180,Some College,,0,30,1050,300,0,0,60
+,2022,2.02202E+13,1347,Northeast,Pennsylvania,45000,"House, apartment, flat",1,1,7406222,16,Male,Asian only,Never married,"Native, born in United States",Good,65,115,19.1,9th grade,Ninth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,40,42,0,0,55,0,795,0,25,450,25,0,8,0,0,"$30,000 - $50,000",Generation Z (7-22),Asian only,Good,5-5.5 feet,100-120,Some High School,,0,55,837,500,0,0,48
+,2022,2.02202E+13,1348,West,California,87500,"House, apartment, flat",1,1,12909214,56,Male,White only,Divorced,"Native, born in United States",Very good,73,200,26.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,45,0,465,90,0,180,0,0,75,0,525,"$75,000 - $100,000",Boomers (55-73),White only,Very good,6-6.5 feet,200-300,Bachelor's Degree,,525,45,615,180,0,0,75
+,2022,2.02202E+13,1349,West,California,87500,"House, apartment, flat",1,1,1543216,66,Female,White only,Never married,"Native, born in United States",Fair,63,235,41.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,0,0,75,0,645,0,0,570,0,60,0,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Fair,5-5.5 feet,200-300,Bachelor's Degree,,0,75,720,570,0,0,60
+,2022,2.02202E+13,1350,South,Tennessee,32500,"House, apartment, flat",1,1,4935321,47,Female,Black only,Widowed,"Native, born in United States",Fair,64,9997,998,Associate degree - occupational vocational,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,0,0,470,0,10,162,0,0,60,0,693,"$30,000 - $50,000",Generation X (39-54),Black only,Fair,5-5.5 feet,>300,Associate Degree,,693,0,515,172,0,0,60
+,2022,2.02202E+13,1351,West,Hawaii,200000,"House, apartment, flat",1,1,9523512,56,Female,Asian only,Married - spouse present,"Native, born in United States",Very good,63,114,20.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,95,0,0,10,0,525,0,0,495,45,0,0,0,270,"$150,000 and over",Boomers (55-73),Asian only,Very good,5-5.5 feet,100-120,Bachelor's Degree,,270,10,620,540,0,0,0
+,2022,2.02202E+13,1352,West,California,200000,"House, apartment, flat",1,1,5786660,28,Male,Black only,Never married,"Native, born in United States",Very good,76,200,24.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,105,0,0,80,0,885,0,0,350,0,0,20,0,0,"$150,000 and over",Millennials (23-38),Black only,Very good,6-6.5 feet,200-300,Bachelor's Degree,,0,80,990,350,0,0,20
+,2022,2.02202E+13,1353,Midwest,Michigan,27500,"House, apartment, flat",1,1,4119186,80,Female,White only,Widowed,"Native, born in United States",Excellent,68,178,27.1,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,5,0,0,2,0,420,0,120,763,0,0,70,0,0,"$10,000 - $30,000",Silent (74-91),White only,Excellent,5.5-6 feet,160-180,Graduated High School,,0,2,425,883,0,0,130
+,2022,2.02202E+13,1354,Northeast,Connecticut,200000,"House, apartment, flat",1,1,4477731,69,Male,White only,Widowed,"Native, born in United States",Good,67,170,26.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,90,0,560,0,0,590,90,0,20,0,0,"$150,000 and over",Boomers (55-73),White only,Good,5.5-6 feet,160-180,Bachelor's Degree,,0,90,650,680,0,0,20
+,2022,2.02202E+13,1355,Midwest,Kansas,55000,"House, apartment, flat",1,1,5002412,61,Female,White only,Never married,"Native, born in United States",Very good,68,158,24,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,65,0,0,15,0,570,0,0,165,0,0,105,0,520,"$50,000 - $75,000",Boomers (55-73),White only,Very good,5.5-6 feet,140-160,Master's or Doctoral Degree,,520,15,635,165,0,0,105
+,2022,2.02202E+13,1356,Northeast,New Jersey,200000,"House, apartment, flat",1,1,10602694,64,Female,White only,Married - spouse present,"Native, born in United States",Very good,66,145,23.4,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,0,0,540,0,0,225,45,0,85,0,515,"$150,000 and over",Boomers (55-73),White only,Very good,5.5-6 feet,140-160,Master's or Doctoral Degree,,515,0,570,270,0,0,85
+,2022,2.02202E+13,1357,Midwest,Ohio,125000,"House, apartment, flat",1,1,12277028,74,Female,White only,Married - spouse present,"Native, born in United States",Fair,64,165,28.3,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,15,105,0,0,30,0,560,0,0,120,0,0,85,0,525,"$100,000 - $150,000",Silent (74-91),White only,Fair,5-5.5 feet,160-180,Some College,,525,30,665,120,0,0,100
+,2022,2.02202E+13,1358,Northeast,Pennsylvania,27500,"House, apartment, flat",1,1,17571383,74,Female,White only,Married - spouse present,"Native, born in United States",Good,60,110,21.5,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,235,0,665,0,0,360,0,90,0,0,0,"$10,000 - $30,000",Silent (74-91),White only,Good,5-5.5 feet,100-120,Graduated High School,,0,235,755,360,0,0,90
+,2022,2.02202E+13,1359,South,Tennessee,27500,"House, apartment, flat",1,1,2221976,64,Male,White only,Divorced,"Native, born in United States",Very good,74,230,29.5,Some college but no degree,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,15,75,0,0,80,0,450,0,158,637,0,0,25,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Very good,6-6.5 feet,200-300,Some College,,0,80,525,795,0,0,40
+,2022,2.02202E+13,1360,South,Texas,32500,"House, apartment, flat",1,1,27560303,36,Male,White only,Never married,"Native, born in United States",Good,72,160,21.7,Some college but no degree,College--one year,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,2,0,0,0,0,530,0,392,0,0,145,0,199,62,0,0,"$30,000 - $50,000",Millennials (23-38),White only,Good,6-6.5 feet,160-180,Some College,,0,530,392,145,0,0,263
+,2022,2.02202E+13,1361,South,Florida,200000,"House, apartment, flat",1,1,4983853,79,Female,White only,Married - spouse present,"Native, born in United States",Very good,66,140,22.6,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,30,0,30,145,0,0,215,0,530,0,0,355,120,0,15,0,0,"$150,000 and over",Silent (74-91),White only,Very good,5.5-6 feet,140-160,Master's or Doctoral Degree,,0,215,675,475,0,0,75
+,2022,2.02202E+13,1362,Midwest,Michigan,125000,"House, apartment, flat",1,1,21262987,38,Male,White only,Married - spouse present,"Native, born in United States",Very good,72,165,22.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,530,0,0,45,0,0,105,0,500,0,0,240,0,0,10,0,10,"$100,000 - $150,000",Generation X (39-54),White only,Very good,6-6.5 feet,160-180,Bachelor's Degree,,10,105,545,240,0,0,540
+,2022,2.02202E+13,1363,Midwest,Indiana,200000,"House, apartment, flat",1,1,12129917,41,Male,White only,Married - spouse present,"Native, born in United States",Good,70,230,33,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,20,60,0,0,40,0,540,0,0,260,0,0,10,0,510,"$150,000 and over",Generation X (39-54),White only,Good,5.5-6 feet,200-300,Associate Degree,,510,40,600,260,0,0,30
+,2022,2.02202E+13,1364,South,Florida,27500,"House, apartment, flat",1,1,3403326,74,Female,Black only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Very good,66,196,31.6,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,190,30,0,0,135,0,840,0,0,0,0,0,245,0,0,"$10,000 - $30,000",Silent (74-91),Black only,Very good,5.5-6 feet,180-200,Some College,,0,135,870,0,0,0,435
+,2022,2.02202E+13,1365,South,Texas,22500,"House, apartment, flat",1,1,13542754,32,Female,Black only,Never married,"Native, born in United States",Excellent,65,160,26.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,5,60,0,0,120,0,565,0,0,668,0,0,22,0,0,"$10,000 - $30,000",Millennials (23-38),Black only,Excellent,5-5.5 feet,160-180,Bachelor's Degree,,0,120,625,668,0,0,27
+,2022,2.02202E+13,1366,South,Mississippi,11250,"House, apartment, flat",1,1,2812019,44,Female,Black only,Separated,"Native, born in United States",Fair,67,200,31.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,No difficulty remembering,0,450,60,20,0,0,60,0,720,0,0,60,0,0,70,0,0,"$10,000 - $30,000",Generation X (39-54),Black only,Fair,5.5-6 feet,200-300,Bachelor's Degree,,0,60,740,60,0,0,580
+,2022,2.02202E+13,1367,Midwest,Kansas,87500,"House, apartment, flat",1,1,8744689,56,Male,White only,Married - spouse present,"Native, born in United States",Good,70,178,25.5,Associate degree - occupational vocational,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,2,0,105,0,0,30,0,390,0,0,90,0,0,138,0,685,"$75,000 - $100,000",Boomers (55-73),White only,Good,5.5-6 feet,160-180,Associate Degree,,685,30,495,90,0,0,140
+,2022,2.02202E+13,1368,West,Oregon,67500,"House, apartment, flat",1,1,14433539,16,Male,Black only,Never married,"Native, born in United States",Very good,68,145,22,10th grade,Tenth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,0,0,10,0,1050,0,0,90,200,0,15,0,0,"$50,000 - $75,000",Generation Z (7-22),Black only,Very good,5.5-6 feet,140-160,Some High School,,0,10,1125,290,0,0,15
+,2022,2.02202E+13,1369,South,Alabama,55000,Mobile home or trailer with no permanent room added,1,1,2766830,53,Female,Black only,Divorced,"Native, born in United States",Very good,63,150,26.6,Associate degree - academic program,College--four years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,32,30,0,0,281,180,768,0,0,50,0,0,99,0,0,"$50,000 - $75,000",Generation X (39-54),Black only,Very good,5-5.5 feet,140-160,Associate Degree,,0,461,798,50,0,0,131
+,2022,2.02202E+13,1370,South,Georgia,37500,"House, apartment, flat",1,1,10143789,43,Male,White only,Married - spouse absent,"Foreign born, not a U.S. citizen",Very good,69,180,26.6,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,53,55,0,0,55,0,533,0,0,175,30,0,14,0,525,"$30,000 - $50,000",Generation X (39-54),White only,Very good,5.5-6 feet,180-200,Some College,,525,55,588,205,0,0,67
+,2022,2.02202E+13,1371,South,Oklahoma,67500,"House, apartment, flat",1,1,15466127,50,Male,White only,Divorced,"Native, born in United States",Poor,68,210,31.9,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,5,0,0,0,0,475,0,0,0,0,0,70,0,890,"$50,000 - $75,000",Generation X (39-54),White only,Poor,5.5-6 feet,200-300,Master's or Doctoral Degree,,890,0,480,0,0,0,70
+,2022,2.02202E+13,1372,Northeast,New Jersey,27500,"House, apartment, flat",1,1,15635103,26,Male,White only,Married - spouse present,"Native, born in United States",Good,67,235,36.8,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,35,60,0,110,0,605,0,0,10,0,0,63,0,557,"$10,000 - $30,000",Millennials (23-38),White only,Good,5.5-6 feet,200-300,Graduated High School,,557,110,640,10,60,0,63
+,2022,2.02202E+13,1373,West,Washington,2500,"House, apartment, flat",1,1,8847361,32,Female,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Excellent,,9996,998,9th grade,Ninth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,30,0,0,120,0,0,30,0,870,0,0,390,0,0,0,0,0,"Less than $10,000",Millennials (23-38),White only,Excellent,,>300,Some High School,,0,30,990,390,0,0,30
+,2022,2.02202E+13,1374,South,Virginia,87500,"House, apartment, flat",1,1,15098109,34,Male,Black only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Good,74,255,32.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,120,0,90,90,0,0,105,0,480,0,0,515,0,0,40,0,0,"$75,000 - $100,000",Millennials (23-38),Black only,Good,6-6.5 feet,200-300,Bachelor's Degree,,0,105,570,515,0,0,250
+,2022,2.02202E+13,1375,South,Tennessee,87500,"House, apartment, flat",1,1,13309232,75,Female,"American Indian, Alaskan Native",Married - spouse present,"Native, born in United States",Very good,67,215,33.7,Some college but no degree,College--three years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,220,0,555,0,0,575,0,0,0,0,0,"$75,000 - $100,000",Silent (74-91),"American Indian, Alaskan Native",Very good,5.5-6 feet,200-300,Some College,,0,220,645,575,0,0,0
+,2022,2.02202E+13,1376,Midwest,Illinois,8750,"House, apartment, flat",1,1,44322824,22,Male,Asian only,Never married,"Native, born in United States",Very good,68,190,28.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,180,0,55,0,659,0,0,45,0,0,126,0,300,"Less than $10,000",Millennials (23-38),Asian only,Very good,5.5-6 feet,180-200,Bachelor's Degree,,300,55,734,45,180,0,126
+,2022,2.02202E+13,1377,West,California,200000,"House, apartment, flat",1,1,44500714,26,Female,Asian only,Never married,"Native, born in United States",Good,63,148,26.2,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,0,0,540,60,0,270,0,0,0,0,480,"$150,000 and over",Millennials (23-38),Asian only,Good,5-5.5 feet,140-160,Master's or Doctoral Degree,,480,0,690,270,0,0,0
+,2022,2.02202E+13,1378,South,Oklahoma,32500,"House, apartment, flat",1,1,7244791,28,Male,White only,Never married,"Native, born in United States",Good,71,280,39,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,118,0,0,5,0,600,0,0,435,0,0,47,0,235,"$30,000 - $50,000",Millennials (23-38),White only,Good,5.5-6 feet,200-300,Master's or Doctoral Degree,,235,5,718,435,0,0,47
+,2022,2.02202E+13,1379,Northeast,Maine,125000,"House, apartment, flat",1,1,19579492,39,Male,White only,Married - spouse present,"Native, born abroad of American parent or parents",Very good,71,230,32.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,20,0,0,15,0,510,0,0,360,30,5,30,0,470,"$100,000 - $150,000",Generation X (39-54),White only,Very good,5.5-6 feet,200-300,Bachelor's Degree,,470,15,530,390,0,0,35
+,2022,2.02202E+13,1380,South,Mississippi,125000,"House, apartment, flat",1,1,9507692,59,Female,White only,Married - spouse present,"Native, born in United States",Fair,64,180,30.9,Some college but no degree,College--four years,Employed - at work,No,Has vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,5,3,75,135,0,0,0,0,480,0,0,138,0,0,117,0,487,"$100,000 - $150,000",Boomers (55-73),White only,Fair,5-5.5 feet,180-200,Some College,,487,0,615,138,0,0,200
+,2022,2.02202E+13,1381,West,California,125000,"House, apartment, flat",1,1,6895500,74,Female,White only,Divorced,"Native, born in United States",Good,64,114,19.6,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,265,0,0,35,0,895,0,0,120,0,0,125,0,0,"$100,000 - $150,000",Silent (74-91),White only,Good,5-5.5 feet,100-120,Master's or Doctoral Degree,,0,35,1160,120,0,0,125
+,2022,2.02202E+13,1382,West,Idaho,13750,Mobile home or trailer with no permanent room added,1,1,10997807,59,Male,White only,Divorced,"Native, born in United States",Good,68,155,23.6,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,Has difficulty remembering,0,0,10,45,0,0,205,0,434,0,0,626,60,0,60,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Good,5.5-6 feet,140-160,Graduated High School,,0,205,479,686,0,0,70
+,2022,2.02202E+13,1383,Midwest,Michigan,125000,"House, apartment, flat",1,1,6207151,56,Female,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Very good,64,168,28.8,Associate degree - academic program,College--four years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,45,0,0,330,0,675,0,0,90,50,30,40,0,45,"$100,000 - $150,000",Boomers (55-73),White only,Very good,5-5.5 feet,160-180,Associate Degree,,45,330,720,140,0,0,130
+,2022,2.02202E+13,1384,South,Delaware,55000,"House, apartment, flat",1,1,22798833,34,Female,White only,Divorced,"Native, born in United States",Good,64,180,30.9,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,25,0,60,100,0,0,325,0,785,0,0,115,0,0,30,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Good,5-5.5 feet,180-200,Some College,,0,325,885,115,0,0,115
+,2022,2.02202E+13,1385,South,Tennessee,87500,"House, apartment, flat",1,1,7042646,41,Female,White only,Married - spouse present,"Native, born in United States",Good,68,185,28.1,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,120,0,300,120,0,0,230,0,630,0,0,0,0,0,40,0,0,"$75,000 - $100,000",Generation X (39-54),White only,Good,5.5-6 feet,180-200,Master's or Doctoral Degree,,0,230,750,0,0,0,460
+,2022,2.02202E+13,1386,South,Oklahoma,55000,"House, apartment, flat",1,1,6847784,28,Female,White only,Married - spouse present,"Native, born in United States",Very good,64,150,25.7,Some college but no degree,College--two years,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,10,0,0,448,0,600,0,105,93,45,0,54,70,15,"$50,000 - $75,000",Millennials (23-38),White only,Very good,5-5.5 feet,140-160,Some College,,15,448,610,243,0,70,54
+,2022,2.02202E+13,1387,Midwest,Nebraska,200000,"House, apartment, flat",1,1,7861599,59,Female,White only,Married - spouse present,"Native, born in United States",Very good,64,170,29.2,Associate degree - occupational vocational,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,80,0,0,40,0,465,0,0,275,30,0,50,0,500,"$150,000 and over",Boomers (55-73),White only,Very good,5-5.5 feet,160-180,Associate Degree,,500,40,545,305,0,0,50
+,2022,2.02202E+13,1388,Midwest,Minnesota,55000,"House, apartment, flat",1,1,29905309,74,Male,White only,Married - spouse present,"Native, born in United States",NIU (Not in universe),,9999,999,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,15,40,0,0,100,0,775,0,0,480,30,0,0,0,0,"$50,000 - $75,000",Silent (74-91),White only,"Other (Refused, Dont know, NIU)",,>300,Graduated High School,,0,100,815,510,0,0,15
+,2022,2.02202E+13,1389,South,Virginia,55000,"House, apartment, flat",1,1,26765085,33,Male,White only,Never married,"Native, born in United States",Fair,56,151,33.8,Less than 1st grade,Less than first grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,240,15,130,0,0,0,0,230,0,0,125,0,5,140,0,555,"$50,000 - $75,000",Millennials (23-38),White only,Fair,0-5 feet,140-160,Middle School or Less,,555,0,360,125,0,0,400
+,2022,2.02202E+13,1390,Midwest,Illinois,200000,"House, apartment, flat",1,1,52710286,38,Male,White only,Married - spouse present,"Native, born in United States",Good,71,268,37.4,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,0,0,450,0,0,180,0,15,75,0,600,"$150,000 and over",Generation X (39-54),White only,Good,5.5-6 feet,200-300,Associate Degree,,600,0,570,180,0,0,90
+,2022,2.02202E+13,1391,West,Arizona,37500,"House, apartment, flat",1,1,10537966,32,Male,White only,Never married,"Native, born in United States",Fair,76,210,25.6,Some college but no degree,College--one year,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,0,0,135,0,596,0,0,0,0,0,34,0,600,"$30,000 - $50,000",Millennials (23-38),White only,Fair,6-6.5 feet,200-300,Some College,,600,135,671,0,0,0,34
+,2022,2.02202E+13,1392,Northeast,New Jersey,125000,"House, apartment, flat",1,1,6327578,30,Female,White only,Married - spouse present,"Native, born in United States",Very good,62,135,24.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,120,0,0,40,0,0,305,0,835,0,0,140,0,0,0,0,0,"$100,000 - $150,000",Millennials (23-38),White only,Very good,5-5.5 feet,120-140,Bachelor's Degree,,0,305,875,140,0,0,120
+,2022,2.02202E+13,1393,West,California,200000,"House, apartment, flat",1,1,37092110,32,Female,White only,Married - spouse present,"Native, born in United States",NIU (Not in universe),,9999,999,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,101,0,20,45,0,0,10,0,510,0,0,208,0,0,35,0,511,"$150,000 and over",Millennials (23-38),White only,"Other (Refused, Dont know, NIU)",,>300,Bachelor's Degree,,511,10,555,208,0,0,156
+,2022,2.02202E+13,1394,South,Texas,87500,"House, apartment, flat",1,1,10859837,80,Male,Asian only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Fair,66,172,27.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,105,0,0,0,0,480,0,120,705,30,0,0,0,0,"$75,000 - $100,000",Silent (74-91),Asian only,Fair,5.5-6 feet,160-180,Bachelor's Degree,,0,0,585,855,0,0,0
+,2022,2.02202E+13,1395,Midwest,Ohio,87500,"House, apartment, flat",1,1,11527771,19,Male,White only,Never married,"Native, born in United States",Good,74,270,34.7,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,0,0,940,0,0,0,340,0,160,0,0,"$75,000 - $100,000",Generation Z (7-22),White only,Good,6-6.5 feet,200-300,Graduated High School,,0,0,940,340,0,0,160
+,2022,2.02202E+13,1396,South,Florida,200000,"House, apartment, flat",1,1,6660113,50,Male,White only,Married - spouse present,"Native, born in United States",Very good,68,190,28.9,High school graduate - GED,Tenth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,110,0,540,0,60,630,0,0,40,0,0,"$150,000 and over",Generation X (39-54),White only,Very good,5.5-6 feet,180-200,Graduated High School,,0,110,600,690,0,0,40
+,2022,2.02202E+13,1397,South,Georgia,45000,"House, apartment, flat",1,1,27272498,71,Female,Black only,Married - spouse present,"Native, born in United States",Excellent,61,173,32.7,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,395,0,695,0,0,255,0,65,0,0,0,"$30,000 - $50,000",Boomers (55-73),Black only,Excellent,5-5.5 feet,160-180,Graduated High School,,0,395,725,255,0,0,65
+,2022,2.02202E+13,1398,Midwest,Wisconsin,2500,"House, apartment, flat",1,1,12634502,20,Male,White only,Never married,"Native, born in United States",Good,70,135,19.4,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,5,40,0,0,10,0,740,0,0,625,0,0,20,0,0,"Less than $10,000",Generation Z (7-22),White only,Good,5.5-6 feet,120-140,Graduated High School,,0,10,780,625,0,0,25
+,2022,2.02202E+13,1399,South,Georgia,67500,"House, apartment, flat",1,1,7294491,52,Female,White only,Married - spouse present,"Native, born in United States",Good,68,178,27.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,50,0,0,38,0,660,0,0,692,0,0,0,0,0,"$50,000 - $75,000",Generation X (39-54),White only,Good,5.5-6 feet,160-180,Bachelor's Degree,,0,38,710,692,0,0,0
+,2022,2.02202E+13,1400,South,North Carolina,125000,"House, apartment, flat",1,1,8466691,43,Female,White only,Married - spouse present,"Native, born in United States",Good,62,181,33.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,70,0,0,0,0,535,0,0,75,0,0,30,0,730,"$100,000 - $150,000",Generation X (39-54),White only,Good,5-5.5 feet,180-200,Bachelor's Degree,,730,0,605,75,0,0,30
+,2022,2.02202E+13,1401,South,Virginia,125000,"House, apartment, flat",1,1,26591738,20,Female,Asian only,Never married,"Native, born in United States",Very good,63,132,23.4,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,5,350,0,5,0,630,0,0,0,0,0,180,0,270,"$100,000 - $150,000",Generation Z (7-22),Asian only,Very good,5-5.5 feet,120-140,Some College,,270,5,635,0,350,0,180
+,2022,2.02202E+13,1402,South,Texas,125000,"House, apartment, flat",1,1,10969318,49,Female,White-Asian,Married - spouse present,"Native, born abroad of American parent or parents",Very good,63,186,32.9,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,5,0,105,55,0,0,15,0,640,0,0,505,0,0,115,0,0,"$100,000 - $150,000",Generation X (39-54),Mixed,Very good,5-5.5 feet,180-200,Master's or Doctoral Degree,,0,15,695,505,0,0,225
+,2022,2.02202E+13,1403,South,Tennessee,55000,Mobile home or trailer with no permanent room added,1,1,22053810,34,Female,White only,Divorced,"Native, born in United States",NIU (Not in universe),,9999,999,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,299,0,165,90,0,0,5,0,575,0,0,230,0,0,76,0,0,"$50,000 - $75,000",Millennials (23-38),White only,"Other (Refused, Dont know, NIU)",,>300,Graduated High School,,0,5,665,230,0,0,540
+,2022,2.02202E+13,1404,West,Utah,125000,"House, apartment, flat",1,1,7738895,15,Male,White only,Married - spouse absent,"Native, born in United States",Very good,67,120,18.8,9th grade,Ninth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,10,0,670,0,0,355,275,0,130,0,0,"$100,000 - $150,000",Generation Z (7-22),White only,Very good,5.5-6 feet,120-140,Some High School,,0,10,670,630,0,0,130
+,2022,2.02202E+13,1405,Northeast,New Jersey,125000,"House, apartment, flat",1,1,22867758,31,Male,White only,Never married,"Native, born in United States",Good,72,200,27.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,65,0,0,10,0,555,0,0,180,0,0,30,0,510,"$100,000 - $150,000",Millennials (23-38),White only,Good,6-6.5 feet,200-300,Bachelor's Degree,,510,10,620,180,0,0,90
+,2022,2.02202E+13,1406,West,California,27500,"House, apartment, flat",1,1,11541065,54,Male,White only,Separated,"Native, born in United States",Good,68,165,25.1,11th grade,Eleventh grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,80,0,0,513,0,637,0,0,150,0,0,0,60,0,"$10,000 - $30,000",Boomers (55-73),White only,Good,5.5-6 feet,160-180,Some High School,,0,513,717,150,0,60,0
+,2022,2.02202E+13,1407,West,Washington,125000,"House, apartment, flat",1,1,6703235,51,Male,White only,Married - spouse present,"Native, born in United States",Very good,72,268,36.3,Associate degree - occupational vocational,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,0,0,705,0,0,0,240,0,60,0,255,"$100,000 - $150,000",Generation X (39-54),White only,Very good,6-6.5 feet,200-300,Associate Degree,,255,0,750,240,0,0,60
+,2022,2.02202E+13,1408,South,Florida,200000,"House, apartment, flat",1,1,9640746,43,Female,White only,Married - spouse present,"Native, born in United States",Very good,64,150,25.7,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,155,0,0,90,0,0,105,0,570,0,0,0,0,0,70,0,450,"$150,000 and over",Generation X (39-54),White only,Very good,5-5.5 feet,140-160,Master's or Doctoral Degree,,450,105,660,0,0,0,225
+,2022,2.02202E+13,1409,Midwest,Illinois,87500,"House, apartment, flat",1,1,5600972,30,Female,White only,Married - spouse present,"Native, born in United States",Good,64,271,46.5,Some college but no degree,College--four years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,55,0,0,90,0,0,250,0,705,0,0,280,0,60,0,0,0,"$75,000 - $100,000",Millennials (23-38),White only,Good,5-5.5 feet,200-300,Some College,,0,250,795,280,0,0,115
+,2022,2.02202E+13,1410,West,Washington,87500,"House, apartment, flat",1,1,15494669,39,Male,White only,Married - spouse present,"Native, born in United States",Good,69,205,30.3,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,14,0,0,55,0,0,38,0,596,0,0,90,0,0,110,0,537,"$75,000 - $100,000",Generation X (39-54),White only,Good,5.5-6 feet,200-300,Master's or Doctoral Degree,,537,38,651,90,0,0,124
+,2022,2.02202E+13,1411,West,Washington,125000,"House, apartment, flat",1,1,3902958,85,Female,White only,Widowed,"Native, born in United States",NIU (Not in universe),,9999,999,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,240,0,740,0,0,375,0,0,0,0,0,"$100,000 - $150,000",Silent (74-91),White only,"Other (Refused, Dont know, NIU)",,>300,Some College,,0,240,785,375,0,0,0
+,2022,2.02202E+13,1412,South,Texas,55000,"House, apartment, flat",1,1,3691510,46,Male,White only,Divorced,"Native, born in United States",Good,70,215,30.8,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,135,0,0,80,0,680,0,0,353,60,0,122,0,0,"$50,000 - $75,000",Generation X (39-54),White only,Good,5.5-6 feet,200-300,Some College,,0,80,815,413,0,0,132
+,2022,2.02202E+13,1413,Northeast,New York,67500,"House, apartment, flat",1,1,5545853,65,Female,White only,Married - spouse present,"Native, born in United States",Good,63,160,28.3,Some college but no degree,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,120,0,600,0,0,660,0,0,0,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Good,5-5.5 feet,160-180,Some College,,0,120,660,660,0,0,0
+,2022,2.02202E+13,1414,West,California,67500,"House, apartment, flat",1,1,5938572,36,Female,White only,Never married,"Native, born in United States",Excellent,66,160,25.8,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,55,0,0,130,0,620,0,0,145,390,0,40,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Excellent,5.5-6 feet,160-180,Master's or Doctoral Degree,,0,130,675,535,0,0,70
+,2022,2.02202E+13,1415,South,Texas,22500,"House, apartment, flat",1,1,6009995,66,Female,Black only,Divorced,"Native, born in United States",Very good,65,220,36.6,Some college but no degree,College--three years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,5,0,450,0,0,90,0,0,170,0,725,"$10,000 - $30,000",Boomers (55-73),Black only,Very good,5-5.5 feet,200-300,Some College,,725,5,450,90,0,0,170
+,2022,2.02202E+13,1416,South,Florida,27500,"House, apartment, flat",1,1,10573743,43,Male,White only,Married - spouse present,"Native, born in United States",Excellent,72,215,29.2,High school graduate - diploma,Twelfth grade,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,180,0,0,0,0,630,0,0,210,30,0,60,0,330,"$10,000 - $30,000",Generation X (39-54),White only,Excellent,6-6.5 feet,200-300,Graduated High School,,330,0,810,240,0,0,60
+,2022,2.02202E+13,1417,Northeast,Massachusetts,17500,"House, apartment, flat",1,1,4715468,66,Female,White only,Never married,"Native, born in United States",Very good,65,117,19.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,5,0,0,60,0,357,0,0,0,0,30,103,500,385,"$10,000 - $30,000",Boomers (55-73),White only,Very good,5-5.5 feet,100-120,Bachelor's Degree,,385,60,362,0,0,500,133
+,2022,2.02202E+13,1418,West,California,67500,"House, apartment, flat",1,1,4691359,85,Male,White only,Married - spouse present,"Native, born in United States",Good,68,220,33.4,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,105,0,0,140,0,878,0,0,317,0,0,0,0,0,"$50,000 - $75,000",Silent (74-91),White only,Good,5.5-6 feet,200-300,Some College,,0,140,983,317,0,0,0
+,2022,2.02202E+13,1419,West,California,2500,"House, apartment, flat",1,1,52965652,51,Female,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Poor,60,120,23.4,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,90,120,0,0,0,660,0,0,465,0,105,0,0,0,"Less than $10,000",Generation X (39-54),White only,Poor,5-5.5 feet,120-140,Graduated High School,,0,0,750,465,120,0,105
+,2022,2.02202E+13,1420,South,North Carolina,87500,"House, apartment, flat",1,1,19420300,51,Male,White only,Married - spouse present,"Native, born in United States",Fair,71,195,27.2,Associate degree - occupational vocational,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,15,0,0,0,0,500,0,0,160,0,0,90,0,675,"$75,000 - $100,000",Generation X (39-54),White only,Fair,5.5-6 feet,180-200,Associate Degree,,675,0,515,160,0,0,90
+,2022,2.02202E+13,1421,South,Texas,55000,"House, apartment, flat",1,1,33708063,19,Female,White only,Never married,"Native, born in United States",Good,61,175,33.1,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,370,0,65,0,550,0,0,75,0,0,70,0,250,"$50,000 - $75,000",Generation Z (7-22),White only,Good,5-5.5 feet,160-180,Some College,,250,65,610,75,370,0,70
+,2022,2.02202E+13,1422,Midwest,Illinois,27500,"House, apartment, flat",1,1,23128388,68,Female,White only,Married - spouse present,"Native, born in United States",Very good,65,177,29.5,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,95,7,65,0,0,20,0,555,0,0,528,0,0,170,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Very good,5-5.5 feet,160-180,Graduated High School,,0,20,620,528,0,0,272
+,2022,2.02202E+13,1423,South,Florida,37500,"House, apartment, flat",1,1,21525152,41,Male,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Excellent,69,205,30.3,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,80,0,0,90,0,490,0,0,160,0,0,100,0,490,"$30,000 - $50,000",Generation X (39-54),White only,Excellent,5.5-6 feet,200-300,Graduated High School,,490,90,570,160,0,0,130
+,2022,2.02202E+13,1424,South,North Carolina,22500,Mobile home or trailer with no permanent room added,1,1,4129019,62,Female,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Refused,,9996,998,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,60,0,35,60,0,0,215,0,665,0,0,343,0,0,62,0,0,"$10,000 - $30,000",Boomers (55-73),White only,"Other (Refused, Dont know, NIU)",,>300,Graduated High School,,0,215,725,343,0,0,157
+,2022,2.02202E+13,1425,Midwest,Missouri,67500,"House, apartment, flat",1,1,4975526,26,Female,White only,Married - spouse present,"Native, born in United States",Excellent,60,135,26.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,30,0,0,60,0,0,60,0,718,0,118,260,0,0,74,0,120,"$50,000 - $75,000",Millennials (23-38),White only,Excellent,5-5.5 feet,120-140,Bachelor's Degree,,120,60,778,378,0,0,104
+,2022,2.02202E+13,1426,Midwest,Kansas,200000,"House, apartment, flat",1,1,3809459,36,Male,White only,Married - spouse present,"Native, born in United States",Very good,72,190,25.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,286,0,0,60,0,0,76,0,524,0,60,294,20,0,30,0,90,"$150,000 and over",Millennials (23-38),White only,Very good,6-6.5 feet,180-200,Bachelor's Degree,,90,76,584,374,0,0,316
+,2022,2.02202E+13,1427,South,Texas,200000,"House, apartment, flat",1,1,18602981,42,Male,White only,Married - spouse present,"Native, born in United States",Good,72,205,27.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,60,0,395,0,0,365,0,0,20,0,540,"$150,000 and over",Generation X (39-54),White only,Good,6-6.5 feet,200-300,Bachelor's Degree,,540,60,455,365,0,0,20
+,2022,2.02202E+13,1428,South,Texas,22500,"House, apartment, flat",1,1,3438994,68,Female,"American Indian, Alaskan Native",Divorced,"Native, born in United States",Good,62,120,21.9,Associate degree - occupational vocational,College--three years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,2,0,15,0,0,135,0,420,0,0,148,0,0,240,0,480,"$10,000 - $30,000",Boomers (55-73),"American Indian, Alaskan Native",Good,5-5.5 feet,120-140,Associate Degree,,480,135,435,148,0,0,242
+,2022,2.02202E+13,1429,Midwest,Ohio,8750,"House, apartment, flat",1,1,5117142,45,Female,White only,Married - spouse absent,"Native, born in United States",Very good,64,129,22.1,Associate degree - academic program,College--four years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,308,0,60,55,0,0,234,0,372,0,0,90,0,0,47,0,131,"Less than $10,000",Generation X (39-54),White only,Very good,5-5.5 feet,120-140,Associate Degree,,131,234,427,90,0,0,415
+,2022,2.02202E+13,1430,Midwest,Wisconsin,45000,"House, apartment, flat",1,1,19158953,66,Female,White only,Married - spouse present,"Native, born in United States",Very good,62,167,30.5,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,190,0,720,0,0,500,0,0,0,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Very good,5-5.5 feet,160-180,Graduated High School,,0,190,750,500,0,0,0
+,2022,2.02202E+13,1431,Midwest,Missouri,45000,"House, apartment, flat",1,1,15615816,50,Male,White only,Married - spouse present,"Native, born in United States",Good,70,330,47.3,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,50,0,0,75,0,475,0,0,135,0,0,90,0,615,"$30,000 - $50,000",Generation X (39-54),White only,Good,5.5-6 feet,>300,Graduated High School,,615,75,525,135,0,0,90
+,2022,2.02202E+13,1432,South,Texas,45000,"House, apartment, flat",1,1,4165537,65,Male,White only,Widowed,"Native, born in United States",Fair,68,240,36.5,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,195,0,0,350,0,385,0,0,500,0,0,0,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Fair,5.5-6 feet,200-300,Master's or Doctoral Degree,,0,350,580,500,0,0,0
+,2022,2.02202E+13,1433,Midwest,Iowa,200000,"House, apartment, flat",1,1,4436732,66,Male,White only,Married - spouse present,"Native, born in United States",Good,71,180,25.1,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,20,90,0,0,0,0,500,0,0,140,25,0,665,0,0,"$150,000 and over",Boomers (55-73),White only,Good,5.5-6 feet,180-200,Associate Degree,,0,0,590,165,0,0,685
+,2022,2.02202E+13,1434,West,California,87500,"House, apartment, flat",1,1,15785367,34,Male,Asian only,Never married,"Foreign born, not a U.S. citizen",Very good,67,145,22.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,65,0,0,0,0,480,0,0,390,0,0,80,0,425,"$75,000 - $100,000",Millennials (23-38),Asian only,Very good,5.5-6 feet,140-160,Bachelor's Degree,,425,0,545,390,0,0,80
+,2022,2.02202E+13,1435,Midwest,Ohio,55000,"House, apartment, flat",1,1,7220226,55,Female,White only,Never married,"Native, born in United States",Good,61,150,28.3,Associate degree - occupational vocational,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,10,10,15,0,0,45,0,510,0,0,250,0,0,150,0,450,"$50,000 - $75,000",Boomers (55-73),White only,Good,5-5.5 feet,140-160,Associate Degree,,450,45,525,250,0,0,170
+,2022,2.02202E+13,1436,West,California,45000,"House, apartment, flat",1,1,5321321,73,Female,White only,Married - spouse present,"Native, born in United States",Good,65,152,25.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,25,105,0,0,105,0,601,0,0,532,0,0,12,0,0,"$30,000 - $50,000",Silent (74-91),White only,Good,5-5.5 feet,140-160,Bachelor's Degree,,0,105,706,532,0,0,37
+,2022,2.02202E+13,1437,West,Arizona,125000,"House, apartment, flat",1,1,5082659,35,Female,White only,Married - spouse present,"Native, born in United States",Excellent,69,9994,998,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,180,0,0,105,0,0,190,0,645,0,0,60,220,0,40,0,0,"$100,000 - $150,000",Millennials (23-38),White only,Excellent,5.5-6 feet,>300,Bachelor's Degree,,0,190,750,280,0,0,220
+,2022,2.02202E+13,1438,South,Georgia,125000,"House, apartment, flat",1,1,19646249,40,Female,White only,Never married,"Native, born in United States",Fair,65,125,20.8,Associate degree - occupational vocational,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,Has difficulty remembering,0,0,15,130,0,0,10,0,760,0,0,0,0,0,125,0,400,"$100,000 - $150,000",Generation X (39-54),White only,Fair,5-5.5 feet,120-140,Associate Degree,,400,10,890,0,0,0,140
+,2022,2.02202E+13,1439,Midwest,Minnesota,37500,"House, apartment, flat",1,1,12825820,80,Female,"American Indian, Alaskan Native",Married - spouse present,"Native, born in United States",Fair,60,108,21.1,Some college but no degree,Twelfth grade,Employed - at work,No,No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,30,0,0,105,0,0,570,0,720,0,0,15,0,0,0,0,0,"$30,000 - $50,000",Silent (74-91),"American Indian, Alaskan Native",Fair,5-5.5 feet,100-120,Some College,,0,570,825,15,0,0,30
+,2022,2.02202E+13,1440,Northeast,Connecticut,55000,"House, apartment, flat",1,1,5895914,76,Male,White only,Married - spouse present,"Native, born in United States",Very good,71,190,26.5,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,150,0,0,390,0,615,0,75,165,0,0,45,0,0,"$50,000 - $75,000",Silent (74-91),White only,Very good,5.5-6 feet,180-200,Graduated High School,,0,390,765,240,0,0,45
+,2022,2.02202E+13,1441,Midwest,Wisconsin,67500,"House, apartment, flat",1,1,28577949,51,Male,White only,Never married,"Native, born in United States",Good,75,165,20.6,11th grade,Eleventh grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,20,0,0,620,0,375,0,0,30,0,0,25,0,370,"$50,000 - $75,000",Generation X (39-54),White only,Good,6-6.5 feet,160-180,Some High School,,370,620,395,30,0,0,25
+,2022,2.02202E+13,1442,South,Florida,55000,"House, apartment, flat",1,1,3088340,59,Female,Black only,Never married,"Foreign born, U.S. citizen by naturalization",Very good,61,182,34.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,5,60,60,0,0,20,0,510,0,180,460,0,0,85,0,0,"$50,000 - $75,000",Boomers (55-73),Black only,Very good,5-5.5 feet,180-200,Bachelor's Degree,,0,20,570,640,0,0,150
+,2022,2.02202E+13,1443,West,Washington,45000,"House, apartment, flat",1,1,11118880,85,Male,White only,Never married,"Foreign born, U.S. citizen by naturalization",Fair,69,190,28.1,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,35,0,0,170,0,615,0,0,600,10,0,0,0,0,"$30,000 - $50,000",Silent (74-91),White only,Fair,5.5-6 feet,180-200,Graduated High School,,0,170,650,610,0,0,0
+,2022,2.02202E+13,1444,South,Tennessee,17500,"House, apartment, flat",1,1,8492828,58,Female,Black only,Never married,"Native, born in United States",Poor,60,172,33.6,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,0,0,0,0,0,180,0,0,1260,0,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),Black only,Poor,5-5.5 feet,160-180,Some College,,0,0,180,1260,0,0,0
+,2022,2.02202E+13,1445,Midwest,Illinois,87500,"House, apartment, flat",1,1,11185209,30,Male,White only,Married - spouse present,"Native, born in United States",Very good,68,170,25.8,Associate degree - academic program,College--two years,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,150,0,0,230,0,610,0,60,360,0,0,30,0,0,"$75,000 - $100,000",Millennials (23-38),White only,Very good,5.5-6 feet,160-180,Associate Degree,,0,230,760,420,0,0,30
+,2022,2.02202E+13,1446,Northeast,Pennsylvania,45000,"House, apartment, flat",1,1,45271593,53,Male,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Good,67,170,26.6,Associate degree - occupational vocational,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,110,0,0,125,0,435,0,0,220,20,0,50,0,480,"$30,000 - $50,000",Generation X (39-54),White only,Good,5.5-6 feet,160-180,Associate Degree,,480,125,545,240,0,0,50
+,2022,2.02202E+13,1447,South,Maryland,200000,"House, apartment, flat",1,1,5938934,59,Female,White only,Divorced,"Native, born in United States",Good,66,220,35.5,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,40,45,0,0,430,0,540,0,0,330,0,0,55,0,0,"$150,000 and over",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Master's or Doctoral Degree,,0,430,585,330,0,0,95
+,2022,2.02202E+13,1448,Midwest,Illinois,22500,"House, apartment, flat",1,1,17517124,74,Female,Black only,Divorced,"Native, born in United States",Fair,63,192,34,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,135,0,635,0,0,60,0,0,35,0,530,"$10,000 - $30,000",Silent (74-91),Black only,Fair,5-5.5 feet,180-200,Graduated High School,,530,135,635,60,0,0,35
+,2022,2.02202E+13,1449,South,Texas,67500,"House, apartment, flat",1,1,7076034,73,Female,White only,Married - spouse present,"Native, born in United States",Very good,64,144,24.7,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,0,0,495,0,0,370,0,0,50,0,465,"$50,000 - $75,000",Silent (74-91),White only,Very good,5-5.5 feet,140-160,Graduated High School,,465,0,555,370,0,0,50
+,2022,2.02202E+13,1450,Northeast,New Jersey,200000,"House, apartment, flat",1,1,4999778,51,Female,White only,Married - spouse present,"Native, born in United States",Excellent,65,120,20,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,10,0,65,120,0,0,137,0,635,0,0,168,0,0,145,0,160,"$150,000 and over",Generation X (39-54),White only,Excellent,5-5.5 feet,120-140,Bachelor's Degree,,160,137,755,168,0,0,220
+,2022,2.02202E+13,1451,West,California,55000,"House, apartment, flat",1,1,9731347,44,Female,Hawaiian Pacific Islander only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Very good,61,9996,998,Associate degree - academic program,College--one year,Unemployed - on layoff,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,55,0,0,45,0,0,230,0,525,0,0,290,0,0,175,0,120,"$50,000 - $75,000",Generation X (39-54),Hawaiian Pacific Islander only,Very good,5-5.5 feet,>300,Associate Degree,,120,230,570,290,0,0,230
+,2022,2.02202E+13,1452,Midwest,Indiana,2500,"House, apartment, flat",1,1,11957368,53,Female,White only,Never married,"Native, born in United States",Very good,62,187,34.2,Associate degree - occupational vocational,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,40,40,0,0,12,0,615,0,0,236,0,5,89,0,403,"Less than $10,000",Generation X (39-54),White only,Very good,5-5.5 feet,180-200,Associate Degree,,403,12,655,236,0,0,134
+,2022,2.02202E+13,1453,South,North Carolina,200000,"House, apartment, flat",1,1,10761479,66,Male,White only,Married - spouse present,"Native, born in United States",Very good,72,233,31.6,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,0,0,0,0,510,0,0,345,0,0,0,0,480,"$150,000 and over",Boomers (55-73),White only,Very good,6-6.5 feet,200-300,Some College,,480,0,585,345,0,0,0
+,2022,2.02202E+13,1454,South,Oklahoma,87500,"House, apartment, flat",1,1,4842721,77,Female,White only,Married - spouse present,"Native, born in United States",Very good,66,180,29,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),Has vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,40,0,0,260,0,570,0,0,570,0,0,0,0,0,"$75,000 - $100,000",Silent (74-91),White only,Very good,5.5-6 feet,180-200,Graduated High School,,0,260,610,570,0,0,0
+,2022,2.02202E+13,1455,South,Texas,2500,"House, apartment, flat",1,1,8979486,65,Male,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Fair,69,115,17,5th or 6th grade,Fifth through sixth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,120,30,0,0,0,0,600,0,0,650,0,0,40,0,0,"Less than $10,000",Boomers (55-73),White only,Fair,5.5-6 feet,100-120,Middle School or Less,,0,0,630,650,0,0,160
+,2022,2.02202E+13,1456,Midwest,Illinois,55000,"House, apartment, flat",1,1,7721196,72,Male,White-American Indian,Divorced,"Native, born in United States",Poor,70,240,34.4,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),Has vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,40,0,0,6,0,540,0,0,854,0,0,0,0,0,"$50,000 - $75,000",Boomers (55-73),Mixed,Poor,5.5-6 feet,200-300,Some College,,0,6,580,854,0,0,0
+,2022,2.02202E+13,1457,South,Texas,200000,"House, apartment, flat",1,1,6794484,45,Male,White only,Married - spouse present,"Native, born in United States",Very good,74,205,26.3,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,75,0,0,150,0,540,0,0,350,0,0,125,140,0,"$150,000 and over",Generation X (39-54),White only,Very good,6-6.5 feet,200-300,Master's or Doctoral Degree,,0,150,615,350,0,140,185
+,2022,2.02202E+13,1458,South,Georgia,45000,"House, apartment, flat",1,1,21439371,80,Male,White only,Married - spouse present,"Native, born in United States",Poor,74,210,27,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,0,0,140,0,865,0,0,240,0,0,0,0,0,"$30,000 - $50,000",Silent (74-91),White only,Poor,6-6.5 feet,200-300,Graduated High School,,0,140,940,240,0,0,0
+,2022,2.02202E+13,1459,South,Florida,22500,"House, apartment, flat",1,1,20382975,68,Male,Black only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Fair,72,228,30.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),Has vision difficulty,Has hearing difficulty,Has mobility limitation,Has physical difficulty,Has difficulty remembering,0,0,0,80,0,0,130,15,575,0,0,640,0,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),Black only,Fair,6-6.5 feet,200-300,Bachelor's Degree,,0,145,655,640,0,0,0
+,2022,2.02202E+13,1460,South,Florida,45000,"House, apartment, flat",1,1,6180371,51,Female,Black only,Divorced,"Native, born in United States",Poor,67,230,36,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,195,0,120,0,645,0,0,45,0,0,0,0,390,"$30,000 - $50,000",Generation X (39-54),Black only,Poor,5.5-6 feet,200-300,Bachelor's Degree,,390,120,690,45,195,0,0
+,2022,2.02202E+13,1461,West,California,55000,"House, apartment, flat",1,1,27733802,48,Male,White only,Married - spouse absent,"Foreign born, not a U.S. citizen",Good,71,200,27.9,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,4,75,0,0,0,0,525,0,0,180,40,0,76,0,540,"$50,000 - $75,000",Generation X (39-54),White only,Good,5.5-6 feet,200-300,Graduated High School,,540,0,600,220,0,0,80
+,2022,2.02202E+13,1462,South,Texas,125000,"House, apartment, flat",1,1,5128169,76,Male,White only,Married - spouse present,"Native, born in United States",Good,70,260,37.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,85,0,0,515,0,510,0,0,330,0,0,0,0,0,"$100,000 - $150,000",Silent (74-91),White only,Good,5.5-6 feet,200-300,Bachelor's Degree,,0,515,595,330,0,0,0
+,2022,2.02202E+13,1463,South,West Virginia,200000,"House, apartment, flat",1,1,5758631,22,Male,White only,Never married,"Native, born in United States",Very good,67,195,30.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,90,0,0,0,225,0,795,0,0,180,0,0,30,0,0,"$150,000 and over",Millennials (23-38),White only,Very good,5.5-6 feet,180-200,Bachelor's Degree,,0,225,795,180,0,0,120
+,2022,2.02202E+13,1464,South,Texas,125000,"House, apartment, flat",1,1,4526111,44,Female,White only,Married - spouse present,"Native, born in United States",Poor,64,220,37.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,520,0,480,0,0,340,0,0,40,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Poor,5-5.5 feet,200-300,Bachelor's Degree,,0,520,540,340,0,0,40
+,2022,2.02202E+13,1465,West,California,67500,"House, apartment, flat",1,1,16658506,52,Male,Asian only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Good,66,183,29.5,High school graduate - diploma,Twelfth grade,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,6,0,0,90,0,0,40,0,540,0,0,539,0,0,60,0,0,"$50,000 - $75,000",Generation X (39-54),Asian only,Good,5.5-6 feet,180-200,Graduated High School,,0,40,630,539,0,0,66
+,2022,2.02202E+13,1466,South,Texas,67500,"House, apartment, flat",1,1,16715817,71,Female,White only,Married - spouse present,"Native, born in United States",Excellent,64,170,29.2,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,80,0,540,0,0,310,0,0,10,0,440,"$50,000 - $75,000",Boomers (55-73),White only,Excellent,5-5.5 feet,160-180,Graduated High School,,440,80,600,310,0,0,10
+,2022,2.02203E+13,1467,Midwest,Illinois,32500,"House, apartment, flat",1,1,15238098,51,Male,White only,Divorced,"Foreign born, not a U.S. citizen",Fair,,196,998,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,55,0,70,0,0,0,0,607,40,100,374,0,0,131,0,0,"$30,000 - $50,000",Generation X (39-54),White only,Fair,,180-200,Some College,,0,0,717,474,0,0,186
+,2022,2.02203E+13,1468,South,Arkansas,32500,"House, apartment, flat",1,1,6170960,77,Male,White only,Married - spouse present,"Native, born in United States",Good,71,200,27.9,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,60,0,0,335,0,615,0,0,430,0,0,0,0,0,"$30,000 - $50,000",Silent (74-91),White only,Good,5.5-6 feet,200-300,Master's or Doctoral Degree,,0,335,675,430,0,0,0
+,2022,2.02203E+13,1469,West,Arizona,27500,"House, apartment, flat",1,1,9436500,27,Female,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Good,56,133,29.8,7th or 8th grade,Seventh through eighth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,440,0,0,140,0,0,475,0,375,0,0,0,0,0,10,0,0,"$10,000 - $30,000",Millennials (23-38),White only,Good,0-5 feet,120-140,Middle School or Less,,0,475,515,0,0,0,450
+,2022,2.02203E+13,1470,West,California,67500,"House, apartment, flat",1,1,24818221,55,Male,White only,Never married,"Native, born in United States",Good,66,184,29.7,Some college but no degree,Twelfth grade,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,20,30,0,0,266,0,661,0,30,383,30,0,20,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Good,5.5-6 feet,180-200,Some College,,0,266,691,443,0,0,40
+,2022,2.02203E+13,1471,Midwest,Michigan,125000,"House, apartment, flat",1,1,14359360,41,Female,White only,Married - spouse present,"Native, born in United States",Very good,60,129,25.2,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,20,0,0,40,0,0,220,0,577,0,0,0,0,55,33,0,495,"$100,000 - $150,000",Generation X (39-54),White only,Very good,5-5.5 feet,120-140,Associate Degree,,495,220,617,0,0,0,108
+,2022,2.02203E+13,1472,Midwest,Ohio,87500,"House, apartment, flat",1,1,5276452,61,Female,White only,Married - spouse present,"Native, born in United States",Good,63,113,20,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,45,0,575,0,0,760,0,0,30,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Good,5-5.5 feet,100-120,Some College,,0,45,605,760,0,0,30
+,2022,2.02203E+13,1473,West,California,125000,"House, apartment, flat",1,1,16698998,34,Male,White only,Married - spouse present,"Native, born in United States",Good,68,207,31.5,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,80,0,4,120,0,0,20,0,581,0,0,100,0,0,55,0,480,"$100,000 - $150,000",Millennials (23-38),White only,Good,5.5-6 feet,200-300,Associate Degree,,480,20,701,100,0,0,139
+,2022,2.02203E+13,1474,South,North Carolina,67500,"House, apartment, flat",1,1,2387889,50,Female,White only,Divorced,"Native, born in United States",Excellent,64,110,18.9,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,180,0,120,120,0,0,185,0,540,0,0,225,0,0,70,0,0,"$50,000 - $75,000",Generation X (39-54),White only,Excellent,5-5.5 feet,100-120,Master's or Doctoral Degree,,0,185,660,225,0,0,370
+,2022,2.02203E+13,1475,Northeast,New York,13750,"House, apartment, flat",1,1,54177394,62,Male,Black only,Divorced,"Native, born in United States",Very good,70,150,21.5,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,180,10,0,0,15,0,470,0,0,718,0,0,27,0,0,"$10,000 - $30,000",Boomers (55-73),Black only,Very good,5.5-6 feet,140-160,Graduated High School,,0,15,480,718,0,0,207
+,2022,2.02203E+13,1476,South,Texas,17500,"House, apartment, flat",1,1,3398982,85,Male,White only,Widowed,"Native, born in United States",Excellent,69,168,24.8,9th grade,Ninth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,45,67,0,0,170,0,578,0,60,460,0,0,40,0,0,"$10,000 - $30,000",Silent (74-91),White only,Excellent,5.5-6 feet,160-180,Some High School,,0,170,645,520,0,0,85
+,2022,2.02203E+13,1477,Northeast,Maine,200000,"House, apartment, flat",1,1,7235298,32,Female,White only,Never married,"Native, born in United States",Very good,66,110,17.8,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,40,0,0,160,0,680,0,0,350,90,0,60,60,0,"$150,000 and over",Millennials (23-38),White only,Very good,5.5-6 feet,100-120,Master's or Doctoral Degree,,0,160,720,440,0,60,60
+,2022,2.02203E+13,1478,Midwest,Illinois,55000,"House, apartment, flat",1,1,11857932,19,Male,White only,Never married,"Native, born in United States",Fair,67,170,26.6,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,15,0,0,210,0,1005,0,0,60,90,0,60,0,0,"$50,000 - $75,000",Generation Z (7-22),White only,Fair,5.5-6 feet,160-180,Graduated High School,,0,210,1020,150,0,0,60
+,2022,2.02203E+13,1479,West,California,45000,"House, apartment, flat",1,1,4063242,63,Male,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Poor,76,188,22.9,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,90,0,0,75,0,525,0,0,750,0,0,0,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Poor,6-6.5 feet,180-200,Some College,,0,75,615,750,0,0,0
+,2022,2.02203E+13,1480,South,North Carolina,125000,"House, apartment, flat",1,1,7067024,61,Female,White only,Married - spouse present,"Native, born in United States",Very good,68,160,24.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,123,0,0,77,0,466,0,30,0,0,0,74,0,580,"$100,000 - $150,000",Boomers (55-73),White only,Very good,5.5-6 feet,160-180,Bachelor's Degree,,580,77,589,30,0,0,74
+,2022,2.02203E+13,1481,South,Texas,125000,"House, apartment, flat",1,1,9437023,49,Male,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Good,67,160,25.1,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,180,0,570,0,0,270,0,0,0,0,300,"$100,000 - $150,000",Generation X (39-54),White only,Good,5.5-6 feet,160-180,Master's or Doctoral Degree,,300,180,690,270,0,0,0
+,2022,2.02203E+13,1482,West,California,200000,"House, apartment, flat",1,1,5186224,50,Male,White only,Married - spouse present,"Native, born in United States",Very good,74,222,28.5,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,110,0,0,55,0,0,150,0,505,0,0,590,0,0,30,0,0,"$150,000 and over",Generation X (39-54),White only,Very good,6-6.5 feet,200-300,Master's or Doctoral Degree,,0,150,560,590,0,0,140
+,2022,2.02203E+13,1483,South,Georgia,45000,"House, apartment, flat",1,1,16135011,75,Female,White only,Married - spouse present,"Native, born in United States",Good,64,165,28.3,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,20,0,0,155,0,550,105,60,415,0,35,100,0,0,"$30,000 - $50,000",Silent (74-91),White only,Good,5-5.5 feet,160-180,Graduated High School,,0,155,675,475,0,0,135
+,2022,2.02203E+13,1484,South,Maryland,200000,"House, apartment, flat",1,1,7630851,85,Female,White only,Married - spouse present,"Native, born in United States",Excellent,69,108,15.9,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,17,100,0,0,125,0,753,0,0,120,240,0,25,30,0,"$150,000 and over",Silent (74-91),White only,Excellent,5.5-6 feet,100-120,Master's or Doctoral Degree,,0,125,853,360,0,30,42
+,2022,2.02203E+13,1485,West,California,67500,"House, apartment, flat",1,1,3880337,69,Female,White only,Widowed,"Native, born in United States",Excellent,66,118,19,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,60,0,105,0,0,115,0,640,0,145,360,0,0,15,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Excellent,5.5-6 feet,100-120,Bachelor's Degree,,0,115,745,505,0,0,75
+,2022,2.02203E+13,1486,Midwest,Illinois,67500,"House, apartment, flat",1,1,18930490,24,Male,Black only,Never married,"Native, born in United States",Fair,71,160,22.3,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,15,0,0,5,0,540,0,0,70,0,0,95,0,715,"$50,000 - $75,000",Millennials (23-38),Black only,Fair,5.5-6 feet,160-180,Some College,,715,5,555,70,0,0,95
+,2022,2.02203E+13,1487,Midwest,Indiana,2500,"House, apartment, flat",1,1,13480675,26,Female,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Good,,123,998,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,0,0,60,0,650,0,0,320,0,0,50,0,285,"Less than $10,000",Millennials (23-38),White only,Good,,120-140,Graduated High School,,285,60,725,320,0,0,50
+,2022,2.02203E+13,1488,Northeast,New York,125000,"House, apartment, flat",1,1,8136583,55,Male,White only,Married - spouse present,"Native, born in United States",Very good,73,225,29.7,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,474,0,426,0,0,480,0,0,0,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Very good,6-6.5 feet,200-300,Some College,,0,474,486,480,0,0,0
+,2022,2.02203E+13,1489,South,Florida,200000,"House, apartment, flat",1,1,8852421,69,Male,White only,Married - spouse present,"Native, born in United States",Good,77,290,34.4,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,35,0,0,578,0,550,0,0,277,0,0,0,0,0,"$150,000 and over",Boomers (55-73),White only,Good,6-6.5 feet,200-300,Master's or Doctoral Degree,,0,578,585,277,0,0,0
+,2022,2.02203E+13,1490,South,Tennessee,55000,"House, apartment, flat",1,1,3828927,50,Female,White only,Married - spouse absent,"Native, born in United States",Poor,69,180,26.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,15,195,0,0,0,415,0,0,271,0,0,99,0,445,"$50,000 - $75,000",Generation X (39-54),White only,Poor,5.5-6 feet,180-200,Bachelor's Degree,,445,0,430,271,195,0,99
+,2022,2.02203E+13,1491,Midwest,Michigan,125000,"House, apartment, flat",1,1,3782285,45,Female,White only,Never married,"Native, born in United States",Very good,66,140,22.6,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,167,0,4,35,0,0,70,0,500,0,0,24,0,0,133,0,507,"$100,000 - $150,000",Generation X (39-54),White only,Very good,5.5-6 feet,140-160,Master's or Doctoral Degree,,507,70,535,24,0,0,304
+,2022,2.02203E+13,1492,Northeast,Connecticut,200000,"House, apartment, flat",1,1,4666987,44,Male,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Very good,70,175,25.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,0,0,30,0,480,0,0,420,435,0,0,0,0,"$150,000 and over",Generation X (39-54),White only,Very good,5.5-6 feet,160-180,Bachelor's Degree,,0,30,555,855,0,0,0
+,2022,2.02203E+13,1493,South,Florida,32500,"House, apartment, flat",1,1,7443608,27,Female,White only,Never married,"Native, born in United States",Very good,67,9996,998,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,0,0,738,0,0,615,0,0,87,0,0,"$30,000 - $50,000",Millennials (23-38),White only,Very good,5.5-6 feet,>300,Some College,,0,0,738,615,0,0,87
+,2022,2.02203E+13,1494,Northeast,New York,55000,"House, apartment, flat",1,1,9867566,27,Male,White only,Never married,"Foreign born, U.S. citizen by naturalization",Good,65,180,30,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,70,0,0,300,0,750,0,0,320,0,0,0,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Good,5-5.5 feet,180-200,Some College,,0,300,820,320,0,0,0
+,2022,2.02203E+13,1495,South,Alabama,32500,"House, apartment, flat",1,1,9697449,30,Female,Black only,Never married,"Native, born in United States",Fair,63,140,24.8,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,70,0,20,30,0,0,65,0,668,0,0,78,0,0,39,0,470,"$30,000 - $50,000",Millennials (23-38),Black only,Fair,5-5.5 feet,140-160,Some College,,470,65,698,78,0,0,129
+,2022,2.02203E+13,1496,Northeast,New Hampshire,200000,"House, apartment, flat",1,1,8557279,55,Male,White only,Married - spouse present,"Native, born in United States",Good,75,280,35,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,5,0,15,100,0,0,135,0,555,30,0,355,0,0,245,0,0,"$150,000 and over",Boomers (55-73),White only,Good,6-6.5 feet,200-300,Bachelor's Degree,,0,135,685,355,0,0,265
+,2022,2.02203E+13,1497,South,Florida,125000,"House, apartment, flat",1,1,10551011,71,Male,White only,Married - spouse present,"Native, born in United States",Fair,67,119,18.6,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,10,0,0,0,0,793,0,258,20,0,0,69,0,280,"$100,000 - $150,000",Boomers (55-73),White only,Fair,5.5-6 feet,100-120,Master's or Doctoral Degree,,280,0,803,278,0,0,79
+,2022,2.02203E+13,1498,Northeast,Connecticut,200000,"House, apartment, flat",1,1,7308500,74,Male,White only,Married - spouse present,"Native, born in United States",NIU (Not in universe),,9999,999,Some college but no degree,College--two years,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,2,0,540,0,0,230,0,0,45,0,578,"$150,000 and over",Silent (74-91),White only,"Other (Refused, Dont know, NIU)",,>300,Some College,,578,2,585,230,0,0,45
+,2022,2.02203E+13,1499,Midwest,Iowa,17500,"House, apartment, flat",1,1,3744262,77,Female,White only,Widowed,"Native, born in United States",Fair,63,198,35.1,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),Has vision difficulty,No hearing difficulty,Has mobility limitation,No physical difficulty,Has difficulty remembering,0,0,0,40,0,0,195,0,660,0,0,545,0,0,0,0,0,"$10,000 - $30,000",Silent (74-91),White only,Fair,5-5.5 feet,180-200,Some College,,0,195,700,545,0,0,0
+,2022,2.02203E+13,1500,South,Mississippi,22500,"House, apartment, flat",1,1,4228772,65,Male,White only,Never married,"Native, born in United States",Very good,72,240,32.5,Associate degree - academic program,College--two years,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,70,0,0,30,0,550,0,0,275,0,0,40,0,475,"$10,000 - $30,000",Boomers (55-73),White only,Very good,6-6.5 feet,200-300,Associate Degree,,475,30,620,275,0,0,40
+,2022,2.02203E+13,1501,Northeast,Massachusetts,13750,"House, apartment, flat",1,1,2511914,68,Female,White-Black,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Good,64,180,30.9,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,135,0,0,490,0,610,0,0,195,0,10,0,0,0,"$10,000 - $30,000",Boomers (55-73),Mixed,Good,5-5.5 feet,180-200,Graduated High School,,0,490,745,195,0,0,10
+,2022,2.02203E+13,1502,South,Florida,2500,"House, apartment, flat",1,1,7785245,53,Female,Black only,Divorced,"Foreign born, not a U.S. citizen",NIU (Not in universe),,9999,999,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,83,0,0,82,0,485,0,30,150,45,95,155,315,0,"Less than $10,000",Generation X (39-54),Black only,"Other (Refused, Dont know, NIU)",,>300,Master's or Doctoral Degree,,0,82,568,225,0,315,250
+,2022,2.02203E+13,1503,West,Wyoming,125000,"House, apartment, flat",1,1,15321934,52,Male,White only,Married - spouse present,"Native, born in United States",Good,72,245,33.2,Associate degree - academic program,College--three years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,5,0,445,0,0,135,0,0,50,0,760,"$100,000 - $150,000",Generation X (39-54),White only,Good,6-6.5 feet,200-300,Associate Degree,,760,5,490,135,0,0,50
+,2022,2.02203E+13,1504,West,California,200000,"House, apartment, flat",1,1,4875966,39,Male,White only,Married - spouse present,"Native, born in United States",Very good,73,190,25.1,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,180,0,0,60,0,0,135,0,780,0,0,125,90,0,70,0,0,"$150,000 and over",Generation X (39-54),White only,Very good,6-6.5 feet,180-200,Associate Degree,,0,135,840,215,0,0,250
+,2022,2.02203E+13,1505,Midwest,Michigan,27500,"House, apartment, flat",1,1,7057236,59,Female,White only,Married - spouse present,"Native, born in United States",Very good,67,183,28.7,Some college but no degree,College--one year,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,Has difficulty remembering,0,0,5,0,0,0,10,0,840,0,0,555,0,0,30,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Very good,5.5-6 feet,180-200,Some College,,0,10,840,555,0,0,35
+,2022,2.02203E+13,1506,Midwest,Indiana,11250,"House, apartment, flat",1,1,16931258,55,Female,White only,Widowed,"Native, born in United States",Fair,66,198,32,10th grade,Tenth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,25,0,0,199,0,620,0,0,596,0,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Fair,5.5-6 feet,180-200,Some High School,,0,199,645,596,0,0,0
+,2022,2.02203E+13,1507,South,Virginia,87500,"House, apartment, flat",1,1,8410412,45,Female,White only,Married - spouse present,"Native, born in United States",Good,64,115,19.7,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,2,0,35,80,0,0,30,0,489,0,55,30,0,0,56,137,526,"$75,000 - $100,000",Generation X (39-54),White only,Good,5-5.5 feet,100-120,Master's or Doctoral Degree,,526,30,569,85,0,137,93
+,2022,2.02203E+13,1508,South,Kentucky,27500,"House, apartment, flat",1,1,10875262,55,Female,White only,Married - spouse present,"Native, born in United States",Good,64,270,46.3,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,660,0,90,0,0,0,0,360,0,0,240,0,0,90,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Good,5-5.5 feet,200-300,Some College,,0,0,450,240,0,0,750
+,2022,2.02203E+13,1509,Northeast,New York,13750,"House, apartment, flat",1,1,71687712,16,Male,White only,Never married,"Native, born in United States",Good,74,215,27.6,9th grade,Ninth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,525,0,0,0,689,0,0,90,0,0,136,0,0,"$10,000 - $30,000",Generation Z (7-22),White only,Good,6-6.5 feet,200-300,Some High School,,0,0,689,90,525,0,136
+,2022,2.02203E+13,1510,West,California,87500,"House, apartment, flat",1,1,3751063,80,Female,White only,Widowed,"Native, born in United States",Very good,69,205,30.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,15,0,0,355,0,670,0,0,255,0,15,10,0,0,"$75,000 - $100,000",Silent (74-91),White only,Very good,5.5-6 feet,200-300,Bachelor's Degree,,0,355,685,255,0,0,25
+,2022,2.02203E+13,1511,Midwest,Indiana,200000,"House, apartment, flat",1,1,11139206,36,Male,White only,Never married,"Native, born in United States",Refused,,9996,998,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,15,0,0,70,0,0,120,0,810,0,0,315,0,0,110,0,0,"$150,000 and over",Millennials (23-38),White only,"Other (Refused, Dont know, NIU)",,>300,Master's or Doctoral Degree,,0,120,880,315,0,0,125
+,2022,2.02203E+13,1512,Northeast,Pennsylvania,200000,"House, apartment, flat",1,1,13799124,46,Female,Asian only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Good,63,101,17.9,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,20,110,0,0,45,15,310,0,0,420,0,0,40,0,480,"$150,000 and over",Generation X (39-54),Asian only,Good,5-5.5 feet,100-120,Master's or Doctoral Degree,,480,60,420,420,0,0,60
+,2022,2.02203E+13,1513,Northeast,New Jersey,200000,"House, apartment, flat",1,1,10457254,46,Female,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Good,62,180,32.9,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,90,0,0,60,0,0,220,0,450,0,0,70,0,0,20,0,530,"$150,000 and over",Generation X (39-54),White only,Good,5-5.5 feet,180-200,Master's or Doctoral Degree,,530,220,510,70,0,0,110
+,2022,2.02203E+13,1514,Midwest,Kansas,125000,"House, apartment, flat",1,1,5241710,59,Female,White only,Married - spouse present,"Native, born in United States",Very good,62,9996,998,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,20,60,0,0,70,0,600,0,0,650,0,0,40,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Very good,5-5.5 feet,>300,Some College,,0,70,660,650,0,0,60
+,2022,2.02203E+13,1515,South,Florida,200000,"House, apartment, flat",1,1,8114514,85,Female,White only,Married - spouse present,"Native, born in United States",NIU (Not in universe),,9999,999,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,220,0,0,0,0,585,0,0,590,45,0,0,0,0,"$150,000 and over",Silent (74-91),White only,"Other (Refused, Dont know, NIU)",,>300,Bachelor's Degree,,0,0,805,635,0,0,0
+,2022,2.02203E+13,1516,South,Georgia,32500,"House, apartment, flat",1,1,5416166,73,Female,White only,Widowed,"Native, born in United States",Good,64,162,27.8,Associate degree - occupational vocational,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,60,0,0,180,0,825,0,0,270,0,0,30,0,0,"$30,000 - $50,000",Silent (74-91),White only,Good,5-5.5 feet,160-180,Associate Degree,,0,180,885,270,0,0,90
+,2022,2.02203E+13,1517,South,Louisiana,125000,Mobile home or trailer with no permanent room added,1,1,4335275,60,Female,White only,Divorced,"Native, born in United States",Fair,65,145,24.1,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,20,30,0,0,100,0,645,0,0,120,0,0,45,0,480,"$100,000 - $150,000",Boomers (55-73),White only,Fair,5-5.5 feet,140-160,Some College,,480,100,675,120,0,0,65
+,2022,2.02203E+13,1518,South,Georgia,200000,"House, apartment, flat",1,1,22498903,46,Female,Black only,Married - spouse present,"Native, born in United States",Very good,64,148,25.4,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,50,0,20,55,0,0,17,0,560,0,0,219,0,0,57,0,462,"$150,000 and over",Generation X (39-54),Black only,Very good,5-5.5 feet,140-160,Master's or Doctoral Degree,,462,17,615,219,0,0,127
+,2022,2.02203E+13,1519,West,Washington,32500,"House, apartment, flat",1,1,7081454,51,Female,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Fair,63,180,31.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,180,0,0,120,0,599,0,0,0,0,61,0,0,480,"$30,000 - $50,000",Generation X (39-54),White only,Fair,5-5.5 feet,180-200,Bachelor's Degree,,480,120,779,0,0,0,61
+,2022,2.02203E+13,1520,South,Texas,87500,"House, apartment, flat",1,1,12362142,57,Female,White only,Married - spouse present,"Native, born in United States",Very good,68,195,29.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,20,0,0,65,0,0,385,0,670,0,0,215,0,5,20,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Very good,5.5-6 feet,180-200,Bachelor's Degree,,0,385,735,215,0,0,45
+,2022,2.02203E+13,1521,West,Arizona,125000,"House, apartment, flat",1,1,11366813,41,Female,White only,Married - spouse present,"Native, born in United States",NIU (Not in universe),,9999,999,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,15,0,0,0,0,535,0,0,75,0,0,4,0,811,"$100,000 - $150,000",Generation X (39-54),White only,"Other (Refused, Dont know, NIU)",,>300,Master's or Doctoral Degree,,811,0,550,75,0,0,4
+,2022,2.02203E+13,1522,West,Arizona,125000,"House, apartment, flat",1,1,13781898,35,Female,"American Indian, Alaskan Native",Married - spouse present,"Native, born in United States",Good,66,190,30.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,90,0,520,0,0,0,0,0,50,0,780,"$100,000 - $150,000",Millennials (23-38),"American Indian, Alaskan Native",Good,5.5-6 feet,180-200,Bachelor's Degree,,780,90,520,0,0,0,50
+,2022,2.02203E+13,1523,South,Georgia,200000,"House, apartment, flat",1,1,28792224,59,Male,Black only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",NIU (Not in universe),,9999,999,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,45,0,45,55,60,0,110,0,330,0,0,73,0,0,257,0,465,"$150,000 and over",Boomers (55-73),Black only,"Other (Refused, Dont know, NIU)",,>300,Master's or Doctoral Degree,,465,110,385,73,60,0,347
+,2022,2.02203E+13,1524,Midwest,Missouri,13750,"House, apartment, flat",1,1,2281844,62,Female,White only,Widowed,"Foreign born, U.S. citizen by naturalization",Good,63,169,29.9,High school graduate - diploma,Twelfth grade,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,30,0,0,362,0,649,0,0,300,0,0,34,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Good,5-5.5 feet,160-180,Graduated High School,,0,362,679,300,0,0,94
+,2022,2.02203E+13,1525,Midwest,Indiana,200000,"House, apartment, flat",1,1,34492529,40,Female,White only,Married - spouse present,"Native, born in United States",Very good,66,138,22.3,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,82,0,17,75,0,0,53,0,612,65,0,71,0,10,83,0,372,"$150,000 and over",Generation X (39-54),White only,Very good,5.5-6 feet,120-140,Graduated High School,,372,53,752,71,0,0,192
+,2022,2.02203E+13,1526,Midwest,Illinois,125000,"House, apartment, flat",1,1,7964978,47,Male,Black only,Married - spouse present,"Native, born in United States",Good,72,270,36.6,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,15,0,0,0,0,455,0,0,320,0,0,85,0,565,"$100,000 - $150,000",Generation X (39-54),Black only,Good,6-6.5 feet,200-300,Some College,,565,0,470,320,0,0,85
+,2022,2.02203E+13,1527,Midwest,Kansas,37500,"House, apartment, flat",1,1,11157227,38,Male,White only,Divorced,"Native, born in United States",Very good,72,185,25.1,Some college but no degree,College--four years,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,10,0,0,30,0,540,0,0,210,0,0,20,0,600,"$30,000 - $50,000",Generation X (39-54),White only,Very good,6-6.5 feet,180-200,Some College,,600,30,550,210,0,0,50
+,2022,2.02203E+13,1528,West,Colorado,125000,"House, apartment, flat",1,1,11986492,54,Female,White only,Married - spouse present,"Native, born in United States",Very good,65,152,25.3,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,13,50,0,0,0,0,620,0,0,599,45,0,113,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Very good,5-5.5 feet,140-160,Master's or Doctoral Degree,,0,0,670,644,0,0,126
+,2022,2.02203E+13,1529,South,Florida,27500,"House, apartment, flat",1,1,17239016,58,Male,White only,Married - spouse present,"Native, born in United States",Very good,70,203,29.1,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,115,0,0,0,0,500,0,0,135,0,0,60,0,630,"$10,000 - $30,000",Boomers (55-73),White only,Very good,5.5-6 feet,200-300,Graduated High School,,630,0,615,135,0,0,60
+,2022,2.02203E+13,1530,South,Maryland,200000,"House, apartment, flat",1,1,18975001,57,Female,Black only,Married - spouse present,"Native, born in United States",Very good,63,172,30.5,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,70,0,0,0,0,540,0,165,75,0,0,40,0,550,"$150,000 and over",Boomers (55-73),Black only,Very good,5-5.5 feet,160-180,Master's or Doctoral Degree,,550,0,610,240,0,0,40
+,2022,2.02203E+13,1531,Midwest,Michigan,87500,"House, apartment, flat",1,1,5992518,59,Male,White only,Married - spouse present,"Native, born in United States",Very good,70,195,28,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,75,90,0,0,270,0,630,0,0,330,0,0,45,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Very good,5.5-6 feet,180-200,Some College,,0,270,720,330,0,0,120
+,2022,2.02203E+13,1532,West,California,27500,"House, apartment, flat",1,1,2212555,46,Female,White only,Never married,"Foreign born, not a U.S. citizen",Good,60,130,25.4,Associate degree - occupational vocational,College--three years,Employed - at work,No,Has vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,70,0,0,160,0,1210,0,0,0,0,0,0,0,0,"$10,000 - $30,000",Generation X (39-54),White only,Good,5-5.5 feet,120-140,Associate Degree,,0,160,1280,0,0,0,0
+,2022,2.02203E+13,1533,South,West Virginia,22500,"House, apartment, flat",1,1,20730326,17,Male,White only,Separated,"Native, born in United States",Excellent,68,163,24.8,11th grade,Eleventh grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,240,0,0,0,645,0,0,60,0,0,75,0,360,"$10,000 - $30,000",Generation Z (7-22),White only,Excellent,5.5-6 feet,160-180,Some High School,,360,0,705,60,240,0,75
+,2022,2.02203E+13,1534,West,Oregon,87500,"House, apartment, flat",1,1,4648109,69,Male,White only,Married - spouse present,"Native, born in United States",Very good,69,204,30.1,Associate degree - occupational vocational,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,65,120,0,0,300,0,450,0,0,490,0,0,15,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Very good,5.5-6 feet,200-300,Associate Degree,,0,300,570,490,0,0,80
+,2022,2.02203E+13,1535,South,Maryland,45000,"House, apartment, flat",1,1,4174278,72,Female,White only,Widowed,"Native, born in United States",Excellent,62,175,32,Some college but no degree,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,3,90,120,0,0,95,0,522,10,0,315,0,0,110,175,0,"$30,000 - $50,000",Boomers (55-73),White only,Excellent,5-5.5 feet,160-180,Some College,,0,95,652,315,0,175,203
+,2022,2.02203E+13,1536,West,California,87500,"House, apartment, flat",1,1,8317061,31,Female,White only,Married - spouse present,"Native, born in United States",Very good,66,110,17.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,300,4,706,0,0,360,0,0,40,0,0,"$75,000 - $100,000",Millennials (23-38),White only,Very good,5.5-6 feet,100-120,Bachelor's Degree,,0,304,736,360,0,0,40
+,2022,2.02203E+13,1537,Midwest,North Dakota,55000,"House, apartment, flat",1,1,8676048,74,Female,White only,Married - spouse present,"Native, born in United States",Excellent,64,110,18.9,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,165,0,0,185,0,633,45,45,225,60,0,72,0,0,"$50,000 - $75,000",Silent (74-91),White only,Excellent,5-5.5 feet,100-120,Graduated High School,,0,185,843,330,0,0,82
+,2022,2.02203E+13,1538,South,Maryland,200000,"House, apartment, flat",1,1,4554705,74,Male,White only,Married - spouse present,"Native, born in United States",NIU (Not in universe),,9999,999,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,20,110,0,0,220,0,615,0,0,425,0,30,20,0,0,"$150,000 and over",Silent (74-91),White only,"Other (Refused, Dont know, NIU)",,>300,Bachelor's Degree,,0,220,725,425,0,0,70
+,2022,2.02203E+13,1539,South,Virginia,200000,"House, apartment, flat",1,1,18662899,22,Female,White only,Never married,"Native, born in United States",Very good,63,115,20.4,Some college but no degree,College--three years,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,240,0,40,0,630,0,0,440,30,0,0,0,0,"$150,000 and over",Millennials (23-38),White only,Very good,5-5.5 feet,100-120,Some College,,0,40,690,470,240,0,0
+,2022,2.02203E+13,1540,Midwest,Minnesota,125000,"House, apartment, flat",1,1,12196932,59,Male,White only,Married - spouse present,"Native, born in United States",Good,74,300,38.5,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,5,45,0,0,142,0,645,0,0,593,0,0,10,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Good,6-6.5 feet,>300,Some College,,0,142,690,593,0,0,15
+,2022,2.02203E+13,1541,Midwest,Missouri,87500,"House, apartment, flat",1,1,6198671,62,Female,White only,Separated,"Native, born in United States",Fair,59,130,26.3,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,32,0,0,43,0,1060,0,0,305,0,0,0,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Fair,0-5 feet,120-140,Graduated High School,,0,43,1092,305,0,0,0
+,2022,2.02203E+13,1542,West,California,125000,"House, apartment, flat",1,1,17011382,19,Female,Asian only,Married - spouse present,"Native, born in United States",Excellent,60,170,33.2,12th grade - no diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,0,0,720,0,300,150,0,0,180,0,0,"$100,000 - $150,000",Generation Z (7-22),Asian only,Excellent,5-5.5 feet,160-180,Some High School,,0,0,810,450,0,0,180
+,2022,2.02203E+13,1543,Midwest,Kansas,87500,"House, apartment, flat",1,1,7658554,40,Female,White only,Married - spouse present,"Native, born in United States",Good,58,175,36.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,283,0,45,45,0,0,117,0,650,60,0,90,0,0,145,0,0,"$75,000 - $100,000",Generation X (39-54),White only,Good,0-5 feet,160-180,Bachelor's Degree,,0,117,755,90,0,0,473
+,2022,2.02203E+13,1544,Northeast,Connecticut,87500,"House, apartment, flat",1,1,3247100,68,Female,White only,Married - spouse present,"Native, born in United States",Good,63,166,29.4,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,345,0,30,0,0,0,0,585,0,0,400,0,0,80,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Good,5-5.5 feet,160-180,Graduated High School,,0,0,615,400,0,0,425
+,2022,2.02203E+13,1545,South,Georgia,32500,"House, apartment, flat",1,1,2982667,61,Female,Black only,Married - spouse absent,"Native, born in United States",Very good,69,175,25.8,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,255,0,720,0,240,165,0,0,0,0,0,"$30,000 - $50,000",Boomers (55-73),Black only,Very good,5.5-6 feet,160-180,Graduated High School,,0,255,780,405,0,0,0
+,2022,2.02203E+13,1546,South,Virginia,87500,"House, apartment, flat",1,1,5669589,80,Female,White only,Widowed,"Native, born in United States",Good,65,145,24.1,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,Has mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,55,0,0,0,0,1075,0,0,220,0,0,0,0,0,"$75,000 - $100,000",Silent (74-91),White only,Good,5-5.5 feet,140-160,Master's or Doctoral Degree,,0,0,1130,220,0,0,0
+,2022,2.02203E+13,1547,Northeast,Pennsylvania,45000,"House, apartment, flat",1,1,21761020,73,Female,White only,Divorced,"Native, born in United States",Very good,64,200,34.3,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,0,0,480,0,0,900,0,0,0,0,0,"$30,000 - $50,000",Silent (74-91),White only,Very good,5-5.5 feet,200-300,Graduated High School,,0,0,540,900,0,0,0
+,2022,2.02203E+13,1548,Northeast,Massachusetts,200000,"House, apartment, flat",1,1,7203823,50,Male,White only,Married - spouse present,"Native, born in United States",Good,70,160,23,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,15,0,0,90,0,0,0,0,540,0,0,90,0,0,105,0,600,"$150,000 and over",Generation X (39-54),White only,Good,5.5-6 feet,160-180,Master's or Doctoral Degree,,600,0,630,90,0,0,120
+,2022,2.02203E+13,1549,West,Colorado,87500,"House, apartment, flat",1,1,24201099,15,Female,White only,Never married,"Native, born in United States",Very good,62,111,20.3,10th grade,Tenth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,105,415,0,0,0,535,0,0,0,0,0,80,0,305,"$75,000 - $100,000",Generation Z (7-22),White only,Very good,5-5.5 feet,100-120,Some High School,,305,0,640,0,415,0,80
+,2022,2.02203E+13,1550,Midwest,Illinois,32500,"House, apartment, flat",1,1,11440921,32,Female,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Fair,,165,998,5th or 6th grade,Fifth through sixth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,20,0,0,0,0,600,0,0,55,0,0,40,0,725,"$30,000 - $50,000",Millennials (23-38),White only,Fair,,160-180,Middle School or Less,,725,0,620,55,0,0,40
+,2022,2.02203E+13,1551,Midwest,Minnesota,125000,"House, apartment, flat",1,1,14131459,61,Female,White only,Married - spouse present,"Native, born in United States",Excellent,68,145,22,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,120,150,0,0,170,10,525,30,0,360,0,0,75,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Excellent,5.5-6 feet,140-160,Graduated High School,,0,180,705,360,0,0,195
+,2022,2.02203E+13,1552,West,Arizona,45000,"House, apartment, flat",1,1,4173474,43,Female,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Very good,65,9996,998,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,45,0,0,120,0,0,470,0,670,0,10,120,0,5,0,0,0,"$30,000 - $50,000",Generation X (39-54),White only,Very good,5-5.5 feet,>300,Bachelor's Degree,,0,470,790,130,0,0,50
+,2022,2.02203E+13,1553,South,South Carolina,87500,"House, apartment, flat",1,1,10121950,34,Male,White only,Married - spouse present,"Native, born in United States",Good,68,265,40.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,10,0,0,75,0,0,30,0,510,0,0,294,0,0,80,0,441,"$75,000 - $100,000",Millennials (23-38),White only,Good,5.5-6 feet,200-300,Bachelor's Degree,,441,30,585,294,0,0,90
+,2022,2.02203E+13,1554,Midwest,Illinois,37500,"House, apartment, flat",1,1,7736894,68,Male,Black only,Widowed,"Native, born in United States",Good,68,210,31.9,10th grade,Tenth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,0,0,1350,0,0,0,0,0,0,0,0,"$30,000 - $50,000",Boomers (55-73),Black only,Good,5.5-6 feet,200-300,Some High School,,0,0,1440,0,0,0,0
+,2022,2.02203E+13,1555,South,North Carolina,67500,"House, apartment, flat",1,1,14639713,67,Female,White only,Married - spouse present,"Native, born in United States",Very good,61,9996,998,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,7,368,0,20,0,0,60,0,710,0,0,215,60,0,0,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Very good,5-5.5 feet,>300,Graduated High School,,0,60,730,275,0,0,375
+,2022,2.02203E+13,1556,West,Colorado,45000,"House, apartment, flat",1,1,6033858,38,Female,White only,Divorced,"Native, born in United States",Very good,65,195,32.4,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,60,0,0,0,0,500,0,0,300,0,20,65,0,485,"$30,000 - $50,000",Generation X (39-54),White only,Very good,5-5.5 feet,180-200,Master's or Doctoral Degree,,485,0,560,300,0,0,95
+,2022,2.02203E+13,1557,South,Tennessee,37500,"House, apartment, flat",1,1,8449947,66,Male,White-American Indian,Never married,"Native, born in United States",NIU (Not in universe),,9999,998,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,50,0,0,640,0,570,0,0,180,0,0,0,0,0,"$30,000 - $50,000",Boomers (55-73),Mixed,"Other (Refused, Dont know, NIU)",,>300,Graduated High School,,0,640,620,180,0,0,0
+,2022,2.02203E+13,1558,South,Texas,32500,"House, apartment, flat",1,1,17621645,43,Male,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Excellent,66,160,25.8,10th grade,Tenth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,0,0,540,0,0,390,0,0,60,0,420,"$30,000 - $50,000",Generation X (39-54),White only,Excellent,5.5-6 feet,160-180,Some High School,,420,0,570,390,0,0,60
+,2022,2.02203E+13,1559,South,South Carolina,22500,"House, apartment, flat",1,1,6941939,79,Male,Black only,Married - spouse present,"Native, born in United States",Very good,69,225,33.2,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,180,60,0,0,0,0,620,0,0,520,0,0,60,0,0,"$10,000 - $30,000",Silent (74-91),Black only,Very good,5.5-6 feet,200-300,Graduated High School,,0,0,680,520,0,0,240
+,2022,2.02203E+13,1560,West,California,87500,"House, apartment, flat",1,1,5312254,47,Male,White only,Divorced,"Native, born in United States",Fair,70,235,33.7,High school graduate - diploma,Twelfth grade,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,5,118,135,0,0,120,0,794,0,0,180,0,0,88,0,0,"$75,000 - $100,000",Generation X (39-54),White only,Fair,5.5-6 feet,200-300,Graduated High School,,0,120,929,180,0,0,211
+,2022,2.02203E+13,1561,South,Virginia,87500,"House, apartment, flat",1,1,6093584,45,Male,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Very good,72,190,25.8,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,120,0,0,225,0,0,105,0,640,0,185,105,0,0,60,0,0,"$75,000 - $100,000",Generation X (39-54),White only,Very good,6-6.5 feet,180-200,Master's or Doctoral Degree,,0,105,865,290,0,0,180
+,2022,2.02203E+13,1562,South,Georgia,125000,"House, apartment, flat",1,1,20637977,25,Female,White only,Never married,"Native, born in United States",Very good,68,120,18.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,170,0,50,420,0,141,60,545,0,0,0,0,0,54,0,0,"$100,000 - $150,000",Millennials (23-38),White only,Very good,5.5-6 feet,120-140,Bachelor's Degree,,0,201,595,0,420,0,224
+,2022,2.02203E+13,1563,South,Texas,6250,"House, apartment, flat",1,1,11415423,71,Female,Asian only,Widowed,"Foreign born, U.S. citizen by naturalization",Poor,59,142,28.7,7th or 8th grade,Seventh through eighth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,35,0,0,375,0,825,0,0,205,0,0,0,0,0,"Less than $10,000",Boomers (55-73),Asian only,Poor,0-5 feet,140-160,Middle School or Less,,0,375,860,205,0,0,0
+,2022,2.02203E+13,1564,Northeast,New Jersey,55000,"House, apartment, flat",1,1,10987640,51,Female,White only,Married - spouse present,"Native, born in United States",Good,67,195,30.5,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,190,0,0,90,0,0,120,0,465,0,0,0,0,0,20,90,465,"$50,000 - $75,000",Generation X (39-54),White only,Good,5.5-6 feet,180-200,Master's or Doctoral Degree,,465,120,555,0,0,90,210
+,2022,2.02203E+13,1565,Midwest,Kansas,125000,"House, apartment, flat",1,1,10043323,37,Female,White only,Married - spouse present,"Native, born in United States",Good,62,250,45.7,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,70,0,0,30,0,0,0,0,495,0,0,120,0,0,70,0,655,"$100,000 - $150,000",Millennials (23-38),White only,Good,5-5.5 feet,200-300,Master's or Doctoral Degree,,655,0,525,120,0,0,140
+,2022,2.02203E+13,1566,Midwest,Iowa,32500,"House, apartment, flat",1,1,15043814,41,Male,Black only,Never married,"Native, born in United States",Fair,73,232,30.6,High school graduate - GED,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,45,0,640,0,0,240,0,0,7,0,478,"$30,000 - $50,000",Generation X (39-54),Black only,Fair,6-6.5 feet,200-300,Graduated High School,,478,45,670,240,0,0,7
+,2022,2.02203E+13,1567,Northeast,New Jersey,200000,"House, apartment, flat",1,1,9780287,35,Male,White only,Never married,"Native, born in United States",Very good,70,195,28,Associate degree - occupational vocational,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,105,0,0,110,0,495,0,0,360,0,0,137,0,203,"$150,000 and over",Millennials (23-38),White only,Very good,5.5-6 feet,180-200,Associate Degree,,203,110,600,360,0,0,167
+,2022,2.02203E+13,1568,Northeast,New York,22500,"House, apartment, flat",1,1,8548079,55,Male,White only,Divorced,"Foreign born, U.S. citizen by naturalization",Very good,76,179,21.8,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,0,0,500,0,0,180,60,0,10,0,570,"$10,000 - $30,000",Boomers (55-73),White only,Very good,6-6.5 feet,160-180,Master's or Doctoral Degree,,570,0,620,240,0,0,10
+,2022,2.02203E+13,1569,Northeast,New Jersey,22500,"House, apartment, flat",1,1,8750185,73,Female,White only,Never married,"Native, born in United States",Good,67,130,20.4,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,5,100,0,0,175,0,575,0,90,205,0,195,60,5,0,"$10,000 - $30,000",Silent (74-91),White only,Good,5.5-6 feet,120-140,Master's or Doctoral Degree,,0,175,675,295,0,5,260
+,2022,2.02203E+13,1570,West,California,27500,"House, apartment, flat",1,1,5642925,80,Female,White only,Widowed,"Native, born in United States",Very good,60,100,19.5,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,270,0,780,0,0,210,60,0,0,0,0,"$10,000 - $30,000",Silent (74-91),White only,Very good,5-5.5 feet,100-120,Some College,,0,270,900,270,0,0,0
+,2022,2.02203E+13,1571,Midwest,Illinois,125000,"House, apartment, flat",1,1,6382984,66,Female,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Good,66,130,21,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,75,110,0,0,134,0,580,0,0,496,0,0,45,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Good,5.5-6 feet,120-140,Associate Degree,,0,134,690,496,0,0,120
+,2022,2.02203E+13,1572,West,California,45000,"House, apartment, flat",1,1,5614835,71,Male,Asian only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Very good,69,190,28.1,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,480,0,90,0,0,0,0,470,0,0,400,0,0,0,0,0,"$30,000 - $50,000",Boomers (55-73),Asian only,Very good,5.5-6 feet,180-200,Master's or Doctoral Degree,,0,0,560,400,0,0,480
+,2022,2.02203E+13,1573,Midwest,Kansas,125000,"House, apartment, flat",1,1,4572860,71,Male,White only,Married - spouse present,"Native, born in United States",Good,68,175,26.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,60,0,90,0,0,0,0,510,0,0,480,300,0,0,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Good,5.5-6 feet,160-180,Bachelor's Degree,,0,0,600,780,0,0,60
+,2022,2.02203E+13,1574,Midwest,Wisconsin,125000,"House, apartment, flat",1,1,12682440,35,Female,White only,Never married,"Native, born in United States",Very good,66,150,24.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,210,0,0,0,0,0,25,0,565,0,0,190,0,0,0,0,450,"$100,000 - $150,000",Millennials (23-38),White only,Very good,5.5-6 feet,140-160,Bachelor's Degree,,450,25,565,190,0,0,210
+,2022,2.02203E+13,1575,Midwest,Michigan,55000,Mobile home or trailer with 1 or more rooms added,1,1,5970249,64,Male,White only,Widowed,"Native, born in United States",Good,72,160,21.7,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,75,20,0,0,45,0,715,0,0,459,0,0,126,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Good,6-6.5 feet,160-180,Graduated High School,,0,45,735,459,0,0,201
+,2022,2.02203E+13,1576,Midwest,Indiana,55000,"House, apartment, flat",1,1,15333737,39,Female,White only,Never married,"Native, born in United States",Good,64,160,27.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,65,0,0,30,0,525,0,0,270,0,0,50,0,490,"$50,000 - $75,000",Generation X (39-54),White only,Good,5-5.5 feet,160-180,Bachelor's Degree,,490,30,590,270,0,0,60
+,2022,2.02203E+13,1577,South,Texas,125000,"House, apartment, flat",1,1,17066835,37,Female,White only,Never married,"Native, born in United States",Very good,62,155,28.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,165,0,600,0,0,140,30,0,0,0,445,"$100,000 - $150,000",Millennials (23-38),White only,Very good,5-5.5 feet,140-160,Bachelor's Degree,,445,165,660,170,0,0,0
+,2022,2.02203E+13,1578,Northeast,Rhode Island,11250,"House, apartment, flat",1,1,9600899,55,Male,White only,Never married,"Native, born in Puerto Rico or U.S. Outlying Area",Fair,66,120,19.4,7th or 8th grade,Seventh through eighth grade,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,0,0,0,60,0,720,0,0,630,0,0,20,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Fair,5.5-6 feet,120-140,Middle School or Less,,0,60,720,630,0,0,30
+,2022,2.02203E+13,1579,Midwest,Indiana,37500,"House, apartment, flat",1,1,6952474,85,Female,White only,Married - spouse present,"Native, born in United States",Good,66,110,17.8,Some college but no degree,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,95,0,0,230,0,765,0,0,240,30,10,0,0,0,"$30,000 - $50,000",Silent (74-91),White only,Good,5.5-6 feet,100-120,Some College,,0,230,860,270,0,0,10
+,2022,2.02203E+13,1580,South,Arkansas,6250,"House, apartment, flat",1,1,7430644,75,Male,White only,Married - spouse present,"Native, born in United States",Very good,66,160,25.8,11th grade,Eleventh grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,20,0,0,155,0,645,0,0,620,0,0,0,0,0,"Less than $10,000",Silent (74-91),White only,Very good,5.5-6 feet,160-180,Some High School,,0,155,665,620,0,0,0
+,2022,2.02203E+13,1581,South,Texas,45000,"House, apartment, flat",1,1,17299408,38,Female,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Good,61,130,24.6,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,425,0,0,100,0,0,50,0,590,0,0,190,0,30,55,0,0,"$30,000 - $50,000",Generation X (39-54),White only,Good,5-5.5 feet,120-140,Graduated High School,,0,50,690,190,0,0,510
+,2022,2.02203E+13,1582,Northeast,New York,200000,"House, apartment, flat",1,1,13145031,45,Male,Asian only,Married - spouse present,"Native, born in United States",Very good,68,185,28.1,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,275,0,0,45,0,0,315,0,415,0,0,390,0,0,0,0,0,"$150,000 and over",Generation X (39-54),Asian only,Very good,5.5-6 feet,180-200,Master's or Doctoral Degree,,0,315,460,390,0,0,275
+,2022,2.02203E+13,1583,Midwest,Minnesota,27500,"House, apartment, flat",1,1,4332058,49,Female,White only,Divorced,"Native, born in United States",Fair,69,270,39.9,Some college but no degree,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,22,0,0,193,0,813,0,0,0,0,0,30,0,382,"$10,000 - $30,000",Generation X (39-54),White only,Fair,5.5-6 feet,200-300,Some College,,382,193,835,0,0,0,30
+,2022,2.02203E+13,1584,South,Oklahoma,6250,"House, apartment, flat",1,1,3773423,55,Male,White only,Widowed,"Native, born in United States",Very good,73,215,28.4,Some college but no degree,College--three years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,70,30,0,0,20,0,420,0,0,825,0,0,75,0,0,"Less than $10,000",Boomers (55-73),White only,Very good,6-6.5 feet,200-300,Some College,,0,20,450,825,0,0,145
+,2022,2.02203E+13,1585,West,Utah,87500,"House, apartment, flat",1,1,9211393,42,Male,White only,Married - spouse present,"Native, born in United States",Good,73,255,33.6,Associate degree - occupational vocational,College--four years,Employed - at work,No,No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,42,0,70,80,0,0,0,0,265,0,0,430,0,0,46,0,507,"$75,000 - $100,000",Generation X (39-54),White only,Good,6-6.5 feet,200-300,Associate Degree,,507,0,345,430,0,0,158
+,2022,2.02203E+13,1586,Midwest,Michigan,55000,"House, apartment, flat",1,1,5274059,74,Female,White only,Married - spouse present,"Native, born in United States",Good,61,150,28.3,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,0,0,625,0,480,0,0,260,0,0,0,0,0,"$50,000 - $75,000",Silent (74-91),White only,Good,5-5.5 feet,140-160,Graduated High School,,0,625,555,260,0,0,0
+,2022,2.02203E+13,1587,South,Florida,2500,"House, apartment, flat",1,1,8120312,25,Male,White only,Never married,"Native, born in United States",Good,72,250,33.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,15,708,0,32,0,485,0,0,90,60,0,20,0,0,"Less than $10,000",Millennials (23-38),White only,Good,6-6.5 feet,200-300,Bachelor's Degree,,0,32,500,150,708,0,20
+,2022,2.02203E+13,1588,Midwest,Iowa,67500,"House, apartment, flat",1,1,3062409,62,Male,White only,Divorced,"Native, born in United States",Excellent,72,210,28.5,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,20,0,0,90,0,540,0,0,400,0,0,2,0,239,"$50,000 - $75,000",Boomers (55-73),White only,Excellent,6-6.5 feet,200-300,Graduated High School,,239,90,560,400,0,0,2
+,2022,2.02203E+13,1589,South,Tennessee,55000,"House, apartment, flat",1,1,9621192,31,Male,White only,Never married,"Native, born in United States",Very good,70,160,23,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,225,0,140,30,0,0,280,0,460,0,0,240,0,0,65,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Very good,5.5-6 feet,160-180,Graduated High School,,0,280,490,240,0,0,430
+,2022,2.02203E+13,1590,Midwest,Michigan,125000,"House, apartment, flat",1,1,22811138,73,Female,White only,Married - spouse present,"Native, born in United States",Very good,61,112,21.2,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,105,0,0,215,0,755,0,0,200,165,0,0,0,0,"$100,000 - $150,000",Silent (74-91),White only,Very good,5-5.5 feet,100-120,Graduated High School,,0,215,860,365,0,0,0
+,2022,2.02203E+13,1591,Midwest,Ohio,37500,"House, apartment, flat",1,1,45300680,19,Male,White only,Never married,"Native, born in United States",Good,71,220,30.7,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,165,235,0,5,0,420,0,0,110,0,0,100,0,405,"$30,000 - $50,000",Generation Z (7-22),White only,Good,5.5-6 feet,200-300,Graduated High School,,405,5,585,110,235,0,100
+,2022,2.02203E+13,1592,Midwest,Michigan,87500,"House, apartment, flat",1,1,10236720,37,Female,White only,Married - spouse present,"Native, born in United States",Very good,64,170,29.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,461,0,0,65,0,0,158,0,565,0,0,96,0,95,0,0,0,"$75,000 - $100,000",Millennials (23-38),White only,Very good,5-5.5 feet,160-180,Bachelor's Degree,,0,158,630,96,0,0,556
+,2022,2.02203E+13,1593,South,Mississippi,55000,"House, apartment, flat",1,1,5461411,27,Female,White only,Married - spouse absent,"Native, born in United States",Very good,68,240,36.5,Associate degree - academic program,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,190,0,0,60,0,0,185,0,720,0,0,225,0,0,0,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Very good,5.5-6 feet,200-300,Associate Degree,,0,185,780,225,0,0,190
+,2022,2.02203E+13,1594,South,District of Columbia,125000,"House, apartment, flat",1,1,10532365,40,Female,White only,Never married,"Native, born in United States",Excellent,69,150,22.1,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,35,0,540,0,0,210,20,0,0,0,605,"$100,000 - $150,000",Generation X (39-54),White only,Excellent,5.5-6 feet,140-160,Master's or Doctoral Degree,,605,35,570,230,0,0,0
+,2022,2.02203E+13,1595,South,South Carolina,125000,"House, apartment, flat",1,1,5452928,79,Female,White only,Married - spouse present,"Native, born in United States",Excellent,62,137,25.1,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,70,120,0,0,155,0,565,0,0,280,80,60,30,0,0,"$100,000 - $150,000",Silent (74-91),White only,Excellent,5-5.5 feet,120-140,Master's or Doctoral Degree,,0,155,685,360,0,0,160
+,2022,2.02203E+13,1596,South,Georgia,200000,"House, apartment, flat",1,1,9160612,78,Female,Black only,Married - spouse present,"Native, born in United States",Fair,60,140,27.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,75,0,0,160,0,620,0,0,585,0,0,0,0,0,"$150,000 and over",Silent (74-91),Black only,Fair,5-5.5 feet,140-160,Bachelor's Degree,,0,160,695,585,0,0,0
+,2022,2.02203E+13,1597,Midwest,Ohio,87500,"House, apartment, flat",1,1,8058153,63,Female,White only,Married - spouse present,"Native, born in United States",Good,65,187,31.1,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,65,0,0,75,0,440,0,0,145,0,0,20,0,695,"$75,000 - $100,000",Boomers (55-73),White only,Good,5-5.5 feet,180-200,Some College,,695,75,505,145,0,0,20
+,2022,2.02203E+13,1598,Midwest,Michigan,27500,"House, apartment, flat",1,1,11310734,80,Female,White only,Widowed,"Native, born in United States",Good,60,149,29.1,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,20,0,0,20,0,640,0,0,740,0,20,0,0,0,"$10,000 - $30,000",Silent (74-91),White only,Good,5-5.5 feet,140-160,Graduated High School,,0,20,660,740,0,0,20
+,2022,2.02203E+13,1599,West,Idaho,22500,"House, apartment, flat",1,1,13030363,23,Female,White only,Married - spouse present,"Native, born in United States",Don't know,56,9999,998,Some college but no degree,College--four years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,150,0,595,0,0,80,0,0,22,0,498,"$10,000 - $30,000",Millennials (23-38),White only,"Other (Refused, Dont know, NIU)",0-5 feet,>300,Some College,,498,150,640,80,0,0,22
+,2022,2.02203E+13,1600,South,Mississippi,87500,"House, apartment, flat",1,1,3764837,39,Male,White only,Married - spouse present,"Native, born in United States",Very good,71,260,36.3,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,160,0,780,0,270,150,0,0,20,0,0,"$75,000 - $100,000",Generation X (39-54),White only,Very good,5.5-6 feet,200-300,Master's or Doctoral Degree,,0,160,840,420,0,0,20
+,2022,2.02203E+13,1601,West,California,11250,"House, apartment, flat",1,1,6100400,39,Female,White only,Separated,"Native, born in United States",Very good,64,218,37.4,Some college but no degree,College--four years,Employed - absent,No,No vision difficulty,No hearing difficulty,Has mobility limitation,No physical difficulty,Has difficulty remembering,0,0,10,75,0,0,90,0,699,7,0,530,0,0,29,0,0,"$10,000 - $30,000",Generation X (39-54),White only,Very good,5-5.5 feet,200-300,Some College,,0,90,781,530,0,0,39
+,2022,2.02203E+13,1602,South,Oklahoma,55000,"House, apartment, flat",1,1,11378299,79,Female,Black only,Widowed,"Native, born in United States",Fair,62,152,27.8,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,25,90,0,0,0,0,1025,90,0,120,0,0,90,0,0,"$50,000 - $75,000",Silent (74-91),Black only,Fair,5-5.5 feet,140-160,Graduated High School,,0,0,1205,120,0,0,115
+,2022,2.02203E+13,1603,Midwest,Iowa,55000,"House, apartment, flat",1,1,7693450,49,Female,White only,Divorced,"Native, born in United States",Very good,67,9996,998,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,30,0,600,0,0,240,0,0,30,0,510,"$50,000 - $75,000",Generation X (39-54),White only,Very good,5.5-6 feet,>300,Bachelor's Degree,,510,30,630,240,0,0,30
+,2022,2.02203E+13,1604,Midwest,Minnesota,125000,"House, apartment, flat",1,1,12911373,55,Male,White only,Married - spouse present,"Native, born in United States",Good,71,200,27.9,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,70,0,490,0,0,205,0,0,20,0,655,"$100,000 - $150,000",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Associate Degree,,655,70,490,205,0,0,20
+,2022,2.02203E+13,1605,Midwest,Iowa,87500,"House, apartment, flat",1,1,3957922,28,Female,White only,Never married,"Native, born in United States",Fair,72,260,35.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,120,90,0,0,90,0,750,0,0,300,0,0,90,0,0,"$75,000 - $100,000",Millennials (23-38),White only,Fair,6-6.5 feet,200-300,Bachelor's Degree,,0,90,840,300,0,0,210
+,2022,2.02203E+13,1606,South,Tennessee,22500,"House, apartment, flat",1,1,13060874,76,Female,White only,Married - spouse present,"Native, born in United States",Good,65,140,23.3,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,183,0,593,0,0,589,0,30,0,0,0,"$10,000 - $30,000",Silent (74-91),White only,Good,5-5.5 feet,140-160,Graduated High School,,0,183,638,589,0,0,30
+,2022,2.02203E+13,1607,Northeast,New York,37500,"House, apartment, flat",1,1,15391027,57,Male,Black only,Married - spouse absent,"Native, born in United States",Good,71,210,29.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,15,0,0,0,0,420,0,0,180,45,0,90,0,690,"$30,000 - $50,000",Boomers (55-73),Black only,Good,5.5-6 feet,200-300,Bachelor's Degree,,690,0,435,225,0,0,90
+,2022,2.02203E+13,1608,West,Montana,55000,"House, apartment, flat",1,1,6994024,64,Male,White only,Divorced,"Native, born in United States",Very good,71,173,24.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,30,0,0,360,0,540,0,0,390,0,40,20,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Very good,5.5-6 feet,160-180,Bachelor's Degree,,0,360,570,390,0,0,120
+,2022,2.02203E+13,1609,Northeast,Pennsylvania,11250,"House, apartment, flat",1,1,6318759,25,Male,White only,Never married,"Native, born in United States",Very good,66,157,25.3,Associate degree - academic program,College--two years,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,6,0,900,0,0,324,0,180,0,0,0,"$10,000 - $30,000",Millennials (23-38),White only,Very good,5.5-6 feet,140-160,Associate Degree,,0,6,930,324,0,0,180
+,2022,2.02203E+13,1610,Northeast,New York,37500,"House, apartment, flat",1,1,44092866,25,Male,White only,Never married,"Native, born in United States",Good,66,220,35.5,Associate degree - academic program,College--two years,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,5,40,0,0,15,0,510,0,0,140,0,0,52,0,678,"$30,000 - $50,000",Millennials (23-38),White only,Good,5.5-6 feet,200-300,Associate Degree,,678,15,550,140,0,0,57
+,2022,2.02203E+13,1611,Northeast,New York,200000,"House, apartment, flat",1,1,12137731,65,Male,White only,Married - spouse present,"Native, born in United States",Very good,70,220,31.6,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,225,0,0,150,0,315,0,85,325,60,0,55,120,15,"$150,000 and over",Boomers (55-73),White only,Very good,5.5-6 feet,200-300,Master's or Doctoral Degree,,15,150,540,470,0,120,85
+,2022,2.02203E+13,1612,Midwest,Ohio,45000,"House, apartment, flat",1,1,12515132,30,Male,White only,Never married,"Native, born in United States",Good,71,195,27.2,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,230,0,825,0,0,210,0,30,25,0,120,"$30,000 - $50,000",Millennials (23-38),White only,Good,5.5-6 feet,180-200,Graduated High School,,120,230,825,210,0,0,55
+,2022,2.02203E+13,1613,South,Texas,125000,"House, apartment, flat",1,1,5657847,44,Female,White only,Divorced,"Native, born in United States",Excellent,65,155,25.8,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,237,0,0,20,0,0,120,0,465,0,0,180,0,0,45,20,353,"$100,000 - $150,000",Generation X (39-54),White only,Excellent,5-5.5 feet,140-160,Master's or Doctoral Degree,,353,120,485,180,0,20,282
+,2022,2.02203E+13,1614,West,Washington,67500,Mobile home or trailer with no permanent room added,1,1,4773214,74,Female,White only,Divorced,"Native, born in United States",Very good,67,206,32.3,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,22,0,70,0,0,48,0,417,45,0,210,0,0,82,0,546,"$50,000 - $75,000",Silent (74-91),White only,Very good,5.5-6 feet,200-300,Some College,,546,48,532,210,0,0,104
+,2022,2.02203E+13,1615,Midwest,Illinois,200000,"House, apartment, flat",1,1,10838575,42,Male,White only,Divorced,"Native, born in United States",Fair,70,230,33,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,30,0,450,0,0,70,0,0,10,0,850,"$150,000 and over",Generation X (39-54),White only,Fair,5.5-6 feet,200-300,Master's or Doctoral Degree,,850,30,480,70,0,0,10
+,2022,2.02203E+13,1616,Northeast,Vermont,32500,"House, apartment, flat",1,1,3566822,58,Female,White only,Widowed,"Native, born in United States",Very good,64,225,38.6,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,80,0,0,120,0,0,255,0,540,0,90,150,0,0,80,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Very good,5-5.5 feet,200-300,Graduated High School,,0,255,660,240,0,0,160
+,2022,2.02203E+13,1617,West,Washington,200000,"House, apartment, flat",1,1,22503561,48,Male,White only,Married - spouse present,"Native, born in United States",Good,71,222,31,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,65,0,0,15,0,445,0,0,365,0,0,40,0,455,"$150,000 and over",Generation X (39-54),White only,Good,5.5-6 feet,200-300,Bachelor's Degree,,455,15,510,365,0,0,40
+,2022,2.02203E+13,1618,South,South Carolina,200000,"House, apartment, flat",1,1,3783759,64,Female,White only,Widowed,"Native, born in United States",Excellent,67,145,22.7,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,190,0,0,55,0,550,0,0,55,0,0,375,0,185,"$150,000 and over",Boomers (55-73),White only,Excellent,5.5-6 feet,140-160,Master's or Doctoral Degree,,185,55,740,55,0,0,405
+,2022,2.02203E+13,1619,South,North Carolina,45000,"House, apartment, flat",1,1,19415646,70,Male,Black only,Married - spouse present,"Native, born in United States",Very good,68,155,23.6,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,100,95,0,0,22,0,495,0,0,596,0,4,98,0,0,"$30,000 - $50,000",Boomers (55-73),Black only,Very good,5.5-6 feet,140-160,Graduated High School,,0,22,590,596,0,0,202
+,2022,2.02203E+13,1620,South,Oklahoma,32500,"House, apartment, flat",1,1,14786370,25,Female,Black-American Indian,Never married,"Native, born in United States",Poor,63,218,38.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,15,0,5,30,0,0,0,0,963,300,0,20,0,0,107,0,0,"$30,000 - $50,000",Millennials (23-38),Mixed,Poor,5-5.5 feet,200-300,Bachelor's Degree,,0,0,1293,20,0,0,127
+,2022,2.02203E+13,1621,South,Texas,45000,"House, apartment, flat",1,1,24921671,21,Male,White only,Never married,"Native, born in United States",NIU (Not in universe),,9999,999,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,0,0,1020,5,0,355,0,0,60,0,0,"$30,000 - $50,000",Generation Z (7-22),White only,"Other (Refused, Dont know, NIU)",,>300,Graduated High School,,0,0,1025,355,0,0,60
+,2022,2.02203E+13,1622,South,Delaware,67500,"House, apartment, flat",1,1,13542288,64,Female,Black only,Married - spouse present,"Native, born in United States",Fair,64,260,44.6,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,0,0,1050,0,0,270,0,0,0,0,0,"$50,000 - $75,000",Boomers (55-73),Black only,Fair,5-5.5 feet,200-300,Some College,,0,0,1140,270,0,0,0
+,2022,2.02203E+13,1623,West,California,87500,"House, apartment, flat",1,1,6692526,26,Male,White only,Never married,"Foreign born, U.S. citizen by naturalization",Excellent,69,152,22.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,120,0,0,0,0,440,0,0,90,60,0,54,0,666,"$75,000 - $100,000",Millennials (23-38),White only,Excellent,5.5-6 feet,140-160,Bachelor's Degree,,666,0,560,150,0,0,64
+,2022,2.02203E+13,1624,South,Tennessee,87500,"House, apartment, flat",1,1,18982735,58,Male,White only,Married - spouse present,"Native, born in United States",Very good,70,205,29.4,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,30,0,30,0,0,15,0,540,0,0,270,0,165,390,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Very good,5.5-6 feet,200-300,Graduated High School,,0,15,570,270,0,0,585
+,2022,2.02203E+13,1625,Midwest,Iowa,67500,"House, apartment, flat",1,1,12673810,80,Male,White only,Married - spouse present,"Native, born in United States",Good,67,200,31.3,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,135,0,0,60,0,540,0,0,570,0,0,0,0,75,"$50,000 - $75,000",Silent (74-91),White only,Good,5.5-6 feet,200-300,Graduated High School,,75,60,675,570,0,0,0
+,2022,2.02203E+13,1626,Northeast,New York,200000,"House, apartment, flat",1,1,13682131,44,Male,White only,Married - spouse present,"Native, born in United States",Good,70,202,29,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,31,0,0,15,0,0,30,0,450,0,0,210,0,0,14,0,690,"$150,000 and over",Generation X (39-54),White only,Good,5.5-6 feet,200-300,Bachelor's Degree,,690,30,465,210,0,0,45
+,2022,2.02203E+13,1627,Northeast,Pennsylvania,8750,"House, apartment, flat",1,1,16704129,30,Male,White only,Never married,"Native, born in United States",Fair,70,340,48.8,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,No physical difficulty,Has difficulty remembering,0,0,0,75,0,0,120,0,680,0,100,440,0,0,25,0,0,"Less than $10,000",Millennials (23-38),White only,Fair,5.5-6 feet,>300,Graduated High School,,0,120,755,540,0,0,25
+,2022,2.02203E+13,1628,South,District of Columbia,11250,"House, apartment, flat",1,1,2094085,68,Female,Black only,Never married,"Native, born in United States",Very good,62,140,25.6,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,50,0,0,275,0,610,0,0,365,50,90,0,0,0,"$10,000 - $30,000",Boomers (55-73),Black only,Very good,5-5.5 feet,140-160,Some College,,0,275,660,415,0,0,90
+,2022,2.02203E+13,1629,Midwest,Wisconsin,45000,"House, apartment, flat",1,1,6646664,26,Male,Black only,Never married,"Foreign born, not a U.S. citizen",Very good,74,216,27.7,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,3,8,564,0,0,0,375,0,0,120,136,0,109,75,50,"$30,000 - $50,000",Millennials (23-38),Black only,Very good,6-6.5 feet,200-300,Master's or Doctoral Degree,,50,0,383,256,564,75,112
+,2022,2.02203E+13,1630,West,Idaho,87500,"House, apartment, flat",1,1,7174591,15,Male,"American Indian, Alaskan Native",Never married,"Native, born in United States",Excellent,67,150,23.5,10th grade,Tenth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,0,0,485,0,0,270,538,90,27,0,0,"$75,000 - $100,000",Generation Z (7-22),"American Indian, Alaskan Native",Excellent,5.5-6 feet,140-160,Some High School,,0,0,515,808,0,0,117
+,2022,2.02203E+13,1631,Midwest,North Dakota,13750,"House, apartment, flat",1,1,2728211,79,Female,White only,Never married,"Native, born in United States",Good,60,173,33.8,Associate degree - academic program,College--three years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,20,0,0,20,0,890,0,30,480,0,0,0,0,0,"$10,000 - $30,000",Silent (74-91),White only,Good,5-5.5 feet,160-180,Associate Degree,,0,20,910,510,0,0,0
+,2022,2.02203E+13,1632,South,Texas,200000,"House, apartment, flat",1,1,14877902,30,Male,White only,Divorced,"Native, born in United States",Good,70,210,30.1,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,20,120,0,0,80,0,570,0,0,30,0,0,38,0,582,"$150,000 and over",Millennials (23-38),White only,Good,5.5-6 feet,200-300,Master's or Doctoral Degree,,582,80,690,30,0,0,58
+,2022,2.02203E+13,1633,Midwest,Kansas,11250,"House, apartment, flat",1,1,6351912,69,Female,White only,Married - spouse present,"Native, born in United States",Fair,61,100,18.9,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,30,85,95,0,0,295,0,605,0,0,230,0,0,100,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Fair,5-5.5 feet,100-120,Some College,,0,295,700,230,0,0,215
+,2022,2.02203E+13,1634,Northeast,Massachusetts,125000,"House, apartment, flat",1,1,5145100,78,Female,White only,Married - spouse present,"Native, born in United States",Very good,63,140,24.8,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,225,0,0,240,0,450,0,0,210,0,0,0,210,0,"$100,000 - $150,000",Silent (74-91),White only,Very good,5-5.5 feet,140-160,Master's or Doctoral Degree,,0,240,675,210,0,210,0
+,2022,2.02203E+13,1635,South,North Carolina,200000,"House, apartment, flat",1,1,9207716,42,Male,Black only,Never married,"Native, born in United States",Good,74,275,35.3,High school graduate - GED,Eleventh grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,240,0,0,0,0,0,0,540,0,0,615,0,0,45,0,0,"$150,000 and over",Generation X (39-54),Black only,Good,6-6.5 feet,200-300,Graduated High School,,0,0,540,615,0,0,285
+,2022,2.02203E+13,1636,Midwest,Missouri,87500,"House, apartment, flat",1,1,17052072,32,Male,White only,Married - spouse present,"Native, born in United States",Very good,70,225,32.3,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,35,0,25,20,0,0,130,0,360,0,0,10,0,0,30,0,830,"$75,000 - $100,000",Millennials (23-38),White only,Very good,5.5-6 feet,200-300,Graduated High School,,830,130,380,10,0,0,90
+,2022,2.02203E+13,1637,Midwest,Minnesota,55000,"House, apartment, flat",1,1,6599753,80,Male,White only,Divorced,"Native, born in United States",Very good,68,160,24.3,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,72,10,60,0,0,0,0,543,0,60,160,0,0,430,0,0,"$50,000 - $75,000",Silent (74-91),White only,Very good,5.5-6 feet,160-180,Master's or Doctoral Degree,,0,0,603,220,0,0,512
+,2022,2.02203E+13,1638,Midwest,Illinois,200000,"House, apartment, flat",1,1,5449866,55,Female,Asian only,Married - spouse present,"Native, born in United States",Excellent,62,120,21.9,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,125,0,0,60,0,0,345,0,600,0,0,90,90,0,10,0,120,"$150,000 and over",Boomers (55-73),Asian only,Excellent,5-5.5 feet,120-140,Master's or Doctoral Degree,,120,345,660,180,0,0,135
+,2022,2.02203E+13,1639,West,California,22500,"House, apartment, flat",1,1,8202453,26,Female,White only,Never married,"Native, born in United States",Good,64,9994,998,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,110,0,60,50,0,0,40,0,570,0,0,370,0,0,240,0,0,"$10,000 - $30,000",Millennials (23-38),White only,Good,5-5.5 feet,>300,Graduated High School,,0,40,620,370,0,0,410
+,2022,2.02203E+13,1640,South,Texas,22500,"House, apartment, flat",1,1,3104166,44,Female,White only,Separated,"Native, born in United States",Very good,61,195,36.8,High school graduate - GED,Ninth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,0,0,920,0,0,0,0,0,10,0,510,"$10,000 - $30,000",Generation X (39-54),White only,Very good,5-5.5 feet,180-200,Graduated High School,,510,0,920,0,0,0,10
+,2022,2.02203E+13,1641,Midwest,Ohio,17500,"House, apartment, flat",1,1,4651760,80,Female,White only,Widowed,"Native, born in United States",Very good,64,9996,998,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,220,0,495,0,0,670,0,10,0,0,0,"$10,000 - $30,000",Silent (74-91),White only,Very good,5-5.5 feet,>300,Graduated High School,,0,220,540,670,0,0,10
+,2022,2.02203E+13,1642,West,New Mexico,200000,"House, apartment, flat",1,1,11186416,15,Male,White only,Never married,"Native, born in United States",Excellent,69,130,19.2,10th grade,Tenth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,15,0,0,0,0,555,0,0,580,240,0,40,0,0,"$150,000 and over",Generation Z (7-22),White only,Excellent,5.5-6 feet,120-140,Some High School,,0,0,570,820,0,0,50
+,2022,2.02203E+13,1643,Midwest,Michigan,87500,"House, apartment, flat",1,1,12630620,34,Male,White only,Never married,"Native, born in United States",Very good,75,200,25,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,70,0,0,0,0,510,0,0,270,0,0,65,0,495,"$75,000 - $100,000",Millennials (23-38),White only,Very good,6-6.5 feet,200-300,Bachelor's Degree,,495,0,580,270,0,0,95
+,2022,2.02203E+13,1644,West,Washington,27500,"House, apartment, flat",1,1,3949439,62,Female,White only,Divorced,"Foreign born, not a U.S. citizen",Good,63,180,31.9,High school graduate - diploma,Twelfth grade,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,165,0,655,0,0,440,0,0,60,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Good,5-5.5 feet,180-200,Graduated High School,,0,165,775,440,0,0,60
+,2022,2.02203E+13,1645,Midwest,Ohio,125000,"House, apartment, flat",1,1,5489509,80,Female,White only,Married - spouse present,"Native, born in United States",Good,62,155,28.3,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,105,0,0,180,0,465,0,0,510,0,0,0,0,0,"$100,000 - $150,000",Silent (74-91),White only,Good,5-5.5 feet,140-160,Master's or Doctoral Degree,,0,180,570,510,0,0,0
+,2022,2.02203E+13,1646,South,Tennessee,37500,"House, apartment, flat",1,1,2747122,69,Female,Black-American Indian,Married - spouse present,"Native, born in United States",Good,65,9996,998,Associate degree - occupational vocational,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,30,0,0,630,0,660,0,0,30,0,0,0,0,0,"$30,000 - $50,000",Boomers (55-73),Mixed,Good,5-5.5 feet,>300,Associate Degree,,0,630,690,30,0,0,0
+,2022,2.02203E+13,1647,Midwest,Michigan,125000,"House, apartment, flat",1,1,10716397,69,Male,White only,Married - spouse present,"Native, born in United States",Excellent,73,195,25.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,105,0,0,0,0,600,0,0,665,0,0,10,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Excellent,6-6.5 feet,180-200,Bachelor's Degree,,0,0,705,665,0,0,70
+,2022,2.02203E+13,1648,Northeast,Massachusetts,32500,"House, apartment, flat",1,1,10533455,29,Male,White only,Married - spouse present,"Native, born in United States",Good,76,250,30.4,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,85,20,15,125,0,0,20,0,510,0,0,130,0,0,60,0,475,"$30,000 - $50,000",Millennials (23-38),White only,Good,6-6.5 feet,200-300,Some College,,475,20,635,130,0,0,180
+,2022,2.02203E+13,1649,West,Oregon,200000,"House, apartment, flat",1,1,8870470,29,Male,White only,Married - spouse present,"Native, born in United States",Excellent,,9996,998,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,40,0,0,40,0,540,0,0,180,60,0,0,0,580,"$150,000 and over",Millennials (23-38),White only,Excellent,,>300,Master's or Doctoral Degree,,580,40,580,240,0,0,0
+,2022,2.02203E+13,1650,West,California,32500,"House, apartment, flat",1,1,9103847,36,Female,White only,Married - spouse present,"Native, born in United States",Very good,64,160,27.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,0,0,570,0,0,128,0,0,307,0,390,"$30,000 - $50,000",Millennials (23-38),White only,Very good,5-5.5 feet,160-180,Bachelor's Degree,,390,0,615,128,0,0,307
+,2022,2.02203E+13,1651,South,Florida,17500,"House, apartment, flat",1,1,38133979,40,Male,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Excellent,65,210,34.9,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,100,0,0,70,0,560,0,0,60,90,0,25,0,535,"$10,000 - $30,000",Generation X (39-54),White only,Excellent,5-5.5 feet,200-300,Graduated High School,,535,70,660,150,0,0,25
+,2022,2.02203E+13,1652,Midwest,Kansas,67500,"House, apartment, flat",1,1,13893839,32,Female,"American Indian, Alaskan Native",Married - spouse present,"Native, born in United States",Good,65,200,33.3,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,207,0,0,45,0,0,100,0,525,0,0,77,0,0,31,0,455,"$50,000 - $75,000",Millennials (23-38),"American Indian, Alaskan Native",Good,5-5.5 feet,200-300,Associate Degree,,455,100,570,77,0,0,238
+,2022,2.02203E+13,1653,Midwest,North Dakota,55000,"House, apartment, flat",1,1,9816175,15,Female,"American Indian, Alaskan Native",Never married,"Native, born in United States",Very good,67,134,21,7th or 8th grade,Seventh through eighth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,333,20,0,0,0,0,555,0,0,375,130,0,27,0,0,"$50,000 - $75,000",Generation Z (7-22),"American Indian, Alaskan Native",Very good,5.5-6 feet,120-140,Middle School or Less,,0,0,575,505,0,0,360
+,2022,2.02203E+13,1654,West,California,87500,"House, apartment, flat",1,1,7846873,62,Male,Asian only,Married - spouse present,"Foreign born, not a U.S. citizen",Fair,65,175,29.1,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,150,0,0,60,0,840,0,0,360,0,0,0,0,0,"$75,000 - $100,000",Boomers (55-73),Asian only,Fair,5-5.5 feet,160-180,Some College,,0,60,990,360,0,0,0
+,2022,2.02203E+13,1655,Northeast,Pennsylvania,32500,"House, apartment, flat",1,1,4553634,76,Female,White only,Widowed,"Native, born in United States",Very good,62,172,31.5,Some college but no degree,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,30,0,10,40,0,0,337,0,495,0,0,458,0,0,70,0,0,"$30,000 - $50,000",Silent (74-91),White only,Very good,5-5.5 feet,160-180,Some College,,0,337,535,458,0,0,110
+,2022,2.02203E+13,1656,South,Tennessee,87500,"House, apartment, flat",1,1,3694870,61,Male,White only,Married - spouse present,"Native, born in United States",Very good,69,196,28.9,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,180,0,35,60,0,0,180,0,525,0,0,245,75,0,140,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Very good,5.5-6 feet,180-200,Master's or Doctoral Degree,,0,180,585,320,0,0,355
+,2022,2.02203E+13,1657,West,New Mexico,13750,"House, apartment, flat",1,1,74671330,25,Female,Hawaiian Pacific Islander only,Never married,"Foreign born, not a U.S. citizen",NIU (Not in universe),,9999,999,9th grade,Ninth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,30,0,0,60,0,0,330,0,660,0,0,180,0,0,6,0,0,"$10,000 - $30,000",Millennials (23-38),Hawaiian Pacific Islander only,"Other (Refused, Dont know, NIU)",,>300,Some High School,,0,330,720,180,0,0,36
+,2022,2.02203E+13,1658,West,California,45000,"House, apartment, flat",1,1,22676601,23,Female,White only,Never married,"Native, born in United States",Good,68,135,20.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,270,0,1020,0,0,60,0,0,0,0,0,"$30,000 - $50,000",Millennials (23-38),White only,Good,5.5-6 feet,120-140,Bachelor's Degree,,0,270,1050,60,0,0,0
+,2022,2.02203E+13,1659,Northeast,Pennsylvania,2500,"House, apartment, flat",1,1,11501094,69,Female,White only,Divorced,"Native, born in United States",Fair,66,290,46.8,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,30,0,735,0,0,615,0,0,0,0,0,"Less than $10,000",Boomers (55-73),White only,Fair,5.5-6 feet,200-300,Graduated High School,,0,30,795,615,0,0,0
+,2022,2.02203E+13,1660,Midwest,Ohio,87500,"House, apartment, flat",1,1,27265785,61,Male,White only,Married - spouse present,"Native, born in United States",Very good,70,185,26.5,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,0,0,480,0,0,330,0,0,60,0,540,"$75,000 - $100,000",Boomers (55-73),White only,Very good,5.5-6 feet,180-200,Graduated High School,,540,0,510,330,0,0,60
+,2022,2.02203E+13,1661,South,Georgia,22500,"House, apartment, flat",1,1,7219754,62,Male,White only,Married - spouse present,"Native, born in United States",Good,68,205,31.2,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),Has vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,0,0,600,0,0,710,0,0,40,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Graduated High School,,0,0,690,710,0,0,40
+,2022,2.02203E+13,1662,Midwest,Ohio,87500,"House, apartment, flat",1,1,4348113,74,Male,White only,Married - spouse present,"Native, born in United States",Excellent,70,168,24.1,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,240,0,0,0,0,600,0,0,420,0,0,0,0,0,"$75,000 - $100,000",Silent (74-91),White only,Excellent,5.5-6 feet,160-180,Master's or Doctoral Degree,,0,0,840,420,0,0,0
+,2022,2.02203E+13,1663,West,Oregon,55000,"House, apartment, flat",1,1,9642521,30,Male,White only,Never married,"Native, born in United States",Good,71,165,23,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,60,0,720,0,0,600,0,0,0,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Good,5.5-6 feet,160-180,Bachelor's Degree,,0,60,780,600,0,0,0
+,2022,2.02203E+13,1664,West,California,27500,"House, apartment, flat",1,1,4771766,80,Female,White only,Divorced,"Native, born in United States",Good,67,130,20.4,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),Has vision difficulty,No hearing difficulty,Has mobility limitation,No physical difficulty,No difficulty remembering,0,45,60,100,0,0,120,0,560,30,0,330,0,0,195,0,0,"$10,000 - $30,000",Silent (74-91),White only,Good,5.5-6 feet,120-140,Some College,,0,120,690,330,0,0,300
+,2022,2.02203E+13,1665,South,Florida,27500,Mobile home or trailer with 1 or more rooms added,1,1,4218370,80,Female,White only,Widowed,"Foreign born, U.S. citizen by naturalization",Very good,63,123,21.8,11th grade,Eleventh grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,144,0,695,0,0,296,0,5,40,230,0,"$10,000 - $30,000",Silent (74-91),White only,Very good,5-5.5 feet,120-140,Some High School,,0,144,725,296,0,230,45
+,2022,2.02203E+13,1666,South,Louisiana,67500,"House, apartment, flat",1,1,2235828,62,Male,White only,Divorced,"Native, born in United States",Very good,67,190,29.8,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,150,0,0,20,0,600,0,0,615,0,0,45,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Very good,5.5-6 feet,180-200,Some College,,0,20,750,615,0,0,55
+,2022,2.02203E+13,1667,Northeast,Connecticut,200000,"House, apartment, flat",1,1,4535747,47,Female,Asian only,Married - spouse present,"Native, born in United States",Very good,60,109,21.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,41,0,150,102,0,715,0,0,280,60,0,32,0,0,"$150,000 and over",Generation X (39-54),Asian only,Very good,5-5.5 feet,100-120,Bachelor's Degree,,0,102,756,340,0,0,242
+,2022,2.02203E+13,1668,South,Maryland,200000,"House, apartment, flat",1,1,7607827,60,Female,White only,Widowed,"Native, born in United States",Very good,66,156,25.2,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,60,0,555,0,0,125,0,0,65,0,545,"$150,000 and over",Boomers (55-73),White only,Very good,5.5-6 feet,140-160,Master's or Doctoral Degree,,545,60,645,125,0,0,65
+,2022,2.02203E+13,1669,Northeast,Pennsylvania,27500,"House, apartment, flat",1,1,3560417,67,Female,White only,Widowed,"Native, born in United States",Very good,67,200,31.3,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,230,0,470,0,0,255,15,0,15,0,335,"$10,000 - $30,000",Boomers (55-73),White only,Very good,5.5-6 feet,200-300,Graduated High School,,335,230,590,270,0,0,15
+,2022,2.02203E+13,1670,South,Florida,125000,"House, apartment, flat",1,1,8404302,63,Male,White only,Married - spouse absent,"Native, born in United States",Good,68,170,25.8,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,180,0,0,480,0,510,0,0,120,0,0,0,0,150,"$100,000 - $150,000",Boomers (55-73),White only,Good,5.5-6 feet,160-180,Graduated High School,,150,480,690,120,0,0,0
+,2022,2.02203E+13,1671,South,Virginia,200000,"House, apartment, flat",1,1,9153033,48,Female,White only,Married - spouse present,"Native, born in United States",Good,68,165,25.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,163,4,20,45,0,0,270,0,547,63,0,85,45,0,75,90,0,"$150,000 and over",Generation X (39-54),White only,Good,5.5-6 feet,160-180,Bachelor's Degree,,0,270,655,130,0,90,262
+,2022,2.02203E+13,1672,West,Hawaii,200000,"House, apartment, flat",1,1,8379000,59,Female,White only,Married - spouse present,"Native, born in United States",Very good,59,114,23,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,10,55,175,0,0,190,0,663,5,0,230,20,0,92,0,0,"$150,000 and over",Boomers (55-73),White only,Very good,0-5 feet,100-120,Master's or Doctoral Degree,,0,190,843,250,0,0,157
+,2022,2.02203E+13,1673,Midwest,Illinois,200000,"House, apartment, flat",1,1,16093757,46,Male,Asian only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Good,68,180,27.4,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,1,0,0,95,0,0,25,0,515,0,0,185,75,20,45,0,479,"$150,000 and over",Generation X (39-54),Asian only,Good,5.5-6 feet,180-200,Master's or Doctoral Degree,,479,25,610,260,0,0,66
+,2022,2.02203E+13,1674,South,Texas,32500,"House, apartment, flat",1,1,13356886,85,Male,White only,Widowed,"Native, born in United States",Good,61,122,23,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,55,0,0,355,0,670,0,0,330,0,30,0,0,0,"$30,000 - $50,000",Silent (74-91),White only,Good,5-5.5 feet,120-140,Graduated High School,,0,355,725,330,0,0,30
+,2022,2.02203E+13,1675,South,West Virginia,2500,Mobile home or trailer with no permanent room added,1,1,11640346,66,Male,White only,Divorced,"Native, born in United States",Fair,66,187,30.2,10th grade,Tenth grade,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,Has physical difficulty,Has difficulty remembering,0,223,0,30,0,0,6,0,525,0,0,490,0,1,36,0,0,"Less than $10,000",Boomers (55-73),White only,Fair,5.5-6 feet,180-200,Some High School,,0,6,555,490,0,0,260
+,2022,2.02203E+13,1676,South,Virginia,125000,"House, apartment, flat",1,1,16744559,60,Male,White only,Married - spouse present,"Native, born abroad of American parent or parents",Very good,66,160,25.8,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,Yes,No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,Has difficulty remembering,0,0,0,105,0,0,0,0,550,0,0,60,0,0,35,0,670,"$100,000 - $150,000",Boomers (55-73),White only,Very good,5.5-6 feet,160-180,Master's or Doctoral Degree,,670,0,655,60,0,0,35
+,2022,2.02203E+13,1677,Midwest,Illinois,125000,"House, apartment, flat",1,1,8047038,43,Female,White only,Married - spouse present,"Native, born in United States",Very good,64,130,22.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,45,105,0,0,375,0,665,0,0,240,0,0,10,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Very good,5-5.5 feet,120-140,Bachelor's Degree,,0,375,770,240,0,0,55
+,2022,2.02203E+13,1678,South,Oklahoma,125000,"House, apartment, flat",1,1,6280645,63,Female,White only,Married - spouse present,"Native, born in United States",Excellent,62,140,25.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,120,0,645,0,0,310,0,0,0,305,0,"$100,000 - $150,000",Boomers (55-73),White only,Excellent,5-5.5 feet,140-160,Bachelor's Degree,,0,120,705,310,0,305,0
+,2022,2.02203E+13,1679,South,Florida,200000,"House, apartment, flat",1,1,8029169,79,Male,White only,Divorced,"Native, born in United States",Very good,70,200,28.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,40,180,0,0,0,0,606,0,0,180,360,60,14,0,0,"$150,000 and over",Silent (74-91),White only,Very good,5.5-6 feet,200-300,Bachelor's Degree,,0,0,786,540,0,0,114
+,2022,2.02203E+13,1680,South,Tennessee,45000,"House, apartment, flat",1,1,5310565,57,Female,White only,Married - spouse present,"Native, born in United States",Good,60,233,45.5,Associate degree - academic program,College--four years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,150,0,0,675,0,300,0,0,315,0,0,0,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Good,5-5.5 feet,200-300,Associate Degree,,0,675,450,315,0,0,0
+,2022,2.02203E+13,1681,Northeast,Pennsylvania,17500,"House, apartment, flat",1,1,5910530,72,Female,White only,Divorced,"Native, born in United States",Refused,,9996,998,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,188,90,0,0,152,0,600,0,80,190,0,0,140,0,0,"$10,000 - $30,000",Boomers (55-73),White only,"Other (Refused, Dont know, NIU)",,>300,Graduated High School,,0,152,690,270,0,0,328
+,2022,2.02203E+13,1682,West,Utah,55000,"House, apartment, flat",1,1,11706003,30,Female,White only,Never married,"Native, born in United States",Good,67,300,47,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,0,0,440,0,0,60,0,95,50,165,600,"$50,000 - $75,000",Millennials (23-38),White only,Good,5.5-6 feet,>300,Master's or Doctoral Degree,,600,0,470,60,0,165,145
+,2022,2.02203E+13,1683,South,South Carolina,8750,"House, apartment, flat",1,1,7693414,15,Female,Black only,Never married,"Native, born in United States",Good,62,120,21.9,10th grade,Tenth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,150,0,0,0,640,0,0,530,0,0,0,0,0,"Less than $10,000",Generation Z (7-22),Black only,Good,5-5.5 feet,120-140,Some High School,,0,0,760,530,150,0,0
+,2022,2.02203E+13,1684,South,Virginia,17500,Mobile home or trailer with no permanent room added,1,1,7643400,51,Male,White only,Divorced,"Native, born in United States",Very good,68,200,30.4,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,135,85,0,0,225,0,725,0,120,60,0,0,90,0,0,"$10,000 - $30,000",Generation X (39-54),White only,Very good,5.5-6 feet,200-300,Graduated High School,,0,225,810,180,0,0,225
+,2022,2.02203E+13,1685,South,Georgia,11250,"House, apartment, flat",1,1,15808149,34,Female,White only,Divorced,"Native, born in United States",NIU (Not in universe),,9999,999,Some college but no degree,College--one year,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,40,0,0,0,0,595,0,0,5,0,0,30,0,770,"$10,000 - $30,000",Millennials (23-38),White only,"Other (Refused, Dont know, NIU)",,>300,Some College,,770,0,635,5,0,0,30
+,2022,2.02203E+13,1686,Midwest,Minnesota,37500,"House, apartment, flat",1,1,16000525,71,Female,White only,Divorced,"Native, born in United States",Good,59,98,19.8,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,50,0,0,53,0,581,0,0,756,0,0,0,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Good,0-5 feet,<100,Graduated High School,,0,53,631,756,0,0,0
+,2022,2.02203E+13,1687,South,Louisiana,45000,"House, apartment, flat",1,1,9023695,35,Female,White only,Married - spouse present,"Native, born in Puerto Rico or U.S. Outlying Area",Good,,150,998,Some college but no degree,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,130,0,0,150,0,0,405,0,605,0,0,0,30,0,60,0,0,"$30,000 - $50,000",Millennials (23-38),White only,Good,,140-160,Some College,,0,405,755,30,0,0,190
+,2022,2.02203E+13,1688,Northeast,New York,200000,"House, apartment, flat",1,1,9849971,41,Female,Black only,Never married,"Foreign born, U.S. citizen by naturalization",Very good,61,133,25.1,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,97,0,0,20,0,0,55,0,485,0,0,97,60,0,105,0,506,"$150,000 and over",Generation X (39-54),Black only,Very good,5-5.5 feet,120-140,Master's or Doctoral Degree,,506,55,505,157,0,0,202
+,2022,2.02203E+13,1689,South,Florida,200000,"House, apartment, flat",1,1,5733827,69,Male,White only,Married - spouse present,"Native, born in United States",Good,72,200,27.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,0,0,540,0,0,530,300,0,10,0,0,"$150,000 and over",Boomers (55-73),White only,Good,6-6.5 feet,200-300,Bachelor's Degree,,0,0,600,830,0,0,10
+,2022,2.02203E+13,1690,Northeast,New York,125000,"House, apartment, flat",1,1,10008857,66,Male,White only,Divorced,"Native, born in United States",Excellent,73,183,24.1,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,0,0,640,0,0,120,0,0,0,10,640,"$100,000 - $150,000",Boomers (55-73),White only,Excellent,6-6.5 feet,180-200,Master's or Doctoral Degree,,640,0,670,120,0,10,0
+,2022,2.02203E+13,1691,Northeast,Pennsylvania,32500,"House, apartment, flat",1,1,5398942,74,Female,White only,Never married,"Native, born in United States",Fair,66,145,23.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,60,15,0,0,45,30,565,0,0,475,60,0,40,150,0,"$30,000 - $50,000",Silent (74-91),White only,Fair,5.5-6 feet,140-160,Bachelor's Degree,,0,75,580,535,0,150,100
+,2022,2.02203E+13,1692,South,Florida,55000,"House, apartment, flat",1,1,6887534,15,Male,White only,Never married,"Native, born in United States",Very good,74,245,31.5,10th grade,Tenth grade,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,0,0,750,0,0,130,0,30,40,0,370,"$50,000 - $75,000",Generation Z (7-22),White only,Very good,6-6.5 feet,200-300,Some High School,,370,0,750,130,0,0,70
+,2022,2.02203E+13,1693,Northeast,Connecticut,125000,"House, apartment, flat",1,1,10555239,35,Female,White only,Married - spouse present,"Native, born in United States",Very good,69,291,43,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,60,0,0,60,0,0,45,0,475,0,0,205,105,0,10,20,450,"$100,000 - $150,000",Millennials (23-38),White only,Very good,5.5-6 feet,200-300,Some College,,450,45,535,310,0,20,70
+,2022,2.02203E+13,1694,West,California,45000,"House, apartment, flat",1,1,6814747,66,Female,Black only,Divorced,"Native, born in United States",Good,65,9996,998,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,30,0,495,105,0,630,80,0,70,0,0,"$30,000 - $50,000",Boomers (55-73),Black only,Good,5-5.5 feet,>300,Some College,,0,30,630,710,0,0,70
+,2022,2.02203E+13,1695,Northeast,Massachusetts,37500,"House, apartment, flat",1,1,6273924,60,Female,White only,Married - spouse present,"Native, born in United States",Good,65,180,30,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,45,60,0,0,210,0,540,0,0,545,0,0,40,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Good,5-5.5 feet,180-200,Associate Degree,,0,210,600,545,0,0,85
+,2022,2.02203E+13,1696,Midwest,Indiana,37500,"House, apartment, flat",1,1,37815923,32,Male,White only,Divorced,"Native, born in United States",Poor,76,340,41.4,11th grade,Eleventh grade,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,40,0,0,0,0,1130,0,0,270,0,0,0,0,0,"$30,000 - $50,000",Millennials (23-38),White only,Poor,6-6.5 feet,>300,Some High School,,0,0,1170,270,0,0,0
+,2022,2.02203E+13,1697,Northeast,Massachusetts,200000,"House, apartment, flat",1,1,7049336,58,Female,Asian only,Married - spouse present,"Foreign born, not a U.S. citizen",Very good,63,120,21.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,70,60,0,0,223,0,657,0,0,180,0,0,70,0,180,"$150,000 and over",Boomers (55-73),Asian only,Very good,5-5.5 feet,120-140,Bachelor's Degree,,180,223,717,180,0,0,140
+,2022,2.02203E+13,1698,Northeast,New York,200000,"House, apartment, flat",1,1,13827192,42,Female,White only,Married - spouse present,"Native, born in United States",Excellent,63,115,20.4,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,140,0,0,60,0,0,96,0,535,0,0,60,30,0,65,0,454,"$150,000 and over",Generation X (39-54),White only,Excellent,5-5.5 feet,100-120,Master's or Doctoral Degree,,454,96,595,90,0,0,205
+,2022,2.02203E+13,1699,South,Arkansas,87500,"House, apartment, flat",1,1,6199566,27,Male,White only,Married - spouse present,"Native, born in United States",Fair,72,240,32.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,0,0,720,0,0,690,0,0,0,0,0,"$75,000 - $100,000",Millennials (23-38),White only,Fair,6-6.5 feet,200-300,Bachelor's Degree,,0,0,750,690,0,0,0
+,2022,2.02203E+13,1700,Midwest,Illinois,87500,"House, apartment, flat",1,1,11995409,42,Male,White only,Widowed,"Native, born in United States",Good,68,194,29.5,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,26,5,30,0,0,5,0,557,0,0,111,0,2,114,0,570,"$75,000 - $100,000",Generation X (39-54),White only,Good,5.5-6 feet,180-200,Some College,,570,5,587,111,0,0,147
+,2022,2.02203E+13,1701,Northeast,New York,67500,"House, apartment, flat",1,1,11508870,68,Female,White only,Married - spouse absent,"Foreign born, not a U.S. citizen",Fair,59,9997,998,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,115,0,0,60,0,0,420,0,600,0,0,155,0,30,60,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Fair,0-5 feet,>300,Bachelor's Degree,,0,420,660,155,0,0,205
+,2022,2.02203E+13,1702,West,California,87500,"House, apartment, flat",1,1,12492594,58,Male,White only,Divorced,"Native, born in United States",Excellent,70,170,24.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,25,0,0,355,0,580,0,0,300,45,120,0,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Excellent,5.5-6 feet,160-180,Bachelor's Degree,,0,355,605,345,0,0,120
+,2022,2.02203E+13,1703,West,Alaska,125000,"House, apartment, flat",1,1,5421321,15,Male,White only,Never married,"Native, born in United States",Excellent,73,155,20.4,11th grade,Eleventh grade,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,25,285,0,0,0,600,0,0,530,0,0,0,0,0,"$100,000 - $150,000",Generation Z (7-22),White only,Excellent,6-6.5 feet,140-160,Some High School,,0,0,625,530,285,0,0
+,2022,2.02203E+13,1704,South,South Carolina,200000,"House, apartment, flat",1,1,8355181,49,Male,White only,Married - spouse present,"Native, born in United States",Very good,70,260,37.3,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,495,0,180,105,0,0,0,0,510,0,0,0,0,0,150,0,0,"$150,000 and over",Generation X (39-54),White only,Very good,5.5-6 feet,200-300,Associate Degree,,0,0,615,0,0,0,825
+,2022,2.02203E+13,1705,Midwest,Indiana,22500,"House, apartment, flat",1,1,6563836,67,Male,White only,Widowed,"Native, born in United States",Good,74,174,22.3,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,80,0,0,45,0,505,0,0,720,10,0,80,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Good,6-6.5 feet,160-180,Graduated High School,,0,45,585,730,0,0,80
+,2022,2.02203E+13,1706,South,Texas,45000,"House, apartment, flat",1,1,3136453,38,Male,White only,Divorced,"Native, born in United States",Good,70,230,33,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,75,0,15,20,0,0,70,0,645,0,0,345,0,0,130,0,0,"$30,000 - $50,000",Generation X (39-54),White only,Good,5.5-6 feet,200-300,Bachelor's Degree,,0,70,665,345,0,0,220
+,2022,2.02203E+13,1707,West,Colorado,67500,"House, apartment, flat",1,1,4349882,65,Female,White only,Married - spouse present,"Native, born in United States",Good,68,217,33,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,400,0,710,0,0,210,60,0,0,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Graduated High School,,0,400,770,270,0,0,0
+,2022,2.02203E+13,1708,South,Texas,125000,"House, apartment, flat",1,1,21084913,39,Male,Asian only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Good,70,182,26.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,75,0,0,20,0,0,0,0,535,0,0,60,0,0,50,0,550,"$100,000 - $150,000",Generation X (39-54),Asian only,Good,5.5-6 feet,180-200,Bachelor's Degree,,550,0,555,60,0,0,125
+,2022,2.02203E+13,1709,South,Oklahoma,27500,"House, apartment, flat",1,1,27407477,37,Male,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Very good,67,148,23.2,11th grade,Eleventh grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,20,0,0,70,0,0,135,0,420,0,10,120,0,0,80,0,585,"$10,000 - $30,000",Millennials (23-38),White only,Very good,5.5-6 feet,140-160,Some High School,,585,135,490,130,0,0,100
+,2022,2.02203E+13,1710,South,Oklahoma,200000,"House, apartment, flat",1,1,11990297,40,Female,White only,Married - spouse present,"Native, born in United States",Very good,62,160,29.3,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,40,0,0,40,0,1055,0,0,305,0,0,0,0,0,"$150,000 and over",Generation X (39-54),White only,Very good,5-5.5 feet,160-180,Graduated High School,,0,40,1095,305,0,0,0
+,2022,2.02203E+13,1711,West,Washington,6250,"House, apartment, flat",1,1,8420965,19,Female,Asian only,Never married,"Native, born in United States",Good,67,140,21.9,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,670,0,30,0,580,0,0,0,0,0,40,0,0,"Less than $10,000",Generation Z (7-22),Asian only,Good,5.5-6 feet,140-160,Associate Degree,,0,30,700,0,670,0,40
+,2022,2.02203E+13,1712,Midwest,Indiana,125000,"House, apartment, flat",1,1,11837292,33,Male,White only,Married - spouse present,"Native, born in United States",Very good,68,180,27.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,180,0,0,45,0,579,0,0,120,40,0,26,0,405,"$100,000 - $150,000",Millennials (23-38),White only,Very good,5.5-6 feet,180-200,Bachelor's Degree,,405,45,759,160,0,0,26
+,2022,2.02203E+13,1713,Midwest,Michigan,45000,"House, apartment, flat",1,1,5628842,60,Male,Black only,Widowed,"Native, born in United States",Fair,77,248,29.4,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,50,0,0,135,0,255,230,0,615,20,10,125,0,0,"$30,000 - $50,000",Boomers (55-73),Black only,Fair,6-6.5 feet,200-300,Some College,,0,135,535,635,0,0,135
+,2022,2.02203E+13,1714,Northeast,New Hampshire,200000,"House, apartment, flat",1,1,6210185,48,Male,White only,Married - spouse present,"Native, born in United States",Very good,74,230,29.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,15,45,0,0,90,0,810,0,0,387,0,0,93,0,0,"$150,000 and over",Generation X (39-54),White only,Very good,6-6.5 feet,200-300,Bachelor's Degree,,0,90,855,387,0,0,108
+,2022,2.02203E+13,1715,South,Texas,200000,"House, apartment, flat",1,1,5487116,41,Female,White only,Married - spouse present,"Native, born in United States",Fair,65,125,20.8,Associate degree - occupational vocational,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,20,0,0,10,0,1350,0,0,60,0,0,0,0,0,"$150,000 and over",Generation X (39-54),White only,Fair,5-5.5 feet,120-140,Associate Degree,,0,10,1370,60,0,0,0
+,2022,2.02203E+13,1716,Midwest,Wisconsin,45000,"House, apartment, flat",1,1,13951208,59,Male,White only,Never married,"Native, born in United States",Good,71,229,31.9,High school graduate - diploma,Twelfth grade,Unemployed - on layoff,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,Has difficulty remembering,0,0,0,80,0,0,0,0,570,0,0,790,0,0,0,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Graduated High School,,0,0,650,790,0,0,0
+,2022,2.02203E+13,1717,South,Texas,200000,"House, apartment, flat",1,1,19159485,41,Female,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Very good,63,135,23.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,75,0,0,90,0,0,25,0,489,0,0,61,60,0,40,0,600,"$150,000 and over",Generation X (39-54),White only,Very good,5-5.5 feet,120-140,Bachelor's Degree,,600,25,579,121,0,0,115
+,2022,2.02203E+13,1718,Midwest,Illinois,67500,"House, apartment, flat",1,1,21332331,46,Female,White only,Married - spouse present,"Native, born in United States",Good,60,162,31.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,15,0,535,0,0,120,40,0,40,0,645,"$50,000 - $75,000",Generation X (39-54),White only,Good,5-5.5 feet,160-180,Bachelor's Degree,,645,15,580,160,0,0,40
+,2022,2.02203E+13,1719,Northeast,Maine,67500,"House, apartment, flat",1,1,5822819,80,Female,White only,Married - spouse present,"Native, born in United States",Very good,62,130,23.8,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,60,0,0,270,0,560,0,0,160,0,0,0,390,0,"$50,000 - $75,000",Silent (74-91),White only,Very good,5-5.5 feet,120-140,Master's or Doctoral Degree,,0,270,620,160,0,390,0
+,2022,2.02203E+13,1720,Midwest,Wisconsin,200000,"House, apartment, flat",1,1,11171826,28,Male,White only,Never married,"Native, born in United States",Very good,72,200,27.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,210,0,0,0,0,645,0,0,75,0,0,30,0,480,"$150,000 and over",Millennials (23-38),White only,Very good,6-6.5 feet,200-300,Bachelor's Degree,,480,0,855,75,0,0,30
+,2022,2.02203E+13,1721,South,North Carolina,87500,"House, apartment, flat",1,1,8828457,75,Male,White only,Married - spouse present,"Native, born in United States",Good,70,200,28.7,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,15,0,60,30,0,630,0,0,675,0,0,30,0,0,"$75,000 - $100,000",Silent (74-91),White only,Good,5.5-6 feet,200-300,Master's or Doctoral Degree,,0,30,645,675,0,0,90
+,2022,2.02203E+13,1722,West,Colorado,13750,"House, apartment, flat",1,1,5122774,62,Female,Black only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Poor,67,250,39.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,100,0,0,190,0,640,0,0,330,0,0,15,0,0,"$10,000 - $30,000",Boomers (55-73),Black only,Poor,5.5-6 feet,200-300,Bachelor's Degree,,0,190,740,330,0,0,15
+,2022,2.02203E+13,1723,South,Virginia,8750,"House, apartment, flat",1,1,21944488,73,Male,Black only,Separated,"Native, born in United States",Good,73,180,23.7,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,79,0,15,0,0,0,0,400,0,0,918,0,0,28,0,0,"Less than $10,000",Silent (74-91),Black only,Good,6-6.5 feet,180-200,Graduated High School,,0,0,415,918,0,0,107
+,2022,2.02203E+13,1724,South,Texas,67500,"House, apartment, flat",1,1,13188081,66,Male,White only,Married - spouse present,"Native, born in United States",Very good,77,270,32,Some college but no degree,College--one year,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,210,0,480,0,0,30,0,0,0,0,540,"$50,000 - $75,000",Boomers (55-73),White only,Very good,6-6.5 feet,200-300,Some College,,540,210,600,30,0,0,0
+,2022,2.02203E+13,1725,Midwest,Indiana,22500,"House, apartment, flat",1,1,10907992,66,Male,White only,Widowed,"Native, born in United States",Poor,68,195,29.6,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,265,0,600,0,0,430,115,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Poor,5.5-6 feet,180-200,Graduated High School,,0,265,630,545,0,0,0
+,2022,2.02203E+13,1726,South,Florida,13750,"House, apartment, flat",1,1,10520906,68,Female,White only,Divorced,"Native, born in United States",Fair,75,145,18.1,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,No physical difficulty,Has difficulty remembering,0,1,0,30,0,0,61,0,859,0,0,485,0,0,4,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Fair,6-6.5 feet,140-160,Graduated High School,,0,61,889,485,0,0,5
+,2022,2.02203E+13,1727,West,Oregon,125000,"House, apartment, flat",1,1,3869494,38,Female,White only,Married - spouse present,"Native, born in United States",NIU (Not in universe),,9999,999,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,Has difficulty remembering,0,0,0,10,0,0,35,0,1395,0,0,0,0,0,0,0,0,"$100,000 - $150,000",Generation X (39-54),White only,"Other (Refused, Dont know, NIU)",,>300,Bachelor's Degree,,0,35,1405,0,0,0,0
+,2022,2.02203E+13,1728,Midwest,Ohio,87500,"House, apartment, flat",1,1,25985439,46,Female,Black only,Never married,"Native, born in United States",Good,68,200,30.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,5,0,30,80,0,0,60,0,645,0,0,95,0,0,90,0,435,"$75,000 - $100,000",Generation X (39-54),Black only,Good,5.5-6 feet,200-300,Bachelor's Degree,,435,60,725,95,0,0,125
+,2022,2.02203E+13,1729,South,Texas,87500,"House, apartment, flat",1,1,6138483,35,Female,White only,Married - spouse present,"Native, born in United States",Excellent,64,135,23.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,90,0,45,80,0,0,365,0,600,0,0,100,0,0,20,0,0,"$75,000 - $100,000",Millennials (23-38),White only,Excellent,5-5.5 feet,120-140,Bachelor's Degree,,0,365,680,100,0,0,155
+,2022,2.02203E+13,1730,South,North Carolina,13750,Mobile home or trailer with no permanent room added,1,1,31642283,21,Female,White only,Married - spouse present,"Native, born in United States",Very good,60,9997,998,High school graduate - diploma,Twelfth grade,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,655,0,480,0,0,295,0,0,10,0,0,"$10,000 - $30,000",Generation Z (7-22),White only,Very good,5-5.5 feet,>300,Graduated High School,,0,655,480,295,0,0,10
+,2022,2.02203E+13,1731,South,Florida,87500,"House, apartment, flat",1,1,12789034,49,Male,White only,Married - spouse present,"Native, born in United States",Good,66,195,31.5,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,80,0,0,51,0,338,0,0,345,0,0,86,0,485,"$75,000 - $100,000",Generation X (39-54),White only,Good,5.5-6 feet,180-200,Some College,,485,51,418,345,0,0,96
+,2022,2.02203E+13,1732,South,Florida,22500,Unoccupied tent site or trailer site,1,1,39956328,41,Female,White only,Married - spouse present,"Native, born in United States",Fair,61,104,19.6,9th grade,Ninth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,100,215,20,120,0,0,320,0,440,0,10,85,0,0,130,0,0,"$10,000 - $30,000",Generation X (39-54),White only,Fair,5-5.5 feet,100-120,Some High School,,0,320,560,95,0,0,465
+,2022,2.02203E+13,1733,West,Arizona,87500,"House, apartment, flat",1,1,13102992,28,Male,White only,Married - spouse present,"Native, born in United States",Very good,72,200,27.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,130,0,0,90,0,0,35,0,465,0,0,215,0,0,21,0,484,"$75,000 - $100,000",Millennials (23-38),White only,Very good,6-6.5 feet,200-300,Bachelor's Degree,,484,35,555,215,0,0,151
+,2022,2.02203E+13,1734,West,Idaho,17500,"House, apartment, flat",1,1,8948861,85,Female,White only,Widowed,"Native, born in United States",Fair,61,140,26.4,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,45,0,0,35,0,541,0,0,819,0,0,0,0,0,"$10,000 - $30,000",Silent (74-91),White only,Fair,5-5.5 feet,140-160,Graduated High School,,0,35,586,819,0,0,0
+,2022,2.02203E+13,1735,Midwest,Minnesota,67500,"House, apartment, flat",1,1,10049546,85,Male,White only,Divorced,"Native, born in United States",Fair,64,165,28.3,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),Has vision difficulty,Has hearing difficulty,Has mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,75,0,0,0,0,210,130,0,0,0,0,980,0,0,"$50,000 - $75,000",Silent (74-91),White only,Fair,5-5.5 feet,160-180,Master's or Doctoral Degree,,0,0,415,0,0,0,980
+,2022,2.02203E+13,1736,Midwest,Michigan,200000,"House, apartment, flat",1,1,3930059,73,Male,White only,Married - spouse present,"Native, born in United States",Excellent,70,185,26.5,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,15,0,120,0,0,0,0,750,0,60,255,90,0,150,0,0,"$150,000 and over",Silent (74-91),White only,Excellent,5.5-6 feet,180-200,Master's or Doctoral Degree,,0,0,870,405,0,0,165
+,2022,2.02203E+13,1737,South,Texas,55000,"House, apartment, flat",1,1,7894547,32,Female,White only,Never married,"Native, born in United States",Good,64,135,23.2,Associate degree - academic program,College--four years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,120,90,0,0,115,0,565,0,0,320,0,0,150,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Good,5-5.5 feet,120-140,Associate Degree,,0,115,655,320,0,0,270
+,2022,2.02203E+13,1738,West,California,200000,"House, apartment, flat",1,1,14870500,34,Male,White only,Married - spouse present,"Native, born in United States",Excellent,69,159,23.5,Some college but no degree,College--four years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,70,0,0,45,0,0,30,0,500,0,30,155,0,50,0,0,560,"$150,000 and over",Millennials (23-38),White only,Excellent,5.5-6 feet,140-160,Some College,,560,30,545,185,0,0,120
+,2022,2.02203E+13,1739,South,Texas,37500,"House, apartment, flat",1,1,9849263,67,Female,White only,Married - spouse present,"Native, born in United States",Good,68,178,27.1,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,20,75,0,0,175,0,660,0,0,260,0,0,105,145,0,"$30,000 - $50,000",Boomers (55-73),White only,Good,5.5-6 feet,160-180,Master's or Doctoral Degree,,0,175,735,260,0,145,125
+,2022,2.02203E+13,1740,West,California,27500,Mobile home or trailer with no permanent room added,1,1,26926516,56,Male,White only,Married - spouse present,"Foreign born, not a U.S. citizen",NIU (Not in universe),,9999,998,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,25,85,0,0,0,0,565,0,0,215,0,0,60,0,490,"$10,000 - $30,000",Boomers (55-73),White only,"Other (Refused, Dont know, NIU)",,>300,Graduated High School,,490,0,650,215,0,0,85
+,2022,2.02203E+13,1741,South,Virginia,32500,"House, apartment, flat",1,1,12556699,67,Female,Black only,Never married,"Native, born in United States",Very good,67,149,23.3,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,91,0,0,70,0,500,0,0,199,0,70,60,0,435,"$30,000 - $50,000",Boomers (55-73),Black only,Very good,5.5-6 feet,140-160,Master's or Doctoral Degree,,435,70,591,199,0,0,130
+,2022,2.02203E+13,1742,South,Texas,67500,"House, apartment, flat",1,1,7064621,62,Female,White only,Married - spouse present,"Native, born in United States",Good,66,210,33.9,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,35,0,0,165,0,510,0,0,520,0,210,0,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Some College,,0,165,545,520,0,0,210
+,2022,2.02203E+13,1743,Northeast,Pennsylvania,87500,"House, apartment, flat",1,1,7168313,80,Female,White only,Married - spouse present,"Native, born in United States",Good,63,150,26.6,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,85,0,0,180,0,605,105,0,320,0,85,25,0,0,"$75,000 - $100,000",Silent (74-91),White only,Good,5-5.5 feet,140-160,Some College,,0,180,795,320,0,0,110
+,2022,2.02203E+13,1744,South,Tennessee,17500,"House, apartment, flat",1,1,3812398,80,Male,White only,Divorced,"Native, born in United States",Excellent,71,220,30.7,12th grade - no diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,50,0,0,60,0,720,0,0,610,0,0,0,0,0,"$10,000 - $30,000",Silent (74-91),White only,Excellent,5.5-6 feet,200-300,Some High School,,0,60,770,610,0,0,0
+,2022,2.02203E+13,1745,South,North Carolina,45000,"House, apartment, flat",1,1,8598787,49,Male,Asian only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Excellent,68,190,28.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,60,0,660,0,0,390,0,0,0,0,90,"$30,000 - $50,000",Generation X (39-54),Asian only,Excellent,5.5-6 feet,180-200,Bachelor's Degree,,90,60,780,390,0,0,0
+,2022,2.02203E+13,1746,West,California,200000,"House, apartment, flat",1,1,12081246,72,Male,White only,Married - spouse present,"Native, born in United States",Very good,64,148,25.4,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,40,90,0,0,280,0,435,0,0,480,0,0,55,0,0,"$150,000 and over",Boomers (55-73),White only,Very good,5-5.5 feet,140-160,Master's or Doctoral Degree,,0,280,525,480,0,0,95
+,2022,2.02203E+13,1747,West,Washington,200000,"House, apartment, flat",1,1,4966662,36,Male,White only,Married - spouse present,"Native, born in United States",Very good,71,178,24.8,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,215,0,10,105,0,0,165,0,590,0,0,210,0,0,85,0,0,"$150,000 and over",Millennials (23-38),White only,Very good,5.5-6 feet,160-180,Master's or Doctoral Degree,,0,165,695,210,0,0,310
+,2022,2.02203E+13,1748,South,Virginia,67500,"House, apartment, flat",1,1,4112708,85,Female,White only,Widowed,"Native, born in United States",Very good,62,145,26.5,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,105,0,0,70,0,570,0,120,545,0,0,30,0,0,"$50,000 - $75,000",Silent (74-91),White only,Very good,5-5.5 feet,140-160,Graduated High School,,0,70,675,665,0,0,30
+,2022,2.02203E+13,1749,South,Virginia,200000,"House, apartment, flat",1,1,6984877,35,Male,White only,Never married,"Native, born in United States",Very good,68,185,28.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,Has vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,185,75,0,0,215,0,568,0,0,300,0,0,57,0,0,"$150,000 and over",Millennials (23-38),White only,Very good,5.5-6 feet,180-200,Bachelor's Degree,,0,215,643,300,0,0,242
+,2022,2.02203E+13,1750,South,Tennessee,67500,"House, apartment, flat",1,1,3987069,85,Male,White only,Married - spouse present,"Native, born in United States",Very good,70,190,27.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,50,0,0,15,0,525,0,195,645,0,0,10,0,0,"$50,000 - $75,000",Silent (74-91),White only,Very good,5.5-6 feet,180-200,Bachelor's Degree,,0,15,575,840,0,0,10
+,2022,2.02203E+13,1751,Midwest,Michigan,55000,"House, apartment, flat",1,1,7579509,80,Female,White only,Divorced,"Native, born in United States",Very good,68,200,30.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,15,0,0,285,105,342,0,0,543,0,150,0,0,0,"$50,000 - $75,000",Silent (74-91),White only,Very good,5.5-6 feet,200-300,Bachelor's Degree,,0,390,357,543,0,0,150
+,2022,2.02203E+13,1752,West,California,2500,"House, apartment, flat",1,1,12545928,61,Female,Asian only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Fair,65,220,36.6,5th or 6th grade,Fifth through sixth grade,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,270,0,0,460,0,495,0,0,200,15,0,0,0,0,"Less than $10,000",Boomers (55-73),Asian only,Fair,5-5.5 feet,200-300,Middle School or Less,,0,460,765,215,0,0,0
+,2022,2.02203E+13,1753,Northeast,New York,32500,"House, apartment, flat",1,1,8040116,68,Female,White only,Divorced,"Native, born in United States",Fair,67,250,39.2,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),Has vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,65,0,0,110,0,570,205,0,280,30,125,40,15,0,"$30,000 - $50,000",Boomers (55-73),White only,Fair,5.5-6 feet,200-300,Master's or Doctoral Degree,,0,110,840,310,0,15,165
+,2022,2.02203E+13,1754,West,Oregon,8750,"House, apartment, flat",1,1,8549400,49,Female,White only,Divorced,"Native, born in United States",Good,67,180,28.2,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,45,0,0,150,0,910,120,0,30,0,0,185,0,0,"Less than $10,000",Generation X (39-54),White only,Good,5.5-6 feet,180-200,Some College,,0,150,1075,30,0,0,185
+,2022,2.02203E+13,1755,West,Washington,6250,"House, apartment, flat",1,1,7384796,66,Female,Asian only,Married - spouse present,"Foreign born, not a U.S. citizen",Fair,62,145,26.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,210,0,0,245,0,499,0,0,345,75,0,6,60,0,"Less than $10,000",Boomers (55-73),Asian only,Fair,5-5.5 feet,140-160,Bachelor's Degree,,0,245,709,420,0,60,6
+,2022,2.02203E+13,1756,South,West Virginia,87500,"House, apartment, flat",1,1,10079292,37,Female,White only,Married - spouse present,"Native, born in United States",NIU (Not in universe),,9999,998,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,40,0,0,45,0,0,115,0,585,0,0,160,35,0,30,0,430,"$75,000 - $100,000",Millennials (23-38),White only,"Other (Refused, Dont know, NIU)",,>300,Master's or Doctoral Degree,,430,115,630,195,0,0,70
+,2022,2.02203E+13,1757,Midwest,Minnesota,125000,"House, apartment, flat",1,1,10891841,40,Male,White only,Married - spouse present,"Native, born in United States",Very good,68,135,20.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,150,0,0,70,0,0,34,0,530,0,0,161,0,0,30,0,450,"$100,000 - $150,000",Generation X (39-54),White only,Very good,5.5-6 feet,120-140,Bachelor's Degree,,450,34,600,161,0,0,180
+,2022,2.02203E+13,1758,South,Maryland,200000,"House, apartment, flat",1,1,4527832,46,Female,White only,Separated,"Native, born in United States",Good,61,107,20.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,120,0,0,18,0,0,300,0,540,0,0,225,0,0,87,0,150,"$150,000 and over",Generation X (39-54),White only,Good,5-5.5 feet,100-120,Bachelor's Degree,,150,300,558,225,0,0,207
+,2022,2.02203E+13,1759,Northeast,Connecticut,200000,"House, apartment, flat",1,1,10787492,51,Female,White only,Married - spouse present,"Native, born in United States",Fair,66,161,26,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,0,0,60,0,800,0,0,100,45,120,0,0,240,"$150,000 and over",Generation X (39-54),White only,Fair,5.5-6 feet,160-180,Bachelor's Degree,,240,60,875,145,0,0,120
+,2022,2.02203E+13,1760,West,California,200000,"House, apartment, flat",1,1,23860691,24,Male,White only,Never married,"Native, born in United States",Very good,68,165,25.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,100,0,0,10,0,623,0,0,190,75,0,22,0,410,"$150,000 and over",Millennials (23-38),White only,Very good,5.5-6 feet,160-180,Bachelor's Degree,,410,10,723,265,0,0,32
+,2022,2.02203E+13,1761,West,Colorado,87500,"House, apartment, flat",1,1,14114192,47,Female,White only,Married - spouse present,"Native, born in United States",Very good,64,128,22,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,20,0,610,0,0,85,0,0,0,0,575,"$75,000 - $100,000",Generation X (39-54),White only,Very good,5-5.5 feet,120-140,Bachelor's Degree,,575,20,640,85,0,0,0
+,2022,2.02203E+13,1762,Northeast,Pennsylvania,67500,"House, apartment, flat",1,1,6912255,25,Female,Asian only,Never married,"Foreign born, U.S. citizen by naturalization",Good,69,207,30.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,20,0,0,45,0,780,0,0,100,0,0,0,0,495,"$50,000 - $75,000",Millennials (23-38),Asian only,Good,5.5-6 feet,200-300,Bachelor's Degree,,495,45,800,100,0,0,0
+,2022,2.02203E+13,1763,Midwest,Illinois,125000,"House, apartment, flat",1,1,4380648,68,Female,White only,Divorced,"Native, born in United States",Excellent,63,125,22.1,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,95,0,565,0,0,205,0,30,65,0,390,"$100,000 - $150,000",Boomers (55-73),White only,Excellent,5-5.5 feet,120-140,Master's or Doctoral Degree,,390,95,655,205,0,0,95
+,2022,2.02203E+13,1764,Midwest,Illinois,125000,"House, apartment, flat",1,1,23524657,18,Female,Asian only,Never married,"Foreign born, not a U.S. citizen",Very good,63,100,17.7,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,120,285,0,30,0,583,0,0,340,0,45,27,0,0,"$100,000 - $150,000",Generation Z (7-22),Asian only,Very good,5-5.5 feet,100-120,Graduated High School,,0,30,703,340,285,0,82
+,2022,2.02203E+13,1765,South,Texas,67500,"House, apartment, flat",1,1,8749477,57,Male,White only,Married - spouse present,"Native, born in United States",Good,71,200,27.9,High school graduate - GED,Less than first grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,20,0,0,205,0,434,0,0,645,0,90,16,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Graduated High School,,0,205,454,645,0,0,136
+,2022,2.02203E+13,1766,Midwest,Illinois,22500,"House, apartment, flat",1,1,21923343,63,Female,Black only,Married - spouse present,"Native, born in United States",Fair,67,200,31.3,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,120,50,0,0,275,0,965,0,0,0,0,0,30,0,0,"$10,000 - $30,000",Boomers (55-73),Black only,Fair,5.5-6 feet,200-300,Graduated High School,,0,275,1015,0,0,0,150
+,2022,2.02203E+13,1767,Midwest,Illinois,45000,"House, apartment, flat",1,1,5419330,85,Female,White only,Married - spouse present,"Native, born in United States",Good,62,98,17.9,Some college but no degree,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,125,85,0,0,220,0,545,0,0,345,20,45,25,0,0,"$30,000 - $50,000",Silent (74-91),White only,Good,5-5.5 feet,<100,Some College,,0,220,630,365,0,0,195
+,2022,2.02203E+13,1768,Midwest,Wisconsin,125000,"House, apartment, flat",1,1,11543023,42,Female,White only,Divorced,"Native, born in United States",Good,69,160,23.6,Associate degree - occupational vocational,College--four years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,70,0,0,136,0,480,0,0,135,0,15,60,0,544,"$100,000 - $150,000",Generation X (39-54),White only,Good,5.5-6 feet,160-180,Associate Degree,,544,136,550,135,0,0,75
+,2022,2.02203E+13,1769,South,Texas,87500,"House, apartment, flat",1,1,4661022,40,Female,White only,Married - spouse present,"Native, born in United States",Fair,71,295,41.1,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,120,0,0,0,0,660,0,0,623,0,0,7,0,0,"$75,000 - $100,000",Generation X (39-54),White only,Fair,5.5-6 feet,200-300,Master's or Doctoral Degree,,0,0,780,623,0,0,37
+,2022,2.02203E+13,1770,South,Virginia,55000,"House, apartment, flat",1,1,12612899,39,Female,Black only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Fair,61,170,32.1,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,282,0,0,80,0,0,385,0,228,0,0,397,60,0,8,0,0,"$50,000 - $75,000",Generation X (39-54),Black only,Fair,5-5.5 feet,160-180,Some College,,0,385,308,457,0,0,290
+,2022,2.02203E+13,1771,South,Alabama,45000,"House, apartment, flat",1,1,4553887,75,Female,White only,Widowed,"Native, born in United States",Very good,64,148,25.4,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,365,0,690,0,0,310,0,0,0,0,45,"$30,000 - $50,000",Silent (74-91),White only,Very good,5-5.5 feet,140-160,Master's or Doctoral Degree,,45,365,720,310,0,0,0
+,2022,2.02203E+13,1772,Northeast,New York,200000,"House, apartment, flat",1,1,6021590,37,Male,White only,Married - spouse present,"Native, born in United States",Very good,75,180,22.5,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,200,0,0,90,0,0,150,0,610,0,0,90,180,0,120,0,0,"$150,000 and over",Millennials (23-38),White only,Very good,6-6.5 feet,180-200,Master's or Doctoral Degree,,0,150,700,270,0,0,320
+,2022,2.02203E+13,1773,Midwest,Missouri,27500,"House, apartment, flat",1,1,8963242,64,Male,Black only,Separated,"Native, born in United States",Very good,68,200,30.4,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,40,0,600,0,0,155,0,0,20,0,580,"$10,000 - $30,000",Boomers (55-73),Black only,Very good,5.5-6 feet,200-300,Associate Degree,,580,40,645,155,0,0,20
+,2022,2.02203E+13,1774,West,California,67500,"House, apartment, flat",1,1,17949425,23,Male,Asian only,Never married,"Native, born in United States",Good,71,280,39,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,90,90,0,0,270,0,735,0,0,225,0,0,30,0,0,"$50,000 - $75,000",Millennials (23-38),Asian only,Good,5.5-6 feet,200-300,Bachelor's Degree,,0,270,825,225,0,0,120
+,2022,2.02203E+13,1775,Midwest,Illinois,200000,"House, apartment, flat",1,1,13155034,73,Male,White only,Married - spouse present,"Native, born in United States",Fair,75,225,28.1,10th grade,Tenth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,50,0,0,0,0,465,0,0,846,0,75,4,0,0,"$150,000 and over",Silent (74-91),White only,Fair,6-6.5 feet,200-300,Some High School,,0,0,515,846,0,0,79
+,2022,2.02203E+13,1776,South,Texas,32500,"House, apartment, flat",1,1,17925238,37,Female,White only,Never married,"Native, born in United States",Good,68,9996,998,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,205,0,0,25,0,0,30,0,740,0,0,135,0,0,35,0,270,"$30,000 - $50,000",Millennials (23-38),White only,Good,5.5-6 feet,>300,Some College,,270,30,765,135,0,0,240
+,2022,2.02203E+13,1777,Northeast,New Jersey,200000,"House, apartment, flat",1,1,6099748,37,Male,Asian only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Very good,70,182,26.1,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,140,0,0,55,0,645,0,0,300,90,30,60,0,0,"$150,000 and over",Millennials (23-38),Asian only,Very good,5.5-6 feet,180-200,Master's or Doctoral Degree,,0,55,785,390,0,0,150
+,2022,2.02203E+13,1778,South,Georgia,37500,"House, apartment, flat",1,1,4500946,77,Female,White only,Divorced,"Native, born in United States",Very good,60,120,23.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,5,0,0,45,0,780,0,0,605,0,5,0,0,0,"$30,000 - $50,000",Silent (74-91),White only,Very good,5-5.5 feet,120-140,Bachelor's Degree,,0,45,785,605,0,0,5
+,2022,2.02203E+13,1779,West,California,87500,"House, apartment, flat",1,1,2709442,37,Female,White only,Married - spouse present,"Native, born in United States",Good,62,170,31.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,250,0,0,60,0,0,309,0,417,0,0,245,0,150,0,0,0,"$75,000 - $100,000",Millennials (23-38),White only,Good,5-5.5 feet,160-180,Bachelor's Degree,,0,309,477,245,0,0,400
+,2022,2.02203E+13,1780,West,New Mexico,32500,"House, apartment, flat",1,1,18865799,49,Male,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Fair,73,208,27.4,9th grade,Ninth grade,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,20,0,0,155,0,470,0,0,495,0,120,0,0,0,"$30,000 - $50,000",Generation X (39-54),White only,Fair,6-6.5 feet,200-300,Some High School,,0,155,490,495,0,0,120
+,2022,2.02203E+13,1781,Midwest,Indiana,45000,"House, apartment, flat",1,1,5228366,32,Female,White only,Never married,"Native, born in United States",Good,58,245,51.2,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,Has difficulty remembering,0,0,0,75,0,0,10,0,675,0,0,595,0,0,85,0,0,"$30,000 - $50,000",Millennials (23-38),White only,Good,0-5 feet,200-300,Associate Degree,,0,10,750,595,0,0,85
+,2022,2.02203E+13,1782,West,Arizona,37500,"House, apartment, flat",1,1,11381357,34,Female,White only,Never married,"Native, born in United States",Good,62,175,32,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,85,0,0,240,0,510,0,0,30,0,0,65,10,490,"$30,000 - $50,000",Millennials (23-38),White only,Good,5-5.5 feet,160-180,Some College,,490,240,595,30,0,10,75
+,2022,2.02203E+13,1783,West,Washington,87500,"House, apartment, flat",1,1,4589249,80,Female,White only,Married - spouse present,"Native, born in United States",Excellent,66,135,21.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,7,12,165,0,0,90,0,473,0,0,503,60,0,130,0,0,"$75,000 - $100,000",Silent (74-91),White only,Excellent,5.5-6 feet,120-140,Bachelor's Degree,,0,90,638,563,0,0,149
+,2022,2.02203E+13,1784,South,Georgia,32500,"House, apartment, flat",1,1,7985040,79,Female,Black only,Divorced,"Native, born in United States",Fair,61,221,41.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,10,0,0,473,0,640,0,15,182,0,120,0,0,0,"$30,000 - $50,000",Silent (74-91),Black only,Fair,5-5.5 feet,200-300,Bachelor's Degree,,0,473,650,197,0,0,120
+,2022,2.02203E+13,1785,West,Utah,22500,"House, apartment, flat",1,1,4884719,71,Male,White only,Married - spouse present,"Native, born in United States",Poor,72,165,22.4,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,30,0,0,90,0,0,90,0,510,0,0,660,0,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Poor,6-6.5 feet,160-180,Graduated High School,,0,90,600,660,0,0,30
+,2022,2.02203E+13,1786,Northeast,Connecticut,32500,"House, apartment, flat",1,1,7971962,25,Male,White only,Never married,"Foreign born, U.S. citizen by naturalization",Good,70,179,25.7,Some college but no degree,College--three years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,90,0,0,0,0,810,0,0,475,0,0,55,0,0,"$30,000 - $50,000",Millennials (23-38),White only,Good,5.5-6 feet,160-180,Some College,,0,0,900,475,0,0,65
+,2022,2.02203E+13,1787,Northeast,Massachusetts,67500,"House, apartment, flat",1,1,11636676,58,Male,"American Indian, Alaskan Native",Divorced,"Native, born in United States",Good,71,200,27.9,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,0,0,75,0,620,0,0,170,0,0,20,0,480,"$50,000 - $75,000",Boomers (55-73),"American Indian, Alaskan Native",Good,5.5-6 feet,200-300,Graduated High School,,480,75,695,170,0,0,20
+,2022,2.02203E+13,1788,West,California,37500,"House, apartment, flat",1,1,5024596,78,Female,White only,Married - spouse present,"Native, born in United States",Very good,63,150,26.6,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,130,0,0,120,0,600,0,60,490,0,0,10,0,0,"$30,000 - $50,000",Silent (74-91),White only,Very good,5-5.5 feet,140-160,Master's or Doctoral Degree,,0,120,730,550,0,0,40
+,2022,2.02203E+13,1789,South,Virginia,200000,"House, apartment, flat",1,1,4332509,66,Female,White only,Married - spouse present,"Native, born in United States",Very good,62,158,28.9,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),Has vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,710,0,555,0,45,45,0,0,40,0,0,"$150,000 and over",Boomers (55-73),White only,Very good,5-5.5 feet,140-160,Graduated High School,,0,710,600,90,0,0,40
+,2022,2.02203E+13,1790,Midwest,North Dakota,87500,"House, apartment, flat",1,1,7803655,57,Female,White only,Married - spouse present,"Native, born in United States",Fair,61,139,26.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,0,0,408,0,0,39,0,0,6,0,987,"$75,000 - $100,000",Boomers (55-73),White only,Fair,5-5.5 feet,120-140,Bachelor's Degree,,987,0,408,39,0,0,6
+,2022,2.02203E+13,1791,South,North Carolina,45000,"House, apartment, flat",1,1,6428568,75,Female,Black only,Divorced,"Native, born in United States",Good,64,162,27.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,29,35,0,0,147,0,495,0,0,373,25,10,21,305,0,"$30,000 - $50,000",Silent (74-91),Black only,Good,5-5.5 feet,160-180,Bachelor's Degree,,0,147,530,398,0,305,60
+,2022,2.02203E+13,1792,South,Maryland,55000,"House, apartment, flat",1,1,4633601,42,Female,Black only,Divorced,"Native, born in United States",Good,63,175,31,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,180,0,0,240,0,925,0,0,0,0,0,65,0,30,"$50,000 - $75,000",Generation X (39-54),Black only,Good,5-5.5 feet,160-180,Bachelor's Degree,,30,240,1105,0,0,0,65
+,2022,2.02203E+13,1793,West,California,11250,"House, apartment, flat",1,1,13410603,67,Female,Black only,Never married,"Native, born in United States",Very good,61,178,33.6,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),Has vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,5,60,0,0,181,0,521,0,10,623,0,25,15,0,0,"$10,000 - $30,000",Boomers (55-73),Black only,Very good,5-5.5 feet,160-180,Graduated High School,,0,181,581,633,0,0,45
+,2022,2.02203E+13,1794,Midwest,Michigan,45000,"House, apartment, flat",1,1,5614927,45,Female,White only,Married - spouse present,"Native, born in United States",Fair,59,165,33.3,Some college but no degree,College--one year,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,60,0,510,0,0,795,0,0,0,0,15,"$30,000 - $50,000",Generation X (39-54),White only,Fair,0-5 feet,160-180,Some College,,15,60,570,795,0,0,0
+,2022,2.02203E+13,1795,South,Virginia,45000,"House, apartment, flat",1,1,16799821,46,Female,White only,Married - spouse present,"Native, born in United States",Fair,62,150,27.4,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,320,0,0,105,0,0,235,0,533,0,0,180,0,0,7,0,0,"$30,000 - $50,000",Generation X (39-54),White only,Fair,5-5.5 feet,140-160,Graduated High School,,0,235,638,180,0,0,327
+,2022,2.02203E+13,1796,South,Maryland,200000,"House, apartment, flat",1,1,14893318,71,Male,White only,Married - spouse present,"Native, born in United States",Excellent,72,200,27.1,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,120,0,510,0,0,210,0,0,30,540,0,"$150,000 and over",Boomers (55-73),White only,Excellent,6-6.5 feet,200-300,Master's or Doctoral Degree,,0,120,540,210,0,540,30
+,2022,2.02203E+13,1797,South,Louisiana,200000,"House, apartment, flat",1,1,3548515,38,Female,White only,Married - spouse present,"Native, born in United States",Very good,64,145,24.9,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,470,0,0,60,0,0,150,0,660,0,0,60,0,0,30,10,0,"$150,000 and over",Generation X (39-54),White only,Very good,5-5.5 feet,140-160,Master's or Doctoral Degree,,0,150,720,60,0,10,500
+,2022,2.02203E+13,1798,South,Maryland,200000,"House, apartment, flat",1,1,10086943,58,Female,Black only,Never married,"Native, born in United States",Good,,9996,998,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,60,0,0,30,0,520,0,0,180,0,0,20,0,600,"$150,000 and over",Boomers (55-73),Black only,Good,,>300,Bachelor's Degree,,600,30,580,180,0,0,50
+,2022,2.02203E+13,1799,West,Colorado,37500,"House, apartment, flat",1,1,18006251,62,Female,White only,Married - spouse present,"Native, born in United States",Fair,65,169,28.1,10th grade,Tenth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,40,0,0,244,0,560,0,0,581,0,0,15,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Fair,5-5.5 feet,160-180,Some High School,,0,244,600,581,0,0,15
+,2022,2.02203E+13,1800,Midwest,Wisconsin,125000,"House, apartment, flat",1,1,8310923,68,Female,White only,Married - spouse present,"Native, born in United States",Good,66,155,25,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,250,30,90,0,0,90,0,510,0,0,210,0,0,260,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Good,5.5-6 feet,140-160,Some College,,0,90,600,210,0,0,540
+,2022,2.02203E+13,1801,West,Colorado,67500,"House, apartment, flat",1,1,6473633,45,Female,White only,Married - spouse present,"Native, born in United States",Good,62,170,31.1,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,60,0,30,60,0,0,200,0,740,0,0,240,0,90,20,0,0,"$50,000 - $75,000",Generation X (39-54),White only,Good,5-5.5 feet,160-180,Graduated High School,,0,200,800,240,0,0,200
+,2022,2.02203E+13,1802,South,Florida,200000,"House, apartment, flat",1,1,3716834,47,Female,White only,Married - spouse present,"Native, born abroad of American parent or parents",NIU (Not in universe),,9999,999,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,165,80,5,30,0,0,90,0,558,0,0,383,45,0,84,0,0,"$150,000 and over",Generation X (39-54),White only,"Other (Refused, Dont know, NIU)",,>300,Master's or Doctoral Degree,,0,90,588,428,0,0,334
+,2022,2.02203E+13,1803,Northeast,New York,2500,"House, apartment, flat",1,1,4038036,62,Male,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Fair,68,210,31.9,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,110,0,570,0,20,650,0,0,0,0,0,"Less than $10,000",Boomers (55-73),White only,Fair,5.5-6 feet,200-300,Some College,,0,110,600,670,0,0,0
+,2022,2.02203E+13,1804,Midwest,Illinois,200000,"House, apartment, flat",1,1,14896776,32,Male,White only,Married - spouse present,"Native, born in United States",Good,70,190,27.3,Associate degree - occupational vocational,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,0,0,345,0,0,0,0,0,90,0,900,"$150,000 and over",Millennials (23-38),White only,Good,5.5-6 feet,180-200,Associate Degree,,900,0,435,0,0,0,90
+,2022,2.02203E+13,1805,West,Montana,200000,"House, apartment, flat",1,1,3952447,37,Male,White only,Married - spouse present,"Native, born in United States",Very good,72,180,24.4,Some college but no degree,College--two years,Unemployed - on layoff,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,190,0,0,30,0,0,135,0,540,0,0,465,0,0,20,0,0,"$150,000 and over",Millennials (23-38),White only,Very good,6-6.5 feet,180-200,Some College,,0,135,570,465,0,0,210
+,2022,2.02203E+13,1806,South,Tennessee,45000,"House, apartment, flat",1,1,50134016,41,Female,Black only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Very good,66,209,33.7,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,220,0,0,90,0,0,365,0,585,0,0,120,0,60,0,0,0,"$30,000 - $50,000",Generation X (39-54),Black only,Very good,5.5-6 feet,200-300,Graduated High School,,0,365,675,120,0,0,280
+,2022,2.02203E+13,1807,South,Kentucky,67500,"House, apartment, flat",1,1,12730309,65,Female,White only,Married - spouse present,"Native, born in United States",Good,65,275,45.8,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,25,0,0,55,0,0,65,0,480,0,0,775,0,0,20,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Good,5-5.5 feet,200-300,Graduated High School,,0,65,535,775,0,0,45
+,2022,2.02203E+13,1808,Northeast,Pennsylvania,55000,"House, apartment, flat",1,1,9802662,22,Male,White only,Married - spouse present,"Native, born in United States",Excellent,72,188,25.5,7th or 8th grade,Seventh through eighth grade,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,80,0,0,0,0,660,0,150,260,120,0,110,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Excellent,6-6.5 feet,180-200,Middle School or Less,,0,0,740,530,0,0,110
+,2022,2.02203E+13,1809,West,California,55000,"House, apartment, flat",1,1,12941342,31,Male,White only,Never married,"Native, born in United States",Good,70,220,31.6,Some college but no degree,College--four years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,60,0,0,100,0,410,0,0,420,90,0,60,0,240,"$50,000 - $75,000",Millennials (23-38),White only,Good,5.5-6 feet,200-300,Some College,,240,100,470,510,0,0,120
+,2022,2.02203E+13,1810,South,North Carolina,27500,"House, apartment, flat",1,1,4170923,78,Male,White only,Married - spouse present,"Native, born in United States",Excellent,69,170,25.1,Some college but no degree,College--three years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,210,0,0,170,0,510,0,0,520,30,0,0,0,0,"$10,000 - $30,000",Silent (74-91),White only,Excellent,5.5-6 feet,160-180,Some College,,0,170,720,550,0,0,0
+,2022,2.02203E+13,1811,South,Alabama,45000,"House, apartment, flat",1,1,7294855,37,Female,White only,Married - spouse present,"Native, born in United States",Good,68,147,22.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,159,0,57,25,0,0,291,0,561,0,0,167,0,0,180,0,0,"$30,000 - $50,000",Millennials (23-38),White only,Good,5.5-6 feet,140-160,Bachelor's Degree,,0,291,586,167,0,0,396
+,2022,2.02203E+13,1812,Midwest,Wisconsin,125000,"House, apartment, flat",1,1,8942199,58,Female,White only,Married - spouse present,"Native, born in United States",Very good,63,170,30.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,30,0,470,0,0,170,30,30,80,30,555,"$100,000 - $150,000",Boomers (55-73),White only,Very good,5-5.5 feet,160-180,Bachelor's Degree,,555,30,515,200,0,30,110
+,2022,2.02203E+13,1813,South,Texas,125000,"House, apartment, flat",1,1,11527777,66,Male,White only,Married - spouse present,"Native, born in United States",Very good,70,185,26.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,50,45,0,0,217,0,555,0,0,553,0,0,20,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Very good,5.5-6 feet,180-200,Bachelor's Degree,,0,217,600,553,0,0,70
+,2022,2.02203E+13,1814,Northeast,New Jersey,27500,"House, apartment, flat",1,1,4881216,64,Female,White only,Divorced,"Native, born in United States",Very good,64,200,34.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,275,0,540,0,0,370,0,0,30,0,180,"$10,000 - $30,000",Boomers (55-73),White only,Very good,5-5.5 feet,200-300,Bachelor's Degree,,180,275,585,370,0,0,30
+,2022,2.02203E+13,1815,South,Florida,6250,"House, apartment, flat",1,1,19949364,21,Female,White only,Never married,"Native, born in United States",Fair,64,219,37.6,11th grade,Eleventh grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,103,0,0,60,0,0,207,0,735,0,0,310,0,0,25,0,0,"Less than $10,000",Generation Z (7-22),White only,Fair,5-5.5 feet,200-300,Some High School,,0,207,795,310,0,0,128
+,2022,2.02203E+13,1816,South,Kentucky,87500,"House, apartment, flat",1,1,5940841,62,Male,White only,Never married,"Native, born in United States",Fair,70,225,32.3,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,0,0,600,0,0,780,0,0,0,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Fair,5.5-6 feet,200-300,Graduated High School,,0,0,660,780,0,0,0
+,2022,2.02203E+13,1817,South,Kentucky,17500,Mobile home or trailer with no permanent room added,1,1,10357843,36,Female,White only,Never married,"Foreign born, not a U.S. citizen",Good,,146,998,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,15,0,0,20,0,0,20,0,720,0,0,270,0,0,55,0,340,"$10,000 - $30,000",Millennials (23-38),White only,Good,,140-160,Bachelor's Degree,,340,20,740,270,0,0,70
+,2022,2.02203E+13,1818,South,Virginia,125000,"House, apartment, flat",1,1,12855018,40,Male,Asian only,Married - spouse present,"Foreign born, not a U.S. citizen",Good,68,160,24.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,0,0,525,0,0,240,30,0,0,0,585,"$100,000 - $150,000",Generation X (39-54),Asian only,Good,5.5-6 feet,160-180,Bachelor's Degree,,585,0,585,270,0,0,0
+,2022,2.02203E+13,1819,Northeast,Pennsylvania,37500,"House, apartment, flat",1,1,28875220,36,Male,White only,Married - spouse present,"Native, born in United States",Good,65,130,21.6,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,145,0,0,70,0,0,235,0,550,0,0,280,0,0,120,0,0,"$30,000 - $50,000",Millennials (23-38),White only,Good,5-5.5 feet,120-140,Graduated High School,,0,235,620,280,0,0,265
+,2022,2.02203E+13,1820,West,Washington,125000,"House, apartment, flat",1,1,5157638,48,Male,White only,Married - spouse present,"Native, born in United States",Good,71,260,36.3,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,90,0,45,60,0,0,240,0,585,0,0,270,0,0,60,0,90,"$100,000 - $150,000",Generation X (39-54),White only,Good,5.5-6 feet,200-300,Master's or Doctoral Degree,,90,240,645,270,0,0,195
+,2022,2.02203E+13,1821,West,Oregon,37500,"House, apartment, flat",1,1,24665401,54,Female,Asian only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Very good,63,170,30.1,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,70,120,85,105,0,0,335,0,520,0,0,120,0,0,85,0,0,"$30,000 - $50,000",Boomers (55-73),Asian only,Very good,5-5.5 feet,160-180,Graduated High School,,0,335,625,120,0,0,360
+,2022,2.02203E+13,1822,South,Alabama,22500,"House, apartment, flat",1,1,7339471,50,Female,Black only,Never married,"Native, born in United States",Very good,64,9997,998,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,95,0,570,0,0,125,20,0,0,0,600,"$10,000 - $30,000",Generation X (39-54),Black only,Very good,5-5.5 feet,>300,Bachelor's Degree,,600,95,600,145,0,0,0
+,2022,2.02203E+13,1823,South,North Carolina,200000,"House, apartment, flat",1,1,6920188,57,Female,White only,Divorced,"Native, born in United States",Excellent,64,153,26.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,0,0,130,0,405,0,0,215,60,10,35,0,510,"$150,000 and over",Boomers (55-73),White only,Excellent,5-5.5 feet,140-160,Bachelor's Degree,,510,130,480,275,0,0,45
+,2022,2.02203E+13,1824,South,Maryland,200000,"House, apartment, flat",1,1,24119473,28,Male,Black only,Never married,"Native, born in United States",Very good,73,200,26.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,285,60,0,30,0,0,60,0,300,0,0,180,0,0,165,0,360,"$150,000 and over",Millennials (23-38),Black only,Very good,6-6.5 feet,200-300,Bachelor's Degree,,360,60,330,180,0,0,510
+,2022,2.02203E+13,1825,West,California,200000,"House, apartment, flat",1,1,16454155,54,Female,Asian only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Very good,62,108,19.8,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,15,40,0,0,249,0,510,0,0,270,300,0,56,0,0,"$150,000 and over",Boomers (55-73),Asian only,Very good,5-5.5 feet,100-120,Master's or Doctoral Degree,,0,249,550,570,0,0,71
+,2022,2.02203E+13,1826,South,Delaware,55000,"House, apartment, flat",1,1,7210468,52,Male,Black only,Never married,"Foreign born, U.S. citizen by naturalization",Very good,72,184,25,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,16,50,0,0,70,0,581,0,0,120,0,0,140,0,463,"$50,000 - $75,000",Generation X (39-54),Black only,Very good,6-6.5 feet,180-200,Bachelor's Degree,,463,70,631,120,0,0,156
+,2022,2.02203E+13,1827,Midwest,Kansas,87500,"House, apartment, flat",1,1,29241022,27,Male,White only,Never married,"Native, born in United States",Very good,70,214,30.7,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,3,5,10,0,0,0,0,421,0,0,60,0,0,121,0,820,"$75,000 - $100,000",Millennials (23-38),White only,Very good,5.5-6 feet,200-300,Graduated High School,,820,0,431,60,0,0,129
+,2022,2.02203E+13,1828,South,Georgia,6250,"House, apartment, flat",1,1,2339144,65,Female,Black only,Divorced,"Native, born in United States",Very good,63,127,22.5,Some college but no degree,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,76,4,0,0,62,0,545,0,0,513,0,0,130,0,0,"Less than $10,000",Boomers (55-73),Black only,Very good,5-5.5 feet,120-140,Some College,,0,62,549,513,0,0,206
+,2022,2.02203E+13,1829,South,South Carolina,125000,"House, apartment, flat",1,1,3485106,42,Female,White only,Married - spouse present,"Native, born in United States",Very good,65,120,20,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,60,0,0,100,0,0,285,0,615,0,100,180,0,0,40,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Very good,5-5.5 feet,120-140,Master's or Doctoral Degree,,0,285,715,280,0,0,100
+,2022,2.02203E+13,1830,West,Washington,27500,"House, apartment, flat",1,1,2550885,36,Female,White only,Divorced,"Native, born in United States",Fair,63,230,40.7,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,390,0,150,0,630,0,0,210,0,0,0,0,0,"$10,000 - $30,000",Millennials (23-38),White only,Fair,5-5.5 feet,200-300,Associate Degree,,0,150,690,210,390,0,0
+,2022,2.02203E+13,1831,South,North Carolina,125000,"House, apartment, flat",1,1,7203313,31,Male,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Very good,74,195,25,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,75,0,0,100,0,0,30,0,840,0,0,120,120,0,155,0,0,"$100,000 - $150,000",Millennials (23-38),White only,Very good,6-6.5 feet,180-200,Bachelor's Degree,,0,30,940,240,0,0,230
+,2022,2.02203E+13,1832,Midwest,Illinois,200000,"House, apartment, flat",1,1,8417913,66,Female,White only,Married - spouse present,"Native, born in United States",Very good,66,160,25.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,25,45,105,0,0,45,0,677,0,0,308,0,30,205,0,0,"$150,000 and over",Boomers (55-73),White only,Very good,5.5-6 feet,160-180,Bachelor's Degree,,0,45,782,308,0,0,305
+,2022,2.02203E+13,1833,South,South Carolina,45000,"House, apartment, flat",1,1,2874358,85,Female,White only,Divorced,"Native, born in United States",Good,61,100,18.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,85,0,0,170,0,705,0,0,480,0,0,0,0,0,"$30,000 - $50,000",Silent (74-91),White only,Good,5-5.5 feet,100-120,Bachelor's Degree,,0,170,790,480,0,0,0
+,2022,2.02203E+13,1834,West,Alaska,37500,"House, apartment, flat",1,1,17465829,26,Male,White only,Married - spouse present,"Native, born in United States",Good,65,176,29.3,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,100,0,0,530,0,570,0,0,240,0,0,0,0,0,"$30,000 - $50,000",Millennials (23-38),White only,Good,5-5.5 feet,160-180,Graduated High School,,0,530,670,240,0,0,0
+,2022,2.02203E+13,1835,Northeast,New Jersey,200000,"House, apartment, flat",1,1,9786065,64,Female,White only,Married - spouse present,"Native, born in United States",Very good,63,9996,998,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,180,0,725,0,410,15,0,0,20,0,0,"$150,000 and over",Boomers (55-73),White only,Very good,5-5.5 feet,>300,Master's or Doctoral Degree,,0,180,815,425,0,0,20
+,2022,2.02203E+13,1836,West,Oregon,200000,"House, apartment, flat",1,1,8599220,52,Female,White only,Married - spouse present,"Native, born in United States",Excellent,65,130,21.6,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,95,60,0,0,90,0,430,0,0,255,0,0,45,0,465,"$150,000 and over",Generation X (39-54),White only,Excellent,5-5.5 feet,120-140,Master's or Doctoral Degree,,465,90,490,255,0,0,140
+,2022,2.02203E+13,1837,Midwest,Missouri,67500,"House, apartment, flat",1,1,16465700,27,Female,White only,Never married,"Native, born in United States",Very good,66,135,21.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,50,0,0,0,0,605,0,0,0,0,0,65,0,720,"$50,000 - $75,000",Millennials (23-38),White only,Very good,5.5-6 feet,120-140,Bachelor's Degree,,720,0,655,0,0,0,65
+,2022,2.02203E+13,1838,South,South Carolina,45000,"House, apartment, flat",1,1,7356614,75,Male,White only,Married - spouse present,"Native, born in United States",Good,69,173,25.5,Some college but no degree,College--three years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,105,115,0,0,177,0,405,0,0,180,0,0,100,0,338,"$30,000 - $50,000",Silent (74-91),White only,Good,5.5-6 feet,160-180,Some College,,338,177,520,180,0,0,205
+,2022,2.02203E+13,1839,West,New Mexico,87500,"House, apartment, flat",1,1,11962597,59,Male,White only,Married - spouse present,"Native, born in United States",Very good,74,216,27.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,160,0,0,165,0,545,0,0,10,0,0,60,0,500,"$75,000 - $100,000",Boomers (55-73),White only,Very good,6-6.5 feet,200-300,Bachelor's Degree,,500,165,705,10,0,0,60
+,2022,2.02203E+13,1840,West,Washington,55000,"House, apartment, flat",1,1,4737169,38,Male,White only,Married - spouse absent,"Native, born in United States",Very good,71,186,25.9,Some college but no degree,College--three years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,20,25,0,0,145,0,485,10,0,540,135,0,80,0,0,"$50,000 - $75,000",Generation X (39-54),White only,Very good,5.5-6 feet,180-200,Some College,,0,145,520,675,0,0,100
+,2022,2.02203E+13,1841,Northeast,New York,27500,"House, apartment, flat",1,1,12735400,80,Female,Black only,Widowed,"Foreign born, U.S. citizen by naturalization",Good,61,142,26.8,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),Has vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,135,0,0,220,0,690,0,0,385,0,0,10,0,0,"$10,000 - $30,000",Silent (74-91),Black only,Good,5-5.5 feet,140-160,Graduated High School,,0,220,825,385,0,0,10
+,2022,2.02203E+13,1842,Northeast,New Jersey,200000,"House, apartment, flat",1,1,23567818,50,Male,White only,Divorced,"Native, born in United States",Excellent,71,180,25.1,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,20,0,510,0,0,80,45,0,140,0,585,"$150,000 and over",Generation X (39-54),White only,Excellent,5.5-6 feet,180-200,Master's or Doctoral Degree,,585,20,570,125,0,0,140
+,2022,2.02203E+13,1843,Northeast,Pennsylvania,32500,"House, apartment, flat",1,1,5435572,51,Male,White only,Separated,"Native, born in United States",NIU (Not in universe),,9999,999,Associate degree - academic program,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,120,30,120,0,0,0,0,360,0,0,613,0,120,77,0,0,"$30,000 - $50,000",Generation X (39-54),White only,"Other (Refused, Dont know, NIU)",,>300,Associate Degree,,0,0,480,613,0,0,347
+,2022,2.02203E+13,1844,Midwest,Iowa,32500,"House, apartment, flat",1,1,10372147,80,Male,White only,Married - spouse present,"Native, born in United States",Excellent,70,180,25.8,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,30,0,45,135,0,0,30,0,615,0,0,375,0,15,85,0,0,"$30,000 - $50,000",Silent (74-91),White only,Excellent,5.5-6 feet,180-200,Graduated High School,,0,30,750,375,0,0,175
+,2022,2.02203E+13,1845,Midwest,Nebraska,200000,"House, apartment, flat",1,1,5430883,35,Male,White only,Married - spouse present,"Native, born in United States",Good,72,215,29.2,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,270,0,0,120,0,0,60,0,570,0,0,420,0,0,0,0,0,"$150,000 and over",Millennials (23-38),White only,Good,6-6.5 feet,200-300,Graduated High School,,0,60,690,420,0,0,270
+,2022,2.02203E+13,1846,Northeast,New York,200000,"House, apartment, flat",1,1,11766052,85,Female,White only,Widowed,"Native, born in United States",Very good,,9996,998,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,150,0,0,0,0,780,0,180,300,0,0,30,0,0,"$150,000 and over",Silent (74-91),White only,Very good,,>300,Graduated High School,,0,0,930,480,0,0,30
+,2022,2.02203E+13,1847,Northeast,Pennsylvania,200000,"House, apartment, flat",1,1,5403324,41,Female,White only,Married - spouse present,"Native, born in United States",Very good,64,125,21.5,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,180,0,60,30,0,0,240,0,520,0,0,280,0,0,20,0,110,"$150,000 and over",Generation X (39-54),White only,Very good,5-5.5 feet,120-140,Master's or Doctoral Degree,,110,240,550,280,0,0,260
+,2022,2.02203E+13,1848,South,Georgia,27500,"House, apartment, flat",1,1,6123649,24,Female,Black only,Never married,"Native, born in United States",Very good,65,135,22.5,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,26,0,0,55,0,754,0,0,545,0,0,60,0,0,"$10,000 - $30,000",Millennials (23-38),Black only,Very good,5-5.5 feet,120-140,Graduated High School,,0,55,780,545,0,0,60
+,2022,2.02203E+13,1849,South,Florida,87500,"House, apartment, flat",1,1,41107035,54,Male,White only,Married - spouse present,"Native, born in United States",Very good,72,230,31.2,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,60,0,640,0,0,150,0,0,50,0,480,"$75,000 - $100,000",Boomers (55-73),White only,Very good,6-6.5 feet,200-300,Graduated High School,,480,60,700,150,0,0,50
+,2022,2.02203E+13,1850,Midwest,Illinois,2500,"House, apartment, flat",1,1,11801165,30,Female,Black only,Never married,"Native, born in United States",Good,68,270,41,Some college but no degree,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,40,0,130,60,0,0,0,0,900,180,0,95,0,0,35,0,0,"Less than $10,000",Millennials (23-38),Black only,Good,5.5-6 feet,200-300,Some College,,0,0,1140,95,0,0,205
+,2022,2.02203E+13,1851,South,Oklahoma,45000,"House, apartment, flat",1,1,3865797,60,Male,White only,Divorced,"Native, born in United States",Fair,70,235,33.7,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,20,0,0,79,0,690,0,0,631,0,0,10,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Fair,5.5-6 feet,200-300,Graduated High School,,0,79,710,631,0,0,20
+,2022,2.02203E+13,1852,West,Idaho,22500,"House, apartment, flat",1,1,9551440,76,Female,White only,Divorced,"Native, born in United States",Good,64,161,27.6,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,30,0,0,90,0,810,0,0,375,0,0,75,0,0,"$10,000 - $30,000",Silent (74-91),White only,Good,5-5.5 feet,160-180,Graduated High School,,0,90,840,375,0,0,135
+,2022,2.02203E+13,1853,Midwest,Missouri,200000,"House, apartment, flat",1,1,32420073,15,Female,White only,Never married,"Native, born in United States",Very good,63,125,22.1,10th grade,Tenth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,110,0,0,140,485,0,40,0,545,0,0,90,0,0,15,0,0,"$150,000 and over",Generation Z (7-22),White only,Very good,5-5.5 feet,120-140,Some High School,,0,40,685,90,485,0,125
+,2022,2.02203E+13,1854,South,Virginia,87500,"House, apartment, flat",1,1,5268540,64,Female,Black only,Married - spouse present,"Native, born in United States",Good,66,150,24.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,70,0,0,150,0,605,0,0,120,45,30,0,0,360,"$75,000 - $100,000",Boomers (55-73),Black only,Good,5.5-6 feet,140-160,Bachelor's Degree,,360,150,675,165,0,0,30
+,2022,2.02203E+13,1855,South,Texas,32500,"House, apartment, flat",1,1,2603244,55,Female,White only,Never married,"Native, born in United States",Fair,61,300,56.7,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,10,30,20,0,0,285,0,815,0,0,220,0,8,52,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Fair,5-5.5 feet,>300,Some College,,0,285,835,220,0,0,100
+,2022,2.02203E+13,1856,Northeast,New York,125000,"House, apartment, flat",1,1,3861552,63,Male,White only,Divorced,"Native, born in United States",Good,71,245,34.2,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,150,0,0,150,0,675,0,0,120,240,0,105,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Some College,,0,150,825,360,0,0,105
+,2022,2.02203E+13,1857,West,Colorado,125000,"House, apartment, flat",1,1,5201188,36,Male,White only,Married - spouse present,"Native, born in United States",Good,72,248,33.6,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,200,0,0,90,0,0,490,0,540,0,0,120,0,0,0,0,0,"$100,000 - $150,000",Millennials (23-38),White only,Good,6-6.5 feet,200-300,Master's or Doctoral Degree,,0,490,630,120,0,0,200
+,2022,2.02203E+13,1858,Midwest,Michigan,32500,"House, apartment, flat",1,1,4855109,62,Male,White only,Widowed,"Native, born in United States",Good,69,230,34,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,10,0,0,109,0,602,0,30,667,0,0,22,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Graduated High School,,0,109,612,697,0,0,22
+,2022,2.02203E+13,1859,Northeast,New York,200000,"House, apartment, flat",1,1,18307826,43,Female,White only,Married - spouse present,"Native, born in United States",Very good,65,135,22.5,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,395,0,540,0,0,260,0,60,25,130,0,"$150,000 and over",Generation X (39-54),White only,Very good,5-5.5 feet,120-140,Master's or Doctoral Degree,,0,395,570,260,0,130,85
+,2022,2.02203E+13,1860,West,Arizona,125000,"House, apartment, flat",1,1,31181493,17,Male,White only,Never married,"Native, born in United States",Good,72,150,20.3,10th grade,Tenth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,0,0,555,80,0,735,0,0,40,0,0,"$100,000 - $150,000",Generation Z (7-22),White only,Good,6-6.5 feet,140-160,Some High School,,0,0,665,735,0,0,40
+,2022,2.02203E+13,1861,South,North Carolina,200000,"House, apartment, flat",1,1,5058859,39,Female,White only,Married - spouse present,"Native, born in United States",Very good,66,165,26.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,20,0,120,30,0,0,160,0,650,0,0,240,65,0,110,0,0,"$150,000 and over",Generation X (39-54),White only,Very good,5.5-6 feet,160-180,Bachelor's Degree,,0,160,680,305,0,0,250
+,2022,2.02203E+13,1862,South,Kentucky,27500,"House, apartment, flat",1,1,5243301,67,Male,White only,Divorced,"Native, born in United States",Fair,69,190,28.1,9th grade,Ninth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,10,0,0,20,0,800,0,0,610,0,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Fair,5.5-6 feet,180-200,Some High School,,0,20,810,610,0,0,0
+,2022,2.02203E+13,1863,South,Texas,200000,"House, apartment, flat",1,1,31243500,62,Male,White only,Married - spouse present,"Native, born in United States",Good,72,180,24.4,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,85,0,480,0,0,250,0,0,75,0,520,"$150,000 and over",Boomers (55-73),White only,Good,6-6.5 feet,180-200,Graduated High School,,520,85,510,250,0,0,75
+,2022,2.02203E+13,1864,South,Arkansas,17500,"House, apartment, flat",1,1,2035371,71,Female,Black only,Never married,"Native, born in United States",Good,64,151,25.9,High school graduate - GED,Tenth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,91,165,0,0,36,0,580,0,20,328,0,120,100,0,0,"$10,000 - $30,000",Boomers (55-73),Black only,Good,5-5.5 feet,140-160,Graduated High School,,0,36,745,348,0,0,311
+,2022,2.02203E+13,1865,Midwest,Minnesota,67500,"House, apartment, flat",1,1,5376994,65,Female,White only,Divorced,"Native, born in United States",Very good,66,170,27.4,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,35,0,0,415,0,580,0,0,270,0,105,35,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Very good,5.5-6 feet,160-180,Some College,,0,415,615,270,0,0,140
+,2022,2.02203E+13,1866,West,Washington,87500,"House, apartment, flat",1,1,4678640,36,Male,White only,Never married,"Native, born in United States",Very good,69,200,29.5,Associate degree - academic program,College--three years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,20,0,785,0,0,60,0,0,515,0,0,"$75,000 - $100,000",Millennials (23-38),White only,Very good,5.5-6 feet,200-300,Associate Degree,,0,20,845,60,0,0,515
+,2022,2.02203E+13,1867,South,Florida,27500,"House, apartment, flat",1,1,13073786,63,Female,White only,Widowed,"Native, born in United States",Good,66,180,29,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,0,0,145,0,680,0,0,405,0,0,10,0,125,"$10,000 - $30,000",Boomers (55-73),White only,Good,5.5-6 feet,180-200,Graduated High School,,125,145,755,405,0,0,10
+,2022,2.02203E+13,1868,West,Arizona,200000,"House, apartment, flat",1,1,9298720,56,Female,White only,Married - spouse present,"Native, born in United States",Excellent,62,110,20.1,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,150,0,580,0,60,150,0,0,80,390,0,"$150,000 and over",Boomers (55-73),White only,Excellent,5-5.5 feet,100-120,Master's or Doctoral Degree,,0,150,610,210,0,390,80
+,2022,2.02203E+13,1869,West,California,45000,"House, apartment, flat",1,1,9622486,66,Male,Asian only,Married - spouse absent,"Foreign born, U.S. citizen by naturalization",Fair,70,162,23.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,65,0,0,70,0,557,0,0,15,20,0,243,0,470,"$30,000 - $50,000",Boomers (55-73),Asian only,Fair,5.5-6 feet,160-180,Bachelor's Degree,,470,70,622,35,0,0,243
+,2022,2.02203E+13,1870,South,Texas,13750,"House, apartment, flat",1,1,6403415,80,Female,White only,Married - spouse present,"Native, born in United States",Very good,65,190,31.6,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,11,0,60,0,0,0,0,525,0,66,703,0,0,75,0,0,"$10,000 - $30,000",Silent (74-91),White only,Very good,5-5.5 feet,180-200,Graduated High School,,0,0,585,769,0,0,86
+,2022,2.02203E+13,1871,West,Arizona,200000,"House, apartment, flat",1,1,21469823,30,Male,White only,Married - spouse present,"Native, born in United States",Good,70,225,32.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,20,0,610,120,0,120,30,0,90,0,360,"$150,000 and over",Millennials (23-38),White only,Good,5.5-6 feet,200-300,Bachelor's Degree,,360,20,820,150,0,0,90
+,2022,2.02203E+13,1872,South,North Carolina,125000,"House, apartment, flat",1,1,3546675,60,Male,White only,Married - spouse present,"Native, born in United States",Good,73,185,24.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,65,0,0,165,0,400,0,330,120,0,0,0,0,360,"$100,000 - $150,000",Boomers (55-73),White only,Good,6-6.5 feet,180-200,Bachelor's Degree,,360,165,465,450,0,0,0
+,2022,2.02203E+13,1873,South,Tennessee,200000,"House, apartment, flat",1,1,5572475,45,Male,White only,Married - spouse present,"Native, born in United States",Good,75,230,28.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,75,0,0,135,0,0,204,0,576,0,0,450,0,0,0,0,0,"$150,000 and over",Generation X (39-54),White only,Good,6-6.5 feet,200-300,Bachelor's Degree,,0,204,711,450,0,0,75
+,2022,2.02203E+13,1874,West,California,17500,"House, apartment, flat",1,1,2896928,64,Male,White only,Divorced,"Native, born in United States",Good,70,220,31.6,Associate degree - occupational vocational,College--four years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,60,0,840,0,0,420,0,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Associate Degree,,0,60,960,420,0,0,0
+,2022,2.02203E+13,1875,South,Florida,67500,"House, apartment, flat",1,1,21241328,38,Female,White only,Married - spouse present,"Native, born in United States",Fair,65,185,30.8,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,225,0,0,80,0,0,25,0,505,0,0,0,0,0,195,0,410,"$50,000 - $75,000",Generation X (39-54),White only,Fair,5-5.5 feet,180-200,Master's or Doctoral Degree,,410,25,585,0,0,0,420
+,2022,2.02203E+13,1876,South,Alabama,125000,"House, apartment, flat",1,1,6797735,53,Female,White only,Married - spouse present,"Native, born in United States",Very good,65,160,26.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,105,0,0,240,0,690,0,120,155,0,0,130,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Very good,5-5.5 feet,160-180,Bachelor's Degree,,0,240,795,275,0,0,130
+,2022,2.02203E+13,1877,Northeast,New Jersey,200000,"House, apartment, flat",1,1,7982113,57,Male,Asian only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Good,70,176,25.3,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,50,0,40,120,0,0,120,0,605,15,0,180,15,50,140,0,60,"$150,000 and over",Boomers (55-73),Asian only,Good,5.5-6 feet,160-180,Master's or Doctoral Degree,,60,120,740,195,0,0,280
+,2022,2.02203E+13,1878,South,Texas,8750,"House, apartment, flat",1,1,2025505,71,Female,White only,Divorced,"Native, born in United States",Fair,65,230,38.3,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,35,10,0,0,165,0,580,0,0,628,0,0,22,0,0,"Less than $10,000",Boomers (55-73),White only,Fair,5-5.5 feet,200-300,Graduated High School,,0,165,590,628,0,0,57
+,2022,2.02203E+13,1879,Midwest,Nebraska,32500,"House, apartment, flat",1,1,5726671,70,Male,White only,Divorced,"Native, born in United States",Good,69,178,26.3,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,40,0,0,20,0,510,0,0,870,0,0,0,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Good,5.5-6 feet,160-180,Some College,,0,20,550,870,0,0,0
+,2022,2.02203E+13,1880,Midwest,Illinois,27500,"House, apartment, flat",1,1,3177458,85,Female,Black only,Widowed,"Native, born in United States",Very good,66,139,22.4,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,60,0,410,0,260,455,0,165,0,0,0,"$10,000 - $30,000",Silent (74-91),Black only,Very good,5.5-6 feet,120-140,Master's or Doctoral Degree,,0,60,500,715,0,0,165
+,2022,2.02203E+13,1881,South,North Carolina,37500,Mobile home or trailer with no permanent room added,1,1,15311461,59,Female,White only,Widowed,"Native, born in United States",Good,67,235,36.8,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,50,0,0,105,0,600,0,0,165,0,0,0,0,520,"$30,000 - $50,000",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Graduated High School,,520,105,650,165,0,0,0
+,2022,2.02203E+13,1882,South,North Carolina,125000,"House, apartment, flat",1,1,10727948,53,Female,White only,Married - spouse present,"Native, born in United States",Good,75,200,25,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,80,0,0,170,0,543,0,0,180,0,0,77,0,330,"$100,000 - $150,000",Generation X (39-54),White only,Good,6-6.5 feet,200-300,Bachelor's Degree,,330,170,623,180,0,0,137
+,2022,2.02203E+13,1883,South,Alabama,13750,"House, apartment, flat",1,1,9894531,64,Female,Black only,Divorced,"Native, born in United States",Very good,,9996,998,High school graduate - GED,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,30,0,960,0,0,360,0,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),Black only,Very good,,>300,Graduated High School,,0,30,1050,360,0,0,0
+,2022,2.02203E+13,1884,Northeast,Pennsylvania,200000,"House, apartment, flat",1,1,6802816,18,Male,Asian only,Never married,"Native, born in United States",Very good,73,135,17.8,11th grade,Eleventh grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,110,0,0,0,0,780,0,0,330,180,0,10,0,0,"$150,000 and over",Generation Z (7-22),Asian only,Very good,6-6.5 feet,120-140,Some High School,,0,0,890,510,0,0,10
+,2022,2.02203E+13,1885,South,Texas,67500,"House, apartment, flat",1,1,14615437,50,Female,White only,Married - spouse present,"Native, born in United States",Very good,67,190,29.8,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,30,60,120,0,0,360,0,550,0,0,300,0,0,20,0,0,"$50,000 - $75,000",Generation X (39-54),White only,Very good,5.5-6 feet,180-200,Graduated High School,,0,360,670,300,0,0,110
+,2022,2.02203E+13,1886,Northeast,New York,55000,"House, apartment, flat",1,1,17133069,24,Female,White only,Never married,"Native, born in United States",Very good,71,190,26.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,90,0,0,0,0,620,0,0,120,0,0,55,0,545,"$50,000 - $75,000",Millennials (23-38),White only,Very good,5.5-6 feet,180-200,Bachelor's Degree,,545,0,710,120,0,0,65
+,2022,2.02203E+13,1887,South,Louisiana,87500,"House, apartment, flat",1,1,9334906,38,Female,Asian only,Married - spouse present,"Foreign born, not a U.S. citizen",Good,62,115,21,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,90,0,575,0,0,90,0,0,60,0,505,"$75,000 - $100,000",Generation X (39-54),Asian only,Good,5-5.5 feet,100-120,Master's or Doctoral Degree,,505,90,695,90,0,0,60
+,2022,2.02203E+13,1888,South,Florida,67500,"House, apartment, flat",1,1,7373347,67,Female,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Excellent,63,143,25.3,Some college but no degree,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,120,30,0,0,145,0,565,0,0,440,90,0,20,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Excellent,5-5.5 feet,140-160,Some College,,0,145,595,530,0,0,140
+,2022,2.02203E+13,1889,West,Oregon,67500,"House, apartment, flat",1,1,3647369,77,Male,White only,Married - spouse present,"Native, born in United States",NIU (Not in universe),,9999,999,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,140,0,385,0,300,270,0,0,230,70,0,"$50,000 - $75,000",Silent (74-91),White only,"Other (Refused, Dont know, NIU)",,>300,Bachelor's Degree,,0,140,430,570,0,70,230
+,2022,2.02203E+13,1890,West,California,87500,"House, apartment, flat",1,1,6892297,26,Female,Black only,Married - spouse present,"Native, born in United States",Excellent,65,194,32.3,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,330,0,0,60,0,0,0,0,525,0,135,270,0,120,0,0,0,"$75,000 - $100,000",Millennials (23-38),Black only,Excellent,5-5.5 feet,180-200,Some College,,0,0,585,405,0,0,450
+,2022,2.02203E+13,1891,South,Texas,87500,"House, apartment, flat",1,1,13099211,43,Male,White only,Married - spouse present,"Native, born in United States",Very good,65,165,27.5,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,85,0,0,95,0,0,60,0,530,0,0,135,0,0,55,0,480,"$75,000 - $100,000",Generation X (39-54),White only,Very good,5-5.5 feet,160-180,Master's or Doctoral Degree,,480,60,625,135,0,0,140
+,2022,2.02203E+13,1892,West,Arizona,200000,"House, apartment, flat",1,1,11716879,41,Male,White only,Married - spouse present,"Native, born in United States",Very good,77,215,25.5,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,100,0,0,120,0,0,80,0,535,0,0,60,30,0,40,0,475,"$150,000 and over",Generation X (39-54),White only,Very good,6-6.5 feet,200-300,Master's or Doctoral Degree,,475,80,655,90,0,0,140
+,2022,2.02203E+13,1893,South,Florida,55000,"House, apartment, flat",1,1,1952413,73,Female,White only,Divorced,"Native, born in Puerto Rico or U.S. Outlying Area",Good,63,178,31.5,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,105,15,0,0,65,0,630,30,150,0,0,0,75,0,370,"$50,000 - $75,000",Silent (74-91),White only,Good,5-5.5 feet,160-180,Master's or Doctoral Degree,,370,65,675,150,0,0,180
+,2022,2.02203E+13,1894,Midwest,Michigan,200000,"House, apartment, flat",1,1,22093596,61,Female,Black only,Married - spouse present,"Native, born in United States",Very good,64,158,27.1,Associate degree - academic program,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,5,0,75,0,0,240,0,315,0,0,75,30,0,70,0,495,"$150,000 and over",Boomers (55-73),Black only,Very good,5-5.5 feet,140-160,Associate Degree,,495,240,390,105,0,0,75
+,2022,2.02203E+13,1895,West,Arizona,87500,"House, apartment, flat",1,1,13589140,76,Male,Black only,Married - spouse present,"Native, born in United States",Good,69,225,33.2,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,105,0,0,190,0,590,0,0,490,0,0,65,0,0,"$75,000 - $100,000",Silent (74-91),Black only,Good,5.5-6 feet,200-300,Some College,,0,190,695,490,0,0,65
+,2022,2.02203E+13,1896,West,California,55000,"House, apartment, flat",1,1,1650787,85,Female,White only,Widowed,"Native, born in United States",Excellent,60,165,32.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,90,0,0,160,0,600,0,30,300,0,0,20,180,0,"$50,000 - $75,000",Silent (74-91),White only,Excellent,5-5.5 feet,160-180,Bachelor's Degree,,0,160,690,330,0,180,80
+,2022,2.02203E+13,1897,Northeast,Pennsylvania,125000,"House, apartment, flat",1,1,9300584,57,Female,White only,Divorced,"Native, born in United States",Very good,64,195,33.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,1,0,0,100,0,0,34,0,460,0,0,370,60,145,20,0,250,"$100,000 - $150,000",Boomers (55-73),White only,Very good,5-5.5 feet,180-200,Bachelor's Degree,,250,34,560,430,0,0,166
+,2022,2.02203E+13,1898,West,Washington,55000,"House, apartment, flat",1,1,16577108,68,Female,White only,Married - spouse present,"Native, born in United States",Very good,64,9996,998,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,165,0,0,180,0,495,0,150,270,0,0,30,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Very good,5-5.5 feet,>300,Graduated High School,,0,180,660,420,0,0,60
+,2022,2.02203E+13,1899,South,Tennessee,37500,"House, apartment, flat",1,1,6031601,66,Male,Black only,Never married,"Native, born in United States",Good,66,225,36.3,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,0,0,644,0,0,706,0,0,60,0,0,"$30,000 - $50,000",Boomers (55-73),Black only,Good,5.5-6 feet,200-300,Graduated High School,,0,0,674,706,0,0,60
+,2022,2.02203E+13,1900,Midwest,Michigan,125000,"House, apartment, flat",1,1,11351550,54,Female,White only,Married - spouse present,"Native, born in United States",Excellent,63,155,27.5,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,40,0,0,570,0,620,0,0,165,45,0,0,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Excellent,5-5.5 feet,140-160,Master's or Doctoral Degree,,0,570,660,210,0,0,0
+,2022,2.02203E+13,1901,Midwest,Iowa,45000,"House, apartment, flat",1,1,3161284,73,Female,White only,Married - spouse present,"Native, born in United States",Good,64,150,25.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,300,0,540,0,0,540,0,0,0,0,0,"$30,000 - $50,000",Silent (74-91),White only,Good,5-5.5 feet,140-160,Bachelor's Degree,,0,300,600,540,0,0,0
+,2022,2.02203E+13,1902,South,Texas,200000,"House, apartment, flat",1,1,38122544,44,Female,White only,Divorced,"Native, born in United States",Very good,67,165,25.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,30,0,815,0,0,120,0,0,0,0,415,"$150,000 and over",Generation X (39-54),White only,Very good,5.5-6 feet,160-180,Bachelor's Degree,,415,30,875,120,0,0,0
+,2022,2.02203E+13,1903,Midwest,Michigan,67500,"House, apartment, flat",1,1,20146190,21,Female,White only,Never married,"Native, born in United States",Good,60,130,25.4,Some college but no degree,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,10,0,0,90,0,980,0,0,0,0,0,60,0,210,"$50,000 - $75,000",Generation Z (7-22),White only,Good,5-5.5 feet,120-140,Some College,,210,90,990,0,0,0,60
+,2022,2.02203E+13,1904,Northeast,Massachusetts,67500,"House, apartment, flat",1,1,12370749,56,Male,White only,Never married,"Native, born in United States",Very good,67,148,23.2,Some college but no degree,College--four years,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,25,43,0,0,445,0,531,60,0,160,60,60,26,10,0,"$50,000 - $75,000",Boomers (55-73),White only,Very good,5.5-6 feet,140-160,Some College,,0,445,634,220,0,10,111
+,2022,2.02203E+13,1905,Midwest,Illinois,200000,"House, apartment, flat",1,1,4787071,44,Female,White only,Married - spouse present,"Native, born in United States",Good,68,230,35,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,20,0,15,50,0,0,30,0,480,0,0,485,300,0,60,0,0,"$150,000 and over",Generation X (39-54),White only,Good,5.5-6 feet,200-300,Master's or Doctoral Degree,,0,30,530,785,0,0,95
+,2022,2.02203E+13,1906,West,California,200000,"House, apartment, flat",1,1,19631507,34,Female,Asian only,Never married,"Native, born in United States",Good,63,150,26.6,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,140,0,535,0,0,210,40,0,10,0,415,"$150,000 and over",Millennials (23-38),Asian only,Good,5-5.5 feet,140-160,Master's or Doctoral Degree,,415,140,625,250,0,0,10
+,2022,2.02203E+13,1907,South,Texas,200000,"House, apartment, flat",1,1,14200099,39,Female,Asian only,Married - spouse present,"Foreign born, not a U.S. citizen",Very good,62,122,22.3,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,165,0,0,50,0,0,165,0,500,0,0,0,0,0,0,0,455,"$150,000 and over",Generation X (39-54),Asian only,Very good,5-5.5 feet,120-140,Master's or Doctoral Degree,,455,165,550,0,0,0,165
+,2022,2.02203E+13,1908,West,Utah,55000,"House, apartment, flat",1,1,7140888,34,Male,White only,Divorced,"Native, born in United States",Good,70,210,30.1,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,3,15,0,0,15,0,500,0,0,317,60,0,50,0,480,"$50,000 - $75,000",Millennials (23-38),White only,Good,5.5-6 feet,200-300,Some College,,480,15,515,377,0,0,53
+,2022,2.02203E+13,1909,Midwest,Illinois,125000,"House, apartment, flat",1,1,17689941,64,Male,White only,Married - spouse present,"Native, born in United States",Fair,69,225,33.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,80,0,0,10,0,420,0,0,313,90,0,27,0,470,"$100,000 - $150,000",Boomers (55-73),White only,Fair,5.5-6 feet,200-300,Bachelor's Degree,,470,10,500,403,0,0,27
+,2022,2.02203E+13,1910,West,Colorado,67500,"House, apartment, flat",1,1,4853465,70,Female,White only,Married - spouse present,"Native, born in United States",Very good,64,158,27.1,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,340,0,560,0,0,330,0,0,30,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Very good,5-5.5 feet,140-160,Master's or Doctoral Degree,,0,340,650,330,0,0,30
+,2022,2.02203E+13,1911,South,Maryland,200000,"House, apartment, flat",1,1,15023467,38,Female,White only,Married - spouse present,"Native, born in United States",NIU (Not in universe),,9999,999,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,200,0,0,60,0,0,30,0,650,0,0,90,120,0,127,0,0,"$150,000 and over",Generation X (39-54),White only,"Other (Refused, Dont know, NIU)",,>300,Bachelor's Degree,,0,30,710,210,0,0,327
+,2022,2.02203E+13,1912,West,Colorado,125000,"House, apartment, flat",1,1,9377852,35,Female,White only,Married - spouse present,"Native, born abroad of American parent or parents",Fair,67,145,22.7,Associate degree - occupational vocational,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,75,0,715,0,0,590,0,0,0,0,0,"$100,000 - $150,000",Millennials (23-38),White only,Fair,5.5-6 feet,140-160,Associate Degree,,0,75,775,590,0,0,0
+,2022,2.02203E+13,1913,South,Texas,200000,"House, apartment, flat",1,1,10966858,31,Male,White only,Married - spouse present,"Native, born in United States",Good,72,222,30.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,90,0,630,0,0,240,30,0,0,0,330,"$150,000 and over",Millennials (23-38),White only,Good,6-6.5 feet,200-300,Bachelor's Degree,,330,90,750,270,0,0,0
+,2022,2.02203E+13,1914,South,Texas,45000,"House, apartment, flat",1,1,4150124,71,Male,White only,Married - spouse present,"Native, born in United States",Very good,70,220,31.6,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,0,0,615,0,0,330,420,0,30,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Very good,5.5-6 feet,200-300,Associate Degree,,0,0,660,750,0,0,30
+,2022,2.02203E+13,1915,Midwest,Kansas,67500,"House, apartment, flat",1,1,5894015,75,Male,White only,Never married,"Native, born in United States",Very good,69,180,26.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,65,0,0,100,0,670,0,0,490,60,0,25,0,0,"$50,000 - $75,000",Silent (74-91),White only,Very good,5.5-6 feet,180-200,Bachelor's Degree,,0,100,735,550,0,0,55
+,2022,2.02203E+13,1916,South,Alabama,2500,"House, apartment, flat",1,1,11119498,22,Male,White only,Never married,"Foreign born, not a U.S. citizen",Excellent,69,209,30.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,108,0,0,40,0,577,0,0,175,60,30,0,0,450,"Less than $10,000",Millennials (23-38),White only,Excellent,5.5-6 feet,200-300,Bachelor's Degree,,450,40,685,235,0,0,30
+,2022,2.02203E+13,1917,Northeast,Pennsylvania,200000,"House, apartment, flat",1,1,18029706,54,Female,White only,Married - spouse present,"Native, born in United States",Very good,65,180,30,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,30,0,580,0,0,0,0,0,50,770,0,"$150,000 and over",Boomers (55-73),White only,Very good,5-5.5 feet,180-200,Bachelor's Degree,,0,30,580,0,0,770,50
+,2022,2.02203E+13,1918,Midwest,Wisconsin,125000,"House, apartment, flat",1,1,19156152,30,Male,White only,Married - spouse present,"Native, born in United States",Fair,69,310,45.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,0,0,145,0,520,0,0,60,0,0,10,0,630,"$100,000 - $150,000",Millennials (23-38),White only,Fair,5.5-6 feet,>300,Bachelor's Degree,,630,145,595,60,0,0,10
+,2022,2.02203E+13,1919,South,North Carolina,87500,"House, apartment, flat",1,1,2556551,72,Female,Black only,Widowed,"Native, born in United States",NIU (Not in universe),,9999,999,Some college but no degree,College--two years,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,265,0,635,0,0,510,0,0,0,0,0,"$75,000 - $100,000",Boomers (55-73),Black only,"Other (Refused, Dont know, NIU)",,>300,Some College,,0,265,665,510,0,0,0
+,2022,2.02203E+13,1920,South,Georgia,45000,"House, apartment, flat",1,1,11751919,75,Male,Black only,Married - spouse present,"Native, born in United States",Fair,66,181,29.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,75,105,0,0,30,0,480,30,0,480,0,0,180,60,0,"$30,000 - $50,000",Silent (74-91),Black only,Fair,5.5-6 feet,180-200,Bachelor's Degree,,0,30,615,480,0,60,255
+,2022,2.02203E+13,1921,West,Wyoming,22500,"House, apartment, flat",1,1,5932210,68,Male,White only,Divorced,"Native, born in United States",Excellent,68,190,28.9,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),Has vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,No difficulty remembering,0,0,20,30,0,0,60,0,540,0,0,655,0,0,60,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Excellent,5.5-6 feet,180-200,Graduated High School,,0,60,570,655,0,0,80
+,2022,2.02203E+13,1922,West,Alaska,55000,"House, apartment, flat",1,1,5494965,53,Female,White only,Divorced,"Native, born in United States",Very good,62,115,21,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,75,50,0,0,105,0,515,0,75,240,0,45,60,60,95,"$50,000 - $75,000",Generation X (39-54),White only,Very good,5-5.5 feet,100-120,Bachelor's Degree,,95,105,565,315,0,60,180
+,2022,2.02203E+13,1923,South,Kentucky,125000,"House, apartment, flat",1,1,8022848,29,Male,White only,Never married,"Native, born in United States",Very good,71,205,28.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,55,50,0,0,115,0,610,0,0,545,15,0,50,0,0,"$100,000 - $150,000",Millennials (23-38),White only,Very good,5.5-6 feet,200-300,Bachelor's Degree,,0,115,660,560,0,0,105
+,2022,2.02203E+13,1924,West,California,67500,"House, apartment, flat",1,1,61990428,20,Male,Asian only,Never married,"Foreign born, not a U.S. citizen",Good,71,150,20.9,Some college but no degree,College--three years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,40,360,0,0,0,710,0,0,130,0,180,20,0,0,"$50,000 - $75,000",Generation Z (7-22),Asian only,Good,5.5-6 feet,140-160,Some College,,0,0,750,130,360,0,200
+,2022,2.02203E+13,1925,Midwest,Ohio,87500,"House, apartment, flat",1,1,4993583,38,Male,White only,Married - spouse absent,"Native, born in United States",Very good,70,200,28.7,Associate degree - occupational vocational,College--two years,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,20,0,0,2,0,90,0,0,0,0,0,60,0,1268,"$75,000 - $100,000",Generation X (39-54),White only,Very good,5.5-6 feet,200-300,Associate Degree,,1268,2,110,0,0,0,60
+,2022,2.02203E+13,1926,West,Arizona,67500,"House, apartment, flat",1,1,3001356,68,Female,White only,Never married,"Native, born in United States",Fair,67,200,31.3,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,40,0,0,295,0,600,0,0,415,0,90,0,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Fair,5.5-6 feet,200-300,Some College,,0,295,640,415,0,0,90
+,2022,2.02203E+13,1927,South,Florida,45000,"House, apartment, flat",1,1,5125572,57,Male,Black only,Divorced,"Native, born in United States",Good,60,340,66.4,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,3,25,0,0,17,0,875,180,0,60,0,0,85,195,0,"$30,000 - $50,000",Boomers (55-73),Black only,Good,5-5.5 feet,>300,Master's or Doctoral Degree,,0,17,1080,60,0,195,88
+,2022,2.02203E+13,1928,Midwest,South Dakota,125000,"House, apartment, flat",1,1,4868490,77,Male,White only,Married - spouse present,"Native, born in United States",Very good,66,130,21,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,95,0,0,15,0,555,0,0,235,0,0,0,0,540,"$100,000 - $150,000",Silent (74-91),White only,Very good,5.5-6 feet,120-140,Graduated High School,,540,15,650,235,0,0,0
+,2022,2.02203E+13,1929,West,Utah,67500,"House, apartment, flat",1,1,6272255,26,Female,White only,Never married,"Native, born in United States",Good,66,135,21.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,44,0,183,18,0,0,254,0,719,0,20,45,40,30,87,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Good,5.5-6 feet,120-140,Bachelor's Degree,,0,254,737,105,0,0,344
+,2022,2.02203E+13,1930,Midwest,Illinois,125000,"House, apartment, flat",1,1,5941196,80,Female,White only,Widowed,"Native, born in United States",Good,64,145,24.9,Associate degree - academic program,College--three years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,45,120,0,0,525,0,540,0,0,170,0,0,40,0,0,"$100,000 - $150,000",Silent (74-91),White only,Good,5-5.5 feet,140-160,Associate Degree,,0,525,660,170,0,0,85
+,2022,2.02203E+13,1931,South,West Virginia,87500,"House, apartment, flat",1,1,32529664,17,Male,White only,Never married,"Native, born in United States",Good,69,260,38.4,10th grade,Tenth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,50,420,0,0,0,560,0,0,205,145,0,60,0,0,"$75,000 - $100,000",Generation Z (7-22),White only,Good,5.5-6 feet,200-300,Some High School,,0,0,610,350,420,0,60
+,2022,2.02203E+13,1932,West,Washington,87500,"House, apartment, flat",1,1,12177539,60,Male,White only,Married - spouse present,"Native, born in United States",Very good,71,300,41.8,Some college but no degree,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,Has difficulty remembering,0,0,5,85,0,0,42,0,548,0,30,120,15,0,120,0,475,"$75,000 - $100,000",Boomers (55-73),White only,Very good,5.5-6 feet,>300,Some College,,475,42,633,165,0,0,125
+,2022,2.02203E+13,1933,Northeast,New York,32500,"House, apartment, flat",1,1,18900306,74,Male,White only,Married - spouse present,"Native, born in United States",Very good,68,185,28.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,570,0,540,0,0,210,0,0,0,0,0,"$30,000 - $50,000",Silent (74-91),White only,Very good,5.5-6 feet,180-200,Bachelor's Degree,,0,570,660,210,0,0,0
+,2022,2.02203E+13,1934,West,Oregon,87500,"House, apartment, flat",1,1,5945056,50,Female,Asian only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Excellent,60,130,25.4,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,30,0,0,60,0,0,320,0,620,0,0,150,180,60,20,0,0,"$75,000 - $100,000",Generation X (39-54),Asian only,Excellent,5-5.5 feet,120-140,Graduated High School,,0,320,680,330,0,0,110
+,2022,2.02203E+13,1935,South,Florida,27500,"House, apartment, flat",1,1,4155248,80,Male,White only,Married - spouse present,"Native, born in United States",Very good,70,192,27.5,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,50,0,0,125,0,610,0,0,617,0,0,38,0,0,"$10,000 - $30,000",Silent (74-91),White only,Very good,5.5-6 feet,180-200,Some College,,0,125,660,617,0,0,38
+,2022,2.02203E+13,1936,Midwest,Michigan,55000,"House, apartment, flat",1,1,4769631,73,Female,White only,Married - spouse present,"Native, born in United States",Good,61,150,28.3,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,0,0,270,0,585,0,0,510,0,0,0,0,0,"$50,000 - $75,000",Silent (74-91),White only,Good,5-5.5 feet,140-160,Associate Degree,,0,270,660,510,0,0,0
+,2022,2.02203E+13,1937,Midwest,Minnesota,67500,"House, apartment, flat",1,1,4158539,63,Male,White only,Married - spouse present,"Native, born in United States",Very good,71,145,20.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,105,0,0,105,0,600,0,0,225,225,0,90,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Very good,5.5-6 feet,140-160,Bachelor's Degree,,0,105,705,450,0,0,100
+,2022,2.02203E+13,1938,Northeast,Massachusetts,37500,"House, apartment, flat",1,1,6126380,75,Female,White only,Married - spouse present,"Native, born in United States",Good,62,125,22.9,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,No difficulty remembering,0,0,30,80,0,0,300,0,790,30,0,180,30,0,0,0,0,"$30,000 - $50,000",Silent (74-91),White only,Good,5-5.5 feet,120-140,Associate Degree,,0,300,900,210,0,0,30
+,2022,2.02203E+13,1939,Midwest,Illinois,2500,"House, apartment, flat",1,1,13830422,20,Female,White only,Never married,"Native, born in United States",Very good,62,125,22.9,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,95,445,0,30,0,615,0,0,195,0,0,60,0,0,"Less than $10,000",Generation Z (7-22),White only,Very good,5-5.5 feet,120-140,Some College,,0,30,710,195,445,0,60
+,2022,2.02203E+13,1940,South,Texas,6250,"House, apartment, flat",1,1,14975564,31,Male,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Good,,154,998,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,150,60,0,0,0,0,665,0,0,420,0,60,40,0,0,"Less than $10,000",Millennials (23-38),White only,Good,,140-160,Graduated High School,,0,0,725,420,0,0,250
+,2022,2.02203E+13,1941,Midwest,Iowa,125000,"House, apartment, flat",1,1,7640676,39,Female,White only,Married - spouse present,"Native, born in United States",Very good,63,130,23,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,269,0,5,50,0,0,45,0,475,0,0,44,0,0,69,0,483,"$100,000 - $150,000",Generation X (39-54),White only,Very good,5-5.5 feet,120-140,Master's or Doctoral Degree,,483,45,525,44,0,0,343
+,2022,2.02203E+13,1942,South,Texas,45000,"House, apartment, flat",1,1,5382855,71,Male,White only,Never married,"Native, born in United States",Very good,71,165,23,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,510,0,90,0,0,0,0,450,0,0,60,0,0,90,0,240,"$30,000 - $50,000",Boomers (55-73),White only,Very good,5.5-6 feet,160-180,Graduated High School,,240,0,540,60,0,0,600
+,2022,2.02203E+13,1943,West,Utah,67500,"House, apartment, flat",1,1,13141599,30,Male,White only,Divorced,"Native, born in United States",Excellent,74,200,25.7,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,120,0,30,0,525,0,0,150,60,0,35,0,460,"$50,000 - $75,000",Millennials (23-38),White only,Excellent,6-6.5 feet,200-300,Graduated High School,,460,30,555,210,120,0,35
+,2022,2.02203E+13,1944,West,Colorado,87500,"House, apartment, flat",1,1,7724454,56,Female,Asian only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Fair,64,130,22.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,330,0,510,0,0,390,60,90,0,0,0,"$75,000 - $100,000",Boomers (55-73),Asian only,Fair,5-5.5 feet,120-140,Bachelor's Degree,,0,330,570,450,0,0,90
+,2022,2.02203E+13,1945,West,Wyoming,200000,"House, apartment, flat",1,1,16093400,43,Male,White only,Married - spouse present,"Native, born in United States",Very good,69,250,36.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,140,0,0,40,0,525,0,0,190,60,0,30,0,455,"$150,000 and over",Generation X (39-54),White only,Very good,5.5-6 feet,200-300,Bachelor's Degree,,455,40,665,250,0,0,30
+,2022,2.02203E+13,1946,South,Georgia,125000,"House, apartment, flat",1,1,44060030,27,Male,White only,Never married,"Native, born in United States",Very good,76,146,17.8,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,12,0,0,220,0,445,0,0,338,0,0,0,0,425,"$100,000 - $150,000",Millennials (23-38),White only,Very good,6-6.5 feet,140-160,Graduated High School,,425,220,457,338,0,0,0
+,2022,2.02203E+13,1947,Northeast,New Jersey,37500,"House, apartment, flat",1,1,3022533,80,Female,Black only,Widowed,"Native, born in United States",Very good,64,160,27.5,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,60,0,0,0,0,830,0,270,180,0,70,30,0,0,"$30,000 - $50,000",Silent (74-91),Black only,Very good,5-5.5 feet,160-180,Graduated High School,,0,0,890,450,0,0,100
+,2022,2.02203E+13,1948,Northeast,New Hampshire,87500,"House, apartment, flat",1,1,17809796,54,Female,White only,Divorced,"Native, born in United States",NIU (Not in universe),,9999,999,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,90,0,600,0,0,150,0,0,0,0,570,"$75,000 - $100,000",Boomers (55-73),White only,"Other (Refused, Dont know, NIU)",,>300,Graduated High School,,570,90,630,150,0,0,0
+,2022,2.02203E+13,1949,Midwest,Indiana,22500,"House, apartment, flat",1,1,56810820,39,Female,White only,Divorced,"Native, born in United States",Fair,62,183,33.5,9th grade,Ninth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,70,0,0,55,585,0,60,0,470,0,0,70,0,0,10,0,0,"$10,000 - $30,000",Generation X (39-54),White only,Fair,5-5.5 feet,180-200,Some High School,,0,60,525,70,585,0,80
+,2022,2.02203E+13,1950,South,Mississippi,32500,"House, apartment, flat",1,1,10655972,58,Male,Black only,Married - spouse present,"Native, born in United States",Fair,71,315,43.9,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,0,0,570,0,0,140,0,0,40,0,630,"$30,000 - $50,000",Boomers (55-73),Black only,Fair,5.5-6 feet,>300,Graduated High School,,630,0,630,140,0,0,40
+,2022,2.02203E+13,1951,South,Texas,87500,"House, apartment, flat",1,1,7884738,78,Female,White only,Married - spouse present,"Native, born in United States",Excellent,64,169,29,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,5,0,0,40,0,0,225,0,600,0,0,435,0,0,75,60,0,"$75,000 - $100,000",Silent (74-91),White only,Excellent,5-5.5 feet,160-180,Associate Degree,,0,225,640,435,0,60,80
+,2022,2.02203E+13,1952,South,Kentucky,87500,"House, apartment, flat",1,1,10803860,42,Male,White only,Married - spouse present,"Native, born in United States",Fair,70,300,43,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,150,0,0,90,0,0,60,0,630,0,0,30,0,0,0,0,480,"$75,000 - $100,000",Generation X (39-54),White only,Fair,5.5-6 feet,>300,Master's or Doctoral Degree,,480,60,720,30,0,0,150
+,2022,2.02203E+13,1953,Northeast,Massachusetts,32500,"House, apartment, flat",1,1,2526316,27,Female,White only,Never married,"Native, born in United States",Very good,62,120,21.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,210,0,450,0,0,170,0,0,20,0,560,"$30,000 - $50,000",Millennials (23-38),White only,Very good,5-5.5 feet,120-140,Bachelor's Degree,,560,210,480,170,0,0,20
+,2022,2.02203E+13,1954,Northeast,Vermont,125000,"House, apartment, flat",1,1,4900148,85,Female,White only,Widowed,"Native, born in United States",Very good,64,150,25.7,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,2,1,84,0,0,367,0,415,0,0,503,0,19,6,0,0,"$100,000 - $150,000",Silent (74-91),White only,Very good,5-5.5 feet,140-160,Master's or Doctoral Degree,,0,367,499,503,0,0,28
+,2022,2.02203E+13,1955,South,Arkansas,8750,"House, apartment, flat",1,1,16769520,58,Female,White only,Divorced,"Native, born in United States",Poor,67,158,24.7,10th grade,Tenth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,150,0,0,150,0,570,0,0,570,0,0,0,0,0,"Less than $10,000",Boomers (55-73),White only,Poor,5.5-6 feet,140-160,Some High School,,0,150,720,570,0,0,0
+,2022,2.02203E+13,1956,West,California,87500,"House, apartment, flat",1,1,19062381,47,Male,White only,Married - spouse present,"Native, born in United States",Good,74,220,28.2,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,46,0,0,90,0,0,370,0,150,0,0,120,0,0,100,90,474,"$75,000 - $100,000",Generation X (39-54),White only,Good,6-6.5 feet,200-300,Some College,,474,370,240,120,0,90,146
+,2022,2.02203E+13,1957,West,Oregon,11250,"House, apartment, flat",1,1,8671476,65,Female,White only,Divorced,"Foreign born, U.S. citizen by naturalization",Poor,59,130,26.3,12th grade - no diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,10,0,120,0,0,270,0,655,30,30,150,0,0,100,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Poor,0-5 feet,120-140,Some High School,,0,270,805,180,0,0,110
+,2022,2.02203E+13,1958,South,Tennessee,87500,"House, apartment, flat",1,1,4778913,36,Male,White only,Married - spouse present,"Native, born in United States",Fair,70,240,34.4,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,102,203,0,30,0,0,100,0,460,0,0,285,0,0,140,0,120,"$75,000 - $100,000",Millennials (23-38),White only,Fair,5.5-6 feet,200-300,Master's or Doctoral Degree,,120,100,490,285,0,0,445
+,2022,2.02203E+13,1959,West,Utah,125000,"House, apartment, flat",1,1,6968617,56,Female,White only,Married - spouse present,"Native, born in United States",Good,69,9996,998,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,191,0,560,60,0,10,0,0,10,0,514,"$100,000 - $150,000",Boomers (55-73),White only,Good,5.5-6 feet,>300,Bachelor's Degree,,514,191,665,10,0,0,10
+,2022,2.02203E+13,1960,South,Texas,200000,"House, apartment, flat",1,1,5675972,56,Female,Asian only,Married - spouse absent,"Foreign born, U.S. citizen by naturalization",Excellent,66,150,24.2,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,95,0,0,155,0,510,120,0,90,0,225,45,0,80,"$150,000 and over",Boomers (55-73),Asian only,Excellent,5.5-6 feet,140-160,Master's or Doctoral Degree,,80,155,725,90,0,0,300
+,2022,2.02203E+13,1961,Northeast,New York,2500,"House, apartment, flat",1,1,2662062,68,Female,Black only,Divorced,"Native, born in United States",Excellent,59,215,43.4,9th grade,Ninth grade,Not in labor force,NIU (Not in universe),Has vision difficulty,Has hearing difficulty,Has mobility limitation,Has physical difficulty,Has difficulty remembering,0,0,0,50,0,0,15,0,775,0,0,480,120,0,0,0,0,"Less than $10,000",Boomers (55-73),Black only,Excellent,0-5 feet,200-300,Some High School,,0,15,825,600,0,0,0
+,2022,2.02203E+13,1962,South,Texas,125000,"House, apartment, flat",1,1,6183729,34,Female,Asian only,Married - spouse present,"Foreign born, not a U.S. citizen",Very good,64,98,16.8,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,300,0,0,180,0,0,150,0,540,0,0,270,0,0,0,0,0,"$100,000 - $150,000",Millennials (23-38),Asian only,Very good,5-5.5 feet,<100,Master's or Doctoral Degree,,0,150,720,270,0,0,300
+,2022,2.02203E+13,1963,South,Oklahoma,125000,"House, apartment, flat",1,1,8551763,29,Female,White only,Married - spouse present,"Native, born in United States",Good,63,170,30.1,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,90,0,5,40,0,0,15,0,470,0,0,192,15,45,118,0,450,"$100,000 - $150,000",Millennials (23-38),White only,Good,5-5.5 feet,160-180,Associate Degree,,450,15,510,207,0,0,258
+,2022,2.02203E+13,1964,Midwest,Missouri,55000,"House, apartment, flat",1,1,3870632,75,Female,White only,Widowed,"Native, born in United States",Excellent,64,108,18.5,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,80,0,585,0,0,200,0,0,575,0,0,"$50,000 - $75,000",Silent (74-91),White only,Excellent,5-5.5 feet,100-120,Some College,,0,80,585,200,0,0,575
+,2022,2.02203E+13,1965,Midwest,Ohio,200000,"House, apartment, flat",1,1,6367593,62,Female,White only,Married - spouse present,"Native, born in United States",Excellent,70,185,26.5,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,200,0,0,170,0,565,0,0,405,0,0,55,0,0,"$150,000 and over",Boomers (55-73),White only,Excellent,5.5-6 feet,180-200,Master's or Doctoral Degree,,0,170,765,405,0,0,55
+,2022,2.02203E+13,1966,South,West Virginia,200000,"House, apartment, flat",1,1,6841959,64,Female,White only,Married - spouse present,"Native, born in United States",Fair,64,198,34,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,495,0,450,0,0,375,0,0,0,0,0,"$150,000 and over",Boomers (55-73),White only,Fair,5-5.5 feet,180-200,Bachelor's Degree,,0,495,570,375,0,0,0
+,2022,2.02203E+13,1967,South,Arkansas,45000,"House, apartment, flat",1,1,7248162,59,Female,White only,Divorced,"Native, born in United States",Good,67,225,35.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,20,130,0,0,42,0,525,3,0,67,30,45,39,0,539,"$30,000 - $50,000",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Bachelor's Degree,,539,42,658,97,0,0,104
+,2022,2.02203E+13,1968,Midwest,Wisconsin,11250,"House, apartment, flat",1,1,3774675,64,Female,White only,Never married,"Native, born in United States",Good,62,9996,998,Associate degree - occupational vocational,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,10,0,0,115,0,520,0,0,697,0,0,8,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Good,5-5.5 feet,>300,Associate Degree,,0,115,530,697,0,0,8
+,2022,2.02203E+13,1969,South,Maryland,87500,"House, apartment, flat",1,1,6399360,76,Female,White only,Widowed,"Native, born in United States",Very good,65,126,21,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,350,0,570,0,0,420,0,0,40,30,0,"$75,000 - $100,000",Silent (74-91),White only,Very good,5-5.5 feet,120-140,Master's or Doctoral Degree,,0,350,600,420,0,30,40
+,2022,2.02203E+13,1970,South,Florida,67500,"House, apartment, flat",1,1,8359065,85,Male,White only,Never married,"Native, born in United States",Excellent,66,171,27.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),Has vision difficulty,Has hearing difficulty,Has mobility limitation,No physical difficulty,No difficulty remembering,0,0,40,25,0,0,110,60,735,0,0,440,0,0,30,0,0,"$50,000 - $75,000",Silent (74-91),White only,Excellent,5.5-6 feet,160-180,Bachelor's Degree,,0,170,760,440,0,0,70
+,2022,2.02203E+13,1971,Northeast,New York,2500,"House, apartment, flat",1,1,9153098,57,Male,White only,Never married,"Native, born in United States",NIU (Not in universe),,9999,999,Associate degree - academic program,College--four years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,11,0,486,0,0,329,0,0,100,0,484,"Less than $10,000",Boomers (55-73),White only,"Other (Refused, Dont know, NIU)",,>300,Associate Degree,,484,11,516,329,0,0,100
+,2022,2.02203E+13,1972,West,California,125000,"House, apartment, flat",1,1,3801505,67,Female,White only,Married - spouse present,"Native, born in United States",Very good,66,175,28.2,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,395,0,540,0,0,445,0,0,0,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Very good,5.5-6 feet,160-180,Master's or Doctoral Degree,,0,395,600,445,0,0,0
+,2022,2.02203E+13,1973,Midwest,Ohio,125000,"House, apartment, flat",1,1,11737694,32,Male,White only,Married - spouse present,"Native, born in United States",Excellent,74,195,25,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,65,80,0,0,120,0,680,0,0,410,0,0,70,0,0,"$100,000 - $150,000",Millennials (23-38),White only,Excellent,6-6.5 feet,180-200,Master's or Doctoral Degree,,0,120,760,410,0,0,135
+,2022,2.02203E+13,1974,West,Arizona,13750,Mobile home or trailer with no permanent room added,1,1,4497931,68,Male,White only,Divorced,"Native, born in United States",Very good,72,167,22.6,Associate degree - occupational vocational,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,240,0,780,0,0,420,0,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Very good,6-6.5 feet,160-180,Associate Degree,,0,240,780,420,0,0,0
+,2022,2.02203E+13,1975,Midwest,Indiana,87500,"House, apartment, flat",1,1,6706708,67,Male,White only,Divorced,"Native, born in United States",Very good,71,195,27.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,145,50,0,0,375,0,450,0,0,195,55,0,170,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Very good,5.5-6 feet,180-200,Bachelor's Degree,,0,375,500,250,0,0,315
+,2022,2.02203E+13,1976,South,Virginia,32500,"House, apartment, flat",1,1,3033934,72,Female,Black only,Never married,"Native, born in United States",Good,64,201,34.5,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,30,0,660,0,0,720,0,0,0,0,0,"$30,000 - $50,000",Boomers (55-73),Black only,Good,5-5.5 feet,200-300,Graduated High School,,0,30,690,720,0,0,0
+,2022,2.02203E+13,1977,Midwest,Michigan,125000,"House, apartment, flat",1,1,9531188,39,Male,White only,Never married,"Native, born in United States",Good,70,242,34.7,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,36,40,0,0,95,0,709,0,0,510,0,0,50,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Good,5.5-6 feet,200-300,Graduated High School,,0,95,749,510,0,0,86
+,2022,2.02203E+13,1978,South,South Carolina,55000,"House, apartment, flat",1,1,6961520,75,Male,White only,Married - spouse present,"Native, born in United States",Very good,74,190,24.4,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,140,0,570,0,0,600,70,0,0,0,0,"$50,000 - $75,000",Silent (74-91),White only,Very good,6-6.5 feet,180-200,Master's or Doctoral Degree,,0,140,630,670,0,0,0
+,2022,2.02203E+13,1979,Midwest,Wisconsin,22500,"House, apartment, flat",1,1,3590860,67,Female,White only,Married - spouse present,"Native, born in United States",Very good,62,200,36.6,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,150,0,120,0,0,115,0,590,0,0,285,0,0,180,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Very good,5-5.5 feet,200-300,Some College,,0,115,710,285,0,0,330
+,2022,2.02203E+13,1980,South,Maryland,125000,"House, apartment, flat",1,1,10504482,35,Female,White only,Married - spouse present,"Native, born in United States",Very good,65,130,21.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,75,0,565,0,0,340,0,0,40,0,150,"$100,000 - $150,000",Millennials (23-38),White only,Very good,5-5.5 feet,120-140,Bachelor's Degree,,150,75,685,340,0,0,40
+,2022,2.02203E+13,1981,South,North Carolina,87500,Mobile home or trailer with no permanent room added,1,1,6147504,80,Female,White only,Divorced,"Native, born in United States",Fair,65,9997,998,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,60,0,0,0,0,600,0,0,780,0,0,0,0,0,"$75,000 - $100,000",Silent (74-91),White only,Fair,5-5.5 feet,>300,Graduated High School,,0,0,660,780,0,0,0
+,2022,2.02203E+13,1982,West,California,200000,"House, apartment, flat",1,1,24529173,34,Male,White only,Never married,"Native, born in United States",Excellent,76,186,22.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,15,80,0,0,45,0,555,0,0,260,0,0,160,0,325,"$150,000 and over",Millennials (23-38),White only,Excellent,6-6.5 feet,180-200,Bachelor's Degree,,325,45,635,260,0,0,175
+,2022,2.02203E+13,1983,Northeast,New York,32500,"House, apartment, flat",1,1,13890455,23,Female,White only,Never married,"Native, born in United States",Fair,65,200,33.3,Some college but no degree,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,20,75,0,0,120,0,545,0,0,450,0,0,230,0,0,"$30,000 - $50,000",Millennials (23-38),White only,Fair,5-5.5 feet,200-300,Some College,,0,120,620,450,0,0,250
+,2022,2.02203E+13,1984,Midwest,Iowa,17500,"House, apartment, flat",1,1,7595958,80,Female,White only,Widowed,"Native, born in United States",Very good,58,145,30.3,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,80,0,0,91,0,615,0,45,564,45,0,0,0,0,"$10,000 - $30,000",Silent (74-91),White only,Very good,0-5 feet,140-160,Graduated High School,,0,91,695,654,0,0,0
+,2022,2.02203E+13,1985,Midwest,Illinois,200000,"House, apartment, flat",1,1,3868466,74,Female,White only,Never married,"Native, born in United States",Good,62,168,30.7,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,20,0,0,240,0,525,0,42,583,0,0,30,0,0,"$150,000 and over",Silent (74-91),White only,Good,5-5.5 feet,160-180,Master's or Doctoral Degree,,0,240,545,625,0,0,30
+,2022,2.02203E+13,1986,West,New Mexico,87500,"House, apartment, flat",1,1,6329310,65,Male,White only,Divorced,"Native, born in United States",Good,74,200,25.7,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,116,0,420,0,0,414,0,0,0,0,490,"$75,000 - $100,000",Boomers (55-73),White only,Good,6-6.5 feet,200-300,Master's or Doctoral Degree,,490,116,420,414,0,0,0
+,2022,2.02203E+13,1987,West,California,55000,"House, apartment, flat",1,1,2646466,68,Female,White only,Widowed,"Native, born in United States",Excellent,62,135,24.7,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,15,40,0,0,315,0,510,0,0,290,0,20,30,60,0,"$50,000 - $75,000",Boomers (55-73),White only,Excellent,5-5.5 feet,120-140,Master's or Doctoral Degree,,0,315,550,290,0,60,65
+,2022,2.02203E+13,1988,Midwest,Indiana,45000,"House, apartment, flat",1,1,8548659,31,Male,White only,Married - spouse present,"Native, born in United States",Excellent,70,150,21.5,7th or 8th grade,Seventh through eighth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,15,0,600,0,0,795,0,0,0,0,0,"$30,000 - $50,000",Millennials (23-38),White only,Excellent,5.5-6 feet,140-160,Middle School or Less,,0,15,630,795,0,0,0
+,2022,2.02203E+13,1989,South,Kentucky,67500,"House, apartment, flat",1,1,3169617,80,Male,White only,Widowed,"Native, born in United States",Very good,72,190,25.8,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,60,0,600,0,0,720,0,0,0,0,0,"$50,000 - $75,000",Silent (74-91),White only,Very good,6-6.5 feet,180-200,Some College,,0,60,660,720,0,0,0
+,2022,2.02203E+13,1990,South,Texas,45000,"House, apartment, flat",1,1,12413096,54,Female,White only,Married - spouse present,"Native, born in United States",Fair,66,250,40.3,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,35,0,550,0,0,250,0,0,35,0,480,"$30,000 - $50,000",Boomers (55-73),White only,Fair,5.5-6 feet,200-300,Some College,,480,35,640,250,0,0,35
+,2022,2.02203E+13,1991,South,Texas,27500,"House, apartment, flat",1,1,4958911,58,Male,Black only,Never married,"Native, born in United States",Very good,64,154,26.4,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,0,0,573,0,0,700,0,0,122,0,0,"$10,000 - $30,000",Boomers (55-73),Black only,Very good,5-5.5 feet,140-160,Some College,,0,0,618,700,0,0,122
+,2022,2.02203E+13,1992,Midwest,Indiana,67500,"House, apartment, flat",1,1,20039932,39,Male,Asian only,Married - spouse present,"Foreign born, not a U.S. citizen",Very good,62,135,24.7,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,65,0,0,265,0,0,0,0,435,0,0,150,60,0,0,0,465,"$50,000 - $75,000",Generation X (39-54),Asian only,Very good,5-5.5 feet,120-140,Master's or Doctoral Degree,,465,0,700,210,0,0,65
+,2022,2.02203E+13,1993,Northeast,New Hampshire,87500,"House, apartment, flat",1,1,14536101,67,Male,White only,Married - spouse present,"Native, born in United States",NIU (Not in universe),,9999,998,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,50,0,0,0,0,400,0,0,360,0,0,0,0,540,"$75,000 - $100,000",Boomers (55-73),White only,"Other (Refused, Dont know, NIU)",,>300,Graduated High School,,540,0,450,360,0,0,0
+,2022,2.02203E+13,1994,Northeast,Pennsylvania,55000,"House, apartment, flat",1,1,159839002,15,Female,Black only,Never married,"Native, born in United States",Fair,65,205,34.1,7th or 8th grade,Seventh through eighth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,50,45,400,0,0,0,720,0,0,180,0,0,45,0,0,"$50,000 - $75,000",Generation Z (7-22),Black only,Fair,5-5.5 feet,200-300,Middle School or Less,,0,0,765,180,400,0,95
+,2022,2.02203E+13,1995,South,Delaware,200000,"House, apartment, flat",1,1,5243213,75,Male,White only,Married - spouse present,"Native, born in United States",Good,73,220,29,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,70,0,0,30,0,510,0,0,830,0,0,0,0,0,"$150,000 and over",Silent (74-91),White only,Good,6-6.5 feet,200-300,Bachelor's Degree,,0,30,580,830,0,0,0
+,2022,2.02203E+13,1996,West,California,125000,"House, apartment, flat",1,1,13201905,43,Male,White only,Married - spouse present,"Native, born in United States",NIU (Not in universe),,9999,999,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,105,0,0,0,0,524,0,0,361,0,0,0,0,450,"$100,000 - $150,000",Generation X (39-54),White only,"Other (Refused, Dont know, NIU)",,>300,Bachelor's Degree,,450,0,629,361,0,0,0
+,2022,2.02203E+13,1997,West,Oregon,32500,"House, apartment, flat",1,1,3015992,74,Male,White only,Never married,"Native, born in United States",Good,71,162,22.6,Associate degree - occupational vocational,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,75,0,0,0,0,985,0,0,380,0,0,0,0,0,"$30,000 - $50,000",Silent (74-91),White only,Good,5.5-6 feet,160-180,Associate Degree,,0,0,1060,380,0,0,0
+,2022,2.02203E+13,1998,Northeast,Massachusetts,87500,"House, apartment, flat",1,1,22527572,32,Female,White only,Never married,"Native, born in United States",Good,63,170,30.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,68,0,0,20,0,647,0,0,0,0,0,165,0,540,"$75,000 - $100,000",Millennials (23-38),White only,Good,5-5.5 feet,160-180,Bachelor's Degree,,540,20,715,0,0,0,165
+,2022,2.02203E+13,1999,Midwest,Ohio,125000,"House, apartment, flat",1,1,17079360,55,Female,Black only,Married - spouse present,"Native, born in United States",Good,63,270,47.8,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,40,45,0,0,95,0,865,0,0,375,0,0,20,0,0,"$100,000 - $150,000",Boomers (55-73),Black only,Good,5-5.5 feet,200-300,Some College,,0,95,910,375,0,0,60
+,2022,2.02203E+13,2000,South,Texas,27500,"House, apartment, flat",1,1,5118604,78,Female,White only,Widowed,"Native, born in United States",Good,60,185,36.1,Associate degree - occupational vocational,College--three years,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,16,35,0,0,104,0,561,6,0,648,0,0,70,0,0,"$10,000 - $30,000",Silent (74-91),White only,Good,5-5.5 feet,180-200,Associate Degree,,0,104,602,648,0,0,86
+,2022,2.02203E+13,2001,South,Louisiana,55000,"House, apartment, flat",1,1,12505091,65,Female,White only,Married - spouse present,"Native, born in United States",Fair,64,219,37.6,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,Has difficulty remembering,0,0,2,75,0,0,10,0,568,90,0,600,0,0,95,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Fair,5-5.5 feet,200-300,Graduated High School,,0,10,733,600,0,0,97
+,2022,2.02203E+13,2002,West,California,6250,"House, apartment, flat",1,1,16309591,42,Female,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Good,,154,998,5th or 6th grade,Fifth through sixth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,0,0,1410,0,0,0,0,0,0,0,0,"Less than $10,000",Generation X (39-54),White only,Good,,140-160,Middle School or Less,,0,0,1440,0,0,0,0
+,2022,2.02203E+13,2003,Midwest,Ohio,67500,"House, apartment, flat",1,1,5730421,35,Female,White only,Married - spouse present,"Native, born in United States",Good,65,180,30,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,60,0,40,90,0,0,250,0,550,0,0,440,0,0,10,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Good,5-5.5 feet,180-200,Associate Degree,,0,250,640,440,0,0,110
+,2022,2.02203E+13,2004,Midwest,Ohio,87500,"House, apartment, flat",1,1,4361128,66,Female,White only,Married - spouse present,"Native, born in United States",Good,62,126,23,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,190,140,0,0,125,0,485,0,0,445,0,0,55,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Good,5-5.5 feet,120-140,Some College,,0,125,625,445,0,0,245
+,2022,2.02203E+13,2005,South,Kentucky,67500,"House, apartment, flat",1,1,6616705,28,Male,White only,Married - spouse present,"Native, born in United States",Good,68,210,31.9,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,10,10,0,40,0,0,0,0,390,0,0,875,0,0,115,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Good,5.5-6 feet,200-300,Graduated High School,,0,0,430,875,0,0,135
+,2022,2.02203E+13,2006,Midwest,Minnesota,87500,"House, apartment, flat",1,1,6281826,39,Male,White only,Married - spouse present,"Native, born in United States",Good,66,155,25,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,225,0,0,15,0,0,75,0,515,0,60,420,0,0,40,90,0,"$75,000 - $100,000",Generation X (39-54),White only,Good,5.5-6 feet,140-160,Graduated High School,,0,75,530,480,0,90,265
+,2022,2.02203E+13,2007,Northeast,Connecticut,45000,"House, apartment, flat",1,1,3642491,71,Female,White only,Widowed,"Native, born in Puerto Rico or U.S. Outlying Area",Good,61,160,30.2,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,Has difficulty remembering,0,0,60,85,0,0,99,0,640,0,0,491,0,0,65,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Good,5-5.5 feet,160-180,Some College,,0,99,725,491,0,0,125
+,2022,2.02203E+13,2008,Midwest,Nebraska,45000,"House, apartment, flat",1,1,5445315,80,Female,White only,Married - spouse present,"Native, born in United States",NIU (Not in universe),,9999,999,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,35,151,0,0,460,0,545,40,0,100,0,80,29,0,0,"$30,000 - $50,000",Silent (74-91),White only,"Other (Refused, Dont know, NIU)",,>300,Some College,,0,460,736,100,0,0,144
+,2022,2.02203E+13,2009,South,Alabama,125000,"House, apartment, flat",1,1,12932513,57,Male,White only,Married - spouse present,"Native, born in United States",Good,71,210,29.3,Some college but no degree,College--three years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,120,30,75,0,0,283,0,598,0,15,90,0,60,109,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Some College,,0,283,673,105,0,0,319
+,2022,2.02203E+13,2010,Northeast,New Hampshire,125000,"House, apartment, flat",1,1,13092308,51,Male,White only,Married - spouse present,"Native, born in United States",Very good,68,165,25.1,Some college but no degree,College--three years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,0,0,1185,0,0,90,50,0,85,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Very good,5.5-6 feet,160-180,Some College,,0,0,1215,140,0,0,85
+,2022,2.02203E+13,2011,South,Maryland,22500,"House, apartment, flat",1,1,29185804,55,Male,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Excellent,65,190,31.6,7th or 8th grade,Seventh through eighth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,30,0,510,0,0,210,0,30,105,0,495,"$10,000 - $30,000",Boomers (55-73),White only,Excellent,5-5.5 feet,180-200,Middle School or Less,,495,30,570,210,0,0,135
+,2022,2.02203E+13,2012,Midwest,Missouri,17500,"House, apartment, flat",1,1,13718737,27,Female,White only,Never married,"Foreign born, not a U.S. citizen",Very good,63,135,23.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,85,222,0,60,0,522,0,0,270,0,0,71,0,210,"$10,000 - $30,000",Millennials (23-38),White only,Very good,5-5.5 feet,120-140,Bachelor's Degree,,210,60,607,270,222,0,71
+,2022,2.02203E+13,2013,West,Colorado,32500,Mobile home or trailer with no permanent room added,1,1,46232406,16,Male,White only,Never married,"Native, born in United States",NIU (Not in universe),,9999,999,10th grade,Tenth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,10,0,8,20,445,0,0,0,600,0,0,270,0,0,87,0,0,"$30,000 - $50,000",Generation Z (7-22),White only,"Other (Refused, Dont know, NIU)",,>300,Some High School,,0,0,620,270,445,0,105
+,2022,2.02203E+13,2014,Midwest,Minnesota,200000,"House, apartment, flat",1,1,5328923,32,Female,White only,Married - spouse present,"Native, born in United States",Very good,68,155,23.6,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,110,20,0,90,0,0,160,0,270,0,0,505,210,0,40,0,35,"$150,000 and over",Millennials (23-38),White only,Very good,5.5-6 feet,140-160,Master's or Doctoral Degree,,35,160,360,715,0,0,170
+,2022,2.02203E+13,2015,South,Texas,67500,"House, apartment, flat",1,1,9167061,38,Female,White only,Married - spouse present,"Native, born in United States",Excellent,64,160,27.5,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,60,0,660,0,0,600,0,0,0,0,0,"$50,000 - $75,000",Generation X (39-54),White only,Excellent,5-5.5 feet,160-180,Associate Degree,,0,60,780,600,0,0,0
+,2022,2.02203E+13,2016,Northeast,New York,200000,"House, apartment, flat",1,1,6663497,62,Male,Asian only,Married - spouse present,"Native, born in United States",Very good,66,135,21.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,45,45,0,0,0,0,450,0,0,408,240,0,252,0,0,"$150,000 and over",Boomers (55-73),Asian only,Very good,5.5-6 feet,120-140,Bachelor's Degree,,0,0,495,648,0,0,297
+,2022,2.02203E+13,2017,Midwest,Indiana,37500,"House, apartment, flat",1,1,7819778,26,Male,White only,Married - spouse present,"Native, born in United States",Good,71,260,36.3,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,45,0,0,140,0,0,435,0,570,0,0,250,0,0,0,0,0,"$30,000 - $50,000",Millennials (23-38),White only,Good,5.5-6 feet,200-300,Graduated High School,,0,435,710,250,0,0,45
+,2022,2.02203E+13,2018,South,Kentucky,200000,"House, apartment, flat",1,1,10432578,48,Male,White only,Married - spouse present,"Native, born in United States",Good,66,167,27,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,0,0,440,0,0,100,0,0,0,0,900,"$150,000 and over",Generation X (39-54),White only,Good,5.5-6 feet,160-180,Some College,,900,0,440,100,0,0,0
+,2022,2.02203E+13,2019,South,Kentucky,125000,"House, apartment, flat",1,1,10126873,52,Male,White only,Married - spouse present,"Native, born in United States",Very good,72,195,26.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,10,0,420,0,0,180,60,0,50,0,660,"$100,000 - $150,000",Generation X (39-54),White only,Very good,6-6.5 feet,180-200,Bachelor's Degree,,660,10,480,240,0,0,50
+,2022,2.02203E+13,2020,South,Alabama,125000,"House, apartment, flat",1,1,4363337,28,Male,White only,Married - spouse present,"Native, born in United States",Excellent,77,260,30.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,150,480,0,80,0,0,230,0,480,0,0,0,0,0,20,0,0,"$100,000 - $150,000",Millennials (23-38),White only,Excellent,6-6.5 feet,200-300,Bachelor's Degree,,0,230,560,0,0,0,650
+,2022,2.02203E+13,2021,West,Nevada,8750,"House, apartment, flat",1,1,4917587,59,Male,Black only,Divorced,"Native, born in United States",Poor,69,165,24.4,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,10,0,0,60,360,580,0,0,430,0,0,0,0,0,"Less than $10,000",Boomers (55-73),Black only,Poor,5.5-6 feet,160-180,Some College,,0,420,590,430,0,0,0
+,2022,2.02203E+13,2022,South,Virginia,2500,"House, apartment, flat",1,1,5103459,72,Female,White only,Divorced,"Native, born in United States",Good,64,110,18.9,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,85,0,60,45,0,0,450,0,475,0,0,305,0,0,20,0,0,"Less than $10,000",Boomers (55-73),White only,Good,5-5.5 feet,100-120,Some College,,0,450,520,305,0,0,165
+,2022,2.02203E+13,2023,Midwest,Kansas,45000,"House, apartment, flat",1,1,3567509,65,Female,White only,Married - spouse present,"Native, born in United States",Good,67,243,38.1,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,20,0,0,0,0,675,0,65,590,0,0,80,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Graduated High School,,0,0,695,655,0,0,90
+,2022,2.02203E+13,2024,Midwest,Missouri,200000,"House, apartment, flat",1,1,9332181,60,Male,White only,Married - spouse present,"Native, born in United States",Good,69,180,26.6,High school graduate - diploma,Twelfth grade,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,0,0,560,0,0,480,0,0,20,0,320,"$150,000 and over",Boomers (55-73),White only,Good,5.5-6 feet,180-200,Graduated High School,,320,0,620,480,0,0,20
+,2022,2.02203E+13,2025,Midwest,Ohio,27500,"House, apartment, flat",1,1,10970530,25,Male,White only,Never married,"Native, born in United States",Good,69,170,25.1,High school graduate - diploma,Twelfth grade,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,50,0,0,670,0,720,0,0,0,0,0,0,0,0,"$10,000 - $30,000",Millennials (23-38),White only,Good,5.5-6 feet,160-180,Graduated High School,,0,670,770,0,0,0,0
+,2022,2.02203E+13,2026,South,Maryland,125000,"House, apartment, flat",1,1,5280310,79,Male,White only,Married - spouse present,"Native, born in United States",Good,74,190,24.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,15,40,0,0,60,0,690,0,0,615,0,0,20,0,0,"$100,000 - $150,000",Silent (74-91),White only,Good,6-6.5 feet,180-200,Bachelor's Degree,,0,60,730,615,0,0,35
+,2022,2.02203E+13,2027,South,Texas,125000,"House, apartment, flat",1,1,13366504,42,Male,Asian only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Very good,66,154,24.9,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,540,0,0,120,0,0,0,0,450,0,0,0,0,0,0,0,330,"$100,000 - $150,000",Generation X (39-54),Asian only,Very good,5.5-6 feet,140-160,Master's or Doctoral Degree,,330,0,570,0,0,0,540
+,2022,2.02203E+13,2028,South,North Carolina,87500,"House, apartment, flat",1,1,14737086,57,Male,White only,Divorced,"Native, born in United States",Fair,67,9996,998,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,20,0,450,0,0,420,0,0,25,0,495,"$75,000 - $100,000",Boomers (55-73),White only,Fair,5.5-6 feet,>300,Graduated High School,,495,20,480,420,0,0,25
+,2022,2.02203E+13,2029,South,Tennessee,200000,"House, apartment, flat",1,1,5907973,58,Female,White only,Married - spouse present,"Native, born in United States",Excellent,65,140,23.3,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,105,0,0,200,0,570,0,165,70,0,0,60,240,0,"$150,000 and over",Boomers (55-73),White only,Excellent,5-5.5 feet,140-160,Master's or Doctoral Degree,,0,200,675,235,0,240,90
+,2022,2.02203E+13,2030,West,Colorado,87500,"House, apartment, flat",1,1,20145129,22,Female,White only,Married - spouse present,"Native, born in United States",Good,65,148,24.6,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,125,150,55,56,0,0,55,0,513,0,0,120,0,0,81,0,285,"$75,000 - $100,000",Millennials (23-38),White only,Good,5-5.5 feet,140-160,Graduated High School,,285,55,569,120,0,0,411
+,2022,2.02203E+13,2031,South,Kentucky,125000,"House, apartment, flat",1,1,12864385,40,Male,White only,Married - spouse present,"Native, born in United States",Good,70,180,25.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,3,0,0,90,0,0,90,0,627,0,0,150,0,0,0,0,480,"$100,000 - $150,000",Generation X (39-54),White only,Good,5.5-6 feet,180-200,Bachelor's Degree,,480,90,717,150,0,0,3
+,2022,2.02203E+13,2032,West,California,67500,"House, apartment, flat",1,1,31769975,22,Female,White-Asian,Never married,"Native, born in United States",Very good,63,140,24.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,180,0,0,90,0,550,0,0,105,45,0,0,0,470,"$50,000 - $75,000",Millennials (23-38),Mixed,Very good,5-5.5 feet,140-160,Bachelor's Degree,,470,90,730,150,0,0,0
+,2022,2.02203E+13,2033,South,Texas,87500,"House, apartment, flat",1,1,3890260,85,Male,White only,Married - spouse present,"Native, born in United States",Very good,62,169,30.9,Some college but no degree,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,443,0,537,0,150,265,0,0,0,0,0,"$75,000 - $100,000",Silent (74-91),White only,Very good,5-5.5 feet,160-180,Some College,,0,443,582,415,0,0,0
+,2022,2.02203E+13,2034,Midwest,Indiana,45000,"House, apartment, flat",1,1,2634515,68,Female,White only,Never married,"Native, born in United States",Excellent,65,180,30,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,70,0,0,330,0,355,0,0,90,200,35,60,240,0,"$30,000 - $50,000",Boomers (55-73),White only,Excellent,5-5.5 feet,180-200,Master's or Doctoral Degree,,0,330,425,290,0,240,155
+,2022,2.02203E+13,2035,Midwest,Minnesota,200000,"House, apartment, flat",1,1,5722756,47,Male,White only,Married - spouse present,"Native, born in United States",Good,70,220,31.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,325,0,0,75,0,0,280,0,550,0,0,60,30,0,0,0,120,"$150,000 and over",Generation X (39-54),White only,Good,5.5-6 feet,200-300,Bachelor's Degree,,120,280,625,90,0,0,325
+,2022,2.02203E+13,2036,Midwest,Minnesota,67500,"House, apartment, flat",1,1,5656624,72,Female,White only,Married - spouse present,"Native, born in United States",Very good,61,155,29.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,75,170,0,0,220,0,675,0,0,260,0,0,40,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Very good,5-5.5 feet,140-160,Bachelor's Degree,,0,220,845,260,0,0,115
+,2022,2.02203E+13,2037,West,Arizona,200000,"House, apartment, flat",1,1,9290666,62,Female,White only,Widowed,"Native, born in United States",Very good,66,173,27.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,30,0,510,0,60,240,0,0,0,0,540,"$150,000 and over",Boomers (55-73),White only,Very good,5.5-6 feet,160-180,Bachelor's Degree,,540,30,570,300,0,0,0
+,2022,2.02203E+13,2038,West,Washington,55000,"House, apartment, flat",1,1,4213761,80,Male,White only,Married - spouse present,"Native, born in United States",Excellent,71,204,28.4,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,120,150,0,0,225,0,510,0,0,275,0,0,40,0,0,"$50,000 - $75,000",Silent (74-91),White only,Excellent,5.5-6 feet,200-300,Master's or Doctoral Degree,,0,225,660,275,0,0,160
+,2022,2.02203E+13,2039,West,Montana,125000,"House, apartment, flat",1,1,8660317,80,Male,White only,Married - spouse present,"Native, born in United States",Poor,70,145,20.8,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,20,105,0,0,17,0,450,0,0,523,60,0,45,220,0,"$100,000 - $150,000",Silent (74-91),White only,Poor,5.5-6 feet,140-160,Master's or Doctoral Degree,,0,17,555,583,0,220,65
+,2022,2.02203E+13,2040,Northeast,New York,200000,"House, apartment, flat",1,1,11604973,33,Female,White only,Never married,"Native, born in United States",Very good,67,145,22.7,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,1,0,35,30,0,0,218,50,630,0,0,420,0,0,56,0,0,"$150,000 and over",Millennials (23-38),White only,Very good,5.5-6 feet,140-160,Master's or Doctoral Degree,,0,268,660,420,0,0,92
+,2022,2.02203E+13,2041,South,Florida,200000,"House, apartment, flat",1,1,13571842,28,Female,Asian only,Never married,"Native, born in United States",Excellent,62,125,22.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,40,0,465,60,0,60,0,60,85,0,640,"$150,000 and over",Millennials (23-38),Asian only,Excellent,5-5.5 feet,120-140,Bachelor's Degree,,640,40,555,60,0,0,145
+,2022,2.02203E+13,2042,Northeast,Massachusetts,87500,"House, apartment, flat",1,1,17178668,59,Male,White-Black,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Good,67,165,25.8,7th or 8th grade,Seventh through eighth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,105,0,0,120,0,345,0,0,240,0,0,40,150,440,"$75,000 - $100,000",Boomers (55-73),Mixed,Good,5.5-6 feet,160-180,Middle School or Less,,440,120,450,240,0,150,40
+,2022,2.02203E+13,2043,South,Virginia,67500,"House, apartment, flat",1,1,35271372,74,Male,Black only,Married - spouse present,"Native, born in United States",Good,73,245,32.3,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,0,0,480,60,0,508,0,0,152,150,0,"$50,000 - $75,000",Silent (74-91),Black only,Good,6-6.5 feet,200-300,Graduated High School,,0,0,630,508,0,150,152
+,2022,2.02203E+13,2044,Midwest,Iowa,125000,"House, apartment, flat",1,1,10030158,46,Female,White only,Married - spouse present,"Native, born in United States",Very good,63,175,31,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,25,0,0,80,0,605,0,0,200,0,5,60,0,435,"$100,000 - $150,000",Generation X (39-54),White only,Very good,5-5.5 feet,160-180,Master's or Doctoral Degree,,435,80,630,200,0,0,95
+,2022,2.02203E+13,2045,Midwest,Ohio,67500,"House, apartment, flat",1,1,11920023,39,Female,White only,Married - spouse present,"Native, born in United States",Very good,67,145,22.7,Some college but no degree,College--three years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,243,0,2,170,0,0,30,0,710,0,0,60,40,0,60,0,0,"$50,000 - $75,000",Generation X (39-54),White only,Very good,5.5-6 feet,140-160,Some College,,0,30,880,100,0,0,305
+,2022,2.02203E+13,2046,West,Washington,67500,"House, apartment, flat",1,1,4083100,85,Male,White only,Married - spouse present,"Native, born in United States",Very good,67,195,30.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),Has vision difficulty,Has hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,90,90,0,0,225,0,610,0,0,195,0,0,50,0,0,"$50,000 - $75,000",Silent (74-91),White only,Very good,5.5-6 feet,180-200,Bachelor's Degree,,0,225,700,195,0,0,140
+,2022,2.02203E+13,2047,Midwest,Missouri,45000,"House, apartment, flat",1,1,10095885,39,Male,Black only,Never married,"Native, born in United States",Fair,67,235,36.8,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,5,15,0,0,82,0,516,15,0,180,40,0,82,0,505,"$30,000 - $50,000",Generation X (39-54),Black only,Fair,5.5-6 feet,200-300,Some College,,505,82,546,220,0,0,87
+,2022,2.02203E+13,2048,Midwest,Ohio,200000,"House, apartment, flat",1,1,18106964,63,Female,White only,Married - spouse present,"Native, born in United States",Very good,62,165,30.2,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,70,0,0,155,0,630,0,0,315,30,0,0,0,240,"$150,000 and over",Boomers (55-73),White only,Very good,5-5.5 feet,160-180,Graduated High School,,240,155,700,345,0,0,0
+,2022,2.02203E+13,2049,South,Texas,87500,"House, apartment, flat",1,1,8519490,60,Female,White only,Married - spouse present,"Native, born in United States",Very good,63,137,24.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,65,0,0,325,0,450,0,0,510,0,0,0,0,90,"$75,000 - $100,000",Boomers (55-73),White only,Very good,5-5.5 feet,120-140,Bachelor's Degree,,90,325,515,510,0,0,0
+,2022,2.02203E+13,2050,West,California,45000,"House, apartment, flat",1,1,5913607,71,Female,White only,Married - spouse present,"Native, born in United States",Very good,68,205,31.2,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,165,0,0,0,0,615,0,0,510,0,0,30,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Very good,5.5-6 feet,200-300,Associate Degree,,0,0,780,510,0,0,90
+,2022,2.02203E+13,2051,South,Florida,32500,"House, apartment, flat",1,1,11132596,28,Male,White only,Never married,"Native, born in United States",Good,69,140,20.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,10,0,0,41,0,452,0,0,300,0,0,118,0,519,"$30,000 - $50,000",Millennials (23-38),White only,Good,5.5-6 feet,140-160,Bachelor's Degree,,519,41,462,300,0,0,118
+,2022,2.02203E+13,2052,South,Tennessee,55000,"House, apartment, flat",1,1,9569601,36,Male,Black only,Separated,"Native, born in United States",Good,72,225,30.5,Associate degree - academic program,College--two years,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,85,60,0,0,0,0,855,0,0,220,150,0,70,0,0,"$50,000 - $75,000",Millennials (23-38),Black only,Good,6-6.5 feet,200-300,Associate Degree,,0,0,915,370,0,0,155
+,2022,2.02203E+13,2053,Northeast,New Jersey,200000,"House, apartment, flat",1,1,20711949,29,Female,White only,Married - spouse present,"Native, born in United States",Good,63,9997,998,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,3,60,0,0,15,0,615,0,0,95,105,0,125,0,422,"$150,000 and over",Millennials (23-38),White only,Good,5-5.5 feet,>300,Master's or Doctoral Degree,,422,15,675,200,0,0,128
+,2022,2.02203E+13,2054,South,Delaware,45000,"House, apartment, flat",1,1,3934773,58,Male,White only,Never married,"Native, born in United States",Good,68,9996,998,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,35,0,0,45,0,470,0,0,540,0,0,50,300,0,"$30,000 - $50,000",Boomers (55-73),White only,Good,5.5-6 feet,>300,Master's or Doctoral Degree,,0,45,505,540,0,300,50
+,2022,2.02203E+13,2055,West,California,45000,"House, apartment, flat",1,1,9515930,56,Male,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Good,65,155,25.8,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,180,0,0,0,0,510,0,0,240,0,0,60,0,450,"$30,000 - $50,000",Boomers (55-73),White only,Good,5-5.5 feet,140-160,Graduated High School,,450,0,690,240,0,0,60
+,2022,2.02203E+13,2056,Midwest,Kansas,200000,"House, apartment, flat",1,1,3715265,74,Female,White only,Married - spouse present,"Native, born in United States",Excellent,67,130,20.4,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,90,45,0,0,20,0,720,0,0,295,60,0,126,0,0,"$150,000 and over",Silent (74-91),White only,Excellent,5.5-6 feet,120-140,Master's or Doctoral Degree,,0,20,765,355,0,0,216
+,2022,2.02203E+13,2057,South,Kentucky,45000,"House, apartment, flat",1,1,14499134,55,Female,White only,Married - spouse present,"Native, born in United States",Fair,64,200,34.3,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,105,0,0,220,0,525,0,0,135,0,0,25,0,370,"$30,000 - $50,000",Boomers (55-73),White only,Fair,5-5.5 feet,200-300,Graduated High School,,370,220,630,135,0,0,85
+,2022,2.02203E+13,2058,South,Texas,45000,"House, apartment, flat",1,1,7340357,24,Male,Black only,Never married,"Foreign born, not a U.S. citizen",Excellent,71,130,18.1,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,10,0,0,150,0,735,0,0,365,0,180,0,0,0,"$30,000 - $50,000",Millennials (23-38),Black only,Excellent,5.5-6 feet,120-140,Some College,,0,150,745,365,0,0,180
+,2022,2.02203E+13,2059,South,Oklahoma,67500,"House, apartment, flat",1,1,2268178,67,Female,White only,Widowed,"Native, born in United States",Very good,68,170,25.8,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,20,45,0,0,210,0,540,0,0,0,0,45,120,0,460,"$50,000 - $75,000",Boomers (55-73),White only,Very good,5.5-6 feet,160-180,Master's or Doctoral Degree,,460,210,585,0,0,0,185
+,2022,2.02203E+13,2060,South,Texas,67500,"House, apartment, flat",1,1,17520029,48,Male,White only,Divorced,"Native, born in United States",Good,72,185,25.1,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,180,0,0,360,0,540,0,0,360,0,0,0,0,0,"$50,000 - $75,000",Generation X (39-54),White only,Good,6-6.5 feet,180-200,Graduated High School,,0,360,720,360,0,0,0
+,2022,2.02203E+13,2061,South,North Carolina,67500,Mobile home or trailer with no permanent room added,1,1,17157613,15,Female,White only,Never married,"Native, born in United States",Fair,61,98,18.5,10th grade,Tenth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,40,0,0,30,407,0,21,0,400,0,0,89,0,390,63,0,0,"$50,000 - $75,000",Generation Z (7-22),White only,Fair,5-5.5 feet,<100,Some High School,,0,21,430,89,407,0,493
+,2022,2.02203E+13,2062,South,Texas,45000,Mobile home or trailer with no permanent room added,1,1,9526290,27,Female,White only,Married - spouse present,"Native, born in United States",Fair,65,235,39.1,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,105,0,0,30,0,600,0,0,450,0,135,60,0,0,"$30,000 - $50,000",Millennials (23-38),White only,Fair,5-5.5 feet,200-300,Graduated High School,,0,30,705,450,0,0,195
+,2022,2.02203E+13,2063,Northeast,New Jersey,200000,"House, apartment, flat",1,1,11764952,59,Female,White only,Married - spouse present,"Native, born in United States",Excellent,66,158,25.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,40,0,0,45,0,480,120,0,300,0,0,140,0,315,"$150,000 and over",Boomers (55-73),White only,Excellent,5.5-6 feet,140-160,Bachelor's Degree,,315,45,640,300,0,0,140
+,2022,2.02203E+13,2064,South,Georgia,37500,"House, apartment, flat",1,1,9968003,40,Female,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Very good,62,148,27.1,5th or 6th grade,Fifth through sixth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,35,0,70,50,0,0,185,0,810,0,25,120,0,0,85,0,0,"$30,000 - $50,000",Generation X (39-54),White only,Very good,5-5.5 feet,140-160,Middle School or Less,,0,185,860,145,0,0,190
+,2022,2.02203E+13,2065,South,North Carolina,27500,"House, apartment, flat",1,1,7203755,54,Male,White only,Never married,"Native, born in United States",Fair,71,232,32.4,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),Has vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,60,0,0,180,0,635,0,245,295,0,0,25,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Fair,5.5-6 feet,200-300,Associate Degree,,0,180,695,540,0,0,25
+,2022,2.02203E+13,2066,Midwest,Ohio,67500,"House, apartment, flat",1,1,8376649,69,Female,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Very good,62,151,27.6,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,210,0,580,245,0,30,0,120,90,0,75,"$50,000 - $75,000",Boomers (55-73),White only,Very good,5-5.5 feet,140-160,Some College,,75,210,915,30,0,0,210
+,2022,2.02203E+13,2067,South,Texas,27500,"House, apartment, flat",1,1,17890738,65,Female,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Good,64,200,34.3,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,15,45,0,45,0,0,250,0,600,0,0,455,0,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Good,5-5.5 feet,200-300,Graduated High School,,0,250,645,455,0,0,60
+,2022,2.02203E+13,2068,Midwest,Iowa,125000,"House, apartment, flat",1,1,3251991,36,Male,White only,Married - spouse present,"Native, born in United States",Very good,71,195,27.2,Associate degree - occupational vocational,College--two years,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,2,0,40,0,0,681,0,583,0,0,0,0,0,134,0,0,"$100,000 - $150,000",Millennials (23-38),White only,Very good,5.5-6 feet,180-200,Associate Degree,,0,681,623,0,0,0,136
+,2022,2.02203E+13,2069,Midwest,Illinois,45000,"House, apartment, flat",1,1,55791543,26,Female,White only,Never married,"Native, born in United States",Very good,63,118,20.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,75,0,455,0,0,0,0,0,20,0,750,"$30,000 - $50,000",Millennials (23-38),White only,Very good,5-5.5 feet,100-120,Bachelor's Degree,,750,75,545,0,0,0,20
+,2022,2.02203E+13,2070,Midwest,Indiana,200000,"House, apartment, flat",1,1,5490654,46,Female,Asian only,Married - spouse present,"Native, born in United States",Fair,63,170,30.1,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,45,60,150,0,0,235,0,610,0,0,0,0,0,105,0,235,"$150,000 and over",Generation X (39-54),Asian only,Fair,5-5.5 feet,160-180,Master's or Doctoral Degree,,235,235,760,0,0,0,210
+,2022,2.02203E+13,2071,Midwest,Ohio,200000,"House, apartment, flat",1,1,4854890,66,Female,White only,Married - spouse present,"Native, born in United States",Excellent,64,140,24,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,35,0,0,65,0,731,0,90,499,0,0,20,0,0,"$150,000 and over",Boomers (55-73),White only,Excellent,5-5.5 feet,140-160,Master's or Doctoral Degree,,0,65,766,589,0,0,20
+,2022,2.02203E+13,2072,West,Idaho,125000,"House, apartment, flat",1,1,3089499,63,Male,White only,Married - spouse present,"Native, born in United States",Very good,70,185,26.5,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,120,30,0,0,180,0,600,0,0,0,0,0,510,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Very good,5.5-6 feet,180-200,Master's or Doctoral Degree,,0,180,630,0,0,0,630
+,2022,2.02203E+13,2073,West,Washington,125000,"House, apartment, flat",1,1,14271878,32,Male,White only,Married - spouse present,"Native, born in United States",Very good,77,230,27.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,50,50,0,0,75,0,554,0,0,120,70,0,16,0,505,"$100,000 - $150,000",Millennials (23-38),White only,Very good,6-6.5 feet,200-300,Bachelor's Degree,,505,75,604,190,0,0,66
+,2022,2.02203E+13,2074,Midwest,Wisconsin,125000,"House, apartment, flat",1,1,4440744,65,Female,White only,Married - spouse present,"Native, born in United States",Very good,61,143,27,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,88,0,0,285,0,657,0,0,345,65,0,0,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Very good,5-5.5 feet,140-160,Graduated High School,,0,285,745,410,0,0,0
+,2022,2.02203E+13,2075,West,California,13750,"House, apartment, flat",1,1,4857875,85,Female,"American Indian, Alaskan Native",Widowed,"Native, born in United States",Very good,66,150,24.2,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,90,0,0,225,0,621,0,0,474,30,0,0,0,0,"$10,000 - $30,000",Silent (74-91),"American Indian, Alaskan Native",Very good,5.5-6 feet,140-160,Associate Degree,,0,225,711,504,0,0,0
+,2022,2.02203E+13,2076,Midwest,Kansas,55000,"House, apartment, flat",1,1,8527675,55,Female,White only,Married - spouse present,"Native, born in United States",Good,67,230,36,Associate degree - occupational vocational,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,0,0,719,0,0,200,0,0,2,0,399,"$50,000 - $75,000",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Associate Degree,,399,0,839,200,0,0,2
+,2022,2.02203E+13,2077,West,Washington,32500,"House, apartment, flat",1,1,13657409,67,Male,White only,Never married,"Native, born in United States",Good,72,230,31.2,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,240,60,0,0,30,0,615,0,0,400,0,0,35,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Good,6-6.5 feet,200-300,Graduated High School,,0,30,675,400,0,0,275
+,2022,2.02203E+13,2078,South,Florida,2500,"House, apartment, flat",1,1,4089929,69,Male,Black only,Divorced,"Native, born in United States",Very good,73,169,22.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,50,0,0,0,0,530,0,0,760,0,100,0,0,0,"Less than $10,000",Boomers (55-73),Black only,Very good,6-6.5 feet,160-180,Bachelor's Degree,,0,0,580,760,0,0,100
+,2022,2.02203E+13,2079,South,Florida,8750,"House, apartment, flat",1,1,2257347,80,Female,White only,Widowed,"Foreign born, U.S. citizen by naturalization",Poor,63,122,21.6,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,105,0,0,0,0,495,0,0,840,0,0,0,0,0,"Less than $10,000",Silent (74-91),White only,Poor,5-5.5 feet,120-140,Graduated High School,,0,0,600,840,0,0,0
+,2022,2.02203E+13,2080,South,Florida,125000,"House, apartment, flat",1,1,13671368,43,Male,White only,Married - spouse present,"Native, born in Puerto Rico or U.S. Outlying Area",Fair,69,240,35.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,35,0,0,50,0,595,0,0,120,40,0,60,0,540,"$100,000 - $150,000",Generation X (39-54),White only,Fair,5.5-6 feet,200-300,Bachelor's Degree,,540,50,630,160,0,0,60
+,2022,2.02203E+13,2081,West,Washington,27500,"House, apartment, flat",1,1,6703870,33,Male,White only,Never married,"Foreign born, not a U.S. citizen",Very good,66,170,27.4,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,65,0,0,0,45,0,515,0,0,90,230,0,115,0,380,"$10,000 - $30,000",Millennials (23-38),White only,Very good,5.5-6 feet,160-180,Some College,,380,45,515,320,0,0,180
+,2022,2.02203E+13,2082,South,Oklahoma,67500,"House, apartment, flat",1,1,19011447,22,Male,"American Indian, Alaskan Native",Never married,"Native, born in United States",Fair,66,98,15.8,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,180,0,0,0,0,600,0,0,330,0,0,215,0,115,"$50,000 - $75,000",Millennials (23-38),"American Indian, Alaskan Native",Fair,5.5-6 feet,<100,Graduated High School,,115,0,780,330,0,0,215
+,2022,2.02203E+13,2083,Northeast,Maine,125000,"House, apartment, flat",1,1,13072623,32,Female,White only,Divorced,"Native, born in United States",Excellent,63,115,20.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,180,0,340,0,0,0,75,0,50,0,735,"$100,000 - $150,000",Millennials (23-38),White only,Excellent,5-5.5 feet,100-120,Bachelor's Degree,,735,180,400,75,0,0,50
+,2022,2.02203E+13,2084,Midwest,Illinois,13750,"House, apartment, flat",1,1,5960298,80,Female,White only,Widowed,"Native, born in United States",Good,68,150,22.8,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,60,0,65,0,0,173,0,530,0,60,472,0,0,20,0,0,"$10,000 - $30,000",Silent (74-91),White only,Good,5.5-6 feet,140-160,Graduated High School,,0,173,595,532,0,0,80
+,2022,2.02203E+13,2085,Northeast,New Jersey,200000,"House, apartment, flat",1,1,7426536,40,Male,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Good,68,194,29.5,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,235,0,0,120,0,0,0,0,630,0,0,445,0,0,10,0,0,"$150,000 and over",Generation X (39-54),White only,Good,5.5-6 feet,180-200,Master's or Doctoral Degree,,0,0,750,445,0,0,245
+,2022,2.02203E+13,2086,West,Hawaii,87500,"House, apartment, flat",1,1,6401165,53,Female,White only,Divorced,"Native, born in United States",Excellent,69,155,22.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,150,0,0,120,0,600,0,0,361,0,60,149,0,0,"$75,000 - $100,000",Generation X (39-54),White only,Excellent,5.5-6 feet,140-160,Bachelor's Degree,,0,120,750,361,0,0,209
+,2022,2.02203E+13,2087,West,Utah,45000,"House, apartment, flat",1,1,7799424,23,Female,White only,Never married,"Native, born in United States",Very good,68,180,27.4,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,21,20,0,0,0,180,0,554,0,0,315,274,5,71,0,0,"$30,000 - $50,000",Millennials (23-38),White only,Very good,5.5-6 feet,180-200,Some College,,0,180,554,589,0,0,117
+,2022,2.02203E+13,2088,Northeast,Massachusetts,87500,"House, apartment, flat",1,1,1770965,43,Female,White only,Never married,"Native, born in United States",Very good,64,290,49.8,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,227,0,30,80,240,0,125,0,373,0,0,240,0,0,65,0,60,"$75,000 - $100,000",Generation X (39-54),White only,Very good,5-5.5 feet,200-300,Master's or Doctoral Degree,,60,125,453,240,240,0,322
+,2022,2.02203E+13,2089,West,California,67500,"House, apartment, flat",1,1,15544280,38,Male,White only,Never married,"Native, born in United States",Good,66,130,21,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,40,0,0,175,105,530,0,0,120,0,15,240,0,210,"$50,000 - $75,000",Generation X (39-54),White only,Good,5.5-6 feet,120-140,Master's or Doctoral Degree,,210,280,570,120,0,0,255
+,2022,2.02203E+13,2090,South,Virginia,67500,"House, apartment, flat",1,1,4756038,73,Female,White only,Married - spouse present,"Native, born in United States",Good,62,150,27.4,Some college but no degree,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,5,110,0,0,20,0,710,0,60,465,0,10,45,0,0,"$50,000 - $75,000",Silent (74-91),White only,Good,5-5.5 feet,140-160,Some College,,0,20,820,525,0,0,60
+,2022,2.02203E+13,2091,South,Georgia,125000,"House, apartment, flat",1,1,8035544,25,Male,White only,Married - spouse present,"Native, born in United States",Very good,77,205,24.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,10,0,0,310,0,690,0,0,320,0,0,80,0,0,"$100,000 - $150,000",Millennials (23-38),White only,Very good,6-6.5 feet,200-300,Bachelor's Degree,,0,310,700,320,0,0,110
+,2022,2.02203E+13,2092,West,Washington,125000,"House, apartment, flat",1,1,11870667,33,Male,White only,Married - spouse present,"Native, born in United States",Excellent,77,180,21.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,45,0,0,35,0,510,0,0,228,60,0,42,0,510,"$100,000 - $150,000",Millennials (23-38),White only,Excellent,6-6.5 feet,180-200,Bachelor's Degree,,510,35,555,288,0,0,52
+,2022,2.02203E+13,2093,South,Virginia,200000,"House, apartment, flat",1,1,9483062,45,Female,Asian only,Married - spouse present,"Native, born in United States",Very good,63,120,21.3,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,145,0,0,50,0,540,0,0,150,35,0,0,0,520,"$150,000 and over",Generation X (39-54),Asian only,Very good,5-5.5 feet,120-140,Master's or Doctoral Degree,,520,50,685,185,0,0,0
+,2022,2.02203E+13,2094,West,Utah,87500,"House, apartment, flat",1,1,5183567,43,Female,White only,Married - spouse present,"Native, born in United States",Very good,68,150,22.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,15,0,0,120,0,0,40,0,755,0,190,220,0,0,100,0,0,"$75,000 - $100,000",Generation X (39-54),White only,Very good,5.5-6 feet,140-160,Bachelor's Degree,,0,40,875,410,0,0,115
+,2022,2.02203E+13,2095,Northeast,Connecticut,67500,"House, apartment, flat",1,1,13117934,57,Male,White only,Never married,"Native, born in United States",Fair,69,250,36.9,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,45,75,0,0,180,0,420,0,0,550,0,0,50,120,0,"$50,000 - $75,000",Boomers (55-73),White only,Fair,5.5-6 feet,200-300,Graduated High School,,0,180,495,550,0,120,95
+,2022,2.02203E+13,2096,Midwest,Illinois,200000,"House, apartment, flat",1,1,17389810,48,Male,Asian only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Good,72,180,24.4,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,90,120,0,0,60,0,630,0,0,480,0,0,60,0,0,"$150,000 and over",Generation X (39-54),Asian only,Good,6-6.5 feet,180-200,Master's or Doctoral Degree,,0,60,750,480,0,0,150
+,2022,2.02203E+13,2097,West,California,45000,"House, apartment, flat",1,1,27345855,66,Female,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Fair,59,131,26.5,"1st, 2nd, 3rd, or 4th grade",First through fourth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,65,0,0,35,0,435,300,0,405,0,0,60,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Fair,0-5 feet,120-140,Middle School or Less,,0,35,800,405,0,0,60
+,2022,2.02203E+13,2098,Northeast,Connecticut,17500,"House, apartment, flat",1,1,10003830,72,Female,Black only,Widowed,"Native, born in United States",Good,61,190,35.9,11th grade,Eleventh grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,10,0,0,145,0,630,0,0,655,0,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),Black only,Good,5-5.5 feet,180-200,Some High School,,0,145,640,655,0,0,0
+,2022,2.02203E+13,2099,South,Virginia,27500,"House, apartment, flat",1,1,16702639,69,Female,White only,Married - spouse present,"Native, born in United States",Fair,68,167,25.4,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,15,135,0,90,0,0,420,0,480,0,0,240,0,0,60,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Fair,5.5-6 feet,160-180,Graduated High School,,0,420,570,240,0,0,210
+,2022,2.02203E+13,2100,Midwest,Missouri,125000,"House, apartment, flat",1,1,4202844,67,Female,White only,Married - spouse present,"Native, born in United States",Very good,64,130,22.3,High school graduate - GED,Eleventh grade,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,40,0,0,110,0,540,0,0,750,0,0,0,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Very good,5-5.5 feet,120-140,Graduated High School,,0,110,580,750,0,0,0
+,2022,2.02203E+13,2101,Midwest,Michigan,125000,"House, apartment, flat",1,1,4341875,78,Female,White only,Widowed,"Native, born in United States",Good,60,170,33.2,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,25,0,580,0,0,805,0,0,0,0,0,"$100,000 - $150,000",Silent (74-91),White only,Good,5-5.5 feet,160-180,Graduated High School,,0,25,610,805,0,0,0
+,2022,2.02203E+13,2102,Midwest,Illinois,87500,"House, apartment, flat",1,1,16394330,43,Male,White only,Married - spouse present,"Native, born in United States",Good,70,215,30.8,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,2,82,0,0,0,0,598,0,0,285,0,0,23,0,450,"$75,000 - $100,000",Generation X (39-54),White only,Good,5.5-6 feet,200-300,Associate Degree,,450,0,680,285,0,0,25
+,2022,2.02203E+13,2103,South,Texas,87500,"House, apartment, flat",1,1,9611670,64,Female,White only,Married - spouse present,"Native, born in United States",Very good,66,160,25.8,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,65,45,0,0,475,0,400,0,75,270,10,0,55,45,0,"$75,000 - $100,000",Boomers (55-73),White only,Very good,5.5-6 feet,160-180,Master's or Doctoral Degree,,0,475,445,355,0,45,120
+,2022,2.02203E+13,2104,West,California,67500,"House, apartment, flat",1,1,10131255,30,Male,Asian only,Never married,"Foreign born, not a U.S. citizen",Good,73,215,28.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,40,55,0,0,175,0,780,0,0,350,0,0,40,0,0,"$50,000 - $75,000",Millennials (23-38),Asian only,Good,6-6.5 feet,200-300,Bachelor's Degree,,0,175,835,350,0,0,80
+,2022,2.02203E+13,2105,South,Texas,200000,"House, apartment, flat",1,1,4513459,62,Female,White only,Divorced,"Native, born in United States",Very good,65,185,30.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,20,5,15,0,0,210,0,750,0,75,200,0,120,45,0,0,"$150,000 and over",Boomers (55-73),White only,Very good,5-5.5 feet,180-200,Bachelor's Degree,,0,210,765,275,0,0,190
+,2022,2.02203E+13,2106,Midwest,Iowa,55000,"House, apartment, flat",1,1,5082091,70,Female,White only,Married - spouse present,"Native, born in United States",Very good,66,137,22.1,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,125,90,0,0,100,0,665,0,45,150,0,0,130,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Very good,5.5-6 feet,120-140,Some College,,0,100,755,195,0,0,255
+,2022,2.02203E+13,2107,Northeast,New Hampshire,45000,"House, apartment, flat",1,1,7537612,56,Male,White only,Never married,"Native, born in United States",Good,70,170,24.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Unemployed - on layoff,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,240,0,0,0,0,20,0,465,0,0,565,0,0,150,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Good,5.5-6 feet,160-180,Bachelor's Degree,,0,20,465,565,0,0,390
+,2022,2.02203E+13,2108,South,Oklahoma,32500,"House, apartment, flat",1,1,3645771,27,Female,White only,Never married,"Native, born in United States",Very good,64,166,28.5,High school graduate - GED,Tenth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,120,0,0,30,0,0,90,0,630,0,0,540,0,0,30,0,0,"$30,000 - $50,000",Millennials (23-38),White only,Very good,5-5.5 feet,160-180,Graduated High School,,0,90,660,540,0,0,150
+,2022,2.02203E+13,2109,Northeast,Rhode Island,45000,"House, apartment, flat",1,1,4102727,78,Male,White only,Married - spouse present,"Native, born in United States",NIU (Not in universe),,9999,998,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,47,0,0,540,0,528,0,0,221,0,0,104,0,0,"$30,000 - $50,000",Silent (74-91),White only,"Other (Refused, Dont know, NIU)",,>300,Bachelor's Degree,,0,540,575,221,0,0,104
+,2022,2.02203E+13,2110,South,Texas,37500,"House, apartment, flat",1,1,7414206,69,Female,White only,Divorced,"Native, born in United States",Good,64,220,37.8,Some college but no degree,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,15,25,0,0,190,10,530,0,0,665,0,0,0,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Good,5-5.5 feet,200-300,Some College,,0,200,555,665,0,0,15
+,2022,2.02203E+13,2111,Midwest,Ohio,37500,"House, apartment, flat",1,1,9483587,67,Male,White only,Never married,"Native, born in United States",Good,75,265,33.1,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,10,0,0,425,0,675,0,0,300,0,0,30,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Good,6-6.5 feet,200-300,Some College,,0,425,685,300,0,0,30
+,2022,2.02203E+13,2112,West,Washington,125000,"House, apartment, flat",1,1,11848130,59,Male,White only,Married - spouse present,"Native, born in United States",Good,68,170,25.8,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,5,0,0,165,0,105,925,0,0,10,0,185,0,45,"$100,000 - $150,000",Boomers (55-73),White only,Good,5.5-6 feet,160-180,Master's or Doctoral Degree,,45,165,1035,10,0,0,185
+,2022,2.02203E+13,2113,South,Texas,45000,"House, apartment, flat",1,1,20565148,76,Male,White only,Married - spouse present,"Native, born in United States",Fair,72,280,38,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,0,0,120,45,0,1095,0,0,60,0,0,"$30,000 - $50,000",Silent (74-91),White only,Fair,6-6.5 feet,200-300,Graduated High School,,0,0,285,1095,0,0,60
+,2022,2.02203E+13,2114,Midwest,Missouri,55000,"House, apartment, flat",1,1,5073381,32,Female,White only,Married - spouse present,"Native, born in United States",Very good,67,185,29,Associate degree - occupational vocational,College--four years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,123,0,5,20,0,0,50,0,445,0,120,324,0,0,353,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Very good,5.5-6 feet,180-200,Associate Degree,,0,50,465,444,0,0,481
+,2022,2.02203E+13,2115,South,Mississippi,200000,"House, apartment, flat",1,1,21524224,41,Male,White only,Married - spouse present,"Native, born in United States",Very good,69,170,25.1,High school graduate - diploma,Twelfth grade,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,131,0,0,50,0,0,25,0,465,0,0,175,0,0,60,0,534,"$150,000 and over",Generation X (39-54),White only,Very good,5.5-6 feet,160-180,Graduated High School,,534,25,515,175,0,0,191
+,2022,2.02203E+13,2116,Northeast,Pennsylvania,45000,"House, apartment, flat",1,1,7034235,73,Male,White only,Married - spouse present,"Native, born in United States",Excellent,71,204,28.4,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,150,0,0,20,0,480,0,0,230,0,0,80,0,480,"$30,000 - $50,000",Silent (74-91),White only,Excellent,5.5-6 feet,200-300,Graduated High School,,480,20,630,230,0,0,80
+,2022,2.02203E+13,2117,South,Delaware,125000,"House, apartment, flat",1,1,3344393,69,Female,Black only,Married - spouse present,"Native, born in United States",Good,60,170,33.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,40,0,0,35,0,645,0,300,180,0,220,20,0,0,"$100,000 - $150,000",Boomers (55-73),Black only,Good,5-5.5 feet,160-180,Bachelor's Degree,,0,35,685,480,0,0,240
+,2022,2.02203E+13,2118,Midwest,Iowa,22500,"House, apartment, flat",1,1,4729103,67,Male,White only,Widowed,"Native, born in United States",Very good,72,220,29.8,High school graduate - GED,Tenth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,250,0,595,0,0,115,0,0,60,0,390,"$10,000 - $30,000",Boomers (55-73),White only,Very good,6-6.5 feet,200-300,Graduated High School,,390,250,625,115,0,0,60
+,2022,2.02203E+13,2119,South,North Carolina,37500,"House, apartment, flat",1,1,7652906,79,Male,White only,Divorced,"Native, born in United States",Fair,65,230,38.3,Some college but no degree,College--one year,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,90,0,555,0,0,740,10,0,0,0,0,"$30,000 - $50,000",Silent (74-91),White only,Fair,5-5.5 feet,200-300,Some College,,0,90,600,750,0,0,0
+,2022,2.02203E+13,2120,South,Maryland,67500,"House, apartment, flat",1,1,13465045,36,Female,White only,Married - spouse present,"Native, born in United States",Very good,64,130,22.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,365,0,90,25,0,0,160,0,615,0,60,30,60,0,35,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Very good,5-5.5 feet,120-140,Bachelor's Degree,,0,160,640,150,0,0,490
+,2022,2.02203E+13,2121,South,Tennessee,55000,"House, apartment, flat",1,1,6009774,80,Male,White only,Divorced,"Native, born in United States",Fair,71,170,23.7,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,55,0,0,215,0,480,0,0,690,0,0,0,0,0,"$50,000 - $75,000",Silent (74-91),White only,Fair,5.5-6 feet,160-180,Some College,,0,215,535,690,0,0,0
+,2022,2.02203E+13,2122,Northeast,Massachusetts,125000,"House, apartment, flat",1,1,9293571,56,Male,White only,Never married,"Native, born in United States",Very good,69,175,25.8,Some college but no degree,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,168,0,0,240,0,582,0,0,360,60,0,0,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Very good,5.5-6 feet,160-180,Some College,,0,240,750,420,0,0,0
+,2022,2.02203E+13,2123,South,Texas,200000,"House, apartment, flat",1,1,29653554,61,Male,White only,Married - spouse present,"Native, born in United States",Good,72,200,27.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,110,13,125,150,0,0,57,0,456,105,0,68,1,0,355,0,0,"$150,000 and over",Boomers (55-73),White only,Good,6-6.5 feet,200-300,Bachelor's Degree,,0,57,711,69,0,0,603
+,2022,2.02203E+13,2124,South,Florida,55000,"House, apartment, flat",1,1,10252131,76,Male,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Very good,69,150,22.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,15,0,0,20,0,0,0,0,450,0,0,730,90,0,135,0,0,"$50,000 - $75,000",Silent (74-91),White only,Very good,5.5-6 feet,140-160,Bachelor's Degree,,0,0,470,820,0,0,150
+,2022,2.02203E+13,2125,West,Colorado,32500,"House, apartment, flat",1,1,10763155,30,Female,White only,Never married,"Native, born in United States",Good,61,150,28.3,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,30,0,60,70,0,0,90,0,579,0,0,0,0,0,189,0,422,"$30,000 - $50,000",Millennials (23-38),White only,Good,5-5.5 feet,140-160,Some College,,422,90,649,0,0,0,279
+,2022,2.02203E+13,2126,West,Idaho,200000,"House, apartment, flat",1,1,6776149,33,Female,White-Hawaiian,Married - spouse present,"Native, born in United States",Very good,63,185,32.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,210,0,570,0,0,630,0,0,0,0,0,"$150,000 and over",Millennials (23-38),Mixed,Very good,5-5.5 feet,180-200,Bachelor's Degree,,0,210,600,630,0,0,0
+,2022,2.02203E+13,2127,West,California,125000,"House, apartment, flat",1,1,11760801,40,Female,Asian only,Married - spouse present,"Foreign born, not a U.S. citizen",Good,61,125,23.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,300,0,70,195,120,0,150,0,560,0,0,0,0,0,45,0,0,"$100,000 - $150,000",Generation X (39-54),Asian only,Good,5-5.5 feet,120-140,Bachelor's Degree,,0,150,755,0,120,0,415
+,2022,2.02203E+13,2128,South,Delaware,67500,"House, apartment, flat",1,1,4671717,62,Female,White only,Married - spouse present,"Native, born in United States",Good,63,217,38.4,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,35,0,0,240,0,585,0,0,544,0,0,6,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Good,5-5.5 feet,200-300,Associate Degree,,0,240,620,544,0,0,36
+,2022,2.02203E+13,2129,South,Arkansas,37500,"House, apartment, flat",1,1,2783871,31,Male,White only,Never married,"Native, born in United States",Good,67,250,39.2,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,20,0,0,130,0,690,0,0,530,0,0,10,0,0,"$30,000 - $50,000",Millennials (23-38),White only,Good,5.5-6 feet,200-300,Some College,,0,130,710,530,0,0,70
+,2022,2.02203E+13,2130,Midwest,Kansas,67500,"House, apartment, flat",1,1,4886363,69,Male,White only,Married - spouse present,"Native, born in United States",Good,67,219,34.3,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),Has vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,19,15,90,0,0,19,0,533,0,0,349,0,0,415,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Some College,,0,19,623,349,0,0,449
+,2022,2.02203E+13,2131,West,Montana,67500,"House, apartment, flat",1,1,9612618,41,Male,White-American Indian,Married - spouse present,"Native, born in United States",Good,67,220,34.5,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,250,75,0,0,0,0,770,0,0,260,0,0,85,0,0,"$50,000 - $75,000",Generation X (39-54),Mixed,Good,5.5-6 feet,200-300,Graduated High School,,0,0,845,260,0,0,335
+,2022,2.02203E+13,2132,West,California,200000,"House, apartment, flat",1,1,10736898,53,Male,White only,Married - spouse present,"Native, born in United States",Good,73,200,26.4,Associate degree - academic program,College--four years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,0,0,0,0,525,0,0,150,0,0,120,0,570,"$150,000 and over",Generation X (39-54),White only,Good,6-6.5 feet,200-300,Associate Degree,,570,0,600,150,0,0,120
+,2022,2.02203E+13,2133,South,Arkansas,125000,"House, apartment, flat",1,1,6963721,26,Male,White only,Married - spouse present,"Native, born in United States",Very good,73,180,23.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,225,0,0,75,0,695,0,0,90,180,0,175,0,0,"$100,000 - $150,000",Millennials (23-38),White only,Very good,6-6.5 feet,180-200,Bachelor's Degree,,0,75,920,270,0,0,175
+,2022,2.02203E+13,2134,West,New Mexico,67500,"House, apartment, flat",1,1,16542014,45,Female,White only,Married - spouse present,"Native, born in United States",Good,67,230,36,Associate degree - academic program,College--four years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,15,0,120,60,0,0,300,0,585,0,0,285,0,30,15,0,0,"$50,000 - $75,000",Generation X (39-54),White only,Good,5.5-6 feet,200-300,Associate Degree,,0,300,645,285,0,0,180
+,2022,2.02203E+13,2135,South,Florida,125000,Mobile home or trailer with no permanent room added,1,1,13734069,25,Male,White only,Never married,"Native, born in United States",Good,73,235,31,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,140,0,0,0,0,497,58,0,43,0,0,132,0,570,"$100,000 - $150,000",Millennials (23-38),White only,Good,6-6.5 feet,200-300,Bachelor's Degree,,570,0,695,43,0,0,132
+,2022,2.02203E+13,2136,South,Tennessee,87500,"House, apartment, flat",1,1,5767571,66,Female,White only,Widowed,"Native, born in United States",Fair,61,236,44.6,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,50,0,0,25,0,765,0,15,525,0,60,0,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Fair,5-5.5 feet,200-300,Graduated High School,,0,25,815,540,0,0,60
+,2022,2.02203E+13,2137,Midwest,Ohio,32500,"House, apartment, flat",1,1,3046220,45,Female,Black only,Married - spouse absent,"Foreign born, not a U.S. citizen",Good,62,132,24.1,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,30,0,150,120,0,0,220,45,618,0,0,150,0,30,37,0,40,"$30,000 - $50,000",Generation X (39-54),Black only,Good,5-5.5 feet,120-140,Master's or Doctoral Degree,,40,265,738,150,0,0,247
+,2022,2.02203E+13,2138,Northeast,Pennsylvania,67500,"House, apartment, flat",1,1,45478110,48,Female,White only,Married - spouse present,"Native, born in United States",Good,65,150,25,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,20,0,0,75,0,585,0,0,265,0,0,25,0,440,"$50,000 - $75,000",Generation X (39-54),White only,Good,5-5.5 feet,140-160,Graduated High School,,440,75,605,265,0,0,25
+,2022,2.02203E+13,2139,West,Oregon,67500,"House, apartment, flat",1,1,11720473,23,Male,White only,Never married,"Foreign born, not a U.S. citizen",Good,72,180,24.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,15,0,0,55,0,555,0,0,330,0,0,50,0,435,"$50,000 - $75,000",Millennials (23-38),White only,Good,6-6.5 feet,180-200,Bachelor's Degree,,435,55,570,330,0,0,50
+,2022,2.02203E+13,2140,South,Texas,87500,"House, apartment, flat",1,1,25239437,62,Male,Black only,Married - spouse present,"Native, born in United States",Very good,71,340,47.4,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,40,0,0,6,0,520,0,0,300,0,0,20,0,524,"$75,000 - $100,000",Boomers (55-73),Black only,Very good,5.5-6 feet,>300,Graduated High School,,524,6,560,300,0,0,20
+,2022,2.02203E+13,2141,West,New Mexico,67500,"House, apartment, flat",1,1,7179122,29,Male,White only,Married - spouse present,"Native, born in United States",Fair,72,205,27.8,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,30,0,0,15,0,675,3,0,90,105,0,392,120,0,"$50,000 - $75,000",Millennials (23-38),White only,Fair,6-6.5 feet,200-300,Master's or Doctoral Degree,,0,15,708,195,0,120,402
+,2022,2.02203E+13,2142,South,South Carolina,200000,"House, apartment, flat",1,1,6535516,41,Male,White only,Separated,"Native, born in United States",Very good,69,175,25.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,60,0,0,315,0,570,0,0,335,0,0,40,0,0,"$150,000 and over",Generation X (39-54),White only,Very good,5.5-6 feet,160-180,Bachelor's Degree,,0,315,630,335,0,0,100
+,2022,2.02204E+13,2143,South,Florida,55000,"House, apartment, flat",1,1,19415892,38,Female,White only,Never married,"Foreign born, U.S. citizen by naturalization",Good,66,145,23.4,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,600,0,570,0,0,150,0,0,0,0,0,"$50,000 - $75,000",Generation X (39-54),White only,Good,5.5-6 feet,140-160,Graduated High School,,0,600,690,150,0,0,0
+,2022,2.02204E+13,2144,West,Washington,87500,"House, apartment, flat",1,1,6397867,65,Female,White only,Widowed,"Native, born in United States",Good,69,180,26.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,22,60,28,0,0,118,0,539,0,0,100,0,45,2,0,526,"$75,000 - $100,000",Boomers (55-73),White only,Good,5.5-6 feet,180-200,Bachelor's Degree,,526,118,567,100,0,0,129
+,2022,2.02204E+13,2145,Midwest,Wisconsin,200000,"House, apartment, flat",1,1,27011795,50,Female,White only,Married - spouse present,"Native, born in United States",Very good,66,9996,998,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,145,30,0,0,0,0,452,0,0,30,0,0,168,0,525,"$150,000 and over",Generation X (39-54),White only,Very good,5.5-6 feet,>300,Master's or Doctoral Degree,,525,0,482,30,0,0,313
+,2022,2.02204E+13,2146,West,New Mexico,55000,"House, apartment, flat",1,1,5856081,31,Male,White only,Never married,"Native, born in United States",Very good,74,190,24.4,Some college but no degree,College--four years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,20,150,0,0,135,0,705,0,0,105,90,0,235,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Very good,6-6.5 feet,180-200,Some College,,0,135,855,195,0,0,255
+,2022,2.02204E+13,2147,South,Georgia,125000,"House, apartment, flat",1,1,18429494,34,Female,Black only,Divorced,"Native, born in United States",NIU (Not in universe),,9999,999,Associate degree - occupational vocational,College--one year,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,20,20,120,0,0,80,0,480,0,0,150,0,0,120,0,450,"$100,000 - $150,000",Millennials (23-38),Black only,"Other (Refused, Dont know, NIU)",,>300,Associate Degree,,450,80,600,150,0,0,160
+,2022,2.02204E+13,2148,Northeast,Pennsylvania,8750,"House, apartment, flat",1,1,7884528,32,Male,White only,Never married,"Native, born in United States",Good,74,255,32.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,Has difficulty remembering,0,0,0,90,0,0,90,0,465,0,0,60,180,0,120,0,375,"Less than $10,000",Millennials (23-38),White only,Good,6-6.5 feet,200-300,Bachelor's Degree,,375,90,555,240,0,0,120
+,2022,2.02204E+13,2149,Northeast,New Jersey,22500,"House, apartment, flat",1,1,24206041,32,Female,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Good,64,110,18.9,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,255,0,0,345,0,690,0,0,120,0,0,30,0,0,"$10,000 - $30,000",Millennials (23-38),White only,Good,5-5.5 feet,100-120,Master's or Doctoral Degree,,0,345,945,120,0,0,30
+,2022,2.02204E+13,2150,South,Texas,17500,"House, apartment, flat",1,1,31090197,85,Female,White only,Married - spouse present,"Native, born in United States",NIU (Not in universe),,9999,999,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,922,0,0,30,0,0,8,0,480,0,0,0,0,0,0,0,0,"$10,000 - $30,000",Silent (74-91),White only,"Other (Refused, Dont know, NIU)",,>300,Graduated High School,,0,8,510,0,0,0,922
+,2022,2.02204E+13,2151,South,Florida,27500,"House, apartment, flat",1,1,8932795,56,Female,White only,Married - spouse present,"Native, born in United States",Very good,65,150,25,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,65,0,0,0,0,600,0,0,775,0,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Very good,5-5.5 feet,140-160,Graduated High School,,0,0,665,775,0,0,0
+,2022,2.02204E+13,2152,South,Florida,67500,"House, apartment, flat",1,1,25819548,60,Female,Black only,Married - spouse present,"Native, born in United States",Very good,63,180,31.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,80,0,0,0,0,515,0,0,305,40,0,50,0,450,"$50,000 - $75,000",Boomers (55-73),Black only,Very good,5-5.5 feet,180-200,Bachelor's Degree,,450,0,595,345,0,0,50
+,2022,2.02204E+13,2153,Northeast,New York,125000,"House, apartment, flat",1,1,6061790,75,Male,White only,Divorced,"Native, born in United States",Very good,72,250,33.9,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,0,0,650,0,0,180,0,0,5,0,545,"$100,000 - $150,000",Silent (74-91),White only,Very good,6-6.5 feet,200-300,Master's or Doctoral Degree,,545,0,710,180,0,0,5
+,2022,2.02204E+13,2154,Northeast,New York,87500,"House, apartment, flat",1,1,37539901,48,Male,White only,Married - spouse present,"Foreign born, not a U.S. citizen",NIU (Not in universe),,9999,999,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,0,0,480,0,0,370,0,0,40,0,490,"$75,000 - $100,000",Generation X (39-54),White only,"Other (Refused, Dont know, NIU)",,>300,Graduated High School,,490,0,540,370,0,0,40
+,2022,2.02204E+13,2155,Northeast,Pennsylvania,125000,"House, apartment, flat",1,1,9487462,52,Male,White only,Married - spouse present,"Native, born in United States",Excellent,70,185,26.5,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,180,0,600,0,0,30,0,0,60,0,540,"$100,000 - $150,000",Generation X (39-54),White only,Excellent,5.5-6 feet,180-200,Graduated High School,,540,180,630,30,0,0,60
+,2022,2.02204E+13,2156,Midwest,South Dakota,125000,"House, apartment, flat",1,1,13101917,30,Female,White only,Married - spouse present,"Native, born in United States",Very good,65,115,19.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,15,30,0,0,15,0,680,0,0,160,0,0,24,0,516,"$100,000 - $150,000",Millennials (23-38),White only,Very good,5-5.5 feet,100-120,Bachelor's Degree,,516,15,710,160,0,0,39
+,2022,2.02204E+13,2157,West,New Mexico,87500,"House, apartment, flat",1,1,15512578,61,Male,White only,Married - spouse present,"Native, born in United States",Fair,71,340,47.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,1,0,37,30,0,0,240,0,810,0,0,300,0,0,22,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Fair,5.5-6 feet,>300,Bachelor's Degree,,0,240,840,300,0,0,60
+,2022,2.02204E+13,2158,South,Arkansas,22500,"House, apartment, flat",1,1,7363577,43,Male,Black only,Never married,"Native, born in United States",Excellent,69,210,31,High school graduate - GED,Eleventh grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,7,25,0,0,35,0,90,0,0,365,520,0,125,0,273,"$10,000 - $30,000",Generation X (39-54),Black only,Excellent,5.5-6 feet,200-300,Graduated High School,,273,35,115,885,0,0,132
+,2022,2.02204E+13,2159,West,California,125000,"House, apartment, flat",1,1,4292700,44,Male,Black only,Divorced,"Native, born in United States",Excellent,71,170,23.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,165,0,660,0,45,270,0,0,180,0,0,"$100,000 - $150,000",Generation X (39-54),Black only,Excellent,5.5-6 feet,160-180,Bachelor's Degree,,0,165,780,315,0,0,180
+,2022,2.02204E+13,2160,Northeast,New Jersey,32500,"House, apartment, flat",1,1,6443724,37,Female,Black only,Never married,"Foreign born, not a U.S. citizen",Very good,64,140,24,Associate degree - occupational vocational,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,120,0,0,75,0,0,285,0,840,0,0,0,120,0,0,0,0,"$30,000 - $50,000",Millennials (23-38),Black only,Very good,5-5.5 feet,140-160,Associate Degree,,0,285,915,120,0,0,120
+,2022,2.02204E+13,2161,South,Delaware,87500,"House, apartment, flat",1,1,4265277,42,Female,White only,Married - spouse present,"Native, born in United States",Very good,63,170,30.1,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,150,0,0,105,0,0,30,0,630,0,0,495,0,0,30,0,0,"$75,000 - $100,000",Generation X (39-54),White only,Very good,5-5.5 feet,160-180,Master's or Doctoral Degree,,0,30,735,495,0,0,180
+,2022,2.02204E+13,2162,Northeast,Massachusetts,200000,"House, apartment, flat",1,1,7811769,39,Male,White only,Married - spouse present,"Native, born in United States",NIU (Not in universe),,9999,999,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,224,0,0,45,0,0,50,0,500,30,0,71,0,0,105,0,415,"$150,000 and over",Generation X (39-54),White only,"Other (Refused, Dont know, NIU)",,>300,Bachelor's Degree,,415,50,575,71,0,0,329
+,2022,2.02204E+13,2163,South,Oklahoma,37500,"House, apartment, flat",1,1,51595995,38,Male,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Fair,61,174,32.9,7th or 8th grade,Seventh through eighth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,20,0,480,0,0,195,0,0,50,0,635,"$30,000 - $50,000",Generation X (39-54),White only,Fair,5-5.5 feet,160-180,Middle School or Less,,635,20,540,195,0,0,50
+,2022,2.02204E+13,2164,Midwest,Iowa,67500,"House, apartment, flat",1,1,4111404,58,Male,White only,Married - spouse present,"Native, born in United States",Very good,76,235,28.6,Associate degree - occupational vocational,College--three years,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,135,210,130,0,0,100,0,450,120,0,180,0,0,115,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Very good,6-6.5 feet,200-300,Associate Degree,,0,100,700,180,0,0,460
+,2022,2.02204E+13,2165,South,Georgia,200000,"House, apartment, flat",1,1,5950952,38,Male,White only,Married - spouse present,"Native, born in United States",Very good,73,220,29,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,105,0,10,80,0,0,155,0,729,0,0,327,0,5,29,0,0,"$150,000 and over",Generation X (39-54),White only,Very good,6-6.5 feet,200-300,Bachelor's Degree,,0,155,809,327,0,0,149
+,2022,2.02204E+13,2166,South,Georgia,125000,"House, apartment, flat",1,1,21310755,52,Female,White only,Married - spouse present,"Native, born in United States",Good,62,150,27.4,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,35,0,25,90,0,0,35,0,375,0,0,65,0,0,190,0,625,"$100,000 - $150,000",Generation X (39-54),White only,Good,5-5.5 feet,140-160,Master's or Doctoral Degree,,625,35,465,65,0,0,250
+,2022,2.02204E+13,2167,Midwest,Iowa,67500,"House, apartment, flat",1,1,2877888,64,Female,White only,Married - spouse present,"Native, born in United States",Excellent,66,173,27.9,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,100,0,570,0,0,225,0,0,100,400,0,"$50,000 - $75,000",Boomers (55-73),White only,Excellent,5.5-6 feet,160-180,Some College,,0,100,615,225,0,400,100
+,2022,2.02204E+13,2168,South,North Carolina,45000,"House, apartment, flat",1,1,8689033,37,Female,Black only,Never married,"Native, born in United States",Good,67,193,30.2,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,60,0,655,0,0,180,0,0,0,0,455,"$30,000 - $50,000",Millennials (23-38),Black only,Good,5.5-6 feet,180-200,Master's or Doctoral Degree,,455,60,745,180,0,0,0
+,2022,2.02204E+13,2169,South,South Carolina,87500,"House, apartment, flat",1,1,20944703,22,Female,White only,Never married,"Native, born in United States",Excellent,68,137,20.8,Some college but no degree,College--three years,Employed - absent,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,355,0,15,0,670,0,0,120,0,0,70,0,165,"$75,000 - $100,000",Millennials (23-38),White only,Excellent,5.5-6 feet,120-140,Some College,,165,15,715,120,355,0,70
+,2022,2.02204E+13,2170,South,Oklahoma,45000,"House, apartment, flat",1,1,9088758,80,Female,White only,Widowed,"Native, born in United States",Very good,67,150,23.5,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,70,0,0,405,0,705,0,0,260,0,0,0,0,0,"$30,000 - $50,000",Silent (74-91),White only,Very good,5.5-6 feet,140-160,Graduated High School,,0,405,775,260,0,0,0
+,2022,2.02204E+13,2171,South,Arkansas,17500,"House, apartment, flat",1,1,2749152,68,Female,White-American Indian,Married - spouse present,"Native, born in United States",Very good,61,104,19.6,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,45,0,135,0,0,201,0,660,0,60,220,60,0,59,0,0,"$10,000 - $30,000",Boomers (55-73),Mixed,Very good,5-5.5 feet,100-120,Associate Degree,,0,201,795,340,0,0,104
+,2022,2.02204E+13,2172,Midwest,South Dakota,200000,"House, apartment, flat",1,1,10820059,34,Female,White only,Married - spouse present,"Native, born in United States",Good,67,140,21.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,68,0,0,90,0,0,180,0,510,0,0,32,0,0,35,0,525,"$150,000 and over",Millennials (23-38),White only,Good,5.5-6 feet,140-160,Bachelor's Degree,,525,180,600,32,0,0,103
+,2022,2.02204E+13,2173,South,Mississippi,22500,"House, apartment, flat",1,1,7342228,35,Male,White only,Married - spouse present,"Native, born in United States",Excellent,69,170,25.1,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,40,0,60,40,0,0,290,0,440,0,0,560,0,0,10,0,0,"$10,000 - $30,000",Millennials (23-38),White only,Excellent,5.5-6 feet,160-180,Associate Degree,,0,290,480,560,0,0,110
+,2022,2.02204E+13,2174,Northeast,New Hampshire,45000,"House, apartment, flat",1,1,20408958,32,Female,White only,Never married,"Native, born in United States",Very good,61,125,23.6,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,140,0,405,0,0,170,0,0,0,0,680,"$30,000 - $50,000",Millennials (23-38),White only,Very good,5-5.5 feet,120-140,Graduated High School,,680,140,450,170,0,0,0
+,2022,2.02204E+13,2175,South,Virginia,13750,"House, apartment, flat",1,1,5383552,62,Male,White only,Divorced,"Native, born abroad of American parent or parents",Fair,69,135,19.9,High school graduate - GED,Eleventh grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,Has difficulty remembering,0,0,0,0,0,0,0,0,600,0,0,310,0,0,40,0,490,"$10,000 - $30,000",Boomers (55-73),White only,Fair,5.5-6 feet,120-140,Graduated High School,,490,0,600,310,0,0,40
+,2022,2.02204E+13,2176,Midwest,Indiana,87500,"House, apartment, flat",1,1,14036701,21,Female,White only,Never married,"Native, born in United States",Very good,64,168,28.8,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,10,0,135,270,0,95,0,735,0,0,75,0,0,120,0,0,"$75,000 - $100,000",Generation Z (7-22),White only,Very good,5-5.5 feet,160-180,Some College,,0,95,870,75,270,0,130
+,2022,2.02204E+13,2177,South,Alabama,200000,"House, apartment, flat",1,1,5287792,42,Female,White only,Married - spouse present,"Native, born in United States",Fair,66,340,54.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,30,0,0,330,0,630,0,0,390,0,0,30,0,0,"$150,000 and over",Generation X (39-54),White only,Fair,5.5-6 feet,>300,Bachelor's Degree,,0,330,660,390,0,0,60
+,2022,2.02204E+13,2178,Northeast,Pennsylvania,87500,"House, apartment, flat",1,1,16882692,26,Male,White-Black,Never married,"Native, born in United States",Very good,67,195,30.5,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,40,0,580,0,0,275,0,0,70,0,430,"$75,000 - $100,000",Millennials (23-38),Mixed,Very good,5.5-6 feet,180-200,Associate Degree,,430,40,625,275,0,0,70
+,2022,2.02204E+13,2179,South,Arkansas,200000,"House, apartment, flat",1,1,13617197,44,Female,White only,Married - spouse present,"Native, born in United States",Very good,65,150,25,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,42,0,0,20,0,0,90,0,630,0,0,248,60,0,70,0,280,"$150,000 and over",Generation X (39-54),White only,Very good,5-5.5 feet,140-160,Some College,,280,90,650,308,0,0,112
+,2022,2.02204E+13,2180,West,California,200000,"House, apartment, flat",1,1,4437355,39,Male,Asian only,Married - spouse present,"Foreign born, not a U.S. citizen",Good,68,158,24,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,60,0,0,150,0,0,60,0,660,0,0,360,90,0,60,0,0,"$150,000 and over",Generation X (39-54),Asian only,Good,5.5-6 feet,140-160,Master's or Doctoral Degree,,0,60,810,450,0,0,120
+,2022,2.02204E+13,2181,South,Mississippi,125000,"House, apartment, flat",1,1,23011411,52,Male,Black only,Married - spouse present,"Native, born in United States",Fair,66,177,28.6,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,0,0,0,0,0,503,0,0,270,0,0,4,0,663,"$100,000 - $150,000",Generation X (39-54),Black only,Fair,5.5-6 feet,160-180,Associate Degree,,663,0,503,270,0,0,4
+,2022,2.02204E+13,2182,West,Colorado,37500,"House, apartment, flat",1,1,12305038,64,Male,White only,Married - spouse present,"Native, born in United States",Very good,69,160,23.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,5,0,105,0,0,20,0,570,0,0,442,0,0,208,87,0,"$30,000 - $50,000",Boomers (55-73),White only,Very good,5.5-6 feet,160-180,Bachelor's Degree,,0,20,675,442,0,87,213
+,2022,2.02204E+13,2183,West,Washington,200000,"House, apartment, flat",1,1,4548402,46,Female,White only,Divorced,"Native, born in United States",Excellent,65,130,21.6,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,90,0,0,30,0,0,510,0,600,0,0,210,0,0,0,0,0,"$150,000 and over",Generation X (39-54),White only,Excellent,5-5.5 feet,120-140,Associate Degree,,0,510,630,210,0,0,90
+,2022,2.02204E+13,2184,Northeast,Pennsylvania,11250,"House, apartment, flat",1,1,2331457,47,Female,White only,Widowed,"Native, born in United States",Very good,66,160,25.8,Associate degree - academic program,College--four years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,1,0,60,60,0,0,360,0,625,0,90,60,0,0,94,0,0,"$10,000 - $30,000",Generation X (39-54),White only,Very good,5.5-6 feet,160-180,Associate Degree,,0,360,685,150,0,0,155
+,2022,2.02204E+13,2185,South,Arkansas,87500,"House, apartment, flat",1,1,7353167,44,Female,White only,Married - spouse present,"Native, born in United States",Good,65,185,30.8,Associate degree - academic program,College--two years,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,5,0,0,15,0,570,0,0,850,0,0,0,0,0,"$75,000 - $100,000",Generation X (39-54),White only,Good,5-5.5 feet,180-200,Associate Degree,,0,15,575,850,0,0,0
+,2022,2.02204E+13,2186,Northeast,Vermont,55000,"House, apartment, flat",1,1,2888624,73,Female,White only,Married - spouse present,"Native, born in United States",NIU (Not in universe),,9999,999,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,20,0,0,340,0,630,0,0,360,0,0,30,0,0,"$50,000 - $75,000",Silent (74-91),White only,"Other (Refused, Dont know, NIU)",,>300,Some College,,0,340,650,360,0,0,90
+,2022,2.02204E+13,2187,South,Georgia,67500,Mobile home or trailer with no permanent room added,1,1,20181510,21,Female,White only,Never married,"Native, born in United States",Poor,63,180,31.9,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,25,60,0,0,480,0,720,0,0,125,0,0,30,0,0,"$50,000 - $75,000",Generation Z (7-22),White only,Poor,5-5.5 feet,180-200,Graduated High School,,0,480,780,125,0,0,55
+,2022,2.02204E+13,2188,South,Louisiana,55000,"House, apartment, flat",1,1,10494925,51,Female,Black only,Never married,"Native, born in United States",Very good,62,180,32.9,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,40,0,0,280,0,660,0,0,460,0,0,0,0,0,"$50,000 - $75,000",Generation X (39-54),Black only,Very good,5-5.5 feet,180-200,Associate Degree,,0,280,700,460,0,0,0
+,2022,2.02204E+13,2189,Northeast,Connecticut,37500,"House, apartment, flat",1,1,8363869,69,Female,White only,Divorced,"Native, born in United States",Fair,63,123,21.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,Has difficulty remembering,0,0,0,40,0,0,56,0,486,61,0,392,30,0,75,0,300,"$30,000 - $50,000",Boomers (55-73),White only,Fair,5-5.5 feet,120-140,Bachelor's Degree,,300,56,587,422,0,0,75
+,2022,2.02204E+13,2190,South,Texas,87500,"House, apartment, flat",1,1,3999048,75,Female,Asian only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Excellent,65,130,21.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,215,0,185,0,0,150,0,540,0,0,300,0,50,0,0,0,"$75,000 - $100,000",Silent (74-91),Asian only,Excellent,5-5.5 feet,120-140,Bachelor's Degree,,0,150,725,300,0,0,265
+,2022,2.02204E+13,2191,Midwest,Wisconsin,87500,"House, apartment, flat",1,1,37344561,17,Female,White only,Never married,"Native, born in United States",Good,62,150,27.4,10th grade,Tenth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,2,0,0,60,582,0,0,0,600,0,0,60,0,0,76,60,0,"$75,000 - $100,000",Generation Z (7-22),White only,Good,5-5.5 feet,140-160,Some High School,,0,0,660,60,582,60,78
+,2022,2.02204E+13,2192,South,Texas,125000,"House, apartment, flat",1,1,6718899,49,Male,White only,Married - spouse present,"Native, born in United States",Good,70,250,35.9,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,15,0,20,70,0,0,0,0,635,0,0,300,0,0,112,0,288,"$100,000 - $150,000",Generation X (39-54),White only,Good,5.5-6 feet,200-300,Master's or Doctoral Degree,,288,0,705,300,0,0,147
+,2022,2.02204E+13,2193,South,Virginia,55000,"House, apartment, flat",1,1,4738054,65,Male,White only,Married - spouse present,"Native, born in United States",Very good,68,193,29.3,Associate degree - occupational vocational,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,240,0,540,0,0,465,120,0,15,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Very good,5.5-6 feet,180-200,Associate Degree,,0,240,600,585,0,0,15
+,2022,2.02204E+13,2194,West,California,200000,"House, apartment, flat",1,1,3577739,44,Male,Asian only,Married - spouse present,"Native, born in United States",Good,69,160,23.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,65,0,0,20,0,0,140,0,445,0,15,366,0,0,44,0,345,"$150,000 and over",Generation X (39-54),Asian only,Good,5.5-6 feet,160-180,Bachelor's Degree,,345,140,465,381,0,0,109
+,2022,2.02204E+13,2195,Northeast,Pennsylvania,6250,"House, apartment, flat",1,1,24917456,54,Male,White only,Divorced,"Native, born in United States",Good,75,340,42.5,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,Has difficulty remembering,0,0,0,90,0,0,0,0,0,1350,0,0,0,0,0,0,0,"Less than $10,000",Boomers (55-73),White only,Good,6-6.5 feet,>300,Graduated High School,,0,0,1440,0,0,0,0
+,2022,2.02204E+13,2196,Northeast,Vermont,67500,"House, apartment, flat",1,1,4310074,60,Male,White only,Married - spouse present,"Native, born in United States",Very good,69,175,25.8,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,30,0,0,30,0,655,0,0,240,60,0,35,0,360,"$50,000 - $75,000",Boomers (55-73),White only,Very good,5.5-6 feet,160-180,Master's or Doctoral Degree,,360,30,685,300,0,0,65
+,2022,2.02204E+13,2197,Midwest,Minnesota,55000,"House, apartment, flat",1,1,2909821,60,Female,White only,Widowed,"Native, born in United States",Very good,67,180,28.2,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,70,0,0,40,0,660,0,0,670,0,0,0,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Very good,5.5-6 feet,180-200,Some College,,0,40,730,670,0,0,0
+,2022,2.02204E+13,2198,South,Georgia,125000,"House, apartment, flat",1,1,10804004,33,Male,Asian only,Married - spouse present,"Native, born in United States",Very good,70,170,24.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,5,100,0,0,15,0,615,0,0,195,0,0,250,0,260,"$100,000 - $150,000",Millennials (23-38),Asian only,Very good,5.5-6 feet,160-180,Bachelor's Degree,,260,15,715,195,0,0,255
+,2022,2.02204E+13,2199,South,Florida,17500,"House, apartment, flat",1,1,10414277,64,Male,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Good,69,172,25.4,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,130,0,0,95,0,530,0,0,155,20,0,25,0,485,"$10,000 - $30,000",Boomers (55-73),White only,Good,5.5-6 feet,160-180,Master's or Doctoral Degree,,485,95,660,175,0,0,25
+,2022,2.02204E+13,2200,West,California,200000,"House, apartment, flat",1,1,18524060,54,Male,Black only,Divorced,"Foreign born, not a U.S. citizen",Refused,,9996,998,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,0,0,600,0,0,165,0,45,60,0,480,"$150,000 and over",Boomers (55-73),Black only,"Other (Refused, Dont know, NIU)",,>300,Associate Degree,,480,0,690,165,0,0,105
+,2022,2.02204E+13,2201,South,Arkansas,32500,"House, apartment, flat",1,1,2904412,56,Female,White only,Divorced,"Native, born in United States",Poor,69,106,15.7,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,45,0,0,105,0,0,45,0,690,0,0,0,0,0,30,0,525,"$30,000 - $50,000",Boomers (55-73),White only,Poor,5.5-6 feet,100-120,Some College,,525,45,795,0,0,0,75
+,2022,2.02204E+13,2202,South,Mississippi,87500,"House, apartment, flat",1,1,4560242,60,Male,White only,Married - spouse present,"Native, born in United States",Good,74,262,33.6,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,70,0,0,580,0,690,0,0,100,0,0,0,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Good,6-6.5 feet,200-300,Master's or Doctoral Degree,,0,580,760,100,0,0,0
+,2022,2.02204E+13,2203,Midwest,Indiana,11250,"House, apartment, flat",1,1,13383827,57,Female,White only,Never married,"Native, born in United States",Good,67,231,36.2,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,Has difficulty remembering,0,0,120,60,0,0,375,0,640,0,0,225,0,0,20,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Some College,,0,375,700,225,0,0,140
+,2022,2.02204E+13,2204,Northeast,New Jersey,37500,"House, apartment, flat",1,1,6391484,73,Female,White only,Never married,"Native, born in United States",Fair,63,180,31.9,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,30,0,0,310,0,800,0,0,300,0,0,0,0,0,"$30,000 - $50,000",Silent (74-91),White only,Fair,5-5.5 feet,180-200,Graduated High School,,0,310,830,300,0,0,0
+,2022,2.02204E+13,2205,South,Tennessee,87500,"House, apartment, flat",1,1,9223259,44,Male,Black only,Married - spouse present,"Native, born in United States",Very good,69,173,25.5,High school graduate - diploma,Twelfth grade,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,20,0,0,30,0,710,0,0,300,0,0,50,0,295,"$75,000 - $100,000",Generation X (39-54),Black only,Very good,5.5-6 feet,160-180,Graduated High School,,295,30,730,300,0,0,50
+,2022,2.02204E+13,2206,South,Texas,67500,"House, apartment, flat",1,1,14713401,39,Female,White only,Married - spouse present,"Native, born in United States",Good,65,220,36.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,11,0,5,66,0,0,20,0,466,0,0,135,0,0,202,0,535,"$50,000 - $75,000",Generation X (39-54),White only,Good,5-5.5 feet,200-300,Bachelor's Degree,,535,20,532,135,0,0,218
+,2022,2.02204E+13,2207,Midwest,Illinois,11250,"House, apartment, flat",1,1,13770440,67,Female,White only,Divorced,"Native, born in United States",Good,62,150,27.4,High school graduate - GED,Tenth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,32,0,0,223,0,450,0,0,475,0,0,200,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Good,5-5.5 feet,140-160,Graduated High School,,0,223,482,475,0,0,260
+,2022,2.02204E+13,2208,Northeast,Massachusetts,27500,"House, apartment, flat",1,1,15411656,47,Male,Black only,Married - spouse absent,"Foreign born, U.S. citizen by naturalization",Excellent,60,198,38.7,11th grade,Eleventh grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,60,0,0,0,0,485,0,0,0,0,0,35,0,860,"$10,000 - $30,000",Generation X (39-54),Black only,Excellent,5-5.5 feet,180-200,Some High School,,860,0,545,0,0,0,35
+,2022,2.02204E+13,2209,Northeast,Pennsylvania,200000,"House, apartment, flat",1,1,3865953,73,Female,White only,Married - spouse present,"Native, born in United States",Very good,59,130,26.3,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,170,0,0,430,0,690,0,0,100,0,0,50,0,0,"$150,000 and over",Silent (74-91),White only,Very good,0-5 feet,120-140,Some College,,0,430,860,100,0,0,50
+,2022,2.02204E+13,2210,West,Oregon,200000,"House, apartment, flat",1,1,4242952,36,Female,White only,Married - spouse present,"Native, born in United States",Good,66,175,28.2,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,160,0,30,90,0,0,140,0,595,0,0,390,20,0,15,0,0,"$150,000 and over",Millennials (23-38),White only,Good,5.5-6 feet,160-180,Master's or Doctoral Degree,,0,140,685,410,0,0,205
+,2022,2.02204E+13,2211,South,Georgia,45000,"House, apartment, flat",1,1,22791778,27,Male,"American Indian, Alaskan Native",Never married,"Foreign born, not a U.S. citizen",NIU (Not in universe),,9999,999,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,73,100,0,0,10,0,790,0,0,263,0,0,204,0,0,"$30,000 - $50,000",Millennials (23-38),"American Indian, Alaskan Native","Other (Refused, Dont know, NIU)",,>300,Some College,,0,10,890,263,0,0,277
+,2022,2.02204E+13,2212,West,California,125000,"House, apartment, flat",1,1,8820293,40,Female,Black only,Divorced,"Native, born in United States",Very good,69,140,20.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,25,0,0,0,0,730,0,0,45,75,0,175,0,390,"$100,000 - $150,000",Generation X (39-54),Black only,Very good,5.5-6 feet,140-160,Bachelor's Degree,,390,0,755,120,0,0,175
+,2022,2.02204E+13,2213,West,Washington,200000,"House, apartment, flat",1,1,5374778,47,Female,White only,Divorced,"Native, born in United States",Good,67,199,31.2,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,240,0,660,0,0,210,0,60,0,0,60,"$150,000 and over",Generation X (39-54),White only,Good,5.5-6 feet,180-200,Master's or Doctoral Degree,,60,240,750,210,0,0,60
+,2022,2.02204E+13,2214,West,Arizona,200000,"House, apartment, flat",1,1,15519655,23,Male,Asian only,Never married,"Native, born in United States",Very good,68,140,21.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,110,325,0,30,0,645,0,0,220,60,0,50,0,0,"$150,000 and over",Millennials (23-38),Asian only,Very good,5.5-6 feet,140-160,Bachelor's Degree,,0,30,755,280,325,0,50
+,2022,2.02204E+13,2215,West,California,45000,"House, apartment, flat",1,1,12359676,35,Female,White only,Separated,"Foreign born, not a U.S. citizen",Fair,,165,998,9th grade,Ninth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,0,0,990,0,0,390,0,0,0,0,0,"$30,000 - $50,000",Millennials (23-38),White only,Fair,,160-180,Some High School,,0,0,1050,390,0,0,0
+,2022,2.02204E+13,2216,Northeast,New York,6250,"House, apartment, flat",1,1,10048026,65,Female,Black only,Never married,"Native, born in United States",Excellent,64,130,22.3,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,35,0,541,0,0,105,0,0,234,0,435,"Less than $10,000",Boomers (55-73),Black only,Excellent,5-5.5 feet,120-140,Graduated High School,,435,35,631,105,0,0,234
+,2022,2.02204E+13,2217,South,North Carolina,200000,"House, apartment, flat",1,1,10008115,64,Male,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Good,71,182,25.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,185,0,560,0,0,135,0,0,50,0,480,"$150,000 and over",Boomers (55-73),White only,Good,5.5-6 feet,180-200,Bachelor's Degree,,480,185,590,135,0,0,50
+,2022,2.02204E+13,2218,South,Texas,32500,"House, apartment, flat",1,1,5695163,36,Male,Black only,Never married,"Native, born in United States",Fair,76,230,28,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,10,0,360,0,0,1030,0,0,40,0,0,"$30,000 - $50,000",Millennials (23-38),Black only,Fair,6-6.5 feet,200-300,Some College,,0,10,360,1030,0,0,40
+,2022,2.02204E+13,2219,South,Texas,37500,"House, apartment, flat",1,1,40923698,35,Female,Black only,Married - spouse absent,"Foreign born, not a U.S. citizen",Good,68,172,26.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,10,0,0,45,0,540,0,0,725,0,120,0,0,0,"$30,000 - $50,000",Millennials (23-38),Black only,Good,5.5-6 feet,160-180,Bachelor's Degree,,0,45,550,725,0,0,120
+,2022,2.02204E+13,2220,South,Maryland,200000,"House, apartment, flat",1,1,14140898,37,Male,White only,Married - spouse present,"Native, born in United States",Excellent,65,133,22.1,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,20,0,30,225,0,0,150,0,505,0,0,390,0,0,105,0,0,"$150,000 and over",Millennials (23-38),White only,Excellent,5-5.5 feet,120-140,Master's or Doctoral Degree,,0,150,730,390,0,0,155
+,2022,2.02204E+13,2221,South,Oklahoma,22500,"House, apartment, flat",1,1,25449529,46,Male,White-American Indian,Married - spouse present,"Native, born in United States",Good,68,185,28.1,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,10,0,0,0,0,365,0,0,127,0,0,116,0,822,"$10,000 - $30,000",Generation X (39-54),Mixed,Good,5.5-6 feet,180-200,Graduated High School,,822,0,375,127,0,0,116
+,2022,2.02204E+13,2222,South,Tennessee,32500,"House, apartment, flat",1,1,32418033,21,Female,White only,Never married,"Native, born in United States",Good,62,131,24,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,0,0,695,0,0,210,0,0,60,0,445,"$30,000 - $50,000",Generation Z (7-22),White only,Good,5-5.5 feet,120-140,Graduated High School,,445,0,725,210,0,0,60
+,2022,2.02204E+13,2223,South,South Carolina,87500,"House, apartment, flat",1,1,19167278,23,Male,White only,Never married,"Native, born in United States",Good,74,295,37.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,0,0,45,0,530,0,0,300,0,0,75,0,415,"$75,000 - $100,000",Millennials (23-38),White only,Good,6-6.5 feet,200-300,Bachelor's Degree,,415,45,605,300,0,0,75
+,2022,2.02204E+13,2224,West,Arizona,200000,"House, apartment, flat",1,1,10965008,30,Female,Asian only,Married - spouse present,"Native, born in United States",Very good,67,138,21.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,75,235,0,0,126,0,680,0,0,154,60,0,110,0,0,"$150,000 and over",Millennials (23-38),Asian only,Very good,5.5-6 feet,120-140,Bachelor's Degree,,0,126,915,214,0,0,185
+,2022,2.02204E+13,2225,Northeast,Maine,200000,"House, apartment, flat",1,1,11987868,20,Male,White only,Never married,"Native, born in United States",Good,72,340,46.1,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,65,0,0,40,0,450,0,0,415,0,0,40,0,430,"$150,000 and over",Generation Z (7-22),White only,Good,6-6.5 feet,>300,Graduated High School,,430,40,515,415,0,0,40
+,2022,2.02204E+13,2226,West,Washington,67500,"House, apartment, flat",1,1,26155205,69,Female,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Fair,56,120,26.9,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,180,55,0,0,210,0,630,0,0,225,80,0,60,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Fair,0-5 feet,120-140,Graduated High School,,0,210,685,305,0,0,240
+,2022,2.02204E+13,2227,West,Arizona,55000,"House, apartment, flat",1,1,5734572,65,Male,White only,Married - spouse present,"Native, born in United States",Very good,72,205,27.8,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,55,0,0,30,0,0,393,0,510,0,0,310,0,0,32,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Very good,6-6.5 feet,200-300,Master's or Doctoral Degree,,0,393,540,310,0,0,87
+,2022,2.02204E+13,2228,West,California,67500,"House, apartment, flat",1,1,18105241,70,Female,Black only,Married - spouse present,"Native, born in United States",Refused,,9996,998,Associate degree - academic program,College--three years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,90,50,0,0,160,0,720,45,0,330,0,0,45,0,0,"$50,000 - $75,000",Boomers (55-73),Black only,"Other (Refused, Dont know, NIU)",,>300,Associate Degree,,0,160,815,330,0,0,135
+,2022,2.02204E+13,2229,West,California,6250,"House, apartment, flat",1,1,30701003,33,Female,White only,Married - spouse present,"Foreign born, not a U.S. citizen",NIU (Not in universe),,9999,999,12th grade - no diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,0,0,0,450,0,540,0,0,270,90,0,30,0,0,"Less than $10,000",Millennials (23-38),White only,"Other (Refused, Dont know, NIU)",,>300,Some High School,,0,450,540,360,0,0,90
+,2022,2.02204E+13,2230,South,Texas,67500,"House, apartment, flat",1,1,12600017,64,Female,White only,Married - spouse present,"Native, born in United States",Excellent,64,175,30,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,0,0,70,0,640,0,190,0,30,45,40,0,210,"$50,000 - $75,000",Boomers (55-73),White only,Excellent,5-5.5 feet,160-180,Bachelor's Degree,,210,70,715,220,0,0,85
+,2022,2.02204E+13,2231,West,Arizona,125000,"House, apartment, flat",1,1,5271194,61,Female,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Fair,61,226,42.7,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,35,30,30,0,0,85,0,750,0,0,415,0,0,95,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Fair,5-5.5 feet,200-300,Graduated High School,,0,85,780,415,0,0,160
+,2022,2.02204E+13,2232,South,Kentucky,45000,"House, apartment, flat",1,1,4624135,79,Female,White only,Married - spouse present,"Native, born in United States",Poor,62,160,29.3,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,Has difficulty remembering,0,0,0,0,0,0,0,0,182,0,0,1258,0,0,0,0,0,"$30,000 - $50,000",Silent (74-91),White only,Poor,5-5.5 feet,160-180,Graduated High School,,0,0,182,1258,0,0,0
+,2022,2.02204E+13,2233,West,California,55000,"House, apartment, flat",1,1,40179085,24,Female,White only,Never married,"Native, born in United States",Good,64,120,20.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,120,0,130,0,510,180,0,390,0,0,80,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Good,5-5.5 feet,120-140,Bachelor's Degree,,0,130,720,390,120,0,80
+,2022,2.02204E+13,2234,South,North Carolina,67500,"House, apartment, flat",1,1,5619995,54,Male,White only,Divorced,"Native, born in United States",Good,74,250,32.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,5,85,0,0,30,60,750,0,0,490,0,0,20,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Good,6-6.5 feet,200-300,Bachelor's Degree,,0,90,835,490,0,0,25
+,2022,2.02204E+13,2235,South,Alabama,67500,"House, apartment, flat",1,1,5135217,24,Male,White only,Married - spouse absent,"Native, born in United States",Very good,72,185,25.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,10,0,90,75,0,0,220,0,725,0,0,210,0,0,110,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Very good,6-6.5 feet,180-200,Bachelor's Degree,,0,220,800,210,0,0,210
+,2022,2.02204E+13,2236,South,Florida,45000,"House, apartment, flat",1,1,34816727,37,Male,White only,Married - spouse present,"Native, born in United States",Good,71,195,27.2,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,1,0,5,30,0,0,0,0,569,0,0,150,0,0,160,0,525,"$30,000 - $50,000",Millennials (23-38),White only,Good,5.5-6 feet,180-200,Graduated High School,,525,0,599,150,0,0,166
+,2022,2.02204E+13,2237,South,Florida,200000,"House, apartment, flat",1,1,22980001,57,Male,White only,Married - spouse present,"Native, born in United States",Excellent,71,205,28.6,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,80,0,540,60,0,120,0,0,100,0,510,"$150,000 and over",Boomers (55-73),White only,Excellent,5.5-6 feet,200-300,Graduated High School,,510,80,630,120,0,0,100
+,2022,2.02204E+13,2238,Midwest,Michigan,125000,"House, apartment, flat",1,1,12724144,53,Male,White only,Married - spouse present,"Native, born in United States",Poor,71,300,41.8,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,5,20,0,0,50,0,683,0,0,602,0,0,80,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Poor,5.5-6 feet,>300,Graduated High School,,0,50,703,602,0,0,85
+,2022,2.02204E+13,2239,West,Arizona,125000,"House, apartment, flat",1,1,3904066,41,Male,White only,Married - spouse present,"Native, born in United States",Good,71,202,28.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,20,70,0,60,0,0,135,0,855,0,0,240,0,0,60,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Good,5.5-6 feet,200-300,Bachelor's Degree,,0,135,915,240,0,0,150
+,2022,2.02204E+13,2240,South,Texas,11250,"House, apartment, flat",1,1,3268435,75,Male,White only,Widowed,"Native, born in United States",Good,71,190,26.5,High school graduate - diploma,Twelfth grade,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,10,0,0,420,0,660,0,0,320,0,0,30,0,0,"$10,000 - $30,000",Silent (74-91),White only,Good,5.5-6 feet,180-200,Graduated High School,,0,420,670,320,0,0,30
+,2022,2.02204E+13,2241,West,California,67500,"House, apartment, flat",1,1,17381092,31,Female,White only,Married - spouse present,"Native, born in United States",Excellent,66,9994,998,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,375,170,0,0,0,0,780,0,60,0,0,0,55,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Excellent,5.5-6 feet,>300,Graduated High School,,0,0,950,60,0,0,430
+,2022,2.02204E+13,2242,Midwest,Ohio,32500,"House, apartment, flat",1,1,4384178,71,Female,White only,Widowed,"Native, born in United States",Very good,65,156,26,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,250,0,90,0,0,275,0,450,0,0,345,20,0,10,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Very good,5-5.5 feet,140-160,Associate Degree,,0,275,540,365,0,0,260
+,2022,2.02204E+13,2243,Midwest,Illinois,32500,"House, apartment, flat",1,1,13610853,80,Male,White only,Divorced,"Native, born in United States",Good,74,175,22.5,10th grade,Tenth grade,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,20,60,0,0,45,0,700,0,0,570,0,0,45,0,0,"$30,000 - $50,000",Silent (74-91),White only,Good,6-6.5 feet,160-180,Some High School,,0,45,760,570,0,0,65
+,2022,2.02204E+13,2244,West,California,37500,Mobile home or trailer with 1 or more rooms added,1,1,10872783,36,Male,White only,Never married,"Native, born in United States",Very good,64,220,37.8,High school graduate - diploma,Twelfth grade,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,594,0,30,0,0,0,0,300,0,0,210,0,0,306,0,0,"$30,000 - $50,000",Millennials (23-38),White only,Very good,5-5.5 feet,200-300,Graduated High School,,0,0,330,210,0,0,900
+,2022,2.02204E+13,2245,Midwest,Kansas,87500,"House, apartment, flat",1,1,8741535,77,Male,White only,Married - spouse present,"Native, born in United States",Excellent,68,165,25.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,85,0,0,20,0,660,0,0,610,50,0,5,0,0,"$75,000 - $100,000",Silent (74-91),White only,Excellent,5.5-6 feet,160-180,Bachelor's Degree,,0,20,745,660,0,0,15
+,2022,2.02204E+13,2246,South,Texas,13750,"House, apartment, flat",1,1,28228003,60,Female,Black only,Never married,"Native, born in United States",Good,61,150,28.3,High school graduate - GED,Eleventh grade,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,480,0,540,0,0,360,0,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),Black only,Good,5-5.5 feet,140-160,Graduated High School,,0,480,600,360,0,0,0
+,2022,2.02204E+13,2247,Northeast,Massachusetts,125000,"House, apartment, flat",1,1,9475930,62,Female,White only,Married - spouse present,"Native, born in United States",Very good,66,142,22.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,5,125,0,0,55,0,570,40,0,170,10,10,55,0,400,"$100,000 - $150,000",Boomers (55-73),White only,Very good,5.5-6 feet,140-160,Bachelor's Degree,,400,55,735,180,0,0,70
+,2022,2.02204E+13,2248,West,Montana,200000,"House, apartment, flat",1,1,9890154,60,Male,White only,Married - spouse present,"Native, born in United States",Very good,73,195,25.7,Associate degree - academic program,College--two years,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,5,0,75,0,0,36,0,329,0,0,30,0,0,44,0,921,"$150,000 and over",Boomers (55-73),White only,Very good,6-6.5 feet,180-200,Associate Degree,,921,36,404,30,0,0,49
+,2022,2.02204E+13,2249,South,Oklahoma,55000,"House, apartment, flat",1,1,3213136,35,Male,White only,Married - spouse present,"Native, born in United States",Excellent,69,215,31.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,75,0,0,60,0,0,35,0,765,0,135,320,0,0,50,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Excellent,5.5-6 feet,200-300,Bachelor's Degree,,0,35,825,455,0,0,125
+,2022,2.02204E+13,2250,South,North Carolina,87500,"House, apartment, flat",1,1,8689656,71,Female,White only,Married - spouse present,"Native, born in United States",Very good,65,160,26.6,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,45,50,0,0,335,0,560,0,0,370,0,30,50,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Very good,5-5.5 feet,160-180,Master's or Doctoral Degree,,0,335,610,370,0,0,125
+,2022,2.02204E+13,2251,South,Texas,27500,"House, apartment, flat",1,1,13912830,43,Female,White only,Divorced,"Foreign born, not a U.S. citizen",Good,61,180,34,12th grade - no diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,45,0,0,90,0,0,235,0,485,0,0,30,0,0,60,0,495,"$10,000 - $30,000",Generation X (39-54),White only,Good,5-5.5 feet,180-200,Some High School,,495,235,575,30,0,0,105
+,2022,2.02204E+13,2252,Midwest,Iowa,87500,"House, apartment, flat",1,1,2226309,69,Female,White only,Never married,"Native, born in United States",Very good,66,155,25,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,100,0,0,130,0,540,0,60,465,10,0,40,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Very good,5.5-6 feet,140-160,Bachelor's Degree,,0,130,640,535,0,0,40
+,2022,2.02204E+13,2253,West,Arizona,11250,"House, apartment, flat",1,1,4553555,41,Male,White only,Widowed,"Native, born in United States",Very good,73,172,22.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,595,0,550,0,0,35,0,40,0,0,160,"$10,000 - $30,000",Generation X (39-54),White only,Very good,6-6.5 feet,160-180,Bachelor's Degree,,160,595,610,35,0,0,40
+,2022,2.02204E+13,2254,Midwest,Illinois,125000,"House, apartment, flat",1,1,14713472,42,Male,White only,Married - spouse present,"Native, born in United States",Refused,,9996,998,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,180,0,0,0,0,595,0,0,526,120,0,19,0,0,"$100,000 - $150,000",Generation X (39-54),White only,"Other (Refused, Dont know, NIU)",,>300,Bachelor's Degree,,0,0,775,646,0,0,19
+,2022,2.02204E+13,2255,West,Washington,125000,"House, apartment, flat",1,1,10662505,20,Male,White only,Never married,"Native, born in United States",Fair,68,120,18.2,11th grade,Eleventh grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,5,0,480,0,0,925,0,0,0,0,0,"$100,000 - $150,000",Generation Z (7-22),White only,Fair,5.5-6 feet,120-140,Some High School,,0,5,510,925,0,0,0
+,2022,2.02204E+13,2256,South,Louisiana,55000,"House, apartment, flat",1,1,4447858,77,Female,White only,Married - spouse present,"Native, born in United States",Excellent,63,128,22.7,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,90,0,420,0,0,570,0,0,285,0,0,"$50,000 - $75,000",Silent (74-91),White only,Excellent,5-5.5 feet,120-140,Graduated High School,,0,90,480,570,0,0,285
+,2022,2.02204E+13,2257,Northeast,Massachusetts,125000,"House, apartment, flat",1,1,22692326,23,Male,White only,Never married,"Native, born in United States",Very good,72,190,25.8,Some college but no degree,College--three years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,45,660,0,50,0,490,0,0,60,0,0,125,0,0,"$100,000 - $150,000",Millennials (23-38),White only,Very good,6-6.5 feet,180-200,Some College,,0,50,535,60,660,0,135
+,2022,2.02204E+13,2258,Northeast,Vermont,87500,"House, apartment, flat",1,1,9147554,48,Female,White only,Married - spouse present,"Native, born in United States",Excellent,67,120,18.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,20,0,0,70,60,0,75,0,500,0,0,300,0,0,370,0,0,"$75,000 - $100,000",Generation X (39-54),White only,Excellent,5.5-6 feet,120-140,Bachelor's Degree,,0,75,570,300,60,0,390
+,2022,2.02204E+13,2259,West,California,45000,"House, apartment, flat",1,1,16127495,79,Male,White only,Married - spouse present,"Native, born in United States",Fair,68,240,36.5,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,25,0,0,20,0,450,0,0,945,0,0,0,0,0,"$30,000 - $50,000",Silent (74-91),White only,Fair,5.5-6 feet,200-300,Graduated High School,,0,20,475,945,0,0,0
+,2022,2.02204E+13,2260,West,California,55000,"House, apartment, flat",1,1,6111552,74,Female,White only,Widowed,"Native, born in United States",Fair,67,135,21.1,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,50,0,0,1051,0,219,0,0,120,0,0,0,0,0,"$50,000 - $75,000",Silent (74-91),White only,Fair,5.5-6 feet,120-140,Some College,,0,1051,269,120,0,0,0
+,2022,2.02204E+13,2261,West,Washington,200000,"House, apartment, flat",1,1,15177545,17,Male,White only,Never married,"Native, born in United States",Very good,67,110,17.2,10th grade,Tenth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,25,65,210,0,45,0,660,0,0,90,69,0,276,0,0,"$150,000 and over",Generation Z (7-22),White only,Very good,5.5-6 feet,100-120,Some High School,,0,45,725,159,210,0,301
+,2022,2.02204E+13,2262,Midwest,Kansas,67500,"House, apartment, flat",1,1,15406052,60,Male,Asian only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Good,65,135,22.5,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,5,0,575,0,0,270,0,0,50,0,480,"$50,000 - $75,000",Boomers (55-73),Asian only,Good,5-5.5 feet,120-140,Some College,,480,5,635,270,0,0,50
+,2022,2.02204E+13,2263,South,North Carolina,67500,"House, apartment, flat",1,1,3394116,80,Male,Asian only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Good,67,145,22.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),Has vision difficulty,Has hearing difficulty,Has mobility limitation,Has physical difficulty,Has difficulty remembering,0,0,60,140,0,0,300,0,570,0,0,150,180,0,40,0,0,"$50,000 - $75,000",Silent (74-91),Asian only,Good,5.5-6 feet,140-160,Bachelor's Degree,,0,300,710,330,0,0,100
+,2022,2.02204E+13,2264,West,Arizona,125000,"House, apartment, flat",1,1,16916927,52,Female,White only,Divorced,"Native, born in United States",Very good,66,165,26.6,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,195,0,540,0,0,0,0,180,0,0,495,"$100,000 - $150,000",Generation X (39-54),White only,Very good,5.5-6 feet,160-180,Master's or Doctoral Degree,,495,195,570,0,0,0,180
+,2022,2.02204E+13,2265,South,South Carolina,125000,"House, apartment, flat",1,1,3635032,68,Male,White only,Married - spouse present,"Native, born in United States",Excellent,73,175,23.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,50,0,0,0,0,1010,0,0,339,0,0,41,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Excellent,6-6.5 feet,160-180,Bachelor's Degree,,0,0,1060,339,0,0,41
+,2022,2.02204E+13,2266,West,California,45000,"House, apartment, flat",1,1,10545569,32,Female,"American Indian, Alaskan Native",Married - spouse present,"Foreign born, not a U.S. citizen",Good,62,158,28.9,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,44,0,60,85,0,0,145,0,705,0,60,234,0,20,87,0,0,"$30,000 - $50,000",Millennials (23-38),"American Indian, Alaskan Native",Good,5-5.5 feet,140-160,Graduated High School,,0,145,790,294,0,0,211
+,2022,2.02204E+13,2267,South,Maryland,67500,"House, apartment, flat",1,1,21444384,30,Female,White only,Never married,"Native, born in United States",Good,65,150,25,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,75,10,0,0,410,0,620,0,0,220,0,0,105,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Good,5-5.5 feet,140-160,Some College,,0,410,630,220,0,0,180
+,2022,2.02204E+13,2268,Midwest,Michigan,17500,"House, apartment, flat",1,1,6319284,72,Female,White only,Divorced,"Native, born in United States",Excellent,66,118,19,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,633,0,630,0,0,25,2,90,0,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Excellent,5.5-6 feet,100-120,Some College,,0,633,690,27,0,0,90
+,2022,2.02204E+13,2269,West,Washington,200000,"House, apartment, flat",1,1,3412513,75,Male,White only,Married - spouse present,"Native, born in United States",Very good,72,180,24.4,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,15,45,0,0,96,0,449,0,75,0,0,0,60,495,120,"$150,000 and over",Silent (74-91),White only,Very good,6-6.5 feet,180-200,Master's or Doctoral Degree,,120,96,494,75,0,495,75
+,2022,2.02204E+13,2270,Northeast,New Jersey,125000,"House, apartment, flat",1,1,31649632,29,Male,White only,Never married,"Native, born in United States",Very good,65,138,23,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,119,0,452,0,0,95,0,0,187,0,497,"$100,000 - $150,000",Millennials (23-38),White only,Very good,5-5.5 feet,120-140,Bachelor's Degree,,497,119,542,95,0,0,187
+,2022,2.02204E+13,2271,West,Arizona,125000,"House, apartment, flat",1,1,5338456,40,Female,White only,Married - spouse present,"Native, born in United States",Very good,72,230,31.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,10,0,10,45,0,0,90,0,600,0,0,520,60,0,50,45,0,"$100,000 - $150,000",Generation X (39-54),White only,Very good,6-6.5 feet,200-300,Bachelor's Degree,,0,90,645,580,0,45,70
+,2022,2.02204E+13,2272,West,California,67500,"House, apartment, flat",1,1,18996006,30,Female,Asian only,Married - spouse present,"Foreign born, not a U.S. citizen",Very good,64,120,20.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,0,0,610,0,0,140,0,120,0,0,435,"$50,000 - $75,000",Millennials (23-38),Asian only,Very good,5-5.5 feet,120-140,Bachelor's Degree,,435,0,730,140,0,0,120
+,2022,2.02204E+13,2273,Northeast,New York,87500,"House, apartment, flat",1,1,23725352,66,Male,White only,Never married,"Native, born in United States",Very good,71,204,28.4,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,120,0,615,0,0,120,0,0,15,0,360,"$75,000 - $100,000",Boomers (55-73),White only,Very good,5.5-6 feet,200-300,Associate Degree,,360,120,645,120,0,0,15
+,2022,2.02204E+13,2274,South,Louisiana,37500,"House, apartment, flat",1,1,36877601,64,Female,Black only,Divorced,"Native, born in United States",Very good,65,200,33.3,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,100,0,805,0,0,0,0,0,30,0,475,"$30,000 - $50,000",Boomers (55-73),Black only,Very good,5-5.5 feet,200-300,Graduated High School,,475,100,835,0,0,0,30
+,2022,2.02204E+13,2275,Northeast,New Jersey,8750,"House, apartment, flat",1,1,12429412,67,Male,Black only,Never married,"Foreign born, U.S. citizen by naturalization",Excellent,71,205,28.6,Some college but no degree,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,50,0,0,0,0,500,0,160,90,0,0,40,0,600,"Less than $10,000",Boomers (55-73),Black only,Excellent,5.5-6 feet,200-300,Some College,,600,0,550,250,0,0,40
+,2022,2.02204E+13,2276,South,Alabama,125000,"House, apartment, flat",1,1,10058115,29,Female,White only,Never married,"Native, born in United States",Good,64,340,58.4,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,62,0,0,35,0,361,0,0,174,0,0,0,0,808,"$100,000 - $150,000",Millennials (23-38),White only,Good,5-5.5 feet,>300,Master's or Doctoral Degree,,808,35,423,174,0,0,0
+,2022,2.02204E+13,2277,Midwest,Michigan,27500,"House, apartment, flat",1,1,10585427,24,Male,White only,Never married,"Native, born in United States",Very good,72,135,18.3,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,35,0,0,165,0,622,0,0,598,20,0,0,0,0,"$10,000 - $30,000",Millennials (23-38),White only,Very good,6-6.5 feet,120-140,Some College,,0,165,657,618,0,0,0
+,2022,2.02204E+13,2278,West,California,45000,"House, apartment, flat",1,1,6711339,74,Female,White only,Divorced,"Native, born in United States",Fair,64,170,29.2,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,185,0,465,0,0,720,0,40,0,0,0,"$30,000 - $50,000",Silent (74-91),White only,Fair,5-5.5 feet,160-180,Associate Degree,,0,185,495,720,0,0,40
+,2022,2.02204E+13,2279,West,California,55000,"House, apartment, flat",1,1,5631942,37,Male,Black only,Divorced,"Native, born in United States",Good,68,260,39.5,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,0,0,885,0,0,60,0,0,210,0,225,"$50,000 - $75,000",Millennials (23-38),Black only,Good,5.5-6 feet,200-300,Graduated High School,,225,0,945,60,0,0,210
+,2022,2.02204E+13,2280,Midwest,Wisconsin,200000,"House, apartment, flat",1,1,11607566,29,Female,"American Indian, Alaskan Native",Never married,"Native, born in United States",Fair,62,150,27.4,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,35,0,30,75,0,0,60,0,671,0,0,40,0,0,104,0,425,"$150,000 and over",Millennials (23-38),"American Indian, Alaskan Native",Fair,5-5.5 feet,140-160,Associate Degree,,425,60,746,40,0,0,169
+,2022,2.02204E+13,2281,Northeast,Pennsylvania,37500,"House, apartment, flat",1,1,8214290,70,Female,White only,Married - spouse present,"Native, born in United States",Fair,65,170,28.3,9th grade,Ninth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,150,0,0,30,0,790,0,0,360,0,0,35,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Fair,5-5.5 feet,160-180,Some High School,,0,30,940,360,0,0,95
+,2022,2.02204E+13,2282,Northeast,Pennsylvania,200000,"House, apartment, flat",1,1,9578743,32,Male,White only,Married - spouse present,"Native, born in United States",Excellent,73,170,22.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,120,0,20,135,0,0,225,0,600,0,0,150,0,0,60,0,0,"$150,000 and over",Millennials (23-38),White only,Excellent,6-6.5 feet,160-180,Bachelor's Degree,,0,225,735,150,0,0,200
+,2022,2.02204E+13,2283,Midwest,Kansas,22500,"House, apartment, flat",1,1,8974803,23,Male,White only,Never married,"Native, born in United States",Good,67,130,20.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,160,90,120,0,25,0,620,0,0,260,0,120,45,0,0,"$10,000 - $30,000",Millennials (23-38),White only,Good,5.5-6 feet,120-140,Bachelor's Degree,,0,25,710,260,120,0,325
+,2022,2.02204E+13,2284,Northeast,New York,27500,"House, apartment, flat",1,1,48442808,22,Female,White only,Married - spouse present,"Native, born in United States",Very good,65,120,20,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,145,0,845,0,0,0,0,10,50,0,330,"$10,000 - $30,000",Millennials (23-38),White only,Very good,5-5.5 feet,120-140,Some College,,330,145,905,0,0,0,60
+,2022,2.02204E+13,2285,South,Texas,17500,Mobile home or trailer with no permanent room added,1,1,11179791,79,Male,White only,Married - spouse present,"Native, born in United States",Good,64,180,30.9,11th grade,Eleventh grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,0,0,510,0,0,870,0,0,0,0,0,"$10,000 - $30,000",Silent (74-91),White only,Good,5-5.5 feet,180-200,Some High School,,0,0,570,870,0,0,0
+,2022,2.02204E+13,2286,South,Arkansas,45000,"House, apartment, flat",1,1,5717992,55,Male,Black only,Never married,"Native, born in United States",Good,68,198,30.1,Associate degree - occupational vocational,College--two years,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,10,0,0,30,0,1305,0,0,55,0,0,20,0,20,"$30,000 - $50,000",Boomers (55-73),Black only,Good,5.5-6 feet,180-200,Associate Degree,,20,30,1315,55,0,0,20
+,2022,2.02204E+13,2287,Northeast,New York,37500,"House, apartment, flat",1,1,10976759,41,Female,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Good,62,198,36.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,280,0,620,0,0,300,0,0,0,0,0,"$30,000 - $50,000",Generation X (39-54),White only,Good,5-5.5 feet,180-200,Bachelor's Degree,,0,280,680,300,0,0,0
+,2022,2.02204E+13,2288,South,Florida,125000,"House, apartment, flat",1,1,33239892,45,Male,Black only,Married - spouse absent,"Foreign born, not a U.S. citizen",Good,74,178,22.9,Associate degree - occupational vocational,College--four years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,20,195,0,0,0,935,0,0,0,0,0,260,0,0,"$100,000 - $150,000",Generation X (39-54),Black only,Good,6-6.5 feet,160-180,Associate Degree,,0,0,955,0,195,0,290
+,2022,2.02204E+13,2289,South,Florida,55000,"House, apartment, flat",1,1,9555248,60,Male,White only,Separated,"Foreign born, U.S. citizen by naturalization",Very good,68,199,30.3,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,190,0,0,430,0,615,0,0,115,0,0,60,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Very good,5.5-6 feet,180-200,Graduated High School,,0,430,805,115,0,0,90
+,2022,2.02204E+13,2290,South,Georgia,2500,"House, apartment, flat",1,1,47485945,24,Male,White only,Never married,"Native, born in United States",Very good,72,220,29.8,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,0,0,660,0,180,300,0,0,300,0,0,"Less than $10,000",Millennials (23-38),White only,Very good,6-6.5 feet,200-300,Graduated High School,,0,0,660,480,0,0,300
+,2022,2.02204E+13,2291,Midwest,Wisconsin,17500,"House, apartment, flat",1,1,8931475,80,Female,White only,Married - spouse present,"Native, born in United States",Very good,60,120,23.4,Some college but no degree,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,585,0,675,0,0,150,0,0,0,0,0,"$10,000 - $30,000",Silent (74-91),White only,Very good,5-5.5 feet,120-140,Some College,,0,585,705,150,0,0,0
+,2022,2.02204E+13,2292,Northeast,Massachusetts,45000,"House, apartment, flat",1,1,8802662,33,Female,Black only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Very good,65,9997,998,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,130,0,0,60,0,0,120,0,1010,0,0,120,0,0,0,0,0,"$30,000 - $50,000",Millennials (23-38),Black only,Very good,5-5.5 feet,>300,Bachelor's Degree,,0,120,1070,120,0,0,130
+,2022,2.02204E+13,2293,South,South Carolina,125000,"House, apartment, flat",1,1,13882144,27,Female,White only,Married - spouse present,"Native, born in United States",Good,68,280,42.6,Associate degree - occupational vocational,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,5,60,0,0,50,0,676,26,0,151,0,0,112,0,240,"$100,000 - $150,000",Millennials (23-38),White only,Good,5.5-6 feet,200-300,Associate Degree,,240,50,762,151,0,0,117
+,2022,2.02204E+13,2294,South,North Carolina,55000,"House, apartment, flat",1,1,5289904,70,Female,White only,Widowed,"Native, born in United States",Very good,67,195,30.5,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,120,0,660,0,0,596,0,0,4,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Very good,5.5-6 feet,180-200,Graduated High School,,0,120,720,596,0,0,4
+,2022,2.02204E+13,2295,Midwest,Michigan,67500,"House, apartment, flat",1,1,4698703,67,Female,White only,Divorced,"Foreign born, U.S. citizen by naturalization",Very good,66,145,23.4,Some college but no degree,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,0,0,465,0,75,705,0,0,75,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Very good,5.5-6 feet,140-160,Some College,,0,0,585,780,0,0,75
+,2022,2.02204E+13,2296,West,Colorado,55000,"House, apartment, flat",1,1,8741320,64,Female,White only,Divorced,"Native, born in United States",NIU (Not in universe),,9999,999,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,82,0,0,50,0,632,3,0,0,60,0,20,0,593,"$50,000 - $75,000",Boomers (55-73),White only,"Other (Refused, Dont know, NIU)",,>300,Master's or Doctoral Degree,,593,50,717,60,0,0,20
+,2022,2.02204E+13,2297,South,Alabama,6250,"House, apartment, flat",1,1,4149391,33,Female,Black only,Never married,"Native, born in United States",Fair,67,296,46.4,11th grade,Eleventh grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,Has difficulty remembering,70,0,0,20,0,0,45,0,870,0,0,385,30,0,20,0,0,"Less than $10,000",Millennials (23-38),Black only,Fair,5.5-6 feet,200-300,Some High School,,0,45,890,415,0,0,90
+,2022,2.02204E+13,2298,South,Kentucky,2500,"House, apartment, flat",1,1,4665286,61,Female,Black only,Divorced,"Native, born in United States",Very good,65,188,31.3,Some college but no degree,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,36,0,0,78,0,704,0,0,440,0,1,40,0,0,"Less than $10,000",Boomers (55-73),Black only,Very good,5-5.5 feet,180-200,Some College,,0,78,740,440,0,0,41
+,2022,2.02204E+13,2299,Midwest,Ohio,45000,"House, apartment, flat",1,1,18133169,41,Female,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Fair,64,158,27.1,Some college but no degree,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,195,0,20,110,0,0,235,0,600,0,0,240,20,0,20,0,0,"$30,000 - $50,000",Generation X (39-54),White only,Fair,5-5.5 feet,140-160,Some College,,0,235,710,260,0,0,235
+,2022,2.02204E+13,2300,West,California,200000,"House, apartment, flat",1,1,12863130,40,Male,White only,Married - spouse present,"Native, born in United States",Good,68,225,34.2,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,170,0,0,60,0,0,120,0,465,0,0,105,60,0,25,0,435,"$150,000 and over",Generation X (39-54),White only,Good,5.5-6 feet,200-300,Master's or Doctoral Degree,,435,120,525,165,0,0,195
+,2022,2.02204E+13,2301,South,Maryland,37500,"House, apartment, flat",1,1,29857325,56,Male,Asian only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Fair,68,150,22.8,High school graduate - GED,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,15,0,0,0,0,520,0,20,145,60,0,40,0,595,"$30,000 - $50,000",Boomers (55-73),Asian only,Fair,5.5-6 feet,140-160,Graduated High School,,595,0,535,225,0,0,40
+,2022,2.02204E+13,2302,South,South Carolina,55000,"House, apartment, flat",1,1,4170587,46,Female,White only,Never married,"Native, born in United States",Very good,66,175,28.2,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,0,0,690,0,0,700,0,0,20,0,0,"$50,000 - $75,000",Generation X (39-54),White only,Very good,5.5-6 feet,160-180,Associate Degree,,0,0,720,700,0,0,20
+,2022,2.02204E+13,2303,Northeast,New Jersey,87500,"House, apartment, flat",1,1,9961057,57,Female,White only,Separated,"Native, born in United States",Very good,62,105,19.2,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,300,0,570,0,0,510,0,60,0,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Very good,5-5.5 feet,100-120,Graduated High School,,0,300,570,510,0,0,60
+,2022,2.02204E+13,2304,South,Tennessee,22500,"House, apartment, flat",1,1,7716773,80,Female,Black only,Widowed,"Native, born in United States",Good,65,125,20.8,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,125,0,0,220,0,600,0,0,315,0,120,0,0,0,"$10,000 - $30,000",Silent (74-91),Black only,Good,5-5.5 feet,120-140,Graduated High School,,0,220,725,315,0,0,120
+,2022,2.02204E+13,2305,Midwest,Illinois,200000,"House, apartment, flat",1,1,36395266,51,Male,White only,Never married,"Native, born in United States",Good,72,220,29.8,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,85,0,0,56,0,621,0,0,22,0,25,117,0,484,"$150,000 and over",Generation X (39-54),White only,Good,6-6.5 feet,200-300,Graduated High School,,484,56,706,22,0,0,172
+,2022,2.02204E+13,2306,Midwest,Iowa,87500,"House, apartment, flat",1,1,16451290,56,Female,White only,Married - spouse present,"Native, born in United States",Very good,65,120,20,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,0,0,660,0,0,193,0,0,27,0,530,"$75,000 - $100,000",Boomers (55-73),White only,Very good,5-5.5 feet,120-140,Graduated High School,,530,0,690,193,0,0,27
+,2022,2.02204E+13,2307,South,Texas,67500,"House, apartment, flat",1,1,8563231,31,Female,White only,Married - spouse present,"Native, born in United States",Good,63,184,32.6,High school graduate - GED,Eleventh grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,60,0,0,465,0,700,0,0,165,0,0,20,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Good,5-5.5 feet,180-200,Graduated High School,,0,465,760,165,0,0,50
+,2022,2.02204E+13,2308,Midwest,Illinois,2500,"House, apartment, flat",1,1,17480594,22,Female,Asian only,Never married,"Foreign born, not a U.S. citizen",Good,56,136,30.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,100,0,570,0,0,140,0,0,60,0,480,"Less than $10,000",Millennials (23-38),Asian only,Good,0-5 feet,120-140,Bachelor's Degree,,480,100,660,140,0,0,60
+,2022,2.02204E+13,2309,Midwest,Wisconsin,87500,"House, apartment, flat",1,1,10005577,52,Male,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Fair,67,193,30.2,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,180,15,160,0,0,0,0,695,0,60,286,0,0,44,0,0,"$75,000 - $100,000",Generation X (39-54),White only,Fair,5.5-6 feet,180-200,Graduated High School,,0,0,855,346,0,0,239
+,2022,2.02204E+13,2310,Midwest,Ohio,6250,"House, apartment, flat",1,1,11290467,68,Male,White only,Widowed,"Native, born in United States",Very good,72,170,23.1,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,150,0,585,0,0,660,0,0,0,0,0,"Less than $10,000",Boomers (55-73),White only,Very good,6-6.5 feet,160-180,Master's or Doctoral Degree,,0,150,630,660,0,0,0
+,2022,2.02204E+13,2311,Midwest,Illinois,22500,"House, apartment, flat",1,1,4456906,74,Male,White only,Divorced,"Native, born in United States",Very good,69,145,21.4,Associate degree - occupational vocational,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,90,165,0,0,0,0,720,0,0,255,120,0,90,0,0,"$10,000 - $30,000",Silent (74-91),White only,Very good,5.5-6 feet,140-160,Associate Degree,,0,0,885,375,0,0,180
+,2022,2.02204E+13,2312,Midwest,Minnesota,87500,"House, apartment, flat",1,1,3887661,74,Female,White only,Married - spouse present,"Native, born in United States",Very good,66,9996,998,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,50,0,0,100,0,630,0,0,660,0,0,0,0,0,"$75,000 - $100,000",Silent (74-91),White only,Very good,5.5-6 feet,>300,Associate Degree,,0,100,680,660,0,0,0
+,2022,2.02204E+13,2313,West,California,67500,"House, apartment, flat",1,1,101184475,18,Male,White only,Never married,"Native, born in United States",Good,70,190,27.3,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,25,328,0,2,0,763,0,0,0,0,0,85,0,237,"$50,000 - $75,000",Generation Z (7-22),White only,Good,5.5-6 feet,180-200,Graduated High School,,237,2,788,0,328,0,85
+,2022,2.02204E+13,2314,South,Louisiana,32500,"House, apartment, flat",1,1,24528404,74,Male,Black only,Married - spouse present,"Native, born in United States",Fair,68,214,32.5,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,20,0,0,70,0,695,0,60,525,15,0,0,0,0,"$30,000 - $50,000",Silent (74-91),Black only,Fair,5.5-6 feet,200-300,Graduated High School,,0,70,715,600,0,0,0
+,2022,2.02204E+13,2315,West,California,45000,"House, apartment, flat",1,1,19003488,64,Female,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Very good,62,140,25.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,70,430,0,140,0,560,0,0,60,0,0,120,60,0,"$30,000 - $50,000",Boomers (55-73),White only,Very good,5-5.5 feet,140-160,Bachelor's Degree,,0,140,630,60,430,60,120
+,2022,2.02204E+13,2316,West,Nevada,67500,"House, apartment, flat",1,1,17640655,53,Male,White-American Indian,Separated,"Foreign born, not a U.S. citizen",Good,62,175,32,7th or 8th grade,Seventh through eighth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,50,0,0,105,0,555,0,0,65,0,0,35,0,630,"$50,000 - $75,000",Generation X (39-54),Mixed,Good,5-5.5 feet,160-180,Middle School or Less,,630,105,605,65,0,0,35
+,2022,2.02204E+13,2317,South,Arkansas,13750,"House, apartment, flat",1,1,5288273,66,Female,White only,Married - spouse absent,"Native, born in United States",Good,60,184,35.9,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,15,242,15,45,0,0,502,0,210,0,30,226,0,0,48,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Good,5-5.5 feet,180-200,Master's or Doctoral Degree,,0,502,255,256,0,0,320
+,2022,2.02204E+13,2318,Northeast,New Hampshire,87500,"House, apartment, flat",1,1,21384398,15,Female,White only,Never married,"Native, born in United States",Good,68,125,19,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,160,0,0,0,0,710,0,0,370,10,60,40,0,0,"$75,000 - $100,000",Generation Z (7-22),White only,Good,5.5-6 feet,120-140,Bachelor's Degree,,0,0,870,380,0,0,100
+,2022,2.02204E+13,2319,South,Texas,45000,"House, apartment, flat",1,1,3456827,62,Female,White only,Married - spouse present,"Native, born in United States",Good,59,175,35.3,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,20,30,60,0,0,375,0,660,0,130,70,0,0,95,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Good,0-5 feet,160-180,Some College,,0,375,720,200,0,0,145
+,2022,2.02204E+13,2320,Northeast,New York,200000,"House, apartment, flat",1,1,7024518,76,Female,White only,Widowed,"Native, born in United States",Excellent,67,159,24.9,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,5,90,0,0,392,0,438,0,0,355,0,90,40,30,0,"$150,000 and over",Silent (74-91),White only,Excellent,5.5-6 feet,140-160,Master's or Doctoral Degree,,0,392,528,355,0,30,135
+,2022,2.02204E+13,2321,West,Oregon,200000,"House, apartment, flat",1,1,7805433,44,Male,White only,Married - spouse present,"Native, born in United States",Very good,75,207,25.9,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,90,1,0,125,0,0,60,0,479,0,0,45,0,30,20,0,450,"$150,000 and over",Generation X (39-54),White only,Very good,6-6.5 feet,200-300,Master's or Doctoral Degree,,450,60,604,45,0,0,141
+,2022,2.02204E+13,2322,Midwest,South Dakota,67500,"House, apartment, flat",1,1,3637970,46,Male,White only,Married - spouse present,"Native, born in United States",Very good,68,185,28.1,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,166,0,0,60,0,0,71,0,418,0,0,70,0,0,20,0,635,"$50,000 - $75,000",Generation X (39-54),White only,Very good,5.5-6 feet,180-200,Master's or Doctoral Degree,,635,71,478,70,0,0,186
+,2022,2.02204E+13,2323,South,South Carolina,200000,"House, apartment, flat",1,1,9963582,60,Male,White only,Divorced,"Native, born in United States",Very good,70,160,23,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,20,0,255,0,0,120,0,435,0,0,355,0,0,255,0,0,"$150,000 and over",Boomers (55-73),White only,Very good,5.5-6 feet,160-180,Some College,,0,120,690,355,0,0,275
+,2022,2.02204E+13,2324,Northeast,New Jersey,200000,"House, apartment, flat",1,1,5512235,69,Female,White only,Married - spouse present,"Native, born in United States",Excellent,64,145,24.9,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,125,0,0,165,0,600,0,0,240,0,30,70,150,0,"$150,000 and over",Boomers (55-73),White only,Excellent,5-5.5 feet,140-160,Master's or Doctoral Degree,,0,165,725,240,0,150,100
+,2022,2.02204E+13,2325,Northeast,Pennsylvania,45000,"House, apartment, flat",1,1,16782185,31,Male,White only,Married - spouse present,"Native, born in United States",Good,72,340,46.1,High school graduate - diploma,Twelfth grade,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,265,0,0,65,0,0,45,0,675,0,0,150,0,240,0,0,0,"$30,000 - $50,000",Millennials (23-38),White only,Good,6-6.5 feet,>300,Graduated High School,,0,45,740,150,0,0,505
+,2022,2.02204E+13,2326,South,Louisiana,67500,"House, apartment, flat",1,1,6817085,54,Female,Black only,Married - spouse present,"Native, born in United States",Very good,65,185,30.8,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,3,0,0,361,0,617,0,0,455,0,0,4,0,0,"$50,000 - $75,000",Boomers (55-73),Black only,Very good,5-5.5 feet,180-200,Master's or Doctoral Degree,,0,361,620,455,0,0,4
+,2022,2.02204E+13,2327,Northeast,New York,32500,"House, apartment, flat",1,1,2957150,76,Female,White only,Divorced,"Native, born in United States",NIU (Not in universe),,9999,999,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,240,0,0,0,0,720,0,0,480,0,0,0,0,0,"$30,000 - $50,000",Silent (74-91),White only,"Other (Refused, Dont know, NIU)",,>300,Some College,,0,0,960,480,0,0,0
+,2022,2.02204E+13,2328,South,Texas,55000,"House, apartment, flat",1,1,30583743,28,Male,White only,Never married,"Native, born in United States",Very good,68,200,30.4,High school graduate - diploma,Twelfth grade,Employed - absent,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,40,120,0,0,75,0,510,0,0,647,0,18,30,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Very good,5.5-6 feet,200-300,Graduated High School,,0,75,630,647,0,0,88
+,2022,2.02204E+13,2329,South,Kentucky,67500,"House, apartment, flat",1,1,10224119,67,Male,White only,Married - spouse present,"Native, born in United States",Good,72,223,30.2,Some college but no degree,College--four years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,75,35,90,0,0,20,0,519,0,0,31,0,0,130,0,540,"$50,000 - $75,000",Boomers (55-73),White only,Good,6-6.5 feet,200-300,Some College,,540,20,609,31,0,0,240
+,2022,2.02204E+13,2330,West,California,87500,"House, apartment, flat",1,1,9418666,74,Female,White only,Married - spouse present,"Native, born in United States",Excellent,65,160,26.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,180,0,0,290,0,510,60,0,220,90,0,0,0,0,"$75,000 - $100,000",Silent (74-91),White only,Excellent,5-5.5 feet,160-180,Bachelor's Degree,,0,290,750,310,0,0,0
+,2022,2.02204E+13,2331,West,Nevada,2500,"House, apartment, flat",1,1,16466789,21,Female,White only,Never married,"Native, born in United States",Good,65,115,19.1,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,60,120,0,150,0,625,0,0,120,0,30,65,0,240,"Less than $10,000",Generation Z (7-22),White only,Good,5-5.5 feet,100-120,Some College,,240,150,685,120,120,0,125
+,2022,2.02204E+13,2332,South,Kentucky,67500,"House, apartment, flat",1,1,3347000,25,Female,White only,Married - spouse present,"Native, born in United States",Very good,61,150,28.3,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,150,0,0,0,0,1070,0,0,0,0,0,40,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Very good,5-5.5 feet,140-160,Graduated High School,,0,0,1220,0,0,0,100
+,2022,2.02204E+13,2333,South,Arkansas,37500,"House, apartment, flat",1,1,18889798,26,Male,Black only,Never married,"Native, born in United States",Good,65,134,22.3,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,0,0,780,0,0,0,0,0,0,0,600,"$30,000 - $50,000",Millennials (23-38),Black only,Good,5-5.5 feet,120-140,Graduated High School,,600,0,840,0,0,0,0
+,2022,2.02204E+13,2334,Midwest,Missouri,87500,"House, apartment, flat",1,1,2475208,75,Male,Black only,Divorced,"Native, born in United States",Good,70,195,28,Associate degree - academic program,College--four years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,360,30,0,0,0,0,570,0,0,420,0,0,60,0,0,"$75,000 - $100,000",Silent (74-91),Black only,Good,5.5-6 feet,180-200,Associate Degree,,0,0,600,420,0,0,420
+,2022,2.02204E+13,2335,Midwest,Wisconsin,11250,"House, apartment, flat",1,1,11434646,26,Male,White only,Never married,"Native, born in United States",Very good,71,170,23.7,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,110,0,0,0,0,587,0,0,253,0,0,0,0,490,"$10,000 - $30,000",Millennials (23-38),White only,Very good,5.5-6 feet,160-180,Some College,,490,0,697,253,0,0,0
+,2022,2.02204E+13,2336,Northeast,Maine,55000,"House, apartment, flat",1,1,7772932,79,Male,White only,Never married,"Native, born in United States",Excellent,69,155,22.9,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,42,100,0,0,234,20,616,0,0,244,90,30,64,0,0,"$50,000 - $75,000",Silent (74-91),White only,Excellent,5.5-6 feet,140-160,Master's or Doctoral Degree,,0,254,716,334,0,0,136
+,2022,2.02204E+13,2337,Midwest,Illinois,11250,Mobile home or trailer with no permanent room added,1,1,52494646,23,Male,White only,Never married,"Native, born in United States",Very good,73,225,29.7,High school graduate - diploma,Twelfth grade,Unemployed - on layoff,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,120,0,0,50,0,0,90,0,570,0,0,560,0,0,10,0,0,"$10,000 - $30,000",Millennials (23-38),White only,Very good,6-6.5 feet,200-300,Graduated High School,,0,90,620,560,0,0,130
+,2022,2.02204E+13,2338,West,Washington,6250,"House, apartment, flat",1,1,6075508,75,Female,White only,Married - spouse present,"Native, born in United States",Good,58,142,29.7,11th grade,Eleventh grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,300,0,60,0,0,240,0,360,0,0,480,0,0,0,0,0,"Less than $10,000",Silent (74-91),White only,Good,0-5 feet,140-160,Some High School,,0,240,420,480,0,0,300
+,2022,2.02204E+13,2339,South,Texas,125000,"House, apartment, flat",1,1,12095766,49,Male,White only,Married - spouse present,"Native, born in United States",Good,68,200,30.4,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,90,0,0,60,0,660,0,0,395,0,0,40,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Good,5.5-6 feet,200-300,Master's or Doctoral Degree,,0,60,750,395,0,0,100
+,2022,2.02204E+13,2340,Midwest,Indiana,67500,"House, apartment, flat",1,1,5561873,54,Female,White only,Divorced,"Native, born in United States",Very good,62,160,29.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,25,40,50,0,0,170,0,596,0,0,449,0,0,110,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Very good,5-5.5 feet,160-180,Bachelor's Degree,,0,170,646,449,0,0,175
+,2022,2.02204E+13,2341,Northeast,Pennsylvania,200000,"House, apartment, flat",1,1,4315621,41,Male,White only,Married - spouse present,"Native, born in United States",Good,70,190,27.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,240,0,600,0,0,480,0,0,0,0,120,"$150,000 and over",Generation X (39-54),White only,Good,5.5-6 feet,180-200,Bachelor's Degree,,120,240,600,480,0,0,0
+,2022,2.02204E+13,2342,Midwest,Nebraska,200000,"House, apartment, flat",1,1,5579577,29,Female,White only,Married - spouse present,"Native, born in United States",Excellent,67,150,23.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,160,0,0,20,0,0,340,0,600,0,0,180,0,0,60,0,0,"$150,000 and over",Millennials (23-38),White only,Excellent,5.5-6 feet,140-160,Bachelor's Degree,,0,340,620,180,0,0,220
+,2022,2.02204E+13,2343,Midwest,Minnesota,87500,"House, apartment, flat",1,1,5301748,43,Female,White only,Married - spouse present,"Native, born in United States",Very good,64,145,24.9,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,130,0,0,180,0,705,0,0,345,0,0,0,60,20,"$75,000 - $100,000",Generation X (39-54),White only,Very good,5-5.5 feet,140-160,Associate Degree,,20,180,835,345,0,60,0
+,2022,2.02204E+13,2344,West,California,45000,"House, apartment, flat",1,1,6682276,29,Female,"American Indian, Alaskan Native",Divorced,"Native, born in United States",Good,60,130,25.4,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,30,0,0,90,0,0,30,0,615,0,0,390,120,0,165,0,0,"$30,000 - $50,000",Millennials (23-38),"American Indian, Alaskan Native",Good,5-5.5 feet,120-140,Graduated High School,,0,30,705,510,0,0,195
+,2022,2.02204E+13,2345,Northeast,Pennsylvania,55000,"House, apartment, flat",1,1,3618144,79,Male,White only,Married - spouse present,"Native, born in United States",Good,67,160,25.1,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,50,0,630,0,0,670,0,0,0,0,0,"$50,000 - $75,000",Silent (74-91),White only,Good,5.5-6 feet,160-180,Associate Degree,,0,50,720,670,0,0,0
+,2022,2.02204E+13,2346,South,Georgia,22500,"House, apartment, flat",1,1,10662339,80,Female,White only,Widowed,"Native, born in United States",Very good,67,180,28.2,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,11,170,90,0,0,283,0,570,0,60,90,0,60,106,0,0,"$10,000 - $30,000",Silent (74-91),White only,Very good,5.5-6 feet,180-200,Graduated High School,,0,283,660,150,0,0,347
+,2022,2.02204E+13,2347,Northeast,Connecticut,125000,"House, apartment, flat",1,1,19426397,57,Female,White only,Divorced,"Native, born in United States",Very good,63,140,24.8,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,73,40,45,0,0,116,0,630,10,0,374,100,0,52,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Very good,5-5.5 feet,140-160,Graduated High School,,0,116,685,474,0,0,165
+,2022,2.02204E+13,2348,South,Texas,200000,Mobile home or trailer with no permanent room added,1,1,5556895,58,Male,White only,Divorced,"Native, born in United States",Very good,74,210,27,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,150,0,0,360,0,585,0,0,30,0,0,135,0,180,"$150,000 and over",Boomers (55-73),White only,Very good,6-6.5 feet,200-300,Some College,,180,360,735,30,0,0,135
+,2022,2.02204E+13,2349,West,Utah,67500,"House, apartment, flat",1,1,4716389,33,Female,Asian only,Married - spouse present,"Foreign born, not a U.S. citizen",Very good,66,9994,998,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,360,0,750,0,0,180,0,0,120,0,0,"$50,000 - $75,000",Millennials (23-38),Asian only,Very good,5.5-6 feet,>300,Bachelor's Degree,,0,360,780,180,0,0,120
+,2022,2.02204E+13,2350,Midwest,Michigan,125000,"House, apartment, flat",1,1,9547051,71,Female,White only,Married - spouse present,"Native, born in United States",Excellent,62,140,25.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,5,135,100,0,0,299,0,525,0,0,304,0,30,36,0,6,"$100,000 - $150,000",Boomers (55-73),White only,Excellent,5-5.5 feet,140-160,Bachelor's Degree,,6,299,625,304,0,0,206
+,2022,2.02204E+13,2351,South,Florida,45000,"House, apartment, flat",1,1,22799525,27,Male,White only,Never married,"Native, born in United States",Very good,70,225,32.3,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,30,0,0,60,0,0,0,0,540,0,0,360,0,0,30,0,360,"$30,000 - $50,000",Millennials (23-38),White only,Very good,5.5-6 feet,200-300,Graduated High School,,360,0,600,360,0,0,60
+,2022,2.02204E+13,2352,Midwest,Iowa,27500,"House, apartment, flat",1,1,8202770,79,Female,White only,Widowed,"Native, born in United States",Fair,62,108,19.8,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,No difficulty remembering,0,0,75,232,0,0,399,0,410,0,0,295,0,0,29,0,0,"$10,000 - $30,000",Silent (74-91),White only,Fair,5-5.5 feet,100-120,Graduated High School,,0,399,642,295,0,0,104
+,2022,2.02204E+13,2353,Midwest,Iowa,67500,"House, apartment, flat",1,1,2671706,69,Male,White only,Never married,"Native, born in United States",Fair,70,250,35.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,105,0,0,140,0,600,0,0,135,0,0,30,415,0,"$50,000 - $75,000",Boomers (55-73),White only,Fair,5.5-6 feet,200-300,Bachelor's Degree,,0,140,705,135,0,415,30
+,2022,2.02204E+13,2354,South,Virginia,8750,"House, apartment, flat",1,1,18344855,67,Female,White only,Married - spouse present,"Native, born in United States",Good,65,172,28.6,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,60,20,105,0,0,300,0,620,0,0,210,0,0,65,0,0,"Less than $10,000",Boomers (55-73),White only,Good,5-5.5 feet,160-180,Graduated High School,,0,300,725,210,0,0,145
+,2022,2.02204E+13,2355,South,Alabama,87500,"House, apartment, flat",1,1,25193232,65,Male,White only,Married - spouse present,"Native, born in United States",Fair,73,276,36.4,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,90,0,75,0,0,475,0,485,0,0,155,90,0,70,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Fair,6-6.5 feet,200-300,Graduated High School,,0,475,560,245,0,0,160
+,2022,2.02204E+13,2356,Northeast,Pennsylvania,200000,"House, apartment, flat",1,1,11539426,38,Female,White only,Married - spouse present,"Native, born in United States",Very good,68,152,23.1,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,111,0,0,40,0,0,60,0,588,0,0,81,20,0,44,0,496,"$150,000 and over",Generation X (39-54),White only,Very good,5.5-6 feet,140-160,Master's or Doctoral Degree,,496,60,628,101,0,0,155
+,2022,2.02204E+13,2357,Northeast,Massachusetts,55000,"House, apartment, flat",1,1,2444237,75,Female,White only,Never married,"Native, born in United States",NIU (Not in universe),,9999,999,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,40,0,0,183,0,428,0,180,429,0,0,180,0,0,"$50,000 - $75,000",Silent (74-91),White only,"Other (Refused, Dont know, NIU)",,>300,Master's or Doctoral Degree,,0,183,468,609,0,0,180
+,2022,2.02204E+13,2358,Midwest,Minnesota,200000,"House, apartment, flat",1,1,10059722,68,Female,White only,Married - spouse present,"Native, born in United States",Good,67,125,19.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,120,30,0,0,60,0,630,0,260,180,0,60,100,0,0,"$150,000 and over",Boomers (55-73),White only,Good,5.5-6 feet,120-140,Bachelor's Degree,,0,60,660,440,0,0,280
+,2022,2.02204E+13,2359,West,California,200000,"House, apartment, flat",1,1,10384553,67,Female,White only,Married - spouse present,"Native, born in United States",Very good,68,150,22.8,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,390,0,550,0,0,290,0,0,0,0,90,"$150,000 and over",Boomers (55-73),White only,Very good,5.5-6 feet,140-160,Master's or Doctoral Degree,,90,390,670,290,0,0,0
+,2022,2.02204E+13,2360,South,Virginia,87500,"House, apartment, flat",1,1,9463648,75,Male,White only,Married - spouse present,"Native, born in United States",Fair,70,217,31.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,20,10,0,0,180,0,450,0,0,560,0,150,70,0,0,"$75,000 - $100,000",Silent (74-91),White only,Fair,5.5-6 feet,200-300,Bachelor's Degree,,0,180,460,560,0,0,240
+,2022,2.02204E+13,2361,South,Alabama,67500,"House, apartment, flat",1,1,8919168,74,Female,White only,Married - spouse present,"Native, born in United States",Good,65,132,22,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,405,0,750,0,0,180,0,0,0,0,0,"$50,000 - $75,000",Silent (74-91),White only,Good,5-5.5 feet,120-140,Graduated High School,,0,405,795,180,0,0,0
+,2022,2.02204E+13,2362,West,Oregon,27500,"House, apartment, flat",1,1,9123368,37,Female,White-American Indian,Separated,"Native, born in United States",Good,63,200,35.4,Associate degree - academic program,College--one year,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,Has difficulty remembering,227,0,0,105,0,0,122,0,596,0,0,270,0,60,60,0,0,"$10,000 - $30,000",Millennials (23-38),Mixed,Good,5-5.5 feet,200-300,Associate Degree,,0,122,701,270,0,0,347
+,2022,2.02204E+13,2363,Northeast,Massachusetts,125000,"House, apartment, flat",1,1,4506888,40,Male,White only,Married - spouse present,"Native, born in United States",Good,70,210,30.1,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,305,0,10,60,0,0,65,0,593,0,0,328,0,4,75,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Good,5.5-6 feet,200-300,Graduated High School,,0,65,653,328,0,0,394
+,2022,2.02204E+13,2364,Midwest,Indiana,125000,"House, apartment, flat",1,1,11273301,28,Male,White only,Never married,"Native, born in United States",Good,72,205,27.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,20,0,0,45,0,440,0,0,300,0,0,60,0,575,"$100,000 - $150,000",Millennials (23-38),White only,Good,6-6.5 feet,200-300,Bachelor's Degree,,575,45,460,300,0,0,60
+,2022,2.02204E+13,2365,South,Kentucky,125000,"House, apartment, flat",1,1,4872055,39,Male,White only,Never married,"Native, born in United States",Good,67,160,25.1,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,0,0,400,0,0,0,0,0,40,0,970,"$100,000 - $150,000",Generation X (39-54),White only,Good,5.5-6 feet,160-180,Master's or Doctoral Degree,,970,0,430,0,0,0,40
+,2022,2.02204E+13,2366,South,Delaware,87500,"House, apartment, flat",1,1,5054472,49,Female,White only,Never married,"Native, born in United States",Good,64,224,38.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,70,0,0,395,0,600,0,0,295,0,0,55,0,0,"$75,000 - $100,000",Generation X (39-54),White only,Good,5-5.5 feet,200-300,Bachelor's Degree,,0,395,670,295,0,0,65
+,2022,2.02204E+13,2367,South,Virginia,45000,"House, apartment, flat",1,1,18517632,39,Male,White only,Married - spouse absent,"Foreign born, not a U.S. citizen",Good,77,160,19,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,5,0,0,80,0,0,5,0,515,0,185,115,0,0,80,0,455,"$30,000 - $50,000",Generation X (39-54),White only,Good,6-6.5 feet,160-180,Graduated High School,,455,5,595,300,0,0,85
+,2022,2.02204E+13,2368,South,Florida,200000,"House, apartment, flat",1,1,3870215,72,Female,White only,Married - spouse present,"Native, born in United States",Excellent,61,120,22.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,270,0,0,432,0,618,0,0,120,0,0,0,0,0,"$150,000 and over",Boomers (55-73),White only,Excellent,5-5.5 feet,120-140,Bachelor's Degree,,0,432,888,120,0,0,0
+,2022,2.02204E+13,2369,Midwest,Missouri,87500,"House, apartment, flat",1,1,14839314,28,Male,White only,Married - spouse present,"Native, born in United States",Good,70,220,31.6,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,105,0,640,0,0,90,0,0,65,0,495,"$75,000 - $100,000",Millennials (23-38),White only,Good,5.5-6 feet,200-300,Master's or Doctoral Degree,,495,105,685,90,0,0,65
+,2022,2.02204E+13,2370,Midwest,Indiana,67500,"House, apartment, flat",1,1,9786748,32,Male,White only,Married - spouse present,"Native, born in United States",Very good,64,130,22.3,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,45,120,0,0,155,0,660,0,0,440,0,0,20,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Very good,5-5.5 feet,120-140,Master's or Doctoral Degree,,0,155,780,440,0,0,65
+,2022,2.02204E+13,2371,Northeast,Rhode Island,125000,"House, apartment, flat",1,1,10282879,25,Female,White only,Married - spouse present,"Native, born in United States",Good,60,9996,998,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,300,0,610,0,30,300,60,0,20,0,0,"$100,000 - $150,000",Millennials (23-38),White only,Good,5-5.5 feet,>300,Bachelor's Degree,,0,300,730,390,0,0,20
+,2022,2.02204E+13,2372,Midwest,Missouri,87500,"House, apartment, flat",1,1,8304137,76,Female,White only,Married - spouse present,"Native, born in United States",Good,58,165,34.5,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,100,0,0,10,0,510,0,0,735,0,0,85,0,0,"$75,000 - $100,000",Silent (74-91),White only,Good,0-5 feet,160-180,Some College,,0,10,610,735,0,0,85
+,2022,2.02204E+13,2373,Midwest,Illinois,125000,"House, apartment, flat",1,1,20649588,41,Female,White only,Divorced,"Native, born in United States",Very good,68,177,26.9,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,315,0,30,34,0,0,207,0,350,0,0,135,0,0,144,0,225,"$100,000 - $150,000",Generation X (39-54),White only,Very good,5.5-6 feet,160-180,Master's or Doctoral Degree,,225,207,384,135,0,0,489
+,2022,2.02204E+13,2374,South,Florida,11250,"House, apartment, flat",1,1,16594973,41,Male,Black only,Never married,"Foreign born, U.S. citizen by naturalization",Very good,63,165,29.2,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,105,0,0,0,0,645,0,0,135,0,0,90,0,465,"$10,000 - $30,000",Generation X (39-54),Black only,Very good,5-5.5 feet,160-180,Graduated High School,,465,0,750,135,0,0,90
+,2022,2.02204E+13,2375,South,Kentucky,125000,"House, apartment, flat",1,1,6015173,44,Female,White only,Married - spouse present,"Native, born in United States",Good,64,185,31.8,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,540,0,0,30,0,0,240,0,435,0,0,60,0,0,135,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Good,5-5.5 feet,180-200,Master's or Doctoral Degree,,0,240,465,60,0,0,675
+,2022,2.02204E+13,2376,South,Louisiana,87500,"House, apartment, flat",1,1,6032594,68,Female,White only,Divorced,"Native, born in United States",Good,65,121,20.1,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,Has difficulty remembering,0,0,0,27,0,0,35,0,631,0,90,585,0,42,30,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Good,5-5.5 feet,120-140,Graduated High School,,0,35,658,675,0,0,72
+,2022,2.02204E+13,2377,South,North Carolina,87500,"House, apartment, flat",1,1,10346008,69,Female,White only,Married - spouse present,"Native, born in United States",Excellent,62,145,26.5,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,55,0,0,165,0,670,97,0,282,60,0,31,80,0,"$75,000 - $100,000",Boomers (55-73),White only,Excellent,5-5.5 feet,140-160,Associate Degree,,0,165,822,342,0,80,31
+,2022,2.02204E+13,2378,West,Arizona,45000,Mobile home or trailer with no permanent room added,1,1,3786716,56,Male,White only,Divorced,"Native, born in United States",Good,76,180,21.9,Some college but no degree,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,0,0,0,450,0,690,0,0,230,0,0,40,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Good,6-6.5 feet,180-200,Some College,,0,450,690,230,0,0,70
+,2022,2.02204E+13,2379,South,Tennessee,45000,"House, apartment, flat",1,1,8522152,48,Female,White only,Divorced,"Native, born in United States",Good,63,170,30.1,Some college but no degree,College--two years,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,10,50,45,0,0,99,0,529,0,0,15,100,45,67,0,480,"$30,000 - $50,000",Generation X (39-54),White only,Good,5-5.5 feet,160-180,Some College,,480,99,574,115,0,0,172
+,2022,2.02204E+13,2380,Northeast,New York,67500,"House, apartment, flat",1,1,7176998,73,Female,White only,Widowed,"Native, born in United States",Poor,62,140,25.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,390,0,50,0,0,0,0,410,30,0,185,0,0,25,0,270,"$50,000 - $75,000",Silent (74-91),White only,Poor,5-5.5 feet,140-160,Bachelor's Degree,,270,0,490,185,0,0,415
+,2022,2.02204E+13,2381,South,Florida,87500,"House, apartment, flat",1,1,11358759,50,Female,White only,Divorced,"Native, born in United States",Very good,64,240,41.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,55,0,10,40,0,0,105,0,570,0,0,105,0,0,65,0,490,"$75,000 - $100,000",Generation X (39-54),White only,Very good,5-5.5 feet,200-300,Bachelor's Degree,,490,105,610,105,0,0,130
+,2022,2.02204E+13,2382,South,Texas,13750,"House, apartment, flat",1,1,4731600,49,Male,White only,Divorced,"Native, born in United States",Good,70,200,28.7,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,Has difficulty remembering,167,0,10,70,0,0,295,0,450,0,0,159,240,0,49,0,0,"$10,000 - $30,000",Generation X (39-54),White only,Good,5.5-6 feet,200-300,Graduated High School,,0,295,520,399,0,0,226
+,2022,2.02204E+13,2383,Midwest,Wisconsin,37500,"House, apartment, flat",1,1,3193791,85,Male,White only,Married - spouse present,"Native, born in United States",Fair,67,248,38.8,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,60,0,0,0,0,720,0,0,660,0,0,0,0,0,"$30,000 - $50,000",Silent (74-91),White only,Fair,5.5-6 feet,200-300,Master's or Doctoral Degree,,0,0,780,660,0,0,0
+,2022,2.02204E+13,2384,South,Tennessee,87500,"House, apartment, flat",1,1,9407553,77,Male,White only,Married - spouse present,"Native, born in United States",Good,65,147,24.5,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,20,0,0,510,0,540,0,0,370,0,0,0,0,0,"$75,000 - $100,000",Silent (74-91),White only,Good,5-5.5 feet,140-160,Graduated High School,,0,510,560,370,0,0,0
+,2022,2.02204E+13,2385,West,California,200000,"House, apartment, flat",1,1,6795951,69,Male,"American Indian, Alaskan Native",Married - spouse present,"Foreign born, U.S. citizen by naturalization",Poor,69,202,29.8,Some college but no degree,College--four years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,0,0,30,0,480,0,0,855,0,0,0,0,0,"$150,000 and over",Boomers (55-73),"American Indian, Alaskan Native",Poor,5.5-6 feet,200-300,Some College,,0,30,555,855,0,0,0
+,2022,2.02204E+13,2386,West,Washington,67500,"House, apartment, flat",1,1,2726873,61,Female,White only,Widowed,"Native, born in United States",Good,64,9996,998,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,35,75,65,0,0,430,0,405,0,0,390,0,10,30,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Good,5-5.5 feet,>300,Some College,,0,430,470,390,0,0,150
+,2022,2.02204E+13,2387,Midwest,Missouri,27500,"House, apartment, flat",1,1,6993039,60,Female,White only,Widowed,"Native, born in United States",Fair,67,290,45.4,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,Has difficulty remembering,0,0,0,60,0,0,215,0,850,0,0,315,0,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Fair,5.5-6 feet,200-300,Some College,,0,215,910,315,0,0,0
+,2022,2.02204E+13,2388,West,Oregon,87500,"House, apartment, flat",1,1,4743249,59,Female,White only,Married - spouse present,"Native, born in United States",Good,66,150,24.2,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,165,30,0,0,458,0,540,0,0,195,0,0,52,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Good,5.5-6 feet,140-160,Graduated High School,,0,458,570,195,0,0,217
+,2022,2.02204E+13,2389,Midwest,Minnesota,200000,"House, apartment, flat",1,1,11048072,70,Male,White only,Married - spouse present,"Native, born in United States",Excellent,69,215,31.7,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,135,0,0,20,0,485,0,0,250,0,0,20,0,530,"$150,000 and over",Boomers (55-73),White only,Excellent,5.5-6 feet,200-300,Master's or Doctoral Degree,,530,20,620,250,0,0,20
+,2022,2.02204E+13,2390,South,South Carolina,17500,"House, apartment, flat",1,1,13908146,26,Male,Black only,Never married,"Native, born in United States",Good,71,180,25.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,15,150,37,0,0,30,0,500,0,0,653,0,0,55,0,0,"$10,000 - $30,000",Millennials (23-38),Black only,Good,5.5-6 feet,180-200,Bachelor's Degree,,0,30,537,653,0,0,220
+,2022,2.02204E+13,2391,Northeast,New Jersey,200000,"House, apartment, flat",1,1,6585507,40,Male,White only,Married - spouse present,"Native, born in United States",Good,67,185,29,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,210,0,125,80,0,0,80,0,690,0,0,90,60,0,45,0,0,"$150,000 and over",Generation X (39-54),White only,Good,5.5-6 feet,180-200,Master's or Doctoral Degree,,0,80,770,150,0,0,380
+,2022,2.02204E+13,2392,West,Idaho,200000,"House, apartment, flat",1,1,25604250,17,Female,White only,Never married,"Native, born in United States",Very good,66,120,19.4,10th grade,Tenth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,80,450,0,30,0,720,0,0,143,0,2,15,0,0,"$150,000 and over",Generation Z (7-22),White only,Very good,5.5-6 feet,120-140,Some High School,,0,30,800,143,450,0,17
+,2022,2.02204E+13,2393,South,Florida,67500,"House, apartment, flat",1,1,19844971,68,Male,Black only,Married - spouse present,"Native, born in United States",Good,75,235,29.4,Associate degree - occupational vocational,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,180,0,0,0,0,715,0,120,425,0,0,0,0,0,"$50,000 - $75,000",Boomers (55-73),Black only,Good,6-6.5 feet,200-300,Associate Degree,,0,0,895,545,0,0,0
+,2022,2.02204E+13,2394,Midwest,Ohio,45000,"House, apartment, flat",1,1,8532986,73,Female,White only,Divorced,"Native, born in United States",Good,67,237,37.1,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,20,70,0,0,297,0,392,7,0,521,0,0,93,40,0,"$30,000 - $50,000",Silent (74-91),White only,Good,5.5-6 feet,200-300,Some College,,0,297,469,521,0,40,113
+,2022,2.02204E+13,2395,South,Florida,45000,"House, apartment, flat",1,1,7083386,63,Female,White only,Widowed,"Native, born in United States",Good,56,172,38.6,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,65,0,0,287,0,558,0,0,450,0,0,20,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Good,0-5 feet,160-180,Graduated High School,,0,287,623,450,0,0,80
+,2022,2.02204E+13,2396,South,Florida,125000,"House, apartment, flat",1,1,8973708,42,Male,White only,Married - spouse present,"Native, born in United States",Good,69,239,35.3,Associate degree - occupational vocational,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,10,0,70,75,0,0,590,0,435,0,0,180,0,30,50,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Good,5.5-6 feet,200-300,Associate Degree,,0,590,510,180,0,0,160
+,2022,2.02204E+13,2397,Northeast,Vermont,87500,"House, apartment, flat",1,1,2490735,78,Female,White only,Married - spouse present,"Native, born in United States",Very good,71,200,27.9,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,105,0,0,515,0,445,0,0,235,0,0,60,0,0,"$75,000 - $100,000",Silent (74-91),White only,Very good,5.5-6 feet,200-300,Master's or Doctoral Degree,,0,515,550,235,0,0,120
+,2022,2.02204E+13,2398,South,Florida,45000,"House, apartment, flat",1,1,8622087,42,Female,White only,Divorced,"Native, born in United States",Good,67,145,22.7,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,1,20,0,0,15,0,700,0,0,644,0,0,60,0,0,"$30,000 - $50,000",Generation X (39-54),White only,Good,5.5-6 feet,140-160,Graduated High School,,0,15,720,644,0,0,61
+,2022,2.02204E+13,2399,South,Maryland,67500,"House, apartment, flat",1,1,8173395,35,Male,White only,Never married,"Native, born in United States",Good,72,288,39.1,Associate degree - academic program,College--four years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,40,0,0,120,0,660,0,0,380,0,0,30,0,180,"$50,000 - $75,000",Millennials (23-38),White only,Good,6-6.5 feet,200-300,Associate Degree,,180,120,700,380,0,0,30
+,2022,2.02204E+13,2400,West,California,87500,"House, apartment, flat",1,1,4199311,60,Male,White only,Divorced,"Native, born in United States",Poor,75,295,36.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,Has difficulty remembering,0,0,50,40,0,0,235,0,875,50,0,90,0,70,30,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Poor,6-6.5 feet,200-300,Bachelor's Degree,,0,235,965,90,0,0,150
+,2022,2.02204E+13,2401,West,California,13750,"House, apartment, flat",1,1,18011610,62,Male,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Fair,66,185,29.9,"1st, 2nd, 3rd, or 4th grade",First through fourth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,70,0,0,20,0,720,0,0,590,40,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Fair,5.5-6 feet,180-200,Middle School or Less,,0,20,790,630,0,0,0
+,2022,2.02204E+13,2402,Northeast,Pennsylvania,67500,"House, apartment, flat",1,1,8912536,60,Male,White only,Married - spouse present,"Native, born in United States",Very good,72,170,23.1,Associate degree - academic program,College--two years,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,20,0,80,80,0,0,205,0,585,0,0,165,0,60,95,45,45,"$50,000 - $75,000",Boomers (55-73),White only,Very good,6-6.5 feet,160-180,Associate Degree,,45,205,665,165,0,45,255
+,2022,2.02204E+13,2403,Midwest,Illinois,200000,"House, apartment, flat",1,1,6758065,41,Male,White only,Married - spouse present,"Native, born in United States",Good,71,180,25.1,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,78,0,32,10,15,0,200,0,450,0,0,557,0,5,88,0,0,"$150,000 and over",Generation X (39-54),White only,Good,5.5-6 feet,180-200,Master's or Doctoral Degree,,0,200,460,557,15,0,203
+,2022,2.02204E+13,2404,South,Alabama,87500,"House, apartment, flat",1,1,8491627,20,Male,White only,Never married,"Native, born in United States",Good,65,160,26.6,Some college but no degree,Twelfth grade,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,155,65,0,240,0,345,0,0,205,240,0,190,0,0,"$75,000 - $100,000",Generation Z (7-22),White only,Good,5-5.5 feet,160-180,Some College,,0,240,500,445,65,0,190
+,2022,2.02204E+13,2405,South,North Carolina,45000,"House, apartment, flat",1,1,9965388,76,Male,Black only,Widowed,"Native, born in United States",Good,70,240,34.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,22,25,0,0,142,15,487,108,0,496,4,27,64,30,0,"$30,000 - $50,000",Silent (74-91),Black only,Good,5.5-6 feet,200-300,Bachelor's Degree,,0,157,620,500,0,30,113
+,2022,2.02204E+13,2406,Northeast,New York,125000,"House, apartment, flat",1,1,5712766,53,Female,White only,Married - spouse present,"Native, born in United States",Very good,65,145,24.1,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,10,0,0,0,0,1100,0,0,180,0,0,0,0,150,"$100,000 - $150,000",Generation X (39-54),White only,Very good,5-5.5 feet,140-160,Master's or Doctoral Degree,,150,0,1110,180,0,0,0
+,2022,2.02204E+13,2407,Midwest,Illinois,200000,"House, apartment, flat",1,1,2252688,41,Male,White only,Separated,"Native, born in United States",Very good,74,195,25,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,70,0,0,30,0,465,0,0,340,240,0,175,0,120,"$150,000 and over",Generation X (39-54),White only,Very good,6-6.5 feet,180-200,Master's or Doctoral Degree,,120,30,535,580,0,0,175
+,2022,2.02204E+13,2408,West,Colorado,125000,"House, apartment, flat",1,1,3986974,70,Female,White only,Married - spouse present,"Native, born in United States",Very good,63,129,22.8,Associate degree - occupational vocational,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,90,0,0,315,0,470,0,15,510,0,0,10,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Very good,5-5.5 feet,120-140,Associate Degree,,0,315,560,525,0,0,40
+,2022,2.02204E+13,2409,Northeast,Connecticut,22500,"House, apartment, flat",1,1,2114365,57,Male,White only,Divorced,"Native, born in United States",Very good,70,222,31.9,11th grade,Eleventh grade,Employed - at work,No,No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,7,0,0,182,0,0,429,0,590,0,10,220,0,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Very good,5.5-6 feet,200-300,Some High School,,0,429,772,230,0,0,7
+,2022,2.02204E+13,2410,Midwest,Ohio,67500,"House, apartment, flat",1,1,25004453,34,Female,White only,Married - spouse present,"Native, born in United States",Good,67,190,29.8,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,60,0,0,30,0,630,0,0,180,0,0,30,0,450,"$50,000 - $75,000",Millennials (23-38),White only,Good,5.5-6 feet,180-200,Master's or Doctoral Degree,,450,30,690,180,0,0,90
+,2022,2.02204E+13,2411,South,Alabama,125000,"House, apartment, flat",1,1,4069242,39,Female,"American Indian, Alaskan Native",Married - spouse present,"Foreign born, U.S. citizen by naturalization",Poor,64,133,22.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,15,0,30,60,0,0,240,0,635,0,0,355,10,0,85,0,0,"$100,000 - $150,000",Generation X (39-54),"American Indian, Alaskan Native",Poor,5-5.5 feet,120-140,Bachelor's Degree,,0,240,695,365,0,0,130
+,2022,2.02204E+13,2412,Northeast,Pennsylvania,37500,"House, apartment, flat",1,1,6797884,67,Male,White only,Married - spouse present,"Native, born in United States",Poor,69,178,26.3,12th grade - no diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,90,0,690,0,0,630,0,0,0,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Poor,5.5-6 feet,160-180,Some High School,,0,90,720,630,0,0,0
+,2022,2.02204E+13,2413,South,Texas,17500,"House, apartment, flat",1,1,11959040,25,Female,White only,Never married,"Native, born in United States",Good,58,200,41.8,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,470,0,0,20,0,0,0,0,845,0,0,75,30,0,0,0,0,"$10,000 - $30,000",Millennials (23-38),White only,Good,0-5 feet,200-300,Graduated High School,,0,0,865,105,0,0,470
+,2022,2.02204E+13,2414,South,Virginia,200000,"House, apartment, flat",1,1,5212267,54,Female,White only,Married - spouse present,"Native, born in United States",Very good,63,132,23.4,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,45,30,0,0,170,0,510,0,0,260,0,0,425,0,0,"$150,000 and over",Boomers (55-73),White only,Very good,5-5.5 feet,120-140,Master's or Doctoral Degree,,0,170,540,260,0,0,470
+,2022,2.02204E+13,2415,Midwest,Ohio,200000,"House, apartment, flat",1,1,13418509,40,Female,White only,Married - spouse present,"Native, born in United States",NIU (Not in universe),,9999,999,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,105,0,30,50,0,0,110,0,475,0,0,140,0,0,90,0,440,"$150,000 and over",Generation X (39-54),White only,"Other (Refused, Dont know, NIU)",,>300,Master's or Doctoral Degree,,440,110,525,140,0,0,225
+,2022,2.02204E+13,2416,South,Georgia,125000,"House, apartment, flat",1,1,5057586,42,Female,Black only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Good,63,137,24.3,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,355,0,0,70,0,0,340,0,585,0,0,70,0,0,0,0,0,"$100,000 - $150,000",Generation X (39-54),Black only,Good,5-5.5 feet,120-140,Master's or Doctoral Degree,,0,340,655,70,0,0,355
+,2022,2.02204E+13,2417,Northeast,Connecticut,27500,"House, apartment, flat",1,1,4951287,70,Male,White only,Widowed,"Native, born in United States",Excellent,68,135,20.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,105,60,0,105,0,705,10,0,305,60,0,80,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Excellent,5.5-6 feet,120-140,Bachelor's Degree,,0,105,820,365,60,0,90
+,2022,2.02204E+13,2418,South,Texas,17500,"House, apartment, flat",1,1,12513680,85,Female,White only,Widowed,"Native, born in United States",Poor,65,145,24.1,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),Has vision difficulty,Has hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,90,60,0,0,60,125,640,0,20,385,0,0,60,0,0,"$10,000 - $30,000",Silent (74-91),White only,Poor,5-5.5 feet,140-160,Graduated High School,,0,185,700,405,0,0,150
+,2022,2.02204E+13,2419,South,Virginia,45000,"House, apartment, flat",1,1,11076163,28,Female,White only,Never married,"Native, born in United States",Very good,69,130,19.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,200,0,490,0,0,235,0,0,0,0,485,"$30,000 - $50,000",Millennials (23-38),White only,Very good,5.5-6 feet,120-140,Bachelor's Degree,,485,200,520,235,0,0,0
+,2022,2.02204E+13,2420,West,California,27500,"House, apartment, flat",1,1,23687237,36,Male,Asian only,Never married,"Native, born abroad of American parent or parents",Good,69,175,25.8,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,95,0,497,0,0,45,60,0,98,0,525,"$10,000 - $30,000",Millennials (23-38),Asian only,Good,5.5-6 feet,160-180,Graduated High School,,525,95,617,105,0,0,98
+,2022,2.02204E+13,2421,Midwest,Wisconsin,125000,"House, apartment, flat",1,1,8347070,70,Female,White only,Married - spouse present,"Native, born in United States",Very good,64,164,28.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,45,73,70,0,0,230,0,625,60,0,231,40,0,66,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Very good,5-5.5 feet,160-180,Bachelor's Degree,,0,230,755,271,0,0,184
+,2022,2.02204E+13,2422,South,Georgia,87500,"House, apartment, flat",1,1,9313827,59,Female,Black only,Never married,"Native, born in United States",Very good,65,280,46.6,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,30,0,480,0,0,270,0,0,145,0,485,"$75,000 - $100,000",Boomers (55-73),Black only,Very good,5-5.5 feet,200-300,Master's or Doctoral Degree,,485,30,510,270,0,0,145
+,2022,2.02204E+13,2423,South,Georgia,87500,"House, apartment, flat",1,1,17944388,31,Male,White only,Never married,"Native, born in United States",Excellent,70,200,28.7,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,50,0,0,115,0,1000,0,0,90,0,5,90,0,90,"$75,000 - $100,000",Millennials (23-38),White only,Excellent,5.5-6 feet,200-300,Master's or Doctoral Degree,,90,115,1050,90,0,0,95
+,2022,2.02204E+13,2424,West,California,22500,"House, apartment, flat",1,1,9954145,64,Female,White only,Divorced,"Foreign born, U.S. citizen by naturalization",Fair,62,113,20.7,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,90,0,0,520,0,560,0,0,240,0,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Fair,5-5.5 feet,100-120,Associate Degree,,0,520,650,240,0,0,0
+,2022,2.02204E+13,2425,Northeast,New York,125000,"House, apartment, flat",1,1,43860951,35,Male,White only,Never married,"Native, born in United States",Very good,72,180,24.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,85,0,0,30,0,435,0,0,390,80,0,0,0,420,"$100,000 - $150,000",Millennials (23-38),White only,Very good,6-6.5 feet,180-200,Bachelor's Degree,,420,30,520,470,0,0,0
+,2022,2.02204E+13,2426,West,California,125000,"House, apartment, flat",1,1,9922974,57,Female,Black only,Married - spouse present,"Native, born in United States",Fair,67,154,24.1,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,3,0,0,50,0,0,0,0,787,0,0,60,0,0,90,0,450,"$100,000 - $150,000",Boomers (55-73),Black only,Fair,5.5-6 feet,140-160,Some College,,450,0,837,60,0,0,93
+,2022,2.02204E+13,2427,Midwest,Ohio,200000,"House, apartment, flat",1,1,13644005,49,Female,White only,Married - spouse present,"Native, born in United States",Very good,66,120,19.4,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,15,0,450,0,0,180,480,0,195,0,0,"$150,000 and over",Generation X (39-54),White only,Very good,5.5-6 feet,120-140,Master's or Doctoral Degree,,0,15,570,660,0,0,195
+,2022,2.02204E+13,2428,South,Florida,125000,"House, apartment, flat",1,1,8254668,23,Male,White only,Never married,"Native, born in United States",Very good,72,169,22.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,70,50,0,0,70,0,810,0,0,420,0,0,20,0,0,"$100,000 - $150,000",Millennials (23-38),White only,Very good,6-6.5 feet,160-180,Bachelor's Degree,,0,70,860,420,0,0,90
+,2022,2.02204E+13,2429,South,Kentucky,87500,"House, apartment, flat",1,1,11123731,32,Female,White only,Married - spouse present,"Native, born in United States",Excellent,67,135,21.1,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,235,0,60,135,0,0,210,0,450,0,0,60,0,0,170,0,60,"$75,000 - $100,000",Millennials (23-38),White only,Excellent,5.5-6 feet,120-140,Associate Degree,,60,210,585,60,0,0,465
+,2022,2.02204E+13,2430,South,Tennessee,200000,"House, apartment, flat",1,1,6329078,54,Male,White only,Married - spouse present,"Native, born in United States",Excellent,75,215,26.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,15,95,0,0,185,0,600,0,0,438,0,0,106,0,1,"$150,000 and over",Boomers (55-73),White only,Excellent,6-6.5 feet,200-300,Bachelor's Degree,,1,185,695,438,0,0,121
+,2022,2.02204E+13,2431,West,Hawaii,125000,"House, apartment, flat",1,1,1278601,52,Female,White only,Married - spouse absent,"Native, born in United States",Very good,68,160,24.3,Associate degree - occupational vocational,College--four years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,180,30,0,0,240,0,750,0,0,120,0,0,120,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Very good,5.5-6 feet,160-180,Associate Degree,,0,240,780,120,0,0,300
+,2022,2.02204E+13,2432,Midwest,Indiana,55000,"House, apartment, flat",1,1,6459880,79,Male,White only,Married - spouse present,"Native, born in United States",Poor,72,207,28.1,High school graduate - GED,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,0,0,540,0,0,870,0,0,0,0,0,"$50,000 - $75,000",Silent (74-91),White only,Poor,6-6.5 feet,200-300,Graduated High School,,0,0,570,870,0,0,0
+,2022,2.02204E+13,2433,South,Texas,45000,"House, apartment, flat",1,1,29174797,52,Female,Black only,Divorced,"Native, born in United States",Good,62,165,30.2,Associate degree - occupational vocational,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,25,0,0,75,0,0,55,0,590,0,0,225,0,0,53,0,417,"$30,000 - $50,000",Generation X (39-54),Black only,Good,5-5.5 feet,160-180,Associate Degree,,417,55,665,225,0,0,78
+,2022,2.02204E+13,2434,Midwest,Indiana,11250,"House, apartment, flat",1,1,25544503,57,Female,White only,Married - spouse present,"Native, born in United States",Good,64,115,19.7,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,480,0,15,0,0,55,0,585,60,0,185,0,0,60,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Good,5-5.5 feet,100-120,Graduated High School,,0,55,660,185,0,0,540
+,2022,2.02204E+13,2435,West,Washington,67500,"House, apartment, flat",1,1,3754956,75,Male,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Very good,73,195,25.7,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,20,0,0,60,0,630,0,0,715,0,15,0,0,0,"$50,000 - $75,000",Silent (74-91),White only,Very good,6-6.5 feet,180-200,Master's or Doctoral Degree,,0,60,650,715,0,0,15
+,2022,2.02204E+13,2436,Northeast,Pennsylvania,125000,"House, apartment, flat",1,1,14388572,43,Male,White only,Married - spouse present,"Native, born in United States",Good,70,185,26.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,250,0,0,55,0,0,65,0,460,0,0,165,0,0,15,0,430,"$100,000 - $150,000",Generation X (39-54),White only,Good,5.5-6 feet,180-200,Bachelor's Degree,,430,65,515,165,0,0,265
+,2022,2.02204E+13,2437,Midwest,Indiana,27500,"House, apartment, flat",1,1,8279874,74,Male,Black only,Married - spouse present,"Native, born in United States",Good,65,142,23.6,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,15,0,0,0,0,615,0,150,575,0,0,85,0,0,"$10,000 - $30,000",Silent (74-91),Black only,Good,5-5.5 feet,140-160,Graduated High School,,0,0,630,725,0,0,85
+,2022,2.02204E+13,2438,South,North Carolina,45000,"House, apartment, flat",1,1,7193091,73,Female,White only,Married - spouse present,"Native, born in United States",Good,60,200,39.1,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,2,120,120,0,0,147,0,620,0,0,383,0,0,48,0,0,"$30,000 - $50,000",Silent (74-91),White only,Good,5-5.5 feet,200-300,Graduated High School,,0,147,740,383,0,0,170
+,2022,2.02204E+13,2439,Northeast,New York,37500,"House, apartment, flat",1,1,45472472,36,Female,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Good,65,140,23.3,"1st, 2nd, 3rd, or 4th grade",First through fourth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,180,0,610,0,0,120,60,0,45,0,340,"$30,000 - $50,000",Millennials (23-38),White only,Good,5-5.5 feet,140-160,Middle School or Less,,340,180,670,180,0,0,45
+,2022,2.02204E+13,2440,West,California,200000,"House, apartment, flat",1,1,5907919,43,Male,White only,Married - spouse present,"Native, born in United States",Very good,71,221,30.8,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,240,0,420,0,0,318,285,0,57,0,0,"$150,000 and over",Generation X (39-54),White only,Very good,5.5-6 feet,200-300,Graduated High School,,0,240,540,603,0,0,57
+,2022,2.02204E+13,2441,South,Alabama,6250,"House, apartment, flat",1,1,4290815,59,Female,White only,Married - spouse present,"Native, born in United States",Poor,66,219,35.3,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,Has physical difficulty,Has difficulty remembering,0,0,0,10,0,0,30,0,811,0,0,589,0,0,0,0,0,"Less than $10,000",Boomers (55-73),White only,Poor,5.5-6 feet,200-300,Associate Degree,,0,30,821,589,0,0,0
+,2022,2.02204E+13,2442,West,California,11250,"House, apartment, flat",1,1,4199117,71,Male,White only,Married - spouse absent,"Foreign born, not a U.S. citizen",Fair,65,153,25.5,"1st, 2nd, 3rd, or 4th grade",First through fourth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,160,0,0,260,0,640,0,0,330,0,30,20,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Fair,5-5.5 feet,140-160,Middle School or Less,,0,260,800,330,0,0,50
+,2022,2.02204E+13,2443,South,Louisiana,125000,"House, apartment, flat",1,1,17455750,29,Female,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Good,62,120,21.9,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,135,0,30,40,0,0,215,0,600,0,0,175,60,20,115,0,0,"$100,000 - $150,000",Millennials (23-38),White only,Good,5-5.5 feet,120-140,Some College,,0,215,640,235,0,0,300
+,2022,2.02204E+13,2444,Northeast,Pennsylvania,67500,"House, apartment, flat",1,1,12831287,29,Female,Black only,Never married,"Native, born abroad of American parent or parents",Fair,62,200,36.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,240,0,0,105,0,590,0,0,20,0,0,0,0,485,"$50,000 - $75,000",Millennials (23-38),Black only,Fair,5-5.5 feet,200-300,Bachelor's Degree,,485,105,830,20,0,0,0
+,2022,2.02204E+13,2445,West,California,200000,"House, apartment, flat",1,1,9608448,38,Male,Asian only,Married - spouse present,"Foreign born, not a U.S. citizen",Good,65,128,21.3,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,85,0,10,120,0,0,50,0,600,0,0,15,0,0,80,0,355,"$150,000 and over",Generation X (39-54),Asian only,Good,5-5.5 feet,120-140,Master's or Doctoral Degree,,355,50,720,15,0,0,175
+,2022,2.02204E+13,2446,Northeast,Pennsylvania,87500,"House, apartment, flat",1,1,4060113,68,Male,White only,Never married,"Native, born in United States",Excellent,70,185,26.5,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,25,110,0,0,10,0,630,0,0,600,30,0,35,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Excellent,5.5-6 feet,180-200,Master's or Doctoral Degree,,0,10,740,630,0,0,60
+,2022,2.02204E+13,2447,Northeast,Pennsylvania,27500,"House, apartment, flat",1,1,29705876,57,Male,White only,Married - spouse present,"Native, born in United States",Good,77,225,26.7,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,150,0,0,65,0,0,45,0,355,0,0,125,0,0,50,0,615,"$10,000 - $30,000",Boomers (55-73),White only,Good,6-6.5 feet,200-300,Graduated High School,,615,45,420,125,0,0,200
+,2022,2.02204E+13,2448,South,Virginia,87500,"House, apartment, flat",1,1,9915692,47,Female,White only,Divorced,"Native, born in United States",Very good,65,150,25,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,195,0,0,35,0,0,20,0,490,0,0,35,0,0,120,0,545,"$75,000 - $100,000",Generation X (39-54),White only,Very good,5-5.5 feet,140-160,Associate Degree,,545,20,525,35,0,0,315
+,2022,2.02204E+13,2449,Midwest,Illinois,125000,"House, apartment, flat",1,1,5083380,63,Female,White only,Never married,"Native, born in United States",Good,62,265,48.5,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,84,0,0,261,0,675,0,0,390,0,0,0,30,0,"$100,000 - $150,000",Boomers (55-73),White only,Good,5-5.5 feet,200-300,Master's or Doctoral Degree,,0,261,759,390,0,30,0
+,2022,2.02204E+13,2450,Midwest,Michigan,125000,"House, apartment, flat",1,1,9803491,50,Female,White only,Married - spouse present,"Native, born in United States",Very good,61,215,40.6,Associate degree - academic program,College--two years,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,75,60,0,0,180,0,570,0,0,405,90,0,60,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Very good,5-5.5 feet,200-300,Associate Degree,,0,180,630,495,0,0,135
+,2022,2.02204E+13,2451,West,Colorado,125000,"House, apartment, flat",1,1,11803430,67,Male,White only,Married - spouse present,"Native, born in United States",Excellent,77,163,19.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,210,0,630,0,0,180,270,0,120,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Excellent,6-6.5 feet,160-180,Bachelor's Degree,,0,210,660,450,0,0,120
+,2022,2.02204E+13,2452,South,Texas,55000,"House, apartment, flat",1,1,55982887,22,Male,Black only,Never married,"Native, born in United States",Fair,70,333,47.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,20,20,0,0,55,0,605,0,0,480,60,0,20,0,180,"$50,000 - $75,000",Millennials (23-38),Black only,Fair,5.5-6 feet,>300,Bachelor's Degree,,180,55,625,540,0,0,40
+,2022,2.02204E+13,2453,Midwest,Minnesota,67500,"House, apartment, flat",1,1,4815289,67,Male,White only,Married - spouse present,"Native, born in United States",Very good,72,175,23.7,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,20,75,0,0,50,0,585,0,0,450,0,0,20,240,0,"$50,000 - $75,000",Boomers (55-73),White only,Very good,6-6.5 feet,160-180,Some College,,0,50,660,450,0,240,40
+,2022,2.02204E+13,2454,Northeast,Pennsylvania,2500,"House, apartment, flat",1,1,24221323,28,Male,White only,Never married,"Native, born in United States",Excellent,72,205,27.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,65,775,0,30,0,500,0,0,0,60,0,10,0,0,"Less than $10,000",Millennials (23-38),White only,Excellent,6-6.5 feet,200-300,Bachelor's Degree,,0,30,565,60,775,0,10
+,2022,2.02204E+13,2455,Midwest,Indiana,45000,"House, apartment, flat",1,1,6801389,36,Male,Black only,Married - spouse present,"Native, born in United States",Good,70,160,23,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,0,0,630,0,0,720,0,0,0,0,0,"$30,000 - $50,000",Millennials (23-38),Black only,Good,5.5-6 feet,160-180,Associate Degree,,0,0,720,720,0,0,0
+,2022,2.02204E+13,2456,South,Texas,200000,"House, apartment, flat",1,1,7174593,64,Male,White only,Divorced,"Native, born in United States",Very good,73,246,32.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,40,0,0,0,0,0,0,0,0,0,0,0,1400,0,0,"$150,000 and over",Boomers (55-73),White only,Very good,6-6.5 feet,200-300,Bachelor's Degree,,0,0,0,0,0,0,1440
+,2022,2.02204E+13,2457,West,Washington,200000,"House, apartment, flat",1,1,66353584,17,Male,White only,Never married,"Native, born in United States",Very good,73,125,16.5,10th grade,Tenth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,75,380,0,125,0,540,0,0,260,0,0,50,0,0,"$150,000 and over",Generation Z (7-22),White only,Very good,6-6.5 feet,120-140,Some High School,,0,125,615,260,380,0,60
+,2022,2.02204E+13,2458,Northeast,New York,45000,"House, apartment, flat",1,1,6318052,36,Female,White only,Married - spouse present,"Native, born in United States",Very good,65,155,25.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,25,0,115,0,0,100,0,618,0,0,355,0,0,32,195,0,"$30,000 - $50,000",Millennials (23-38),White only,Very good,5-5.5 feet,140-160,Bachelor's Degree,,0,100,733,355,0,195,57
+,2022,2.02204E+13,2459,South,Florida,87500,"House, apartment, flat",1,1,31977656,35,Male,White only,Married - spouse present,"Native, born in Puerto Rico or U.S. Outlying Area",Fair,63,168,29.8,11th grade,Eleventh grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,45,0,593,60,0,38,0,0,116,0,543,"$75,000 - $100,000",Millennials (23-38),White only,Fair,5-5.5 feet,160-180,Some High School,,543,45,698,38,0,0,116
+,2022,2.02204E+13,2460,Midwest,Missouri,87500,"House, apartment, flat",1,1,6931554,76,Male,White only,Divorced,"Native, born abroad of American parent or parents",Good,69,165,24.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,45,45,0,20,448,0,540,60,0,235,0,10,37,0,0,"$75,000 - $100,000",Silent (74-91),White only,Good,5.5-6 feet,160-180,Bachelor's Degree,,0,448,645,235,0,0,112
+,2022,2.02204E+13,2461,South,Kentucky,67500,"House, apartment, flat",1,1,12607572,49,Male,White only,Married - spouse present,"Native, born in United States",Good,70,250,35.9,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,15,210,120,0,0,0,0,420,0,0,435,0,0,240,0,0,"$50,000 - $75,000",Generation X (39-54),White only,Good,5.5-6 feet,200-300,Graduated High School,,0,0,540,435,0,0,465
+,2022,2.02204E+13,2462,Northeast,Pennsylvania,87500,"House, apartment, flat",1,1,8861673,65,Female,White only,Widowed,"Native, born in United States",Good,66,149,24,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,120,0,570,0,0,570,0,0,0,0,120,"$75,000 - $100,000",Boomers (55-73),White only,Good,5.5-6 feet,140-160,Bachelor's Degree,,120,120,630,570,0,0,0
+,2022,2.02204E+13,2463,Northeast,New York,32500,"House, apartment, flat",1,1,28493885,24,Female,White only,Never married,"Native, born in United States",Good,71,135,18.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,95,0,0,225,0,580,0,0,330,0,0,30,0,150,"$30,000 - $50,000",Millennials (23-38),White only,Good,5.5-6 feet,120-140,Bachelor's Degree,,150,225,675,330,0,0,60
+,2022,2.02204E+13,2464,South,Alabama,55000,"House, apartment, flat",1,1,9251871,42,Male,White only,Married - spouse present,"Native, born in United States",Good,70,220,31.6,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,80,0,0,590,0,485,0,30,45,0,0,120,0,0,"$50,000 - $75,000",Generation X (39-54),White only,Good,5.5-6 feet,200-300,Some College,,0,590,565,75,0,0,150
+,2022,2.02204E+13,2465,South,Tennessee,200000,"House, apartment, flat",1,1,6974517,36,Male,White only,Married - spouse present,"Native, born in United States",Very good,73,190,25.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,5,60,0,0,145,0,570,0,0,265,60,0,200,0,0,"$150,000 and over",Millennials (23-38),White only,Very good,6-6.5 feet,180-200,Bachelor's Degree,,0,145,630,325,0,0,205
+,2022,2.02204E+13,2466,Northeast,Massachusetts,125000,"House, apartment, flat",1,1,7090688,67,Female,White only,Married - spouse present,"Native, born in United States",Good,62,108,19.8,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,300,0,540,0,0,260,70,120,10,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Good,5-5.5 feet,100-120,Master's or Doctoral Degree,,0,300,630,330,0,0,130
+,2022,2.02204E+13,2467,South,Delaware,45000,"House, apartment, flat",1,1,7312980,71,Female,Black only,Married - spouse present,"Native, born in United States",Good,65,165,27.5,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,120,60,0,0,0,0,600,0,0,600,0,0,60,0,0,"$30,000 - $50,000",Boomers (55-73),Black only,Good,5-5.5 feet,160-180,Graduated High School,,0,0,660,600,0,0,180
+,2022,2.02204E+13,2468,South,North Carolina,200000,"House, apartment, flat",1,1,47985777,15,Female,White only,Never married,"Native, born in United States",Very good,68,125,19,7th or 8th grade,Seventh through eighth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,515,0,0,0,525,0,0,90,165,0,70,0,0,"$150,000 and over",Generation Z (7-22),White only,Very good,5.5-6 feet,120-140,Middle School or Less,,0,0,600,255,515,0,70
+,2022,2.02204E+13,2469,Midwest,Ohio,37500,"House, apartment, flat",1,1,8225515,42,Female,White only,Married - spouse present,"Native, born in United States",Good,62,127,23.2,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,40,0,0,120,0,710,0,0,495,0,0,75,0,0,"$30,000 - $50,000",Generation X (39-54),White only,Good,5-5.5 feet,120-140,Associate Degree,,0,120,750,495,0,0,75
+,2022,2.02204E+13,2470,South,North Carolina,55000,"House, apartment, flat",1,1,15295027,76,Male,White only,Married - spouse present,"Native, born in United States",Fair,73,210,27.7,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,25,0,610,30,0,490,60,0,60,0,0,"$50,000 - $75,000",Silent (74-91),White only,Fair,6-6.5 feet,200-300,Master's or Doctoral Degree,,0,25,700,550,0,0,60
+,2022,2.02204E+13,2471,West,California,125000,"House, apartment, flat",1,1,9660198,60,Male,White only,Married - spouse present,"Native, born abroad of American parent or parents",Good,71,260,36.3,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,5,140,0,0,0,0,570,0,0,220,45,15,45,0,385,"$100,000 - $150,000",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Master's or Doctoral Degree,,385,0,710,265,0,0,65
+,2022,2.02204E+13,2472,West,California,55000,"House, apartment, flat",1,1,12116110,55,Male,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Fair,69,177,26.1,9th grade,Ninth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,52,0,0,0,0,480,0,70,68,0,0,240,0,530,"$50,000 - $75,000",Boomers (55-73),White only,Fair,5.5-6 feet,160-180,Some High School,,530,0,532,138,0,0,240
+,2022,2.02204E+13,2473,South,Virginia,200000,"House, apartment, flat",1,1,7461566,33,Female,White only,Married - spouse present,"Native, born in United States",Very good,67,142,22.2,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,220,0,0,30,0,0,40,0,510,0,0,60,0,0,40,0,540,"$150,000 and over",Millennials (23-38),White only,Very good,5.5-6 feet,140-160,Master's or Doctoral Degree,,540,40,540,60,0,0,260
+,2022,2.02204E+13,2474,Midwest,Indiana,67500,"House, apartment, flat",1,1,2486601,37,Female,White only,Divorced,"Native, born in United States",Very good,65,135,22.5,Associate degree - academic program,College--three years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,50,0,0,170,0,750,0,0,410,0,60,0,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Very good,5-5.5 feet,120-140,Associate Degree,,0,170,800,410,0,0,60
+,2022,2.02204E+13,2475,Midwest,Kansas,125000,"House, apartment, flat",1,1,2370833,38,Female,White only,Married - spouse present,"Native, born in United States",Excellent,62,130,23.8,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,150,0,0,90,0,0,190,0,530,0,0,300,0,0,0,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Excellent,5-5.5 feet,120-140,Master's or Doctoral Degree,,0,190,620,300,0,0,150
+,2022,2.02204E+13,2476,South,Virginia,55000,"House, apartment, flat",1,1,2631392,70,Female,White only,Divorced,"Native, born in United States",Good,67,160,25.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,180,0,540,0,0,650,0,0,10,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Good,5.5-6 feet,160-180,Bachelor's Degree,,0,180,600,650,0,0,10
+,2022,2.02204E+13,2477,West,Arizona,67500,"House, apartment, flat",1,1,3803481,80,Male,White only,Married - spouse present,"Native, born in United States",Very good,64,175,30,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,55,0,0,257,0,450,0,0,678,0,0,0,0,0,"$50,000 - $75,000",Silent (74-91),White only,Very good,5-5.5 feet,160-180,Associate Degree,,0,257,505,678,0,0,0
+,2022,2.02204E+13,2478,South,Alabama,27500,"House, apartment, flat",1,1,20391915,62,Female,Black only,Married - spouse present,"Native, born in United States",Fair,62,310,56.7,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,8,0,0,40,0,0,275,0,545,0,0,422,0,60,90,0,0,"$10,000 - $30,000",Boomers (55-73),Black only,Fair,5-5.5 feet,>300,Graduated High School,,0,275,585,422,0,0,158
+,2022,2.02204E+13,2479,West,Colorado,87500,"House, apartment, flat",1,1,17669447,27,Female,White only,Never married,"Native, born in United States",Excellent,63,125,22.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,185,0,600,0,0,40,30,0,24,0,471,"$75,000 - $100,000",Millennials (23-38),White only,Excellent,5-5.5 feet,120-140,Bachelor's Degree,,471,185,690,70,0,0,24
+,2022,2.02204E+13,2480,West,Nevada,2500,"House, apartment, flat",1,1,6549451,47,Male,White only,Never married,"Native, born in United States",Fair,69,163,24.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,Has difficulty remembering,0,0,0,25,600,0,5,0,390,0,0,180,0,0,30,210,0,"Less than $10,000",Generation X (39-54),White only,Fair,5.5-6 feet,160-180,Bachelor's Degree,,0,5,415,180,600,210,30
+,2022,2.02204E+13,2481,West,Idaho,125000,"House, apartment, flat",1,1,2799908,78,Male,White only,Married - spouse present,"Native, born in United States",Fair,66,236,38.1,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,15,0,0,75,0,1020,0,0,300,0,0,15,0,0,"$100,000 - $150,000",Silent (74-91),White only,Fair,5.5-6 feet,200-300,Master's or Doctoral Degree,,0,75,1035,300,0,0,15
+,2022,2.02204E+13,2482,South,Georgia,200000,"House, apartment, flat",1,1,12886107,56,Female,White only,Married - spouse present,"Native, born in United States",NIU (Not in universe),,9999,999,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,0,0,720,0,0,330,0,0,360,0,0,"$150,000 and over",Boomers (55-73),White only,"Other (Refused, Dont know, NIU)",,>300,Graduated High School,,0,0,750,330,0,0,360
+,2022,2.02204E+13,2483,South,Tennessee,55000,"House, apartment, flat",1,1,6607601,51,Male,White only,Divorced,"Native, born in United States",Good,68,220,33.4,High school graduate - GED,Eleventh grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,90,0,0,0,0,670,0,0,420,60,0,190,0,0,"$50,000 - $75,000",Generation X (39-54),White only,Good,5.5-6 feet,200-300,Graduated High School,,0,0,760,480,0,0,200
+,2022,2.02204E+13,2484,Midwest,Illinois,125000,"House, apartment, flat",1,1,11108505,55,Female,Asian only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Excellent,60,143,27.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,255,105,0,0,145,0,525,0,0,265,0,0,145,0,0,"$100,000 - $150,000",Boomers (55-73),Asian only,Excellent,5-5.5 feet,140-160,Bachelor's Degree,,0,145,630,265,0,0,400
+,2022,2.02204E+13,2485,South,Georgia,67500,"House, apartment, flat",1,1,5091891,73,Male,White only,Married - spouse present,"Native, born in United States",Very good,73,212,28,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,15,0,120,0,0,0,0,585,0,0,480,150,0,90,0,0,"$50,000 - $75,000",Silent (74-91),White only,Very good,6-6.5 feet,200-300,Some College,,0,0,705,630,0,0,105
+,2022,2.02204E+13,2486,Northeast,New Jersey,200000,"House, apartment, flat",1,1,15339640,39,Female,White only,Married - spouse present,"Native, born in United States",Very good,64,155,26.6,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,492,0,45,20,0,0,125,0,515,0,0,30,0,5,140,0,0,"$150,000 and over",Generation X (39-54),White only,Very good,5-5.5 feet,140-160,Master's or Doctoral Degree,,0,125,535,30,0,0,682
+,2022,2.02204E+13,2487,West,Arizona,200000,"House, apartment, flat",1,1,2881075,67,Female,White only,Married - spouse present,"Native, born in United States",Excellent,62,112,20.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,174,0,0,285,0,556,0,85,120,0,0,150,0,60,"$150,000 and over",Boomers (55-73),White only,Excellent,5-5.5 feet,100-120,Bachelor's Degree,,60,285,730,205,0,0,160
+,2022,2.02204E+13,2488,West,California,17500,"House, apartment, flat",1,1,10198147,44,Female,White only,Separated,"Foreign born, not a U.S. citizen",Poor,60,150,29.3,5th or 6th grade,Fifth through sixth grade,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,0,0,1410,0,0,0,0,0,0,0,0,"$10,000 - $30,000",Generation X (39-54),White only,Poor,5-5.5 feet,140-160,Middle School or Less,,0,0,1440,0,0,0,0
+,2022,2.02204E+13,2489,West,Washington,125000,"House, apartment, flat",1,1,4409401,42,Female,White only,Married - spouse present,"Native, born in United States",Good,66,200,32.3,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,180,150,0,75,0,0,150,0,540,0,0,254,0,0,91,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Good,5.5-6 feet,200-300,Master's or Doctoral Degree,,0,150,615,254,0,0,421
+,2022,2.02204E+13,2490,South,Virginia,37500,"House, apartment, flat",1,1,22072653,54,Male,Asian only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Very good,65,149,24.8,Some college but no degree,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,Has difficulty remembering,0,0,90,100,0,0,40,0,720,0,0,450,0,0,40,0,0,"$30,000 - $50,000",Boomers (55-73),Asian only,Very good,5-5.5 feet,140-160,Some College,,0,40,820,450,0,0,130
+,2022,2.02204E+13,2491,South,Louisiana,55000,"House, apartment, flat",1,1,36658422,15,Female,Black only,Never married,"Native, born in United States",Very good,69,220,32.5,7th or 8th grade,Seventh through eighth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,0,0,780,0,0,450,0,0,90,0,0,"$50,000 - $75,000",Generation Z (7-22),Black only,Very good,5.5-6 feet,200-300,Middle School or Less,,0,0,900,450,0,0,90
+,2022,2.02204E+13,2492,Northeast,Massachusetts,17500,"House, apartment, flat",1,1,4786235,61,Female,White only,Married - spouse present,"Native, born in United States",Fair,64,155,26.6,Associate degree - academic program,College--two years,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,50,15,50,0,0,185,0,460,0,0,465,45,0,170,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Fair,5-5.5 feet,140-160,Associate Degree,,0,185,510,510,0,0,235
+,2022,2.02204E+13,2493,West,Colorado,200000,"House, apartment, flat",1,1,4610282,41,Female,White only,Married - spouse present,"Native, born in United States",Good,63,9997,998,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,80,0,0,130,0,0,155,0,820,0,0,165,0,30,60,0,0,"$150,000 and over",Generation X (39-54),White only,Good,5-5.5 feet,>300,Bachelor's Degree,,0,155,950,165,0,0,170
+,2022,2.02204E+13,2494,South,North Carolina,55000,"House, apartment, flat",1,1,7161677,20,Male,White only,Never married,"Native, born in United States",Excellent,71,170,23.7,Some college but no degree,College--two years,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,600,0,30,0,780,0,0,0,0,0,0,0,0,"$50,000 - $75,000",Generation Z (7-22),White only,Excellent,5.5-6 feet,160-180,Some College,,0,30,810,0,600,0,0
+,2022,2.02204E+13,2495,South,Texas,125000,"House, apartment, flat",1,1,13812279,47,Male,White only,Divorced,"Native, born in United States",Good,74,270,34.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,70,0,0,0,0,560,0,0,180,0,0,40,0,590,"$100,000 - $150,000",Generation X (39-54),White only,Good,6-6.5 feet,200-300,Bachelor's Degree,,590,0,630,180,0,0,40
+,2022,2.02204E+13,2496,West,Washington,125000,"House, apartment, flat",1,1,5598088,41,Male,White only,Married - spouse present,"Native, born in United States",Very good,66,135,21.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,0,0,630,0,0,605,45,0,40,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Very good,5.5-6 feet,120-140,Bachelor's Degree,,0,0,720,650,0,0,40
+,2022,2.02204E+13,2497,West,Washington,17500,"House, apartment, flat",1,1,6330832,34,Male,White only,Never married,"Native, born in United States",Very good,66,170,27.4,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,25,30,0,0,300,0,765,0,0,290,0,0,30,0,0,"$10,000 - $30,000",Millennials (23-38),White only,Very good,5.5-6 feet,160-180,Associate Degree,,0,300,795,290,0,0,55
+,2022,2.02204E+13,2498,South,Texas,55000,"House, apartment, flat",1,1,3675910,80,Female,Asian only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Excellent,61,98,18.5,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,150,90,0,0,330,0,566,0,0,270,0,0,34,0,0,"$50,000 - $75,000",Silent (74-91),Asian only,Excellent,5-5.5 feet,<100,Master's or Doctoral Degree,,0,330,656,270,0,0,184
+,2022,2.02204E+13,2499,Midwest,Michigan,200000,"House, apartment, flat",1,1,16453149,59,Male,White only,Married - spouse present,"Native, born in United States",Good,69,190,28.1,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,20,0,0,0,0,540,0,0,255,0,0,75,0,550,"$150,000 and over",Boomers (55-73),White only,Good,5.5-6 feet,180-200,Master's or Doctoral Degree,,550,0,560,255,0,0,75
+,2022,2.02204E+13,2500,South,Tennessee,125000,"House, apartment, flat",1,1,3165400,40,Male,White only,Married - spouse present,"Native, born in United States",Fair,77,275,32.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,65,0,0,1,0,415,0,0,959,0,0,0,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Fair,6-6.5 feet,200-300,Bachelor's Degree,,0,1,480,959,0,0,0
+,2022,2.02204E+13,2501,South,Texas,27500,"House, apartment, flat",1,1,16978026,17,Female,White only,Never married,"Native, born in United States",Very good,63,105,18.6,12th grade - no diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,165,0,0,120,0,600,0,145,325,0,0,40,45,0,"$10,000 - $30,000",Generation Z (7-22),White only,Very good,5-5.5 feet,100-120,Some High School,,0,120,765,470,0,45,40
+,2022,2.02204E+13,2502,West,California,32500,"House, apartment, flat",1,1,8856450,31,Female,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Excellent,64,119,20.4,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,297,0,0,90,0,0,250,0,640,0,0,0,0,30,0,0,0,"$30,000 - $50,000",Millennials (23-38),White only,Excellent,5-5.5 feet,100-120,Graduated High School,,0,250,730,0,0,0,327
+,2022,2.02204E+13,2503,West,Washington,55000,"House, apartment, flat",1,1,10157092,75,Male,White only,Divorced,"Native, born in United States",Very good,68,170,25.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - absent,No,Has vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,Has difficulty remembering,0,0,40,30,0,0,210,0,585,0,0,405,60,0,80,0,0,"$50,000 - $75,000",Silent (74-91),White only,Very good,5.5-6 feet,160-180,Bachelor's Degree,,0,210,615,465,0,0,120
+,2022,2.02204E+13,2504,South,Maryland,87500,"House, apartment, flat",1,1,10341038,75,Female,Black only,Married - spouse present,"Native, born in United States",Good,66,247,39.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,180,60,0,0,0,0,660,0,0,500,0,0,40,0,0,"$75,000 - $100,000",Silent (74-91),Black only,Good,5.5-6 feet,200-300,Bachelor's Degree,,0,0,720,500,0,0,220
+,2022,2.02204E+13,2505,South,Florida,27500,"House, apartment, flat",1,1,9670575,41,Female,Black only,Never married,"Foreign born, U.S. citizen by naturalization",Very good,64,204,35,11th grade,Eleventh grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,92,0,45,80,0,0,305,0,190,0,0,297,0,0,56,0,375,"$10,000 - $30,000",Generation X (39-54),Black only,Very good,5-5.5 feet,200-300,Some High School,,375,305,270,297,0,0,193
+,2022,2.02204E+13,2506,South,Oklahoma,87500,"House, apartment, flat",1,1,9350725,61,Male,White only,Married - spouse present,"Native, born in United States",Very good,68,220,33.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,0,0,450,0,0,150,0,0,60,0,735,"$75,000 - $100,000",Boomers (55-73),White only,Very good,5.5-6 feet,200-300,Bachelor's Degree,,735,0,495,150,0,0,60
+,2022,2.02204E+13,2507,West,Wyoming,125000,"House, apartment, flat",1,1,7789415,69,Female,White only,Married - spouse present,"Native, born in United States",Good,63,212,37.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,1,10,65,0,0,55,0,495,0,0,214,0,0,90,0,510,"$100,000 - $150,000",Boomers (55-73),White only,Good,5-5.5 feet,200-300,Bachelor's Degree,,510,55,560,214,0,0,101
+,2022,2.02204E+13,2508,South,Texas,17500,"House, apartment, flat",1,1,4335190,71,Female,White only,Married - spouse present,"Native, born in United States",Good,64,9996,998,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,420,0,630,0,0,330,0,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Good,5-5.5 feet,>300,Some College,,0,420,690,330,0,0,0
+,2022,2.02204E+13,2509,West,Nevada,55000,"House, apartment, flat",1,1,8677729,63,Female,White only,Married - spouse present,"Native, born in United States",Very good,67,165,25.8,Some college but no degree,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,15,0,0,55,0,0,56,0,589,0,0,194,0,0,42,0,489,"$50,000 - $75,000",Boomers (55-73),White only,Very good,5.5-6 feet,160-180,Some College,,489,56,644,194,0,0,57
+,2022,2.02204E+13,2510,West,Oregon,67500,"House, apartment, flat",1,1,7824875,36,Female,White only,Married - spouse present,"Native, born in United States",Fair,67,193,30.2,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,15,0,555,0,0,726,0,0,24,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Fair,5.5-6 feet,180-200,Some College,,0,15,675,726,0,0,24
+,2022,2.02204E+13,2511,Midwest,Michigan,55000,"House, apartment, flat",1,1,7239541,59,Female,Black only,Never married,"Native, born in United States",Good,62,130,23.8,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,80,0,0,150,0,600,0,0,225,0,0,0,0,385,"$50,000 - $75,000",Boomers (55-73),Black only,Good,5-5.5 feet,120-140,Master's or Doctoral Degree,,385,150,680,225,0,0,0
+,2022,2.02204E+13,2512,Midwest,South Dakota,125000,"House, apartment, flat",1,1,4485025,29,Male,White only,Married - spouse present,"Native, born in United States",Very good,69,180,26.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,150,0,0,80,0,0,490,0,720,0,0,0,0,0,0,0,0,"$100,000 - $150,000",Millennials (23-38),White only,Very good,5.5-6 feet,180-200,Bachelor's Degree,,0,490,800,0,0,0,150
+,2022,2.02204E+13,2513,South,Texas,55000,"House, apartment, flat",1,1,26915470,60,Female,White only,Married - spouse present,"Native, born in United States",NIU (Not in universe),,9999,999,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,220,0,15,45,0,0,0,0,600,0,0,0,0,0,60,0,500,"$50,000 - $75,000",Boomers (55-73),White only,"Other (Refused, Dont know, NIU)",,>300,Graduated High School,,500,0,645,0,0,0,295
+,2022,2.02204E+13,2514,Midwest,Missouri,55000,"House, apartment, flat",1,1,31106804,18,Male,White only,Never married,"Native, born in United States",Fair,69,140,20.7,High school graduate - GED,Tenth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,0,0,725,0,0,685,0,0,0,0,0,"$50,000 - $75,000",Generation Z (7-22),White only,Fair,5.5-6 feet,140-160,Graduated High School,,0,0,755,685,0,0,0
+,2022,2.02204E+13,2515,South,South Carolina,32500,Mobile home or trailer with no permanent room added,1,1,8693333,54,Female,Black only,Never married,"Native, born in United States",Good,65,160,26.6,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,5,35,0,0,20,0,760,0,0,60,0,0,80,0,480,"$30,000 - $50,000",Boomers (55-73),Black only,Good,5-5.5 feet,160-180,Graduated High School,,480,20,795,60,0,0,85
+,2022,2.02204E+13,2516,West,Oregon,200000,"House, apartment, flat",1,1,2348811,68,Female,White only,Divorced,"Native, born in United States",Fair,66,190,30.7,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,90,0,0,285,0,720,0,0,255,0,90,0,0,0,"$150,000 and over",Boomers (55-73),White only,Fair,5.5-6 feet,180-200,Master's or Doctoral Degree,,0,285,810,255,0,0,90
+,2022,2.02204E+13,2517,Midwest,Ohio,87500,"House, apartment, flat",1,1,8244921,34,Female,White only,Married - spouse present,"Native, born in United States",Very good,64,106,18.2,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,258,0,30,70,0,0,185,0,495,0,0,375,0,0,27,0,0,"$75,000 - $100,000",Millennials (23-38),White only,Very good,5-5.5 feet,100-120,Associate Degree,,0,185,565,375,0,0,315
+,2022,2.02204E+13,2518,South,Kentucky,200000,"House, apartment, flat",1,1,12994964,44,Male,White only,Married - spouse present,"Native, born in United States",Very good,71,185,25.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,15,30,0,130,0,0,0,0,585,0,0,30,0,0,105,0,545,"$150,000 and over",Generation X (39-54),White only,Very good,5.5-6 feet,180-200,Bachelor's Degree,,545,0,715,30,0,0,150
+,2022,2.02204E+13,2519,South,North Carolina,55000,"House, apartment, flat",1,1,5641983,61,Male,White only,Married - spouse present,"Native, born in United States",Good,73,340,44.9,Associate degree - occupational vocational,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,Has physical difficulty,Has difficulty remembering,0,0,0,60,0,0,30,0,540,0,0,480,0,0,210,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Good,6-6.5 feet,>300,Associate Degree,,0,30,600,480,0,0,210
+,2022,2.02204E+13,2520,West,California,67500,"House, apartment, flat",1,1,12393058,40,Male,Asian only,Married - spouse present,"Native, born in United States",Very good,67,155,24.3,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,30,0,20,120,0,0,60,0,495,0,0,120,0,0,10,0,585,"$50,000 - $75,000",Generation X (39-54),Asian only,Very good,5.5-6 feet,140-160,Master's or Doctoral Degree,,585,60,615,120,0,0,60
+,2022,2.02204E+13,2521,South,Maryland,87500,"House, apartment, flat",1,1,9356626,69,Male,White only,Never married,"Native, born in United States",Good,72,185,25.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,105,10,0,0,30,275,345,0,0,320,0,15,190,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Good,6-6.5 feet,180-200,Bachelor's Degree,,0,305,355,320,0,0,310
+,2022,2.02204E+13,2522,South,Florida,200000,"House, apartment, flat",1,1,17397967,33,Female,White only,Married - spouse present,"Native, born abroad of American parent or parents",Good,66,195,31.5,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,50,0,0,32,0,492,0,0,228,60,60,20,0,498,"$150,000 and over",Millennials (23-38),White only,Good,5.5-6 feet,180-200,Master's or Doctoral Degree,,498,32,542,288,0,0,80
+,2022,2.02204E+13,2523,Midwest,Minnesota,6250,"House, apartment, flat",1,1,4269205,85,Female,White only,Widowed,"Native, born in United States",Good,58,178,37.2,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),Has vision difficulty,No hearing difficulty,Has mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,150,0,0,5,0,690,0,0,595,0,0,0,0,0,"Less than $10,000",Silent (74-91),White only,Good,0-5 feet,160-180,Graduated High School,,0,5,840,595,0,0,0
+,2022,2.02204E+13,2524,South,Georgia,13750,"House, apartment, flat",1,1,6260493,69,Male,White only,Separated,"Native, born in United States",Very good,62,172,31.5,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,17,0,0,70,0,0,45,0,550,0,75,624,0,0,59,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Very good,5-5.5 feet,160-180,Graduated High School,,0,45,620,699,0,0,76
+,2022,2.02204E+13,2525,South,Louisiana,55000,"House, apartment, flat",1,1,1191505,66,Female,White only,Widowed,"Native, born in United States",Very good,61,123,23.2,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,75,200,0,0,45,0,440,0,120,270,0,0,290,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Very good,5-5.5 feet,120-140,Some College,,0,45,640,390,0,0,365
+,2022,2.02204E+13,2526,Midwest,Kansas,37500,"House, apartment, flat",1,1,3087948,76,Male,White only,Married - spouse present,"Native, born in United States",Excellent,68,150,22.8,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,135,0,0,345,0,600,0,0,240,60,0,0,0,0,"$30,000 - $50,000",Silent (74-91),White only,Excellent,5.5-6 feet,140-160,Master's or Doctoral Degree,,0,345,735,300,0,0,0
+,2022,2.02204E+13,2527,Northeast,Pennsylvania,32500,"House, apartment, flat",1,1,9533885,46,Female,White only,Separated,"Native, born in United States",Very good,63,100,17.7,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,35,0,0,77,0,615,0,0,145,30,0,0,0,480,"$30,000 - $50,000",Generation X (39-54),White only,Very good,5-5.5 feet,100-120,Some College,,480,77,650,175,0,0,0
+,2022,2.02204E+13,2528,Northeast,Pennsylvania,125000,"House, apartment, flat",1,1,4126974,77,Female,White only,Married - spouse present,"Native, born in United States",Good,63,9996,998,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,150,0,0,240,0,600,0,0,330,0,0,0,0,0,"$100,000 - $150,000",Silent (74-91),White only,Good,5-5.5 feet,>300,Master's or Doctoral Degree,,0,240,750,330,0,0,0
+,2022,2.02204E+13,2529,West,California,87500,"House, apartment, flat",1,1,4657516,38,Male,White only,Married - spouse present,"Native, born in United States",Very good,74,280,35.9,Associate degree - academic program,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,150,0,60,60,0,0,310,0,480,0,0,345,0,0,35,0,0,"$75,000 - $100,000",Generation X (39-54),White only,Very good,6-6.5 feet,200-300,Associate Degree,,0,310,540,345,0,0,245
+,2022,2.02204E+13,2530,Northeast,New York,87500,"House, apartment, flat",1,1,13364227,42,Female,White only,Married - spouse present,"Native, born in United States",Good,65,190,31.6,Some college but no degree,College--four years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,45,0,75,60,0,0,75,0,500,70,0,266,0,0,107,0,195,"$75,000 - $100,000",Generation X (39-54),White only,Good,5-5.5 feet,180-200,Some College,,195,75,630,266,0,0,227
+,2022,2.02204E+13,2531,South,Georgia,125000,"House, apartment, flat",1,1,10655571,29,Male,White only,Married - spouse present,"Native, born in United States",Very good,68,180,27.4,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,115,0,0,210,0,0,70,0,825,0,0,30,120,0,70,0,0,"$100,000 - $150,000",Millennials (23-38),White only,Very good,5.5-6 feet,180-200,Some College,,0,70,1035,150,0,0,185
+,2022,2.02204E+13,2532,South,Texas,27500,"House, apartment, flat",1,1,4016903,77,Male,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Fair,71,160,22.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,600,0,570,0,0,180,0,0,0,0,0,"$10,000 - $30,000",Silent (74-91),White only,Fair,5.5-6 feet,160-180,Bachelor's Degree,,0,600,660,180,0,0,0
+,2022,2.02204E+13,2533,South,Texas,200000,"House, apartment, flat",1,1,4456929,79,Male,White only,Married - spouse present,"Native, born in United States",Good,68,220,33.4,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,200,0,0,20,0,0,95,0,575,0,0,550,0,0,0,0,0,"$150,000 and over",Silent (74-91),White only,Good,5.5-6 feet,200-300,Master's or Doctoral Degree,,0,95,595,550,0,0,200
+,2022,2.02204E+13,2534,South,North Carolina,67500,"House, apartment, flat",1,1,21080303,24,Female,White only,Never married,"Native, born in United States",Good,64,195,33.5,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,120,0,685,0,0,0,0,0,10,0,575,"$50,000 - $75,000",Millennials (23-38),White only,Good,5-5.5 feet,180-200,Associate Degree,,575,120,715,0,0,0,10
+,2022,2.02204E+13,2535,South,Texas,22500,Mobile home or trailer with 1 or more rooms added,1,1,9995574,76,Female,White only,Widowed,"Native, born in United States",Good,63,105,18.6,High school graduate - GED,Ninth grade,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,135,0,0,365,0,630,0,0,270,0,40,0,0,0,"$10,000 - $30,000",Silent (74-91),White only,Good,5-5.5 feet,100-120,Graduated High School,,0,365,765,270,0,0,40
+,2022,2.02204E+13,2536,Midwest,Indiana,200000,"House, apartment, flat",1,1,18771963,70,Male,White only,Married - spouse present,"Native, born in United States",Very good,71,269,37.5,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,40,0,400,0,0,180,0,0,90,0,700,"$150,000 and over",Boomers (55-73),White only,Very good,5.5-6 feet,200-300,Graduated High School,,700,40,430,180,0,0,90
+,2022,2.02204E+13,2537,South,Georgia,200000,"House, apartment, flat",1,1,21035969,68,Male,Black only,Married - spouse present,"Native, born in United States",Very good,72,230,31.2,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,15,30,0,0,80,0,374,30,40,101,0,16,80,100,574,"$150,000 and over",Boomers (55-73),Black only,Very good,6-6.5 feet,200-300,Master's or Doctoral Degree,,574,80,434,141,0,100,111
+,2022,2.02204E+13,2538,South,Tennessee,37500,"House, apartment, flat",1,1,5632340,59,Male,White only,Married - spouse absent,"Foreign born, U.S. citizen by naturalization",Fair,66,175,28.2,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,60,0,600,0,0,125,0,0,50,0,575,"$30,000 - $50,000",Boomers (55-73),White only,Fair,5.5-6 feet,160-180,Graduated High School,,575,60,630,125,0,0,50
+,2022,2.02204E+13,2539,West,California,67500,"House, apartment, flat",1,1,6128560,51,Male,Asian only,Never married,"Native, born in United States",Good,69,145,21.4,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,60,0,735,0,0,0,0,0,60,0,555,"$50,000 - $75,000",Generation X (39-54),Asian only,Good,5.5-6 feet,140-160,Graduated High School,,555,60,765,0,0,0,60
+,2022,2.02204E+13,2540,South,Arkansas,37500,"House, apartment, flat",1,1,4013980,39,Female,White only,Never married,"Native, born in United States",Very good,63,170,30.1,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,464,0,10,30,0,0,285,0,480,0,0,150,0,0,10,0,0,"$30,000 - $50,000",Generation X (39-54),White only,Very good,5-5.5 feet,160-180,Some College,,0,285,510,150,0,0,484
+,2022,2.02204E+13,2541,West,Montana,32500,"House, apartment, flat",1,1,4877832,67,Male,White only,Married - spouse present,"Native, born in United States",Very good,67,170,26.6,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,20,0,0,540,0,660,0,0,220,0,0,0,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Very good,5.5-6 feet,160-180,Graduated High School,,0,540,680,220,0,0,0
+,2022,2.02204E+13,2542,South,Maryland,200000,"House, apartment, flat",1,1,4519050,58,Female,Black only,Never married,"Native, born in United States",Very good,67,199,31.2,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,120,0,650,0,0,365,90,60,110,0,0,"$150,000 and over",Boomers (55-73),Black only,Very good,5.5-6 feet,180-200,Master's or Doctoral Degree,,0,120,695,455,0,0,170
+,2022,2.02204E+13,2543,South,Louisiana,125000,"House, apartment, flat",1,1,4543266,45,Male,White only,Married - spouse present,"Native, born in United States",Good,70,200,28.7,Associate degree - occupational vocational,College--three years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,30,0,570,0,0,0,0,0,120,0,720,"$100,000 - $150,000",Generation X (39-54),White only,Good,5.5-6 feet,200-300,Associate Degree,,720,30,570,0,0,0,120
+,2022,2.02204E+13,2544,Northeast,Pennsylvania,37500,"House, apartment, flat",1,1,9210988,42,Female,White only,Married - spouse present,"Native, born in United States",Excellent,64,166,28.5,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,150,0,0,0,0,390,0,0,255,0,0,30,0,615,"$30,000 - $50,000",Generation X (39-54),White only,Excellent,5-5.5 feet,160-180,Graduated High School,,615,0,540,255,0,0,30
+,2022,2.02204E+13,2545,South,Florida,45000,"House, apartment, flat",1,1,3153907,85,Male,White only,Married - spouse present,"Native, born in United States",Fair,72,200,27.1,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,85,0,0,0,0,330,0,300,725,0,0,0,0,0,"$30,000 - $50,000",Silent (74-91),White only,Fair,6-6.5 feet,200-300,Associate Degree,,0,0,415,1025,0,0,0
+,2022,2.02204E+13,2546,Northeast,New York,67500,"House, apartment, flat",1,1,21628206,34,Male,Black only,Married - spouse present,"Foreign born, not a U.S. citizen",Very good,71,196,27.3,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,55,45,0,12,0,516,0,0,95,30,0,238,0,449,"$50,000 - $75,000",Millennials (23-38),Black only,Very good,5.5-6 feet,180-200,Graduated High School,,449,12,571,125,45,0,238
+,2022,2.02204E+13,2547,Northeast,Massachusetts,32500,"House, apartment, flat",1,1,15801874,74,Male,White only,Married - spouse present,"Native, born in United States",Very good,65,125,20.8,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,5,0,125,40,0,0,292,0,497,0,0,150,165,0,106,0,0,"$30,000 - $50,000",Silent (74-91),White only,Very good,5-5.5 feet,120-140,Master's or Doctoral Degree,,0,292,537,315,0,0,236
+,2022,2.02204E+13,2548,West,New Mexico,87500,"House, apartment, flat",1,1,22059293,63,Female,White only,Married - spouse present,"Native, born in United States",Very good,61,137,25.9,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,0,0,60,0,495,0,0,240,45,0,75,0,450,"$75,000 - $100,000",Boomers (55-73),White only,Very good,5-5.5 feet,120-140,Graduated High School,,450,60,570,285,0,0,75
+,2022,2.02204E+13,2549,West,California,8750,Mobile home or trailer with no permanent room added,1,1,7591599,59,Male,White only,Married - spouse present,"Native, born in United States",Poor,67,320,50.1,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),Has vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,40,0,30,65,0,0,205,0,575,0,0,310,0,30,70,0,115,"Less than $10,000",Boomers (55-73),White only,Poor,5.5-6 feet,>300,Some College,,115,205,640,310,0,0,170
+,2022,2.02204E+13,2550,South,Tennessee,87500,"House, apartment, flat",1,1,7970602,68,Female,White only,Widowed,"Native, born in United States",Good,64,200,34.3,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,60,0,0,395,0,595,0,0,90,0,60,105,30,45,"$75,000 - $100,000",Boomers (55-73),White only,Good,5-5.5 feet,200-300,Master's or Doctoral Degree,,45,395,655,90,0,30,225
+,2022,2.02204E+13,2551,South,North Carolina,87500,"House, apartment, flat",1,1,17714224,53,Male,White only,Married - spouse present,"Native, born in United States",Fair,68,200,30.4,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,4,60,0,0,60,0,580,0,0,182,0,0,20,0,534,"$75,000 - $100,000",Generation X (39-54),White only,Fair,5.5-6 feet,200-300,Some College,,534,60,640,182,0,0,24
+,2022,2.02204E+13,2552,Northeast,Massachusetts,55000,"House, apartment, flat",1,1,7544839,55,Male,Black only,Married - spouse absent,"Foreign born, not a U.S. citizen",Very good,71,225,31.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,45,0,140,60,0,220,0,0,125,0,760,"$50,000 - $75,000",Boomers (55-73),Black only,Very good,5.5-6 feet,200-300,Bachelor's Degree,,760,45,290,220,0,0,125
+,2022,2.02204E+13,2553,Midwest,Missouri,125000,"House, apartment, flat",1,1,3857584,35,Male,White only,Married - spouse present,"Native, born in United States",Very good,69,200,29.5,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,60,0,35,45,0,0,37,0,758,0,0,400,0,0,105,0,0,"$100,000 - $150,000",Millennials (23-38),White only,Very good,5.5-6 feet,200-300,Associate Degree,,0,37,803,400,0,0,200
+,2022,2.02204E+13,2554,Midwest,Nebraska,37500,"House, apartment, flat",1,1,4928496,37,Male,White only,Never married,"Native, born in United States",Fair,72,340,46.1,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,43,0,0,40,0,0,80,0,430,0,0,225,0,0,28,0,594,"$30,000 - $50,000",Millennials (23-38),White only,Fair,6-6.5 feet,>300,Some College,,594,80,470,225,0,0,71
+,2022,2.02204E+13,2555,South,South Carolina,87500,"House, apartment, flat",1,1,24141302,45,Female,White only,Divorced,"Foreign born, not a U.S. citizen",Very good,61,172,32.5,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,20,0,645,0,0,435,0,0,30,0,265,"$75,000 - $100,000",Generation X (39-54),White only,Very good,5-5.5 feet,160-180,Graduated High School,,265,20,690,435,0,0,30
+,2022,2.02204E+13,2556,South,South Carolina,55000,"House, apartment, flat",1,1,6236890,39,Female,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Good,61,121,22.9,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,66,0,460,0,0,499,80,155,60,0,0,"$50,000 - $75,000",Generation X (39-54),White only,Good,5-5.5 feet,120-140,Associate Degree,,0,66,490,579,0,0,215
+,2022,2.02204E+13,2557,South,District of Columbia,200000,"House, apartment, flat",1,1,6022525,80,Female,Black only,Married - spouse present,"Native, born in United States",Very good,60,137,26.8,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,150,0,0,150,0,540,0,60,240,0,60,0,240,0,"$150,000 and over",Silent (74-91),Black only,Very good,5-5.5 feet,120-140,Master's or Doctoral Degree,,0,150,690,300,0,240,60
+,2022,2.02204E+13,2558,West,California,200000,"House, apartment, flat",1,1,4126512,35,Male,White only,Married - spouse present,"Native, born in United States",Good,75,205,25.6,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,0,0,720,0,0,600,30,0,0,0,0,"$150,000 and over",Millennials (23-38),White only,Good,6-6.5 feet,200-300,Master's or Doctoral Degree,,0,0,810,630,0,0,0
+,2022,2.02204E+13,2559,South,Georgia,125000,"House, apartment, flat",1,1,13894761,35,Female,Asian only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Excellent,59,105,21.2,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,55,0,0,0,0,0,17,0,536,0,0,30,20,0,34,0,688,"$100,000 - $150,000",Millennials (23-38),Asian only,Excellent,0-5 feet,100-120,Master's or Doctoral Degree,,688,17,536,50,0,0,89
+,2022,2.02204E+13,2560,West,California,125000,"House, apartment, flat",1,1,6341043,29,Male,Asian only,Never married,"Foreign born, U.S. citizen by naturalization",Very good,68,130,19.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,69,67,0,0,62,0,681,0,0,356,63,0,142,0,0,"$100,000 - $150,000",Millennials (23-38),Asian only,Very good,5.5-6 feet,120-140,Bachelor's Degree,,0,62,748,419,0,0,211
+,2022,2.02204E+13,2561,South,Maryland,125000,"House, apartment, flat",1,1,12190927,58,Female,White only,Married - spouse present,"Native, born in United States",Good,67,250,39.2,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,70,45,0,0,75,0,570,0,0,580,0,45,55,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Master's or Doctoral Degree,,0,75,615,580,0,0,170
+,2022,2.02204E+13,2562,West,California,200000,"House, apartment, flat",1,1,10022211,39,Female,White only,Married - spouse present,"Native, born in United States",Very good,68,130,19.8,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,195,0,0,50,0,595,0,0,480,0,0,60,0,0,"$150,000 and over",Generation X (39-54),White only,Very good,5.5-6 feet,120-140,Master's or Doctoral Degree,,0,50,790,480,0,0,60
+,2022,2.02204E+13,2563,Northeast,New Jersey,125000,"House, apartment, flat",1,1,8132179,58,Male,White only,Married - spouse present,"Native, born in United States",Fair,70,230,33,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,0,0,477,0,0,185,0,0,253,45,450,"$100,000 - $150,000",Boomers (55-73),White only,Fair,5.5-6 feet,200-300,Bachelor's Degree,,450,0,507,185,0,45,253
+,2022,2.02204E+13,2564,South,Florida,200000,"House, apartment, flat",1,1,14388602,58,Male,White only,Married - spouse present,"Native, born in United States",Good,68,213,32.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,90,0,730,0,0,210,270,0,20,0,0,"$150,000 and over",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Bachelor's Degree,,0,90,850,480,0,0,20
+,2022,2.02204E+13,2565,South,North Carolina,11250,Housing unit not specified above,1,1,6627806,39,Male,White only,Never married,"Native, born in United States",Very good,66,340,54.9,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,No physical difficulty,No difficulty remembering,0,0,5,85,0,0,75,0,705,0,0,475,45,0,20,0,0,"$10,000 - $30,000",Generation X (39-54),White only,Very good,5.5-6 feet,>300,Graduated High School,,0,75,790,520,0,0,25
+,2022,2.02204E+13,2566,West,California,87500,"House, apartment, flat",1,1,10963385,47,Male,Black only,Never married,"Native, born in United States",Good,62,147,26.9,Associate degree - occupational vocational,College--two years,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,0,0,370,0,0,120,0,0,125,0,795,"$75,000 - $100,000",Generation X (39-54),Black only,Good,5-5.5 feet,140-160,Associate Degree,,795,0,400,120,0,0,125
+,2022,2.02204E+13,2567,West,Oregon,200000,"House, apartment, flat",1,1,5849796,48,Female,White only,Divorced,"Native, born in United States",Very good,63,128,22.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,20,25,0,0,25,0,678,0,0,519,0,30,43,0,0,"$150,000 and over",Generation X (39-54),White only,Very good,5-5.5 feet,120-140,Bachelor's Degree,,0,25,703,519,0,0,93
+,2022,2.02204E+13,2568,West,Wyoming,27500,"House, apartment, flat",1,1,7051863,72,Male,White only,Divorced,"Native, born in United States",Very good,69,225,33.2,Associate degree - occupational vocational,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,135,0,0,85,0,570,0,0,510,0,0,65,75,0,"$10,000 - $30,000",Boomers (55-73),White only,Very good,5.5-6 feet,200-300,Associate Degree,,0,85,705,510,0,75,65
+,2022,2.02204E+13,2569,Midwest,Michigan,87500,"House, apartment, flat",1,1,6222502,33,Male,White only,Married - spouse present,"Native, born in United States",Very good,72,210,28.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,105,0,0,40,0,0,40,0,475,0,0,170,60,0,40,0,510,"$75,000 - $100,000",Millennials (23-38),White only,Very good,6-6.5 feet,200-300,Bachelor's Degree,,510,40,515,230,0,0,145
+,2022,2.02204E+13,2570,Midwest,Kansas,55000,"House, apartment, flat",1,1,4386885,67,Male,White only,Married - spouse present,"Native, born in United States",Excellent,69,170,25.1,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,660,0,450,0,0,240,0,0,60,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Excellent,5.5-6 feet,160-180,Master's or Doctoral Degree,,0,660,480,240,0,0,60
+,2022,2.02204E+13,2571,West,Arizona,125000,"House, apartment, flat",1,1,8190036,66,Female,White only,Married - spouse present,"Native, born in United States",Very good,66,145,23.4,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,150,0,0,365,0,570,0,0,180,155,0,20,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Very good,5.5-6 feet,140-160,Graduated High School,,0,365,720,335,0,0,20
+,2022,2.02204E+13,2572,Midwest,Missouri,27500,"House, apartment, flat",1,1,6111633,71,Female,White only,Married - spouse absent,"Native, born in United States",Good,66,240,38.7,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,35,0,0,30,0,535,0,0,500,75,0,20,245,0,"$10,000 - $30,000",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Master's or Doctoral Degree,,0,30,570,575,0,245,20
+,2022,2.02204E+13,2573,South,Tennessee,200000,"House, apartment, flat",1,1,8317927,80,Female,Black only,Widowed,"Native, born in United States",Very good,62,150,27.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,60,0,600,140,0,450,0,60,10,0,0,"$150,000 and over",Silent (74-91),Black only,Very good,5-5.5 feet,140-160,Bachelor's Degree,,0,60,800,450,0,0,70
+,2022,2.02204E+13,2574,Midwest,Illinois,200000,"House, apartment, flat",1,1,4435531,43,Male,Asian only,Married - spouse present,"Foreign born, not a U.S. citizen",Very good,71,192,26.8,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,420,0,0,120,0,0,0,0,600,0,0,300,0,0,0,0,0,"$150,000 and over",Generation X (39-54),Asian only,Very good,5.5-6 feet,180-200,Master's or Doctoral Degree,,0,0,720,300,0,0,420
+,2022,2.02204E+13,2575,Northeast,Massachusetts,55000,"House, apartment, flat",1,1,2729884,68,Male,White only,Never married,"Native, born in United States",Very good,72,200,27.1,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,160,0,0,130,0,540,0,0,300,60,0,150,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Very good,6-6.5 feet,200-300,Master's or Doctoral Degree,,0,130,700,360,0,0,150
+,2022,2.02204E+13,2576,Northeast,Massachusetts,37500,"House, apartment, flat",1,1,30835087,21,Female,Black only,Never married,"Native, born in United States",Good,65,120,20,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,0,0,570,0,0,240,0,0,60,0,540,"$30,000 - $50,000",Generation Z (7-22),Black only,Good,5-5.5 feet,120-140,Some College,,540,0,600,240,0,0,60
+,2022,2.02204E+13,2577,Northeast,New York,55000,"House, apartment, flat",1,1,6945424,34,Female,White only,Married - spouse present,"Native, born in United States",Poor,68,340,51.7,Some college but no degree,College--one year,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,125,250,70,45,0,0,60,0,786,0,0,0,0,0,104,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Poor,5.5-6 feet,>300,Some College,,0,60,831,0,0,0,549
+,2022,2.02204E+13,2578,South,Florida,32500,"House, apartment, flat",1,1,9354903,73,Female,White only,Married - spouse present,"Native, born in United States",Good,64,178,30.6,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,85,0,0,10,0,600,0,0,745,0,0,0,0,0,"$30,000 - $50,000",Silent (74-91),White only,Good,5-5.5 feet,160-180,Some College,,0,10,685,745,0,0,0
+,2022,2.02204E+13,2579,South,Texas,87500,"House, apartment, flat",1,1,9305212,74,Female,White only,Married - spouse present,"Native, born in United States",Good,63,115,20.4,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,135,0,690,0,60,435,0,60,0,0,30,"$75,000 - $100,000",Silent (74-91),White only,Good,5-5.5 feet,100-120,Master's or Doctoral Degree,,30,135,720,495,0,0,60
+,2022,2.02204E+13,2580,West,Arizona,67500,"House, apartment, flat",1,1,16231456,26,Male,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Good,70,230,33,Associate degree - occupational vocational,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,0,0,70,0,395,0,0,235,0,0,65,0,600,"$50,000 - $75,000",Millennials (23-38),White only,Good,5.5-6 feet,200-300,Associate Degree,,600,70,470,235,0,0,65
+,2022,2.02204E+13,2581,West,Idaho,67500,"House, apartment, flat",1,1,5890813,65,Male,White only,Widowed,"Native, born in United States",Excellent,71,170,23.7,Some college but no degree,College--four years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,20,0,0,0,0,700,0,0,417,60,0,63,0,180,"$50,000 - $75,000",Boomers (55-73),White only,Excellent,5.5-6 feet,160-180,Some College,,180,0,720,477,0,0,63
+,2022,2.02204E+13,2582,Midwest,Missouri,45000,"House, apartment, flat",1,1,7583396,60,Male,White only,Never married,"Native, born in United States",Very good,68,199,30.3,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,75,60,0,0,160,0,420,0,0,135,0,30,90,0,470,"$30,000 - $50,000",Boomers (55-73),White only,Very good,5.5-6 feet,180-200,Master's or Doctoral Degree,,470,160,480,135,0,0,195
+,2022,2.02204E+13,2583,South,Florida,67500,"House, apartment, flat",1,1,11484103,72,Male,White only,Married - spouse present,"Native, born in United States",Very good,68,160,24.3,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,120,0,540,0,0,300,120,0,0,0,270,"$50,000 - $75,000",Boomers (55-73),White only,Very good,5.5-6 feet,160-180,Master's or Doctoral Degree,,270,120,630,420,0,0,0
+,2022,2.02204E+13,2584,West,Colorado,87500,"House, apartment, flat",1,1,3621897,73,Female,White only,Married - spouse present,"Native, born in United States",Poor,61,185,35,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,120,0,0,150,0,600,0,180,240,0,0,90,0,0,"$75,000 - $100,000",Silent (74-91),White only,Poor,5-5.5 feet,180-200,Bachelor's Degree,,0,150,720,420,0,0,150
+,2022,2.02204E+13,2585,Midwest,Michigan,45000,"House, apartment, flat",1,1,6705232,74,Female,White only,Widowed,"Native, born in United States",Fair,69,250,36.9,Associate degree - occupational vocational,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,165,30,0,0,390,0,520,0,0,300,0,0,35,0,0,"$30,000 - $50,000",Silent (74-91),White only,Fair,5.5-6 feet,200-300,Associate Degree,,0,390,550,300,0,0,200
+,2022,2.02204E+13,2586,South,Florida,45000,"House, apartment, flat",1,1,7630089,68,Female,White only,Divorced,"Native, born in United States",Good,64,205,35.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,13,65,0,0,5,0,515,0,20,210,0,0,42,0,570,"$30,000 - $50,000",Boomers (55-73),White only,Good,5-5.5 feet,200-300,Bachelor's Degree,,570,5,580,230,0,0,55
+,2022,2.02204E+13,2587,West,California,125000,"House, apartment, flat",1,1,11341444,85,Female,White only,Married - spouse present,"Native, born in United States",Very good,63,130,23,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,60,0,0,45,0,0,100,60,630,0,0,350,15,0,180,0,0,"$100,000 - $150,000",Silent (74-91),White only,Very good,5-5.5 feet,120-140,Some College,,0,160,675,365,0,0,240
+,2022,2.02204E+13,2588,South,Texas,200000,"House, apartment, flat",1,1,6836351,59,Male,White only,Married - spouse present,"Native, born in United States",Good,68,265,40.3,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,75,0,0,260,0,660,0,0,315,105,0,15,0,0,"$150,000 and over",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Some College,,0,260,735,420,0,0,25
+,2022,2.02204E+13,2589,South,South Carolina,22500,Mobile home or trailer with no permanent room added,1,1,16166083,38,Female,Black only,Married - spouse present,"Native, born in United States",Good,66,205,33.1,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,30,0,0,20,0,0,285,0,930,0,0,175,0,0,0,0,0,"$10,000 - $30,000",Generation X (39-54),Black only,Good,5.5-6 feet,200-300,Graduated High School,,0,285,950,175,0,0,30
+,2022,2.02204E+13,2590,Northeast,Pennsylvania,2500,"House, apartment, flat",1,1,7705644,61,Female,White only,Married - spouse present,"Native, born in United States",Poor,63,165,29.2,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,140,0,0,60,0,1030,0,0,210,0,0,0,0,0,"Less than $10,000",Boomers (55-73),White only,Poor,5-5.5 feet,160-180,Graduated High School,,0,60,1170,210,0,0,0
+,2022,2.02204E+13,2591,Midwest,Missouri,87500,"House, apartment, flat",1,1,10897621,38,Female,White only,Married - spouse present,"Native, born in United States",Good,69,235,34.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,171,0,195,20,0,0,130,0,649,0,0,45,0,0,140,90,0,"$75,000 - $100,000",Generation X (39-54),White only,Good,5.5-6 feet,200-300,Bachelor's Degree,,0,130,669,45,0,90,506
+,2022,2.02204E+13,2592,South,North Carolina,45000,"House, apartment, flat",1,1,4998220,69,Male,White only,Married - spouse present,"Native, born in United States",Good,74,200,25.7,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,2,0,170,0,0,20,0,628,0,120,435,0,0,65,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Good,6-6.5 feet,200-300,Some College,,0,20,798,555,0,0,67
+,2022,2.02204E+13,2593,West,California,87500,"House, apartment, flat",1,1,2279482,85,Female,White only,Widowed,"Foreign born, U.S. citizen by naturalization",Good,62,165,30.2,Some college but no degree,College--three years,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,Has mobility limitation,Has physical difficulty,Has difficulty remembering,0,0,0,150,0,0,270,0,750,0,0,210,60,0,0,0,0,"$75,000 - $100,000",Silent (74-91),White only,Good,5-5.5 feet,160-180,Some College,,0,270,900,270,0,0,0
+,2022,2.02204E+13,2594,South,Louisiana,67500,"House, apartment, flat",1,1,13831503,28,Female,White only,Never married,"Native, born in United States",Good,62,158,28.9,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,20,0,805,0,0,0,0,0,30,0,555,"$50,000 - $75,000",Millennials (23-38),White only,Good,5-5.5 feet,140-160,Master's or Doctoral Degree,,555,20,835,0,0,0,30
+,2022,2.02204E+13,2595,South,North Carolina,55000,"House, apartment, flat",1,1,4733996,41,Female,White only,Married - spouse present,"Native, born in United States",Very good,63,152,26.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,240,0,0,60,0,0,360,0,540,0,0,220,0,0,0,0,20,"$50,000 - $75,000",Generation X (39-54),White only,Very good,5-5.5 feet,140-160,Bachelor's Degree,,20,360,600,220,0,0,240
+,2022,2.02204E+13,2596,South,Alabama,125000,"House, apartment, flat",1,1,4912837,21,Male,White only,Never married,"Native, born in United States",Refused,,9996,998,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,80,0,0,480,0,600,0,0,280,0,0,0,0,0,"$100,000 - $150,000",Generation Z (7-22),White only,"Other (Refused, Dont know, NIU)",,>300,Some College,,0,480,680,280,0,0,0
+,2022,2.02204E+13,2597,South,South Carolina,67500,"House, apartment, flat",1,1,12111998,47,Female,Asian only,Married - spouse absent,"Foreign born, not a U.S. citizen",Good,63,145,25.7,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,50,0,0,65,0,523,0,0,325,15,0,30,0,432,"$50,000 - $75,000",Generation X (39-54),Asian only,Good,5-5.5 feet,140-160,Master's or Doctoral Degree,,432,65,573,340,0,0,30
+,2022,2.02204E+13,2598,Midwest,Wisconsin,55000,"House, apartment, flat",1,1,19847151,43,Male,White only,Divorced,"Native, born in United States",Excellent,69,175,25.8,Associate degree - occupational vocational,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,100,0,0,0,0,555,0,0,175,90,0,50,0,470,"$50,000 - $75,000",Generation X (39-54),White only,Excellent,5.5-6 feet,160-180,Associate Degree,,470,0,655,265,0,0,50
+,2022,2.02204E+13,2599,West,Oregon,67500,"House, apartment, flat",1,1,7743084,77,Male,White only,Widowed,"Native, born in United States",Good,63,155,27.5,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,10,40,45,0,0,0,0,597,0,0,624,75,0,33,0,0,"$50,000 - $75,000",Silent (74-91),White only,Good,5-5.5 feet,140-160,Graduated High School,,0,0,642,699,0,0,83
+,2022,2.02204E+13,2600,South,Tennessee,27500,"House, apartment, flat",1,1,12272555,29,Male,White only,Married - spouse present,"Native, born in United States",Fair,76,340,41.4,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,32,0,65,0,0,0,0,605,0,0,190,0,0,73,0,475,"$10,000 - $30,000",Millennials (23-38),White only,Fair,6-6.5 feet,>300,Some College,,475,0,670,190,0,0,105
+,2022,2.02204E+13,2601,Midwest,Wisconsin,55000,"House, apartment, flat",1,1,4781092,78,Male,White only,Married - spouse present,"Native, born in United States",Very good,70,225,32.3,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,0,0,600,0,0,750,0,0,0,0,0,"$50,000 - $75,000",Silent (74-91),White only,Very good,5.5-6 feet,200-300,Graduated High School,,0,0,690,750,0,0,0
+,2022,2.02204E+13,2602,South,Louisiana,17500,"House, apartment, flat",1,1,5139679,28,Male,White only,Never married,"Native, born in United States",Good,70,150,21.5,Some college but no degree,College--three years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,5,15,0,0,0,0,720,0,0,320,0,0,26,0,354,"$10,000 - $30,000",Millennials (23-38),White only,Good,5.5-6 feet,140-160,Some College,,354,0,735,320,0,0,31
+,2022,2.02204E+13,2603,Midwest,Ohio,27500,"House, apartment, flat",1,1,12779423,43,Female,White only,Never married,"Native, born in United States",Very good,64,195,33.5,Associate degree - occupational vocational,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,15,30,0,0,114,0,368,0,0,180,188,0,85,0,460,"$10,000 - $30,000",Generation X (39-54),White only,Very good,5-5.5 feet,180-200,Associate Degree,,460,114,398,368,0,0,100
+,2022,2.02204E+13,2604,South,Texas,200000,"House, apartment, flat",1,1,6438254,42,Female,White only,Divorced,"Native, born in United States",Good,68,158,24,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,87,0,0,35,0,0,1,0,625,0,0,120,0,75,20,0,477,"$150,000 and over",Generation X (39-54),White only,Good,5.5-6 feet,140-160,Bachelor's Degree,,477,1,660,120,0,0,182
+,2022,2.02204E+13,2605,Midwest,Ohio,17500,"House, apartment, flat",1,1,4832922,85,Male,White only,Married - spouse present,"Native, born in United States",Very good,72,180,24.4,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,60,0,645,0,0,645,0,0,0,0,0,"$10,000 - $30,000",Silent (74-91),White only,Very good,6-6.5 feet,180-200,Graduated High School,,0,60,735,645,0,0,0
+,2022,2.02204E+13,2606,South,Maryland,125000,"House, apartment, flat",1,1,7330244,40,Male,White only,Divorced,"Native, born in United States",Excellent,69,143,21.1,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,40,40,0,0,60,0,578,0,0,0,272,0,315,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Excellent,5.5-6 feet,140-160,Master's or Doctoral Degree,,0,60,618,272,0,0,355
+,2022,2.02204E+13,2607,South,Alabama,32500,Mobile home or trailer with no permanent room added,1,1,3936342,77,Female,White only,Married - spouse present,"Native, born in United States",Fair,61,228,43.1,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,70,0,0,180,0,800,0,60,270,0,0,60,0,0,"$30,000 - $50,000",Silent (74-91),White only,Fair,5-5.5 feet,200-300,Graduated High School,,0,180,870,330,0,0,60
+,2022,2.02204E+13,2608,Northeast,New York,67500,"House, apartment, flat",1,1,4259554,32,Male,White only,Divorced,"Foreign born, U.S. citizen by naturalization",Poor,70,180,25.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,635,0,10,0,220,0,0,0,0,0,470,105,0,"$50,000 - $75,000",Millennials (23-38),White only,Poor,5.5-6 feet,180-200,Bachelor's Degree,,0,10,220,0,635,105,470
+,2022,2.02204E+13,2609,West,California,125000,"House, apartment, flat",1,1,11720579,40,Female,White only,Married - spouse present,"Native, born in United States",Good,68,150,22.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,105,0,0,90,0,485,0,0,160,0,0,75,0,525,"$100,000 - $150,000",Generation X (39-54),White only,Good,5.5-6 feet,140-160,Bachelor's Degree,,525,90,590,160,0,0,75
+,2022,2.02204E+13,2610,West,Arizona,22500,"House, apartment, flat",1,1,2526804,77,Female,White only,Widowed,"Native, born in United States",Fair,64,205,35.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,40,0,0,87,0,701,0,0,612,0,0,0,0,0,"$10,000 - $30,000",Silent (74-91),White only,Fair,5-5.5 feet,200-300,Bachelor's Degree,,0,87,741,612,0,0,0
+,2022,2.02204E+13,2611,South,Georgia,45000,"House, apartment, flat",1,1,12891703,31,Female,Black only,Never married,"Native, born in United States",NIU (Not in universe),,9999,999,Some college but no degree,College--three years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,0,0,530,0,0,165,0,0,18,0,667,"$30,000 - $50,000",Millennials (23-38),Black only,"Other (Refused, Dont know, NIU)",,>300,Some College,,667,0,590,165,0,0,18
+,2022,2.02204E+13,2612,Midwest,Wisconsin,67500,"House, apartment, flat",1,1,11539168,49,Female,White only,Married - spouse present,"Native, born in United States",Very good,64,145,24.9,Some college but no degree,College--three years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,130,30,95,0,0,0,0,580,10,0,155,0,0,220,220,0,"$50,000 - $75,000",Generation X (39-54),White only,Very good,5-5.5 feet,140-160,Some College,,0,0,685,155,0,220,380
+,2022,2.02204E+13,2613,West,California,125000,"House, apartment, flat",1,1,22884588,33,Female,White only,Married - spouse present,"Native, born in United States",Excellent,59,98,19.8,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,100,0,30,115,0,0,250,0,610,0,0,130,120,0,55,0,30,"$100,000 - $150,000",Millennials (23-38),White only,Excellent,0-5 feet,<100,Master's or Doctoral Degree,,30,250,725,250,0,0,185
+,2022,2.02204E+13,2614,West,California,67500,"House, apartment, flat",1,1,26051857,29,Male,White only,Married - spouse present,"Native, born in United States",Good,71,260,36.3,High school graduate - diploma,Twelfth grade,Employed - at work,No,Has vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,0,0,630,0,0,0,0,30,80,0,670,"$50,000 - $75,000",Millennials (23-38),White only,Good,5.5-6 feet,200-300,Graduated High School,,670,0,660,0,0,0,110
+,2022,2.02204E+13,2615,West,Idaho,2500,"House, apartment, flat",1,1,4532049,37,Male,White only,Never married,"Native, born in United States",Poor,74,138,17.7,High school graduate - GED,Tenth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,Has difficulty remembering,0,0,0,15,0,0,345,0,540,0,0,420,0,0,120,0,0,"Less than $10,000",Millennials (23-38),White only,Poor,6-6.5 feet,120-140,Graduated High School,,0,345,555,420,0,0,120
+,2022,2.02204E+13,2616,Midwest,Missouri,67500,"House, apartment, flat",1,1,61082034,17,Male,White only,Never married,"Native, born in United States",Very good,75,260,32.5,10th grade,Tenth grade,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,65,360,0,5,0,470,0,0,280,0,10,120,0,25,"$50,000 - $75,000",Generation Z (7-22),White only,Very good,6-6.5 feet,200-300,Some High School,,25,5,535,280,360,0,130
+,2022,2.02204E+13,2617,Midwest,Indiana,87500,"House, apartment, flat",1,1,4722983,70,Male,Asian only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Excellent,66,140,22.6,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,90,0,0,180,0,610,0,0,480,30,0,40,0,0,"$75,000 - $100,000",Boomers (55-73),Asian only,Excellent,5.5-6 feet,140-160,Master's or Doctoral Degree,,0,180,700,510,0,0,50
+,2022,2.02204E+13,2618,Northeast,New York,200000,"House, apartment, flat",1,1,15017589,49,Female,White only,Married - spouse present,"Native, born in United States",Good,62,237,43.3,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,115,0,5,30,0,0,30,0,590,0,0,248,0,0,24,0,398,"$150,000 and over",Generation X (39-54),White only,Good,5-5.5 feet,200-300,Master's or Doctoral Degree,,398,30,620,248,0,0,144
+,2022,2.02204E+13,2619,South,Kentucky,13750,"House, apartment, flat",1,1,3643255,57,Female,White only,Divorced,"Native, born in United States",Poor,66,300,48.4,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),Has vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,160,0,890,0,0,360,0,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Poor,5.5-6 feet,>300,Some College,,0,160,920,360,0,0,0
+,2022,2.02204E+13,2620,South,South Carolina,32500,"House, apartment, flat",1,1,3275751,70,Male,White only,Widowed,"Native, born in United States",Good,72,220,29.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,10,0,180,0,0,0,0,535,0,0,360,240,0,110,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Good,6-6.5 feet,200-300,Bachelor's Degree,,0,0,715,600,0,0,120
+,2022,2.02204E+13,2621,South,Texas,37500,"House, apartment, flat",1,1,7355480,45,Male,White only,Divorced,"Foreign born, U.S. citizen by naturalization",Fair,62,168,30.7,12th grade - no diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,0,0,435,0,0,355,0,15,40,0,475,"$30,000 - $50,000",Generation X (39-54),White only,Fair,5-5.5 feet,160-180,Some High School,,475,0,555,355,0,0,55
+,2022,2.02204E+13,2622,South,Texas,27500,"House, apartment, flat",1,1,30461620,58,Female,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Excellent,63,130,23,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,2,0,285,0,0,30,0,615,0,0,335,120,0,53,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Excellent,5-5.5 feet,120-140,Graduated High School,,0,30,900,455,0,0,55
+,2022,2.02204E+13,2623,South,Mississippi,37500,"House, apartment, flat",1,1,2091465,80,Male,Black only,Widowed,"Native, born in United States",Poor,71,178,24.8,11th grade,Eleventh grade,Unemployed - on layoff,NIU (Not in universe),Has vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,460,0,705,0,90,0,0,0,20,0,0,"$30,000 - $50,000",Silent (74-91),Black only,Poor,5.5-6 feet,160-180,Some High School,,0,460,735,90,0,0,20
+,2022,2.02204E+13,2624,West,Utah,200000,"House, apartment, flat",1,1,7897320,58,Female,White only,Married - spouse present,"Native, born in United States",Very good,64,150,25.7,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,70,30,0,0,223,0,555,0,0,496,0,0,21,0,0,"$150,000 and over",Boomers (55-73),White only,Very good,5-5.5 feet,140-160,Graduated High School,,0,223,585,496,0,0,91
+,2022,2.02204E+13,2625,Midwest,North Dakota,87500,"House, apartment, flat",1,1,4033933,43,Male,White only,Married - spouse present,"Native, born in United States",Good,71,300,41.8,High school graduate - GED,Ninth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,230,0,673,0,73,400,0,0,4,0,0,"$75,000 - $100,000",Generation X (39-54),White only,Good,5.5-6 feet,>300,Graduated High School,,0,230,733,473,0,0,4
+,2022,2.02204E+13,2626,South,North Carolina,67500,"House, apartment, flat",1,1,6341198,29,Female,White only,Married - spouse present,"Native, born in United States",Very good,66,155,25,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,514,0,0,55,0,0,50,0,586,0,153,30,0,0,52,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Very good,5.5-6 feet,140-160,Bachelor's Degree,,0,50,641,183,0,0,566
+,2022,2.02204E+13,2627,Northeast,Pennsylvania,17500,"House, apartment, flat",1,1,4946758,80,Male,White only,Married - spouse present,"Native, born in United States",Fair,68,230,35,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),Has vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,50,0,0,670,0,450,0,0,270,0,0,0,0,0,"$10,000 - $30,000",Silent (74-91),White only,Fair,5.5-6 feet,200-300,Graduated High School,,0,670,500,270,0,0,0
+,2022,2.02204E+13,2628,Northeast,Connecticut,87500,"House, apartment, flat",1,1,8993922,47,Female,White only,Never married,"Native, born in United States",Fair,69,265,39.1,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,Has difficulty remembering,0,0,0,115,0,0,50,0,535,0,0,275,0,0,20,0,445,"$75,000 - $100,000",Generation X (39-54),White only,Fair,5.5-6 feet,200-300,Master's or Doctoral Degree,,445,50,650,275,0,0,20
+,2022,2.02204E+13,2629,West,Nevada,200000,"House, apartment, flat",1,1,4666333,59,Female,White only,Married - spouse present,"Native, born in United States",Excellent,67,175,27.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,15,40,0,0,275,0,480,0,80,105,0,0,25,365,0,"$150,000 and over",Boomers (55-73),White only,Excellent,5.5-6 feet,160-180,Bachelor's Degree,,0,275,520,185,0,365,40
+,2022,2.02204E+13,2630,South,West Virginia,37500,Mobile home or trailer with no permanent room added,1,1,6211496,46,Male,White only,Married - spouse present,"Native, born in United States",Very good,71,235,32.8,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,50,30,0,0,0,0,480,0,0,860,0,0,20,0,0,"$30,000 - $50,000",Generation X (39-54),White only,Very good,5.5-6 feet,200-300,Graduated High School,,0,0,510,860,0,0,70
+,2022,2.02204E+13,2631,West,Colorado,200000,"House, apartment, flat",1,1,19669822,40,Male,White only,Married - spouse present,"Native, born in United States",Very good,71,152,21.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,30,0,555,0,0,285,0,0,30,0,480,"$150,000 and over",Generation X (39-54),White only,Very good,5.5-6 feet,140-160,Bachelor's Degree,,480,30,615,285,0,0,30
+,2022,2.02204E+13,2632,South,Virginia,87500,"House, apartment, flat",1,1,12606055,37,Female,White only,Married - spouse present,"Native, born in United States",Good,68,180,27.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,160,20,0,30,0,0,40,0,570,0,0,60,0,0,0,0,540,"$75,000 - $100,000",Millennials (23-38),White only,Good,5.5-6 feet,180-200,Bachelor's Degree,,540,40,600,60,0,0,180
+,2022,2.02204E+13,2633,West,Utah,87500,"House, apartment, flat",1,1,8890803,24,Female,White only,Married - spouse present,"Native, born in United States",Very good,66,175,28.2,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,240,90,0,0,0,0,650,0,0,60,190,0,210,0,0,"$75,000 - $100,000",Millennials (23-38),White only,Very good,5.5-6 feet,160-180,Some College,,0,0,740,250,0,0,450
+,2022,2.02204E+13,2634,West,California,200000,"House, apartment, flat",1,1,13103343,67,Female,White-Asian,Divorced,"Native, born in United States",Good,64,200,34.3,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,90,0,0,30,0,0,465,0,495,0,0,270,60,0,30,0,0,"$150,000 and over",Boomers (55-73),Mixed,Good,5-5.5 feet,200-300,Some College,,0,465,525,330,0,0,120
+,2022,2.02204E+13,2635,Northeast,New York,45000,"House, apartment, flat",1,1,3654267,52,Female,Black only,Never married,"Foreign born, U.S. citizen by naturalization",Very good,63,145,25.7,Associate degree - academic program,College--two years,Employed - absent,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,240,0,0,45,0,720,0,0,165,120,0,150,0,0,"$30,000 - $50,000",Generation X (39-54),Black only,Very good,5-5.5 feet,140-160,Associate Degree,,0,45,960,285,0,0,150
+,2022,2.02204E+13,2636,West,Colorado,13750,"House, apartment, flat",1,1,1385008,67,Female,White only,Never married,"Native, born in United States",Fair,58,125,26.1,Associate degree - occupational vocational,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,150,0,0,465,0,525,0,0,240,0,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Fair,0-5 feet,120-140,Associate Degree,,0,465,675,240,0,0,0
+,2022,2.02204E+13,2637,Northeast,Maine,17500,"House, apartment, flat",1,1,12129966,66,Male,White only,Married - spouse present,"Native, born in United States",Good,72,220,29.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,100,0,0,0,0,525,0,0,245,0,0,45,0,495,"$10,000 - $30,000",Boomers (55-73),White only,Good,6-6.5 feet,200-300,Bachelor's Degree,,495,0,625,245,0,0,75
+,2022,2.02204E+13,2638,South,Texas,22500,"House, apartment, flat",1,1,15388556,62,Male,White only,Divorced,"Foreign born, U.S. citizen by naturalization",Very good,67,182,28.5,11th grade,Eleventh grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,50,0,0,30,0,780,0,0,105,0,0,75,0,400,"$10,000 - $30,000",Boomers (55-73),White only,Very good,5.5-6 feet,180-200,Some High School,,400,30,830,105,0,0,75
+,2022,2.02204E+13,2639,West,California,67500,"House, apartment, flat",1,1,20031309,58,Male,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Fair,63,160,28.3,9th grade,Ninth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,120,0,30,0,0,150,0,555,0,0,300,105,0,180,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Fair,5-5.5 feet,160-180,Some High School,,0,150,585,405,0,0,300
+,2022,2.02204E+13,2640,Northeast,New Jersey,13750,"House, apartment, flat",1,1,6274268,71,Female,White only,Divorced,"Native, born in United States",Good,62,9997,998,High school graduate - GED,Eleventh grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,25,20,0,0,260,0,690,0,5,378,20,32,10,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Good,5-5.5 feet,>300,Graduated High School,,0,260,710,403,0,0,67
+,2022,2.02204E+13,2641,West,California,125000,"House, apartment, flat",1,1,4404712,65,Female,White only,Married - spouse present,"Native, born in United States",Very good,65,125,20.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,227,0,678,0,0,265,170,0,40,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Very good,5-5.5 feet,120-140,Bachelor's Degree,,0,227,738,435,0,0,40
+,2022,2.02204E+13,2642,West,California,67500,"House, apartment, flat",1,1,8947719,85,Female,White only,Widowed,"Native, born in United States",Fair,64,160,27.5,Some college but no degree,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,Has mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,25,0,0,0,0,615,0,0,800,0,0,0,0,0,"$50,000 - $75,000",Silent (74-91),White only,Fair,5-5.5 feet,160-180,Some College,,0,0,640,800,0,0,0
+,2022,2.02204E+13,2643,South,Tennessee,200000,"House, apartment, flat",1,1,7292786,52,Male,White only,Married - spouse present,"Native, born in United States",Very good,68,230,35,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,435,0,625,0,125,105,0,0,60,0,0,"$150,000 and over",Generation X (39-54),White only,Very good,5.5-6 feet,200-300,Graduated High School,,0,435,715,230,0,0,60
+,2022,2.02204E+13,2644,West,California,125000,"House, apartment, flat",1,1,6152374,72,Male,White only,Married - spouse present,"Native, born in United States",Fair,69,217,32,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,75,0,0,265,0,765,0,0,335,0,0,0,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Fair,5.5-6 feet,200-300,Bachelor's Degree,,0,265,840,335,0,0,0
+,2022,2.02204E+13,2645,South,Texas,200000,"House, apartment, flat",1,1,4722251,71,Female,White only,Married - spouse present,"Native, born in United States",Very good,64,110,18.9,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,95,0,515,21,0,475,105,60,79,0,0,"$150,000 and over",Boomers (55-73),White only,Very good,5-5.5 feet,100-120,Master's or Doctoral Degree,,0,95,626,580,0,0,139
+,2022,2.02204E+13,2646,West,Arizona,125000,"House, apartment, flat",1,1,3897727,64,Male,White only,Married - spouse absent,"Foreign born, U.S. citizen by naturalization",Very good,68,230,35,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,150,0,0,300,0,360,0,0,630,0,0,0,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Very good,5.5-6 feet,200-300,Bachelor's Degree,,0,300,510,630,0,0,0
+,2022,2.02204E+13,2647,West,California,55000,"House, apartment, flat",1,1,29482171,20,Male,Asian only,Never married,"Native, born in United States",Fair,68,150,22.8,Some college but no degree,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,150,0,0,0,0,660,0,0,170,0,0,40,0,420,"$50,000 - $75,000",Generation Z (7-22),Asian only,Fair,5.5-6 feet,140-160,Some College,,420,0,810,170,0,0,40
+,2022,2.02204E+13,2648,South,Kentucky,67500,Mobile home or trailer with 1 or more rooms added,1,1,5506983,64,Male,White only,Married - spouse present,"Native, born in United States",Good,68,200,30.4,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,0,0,705,0,60,595,0,0,20,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Graduated High School,,0,0,765,655,0,0,20
+,2022,2.02204E+13,2649,Northeast,Massachusetts,55000,"House, apartment, flat",1,1,2033120,76,Female,White only,Divorced,"Native, born in United States",Good,58,147,30.7,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,480,0,630,0,0,120,0,120,0,0,0,"$50,000 - $75,000",Silent (74-91),White only,Good,0-5 feet,140-160,Associate Degree,,0,480,720,120,0,0,120
+,2022,2.02204E+13,2650,South,North Carolina,17500,"House, apartment, flat",1,1,15475375,80,Male,Black only,Divorced,"Native, born in United States",Good,65,175,29.1,11th grade,Eleventh grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,45,30,0,0,395,0,660,0,0,290,0,0,20,0,0,"$10,000 - $30,000",Silent (74-91),Black only,Good,5-5.5 feet,160-180,Some High School,,0,395,690,290,0,0,65
+,2022,2.02204E+13,2651,West,California,200000,"House, apartment, flat",1,1,4605056,50,Female,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Very good,61,145,27.4,Some college but no degree,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,345,0,795,0,0,240,0,0,0,0,0,"$150,000 and over",Generation X (39-54),White only,Very good,5-5.5 feet,140-160,Some College,,0,345,855,240,0,0,0
+,2022,2.02204E+13,2652,South,Tennessee,45000,Mobile home or trailer with no permanent room added,1,1,5889358,25,Male,White only,Married - spouse present,"Native, born in United States",Very good,71,220,30.7,High school graduate - diploma,Twelfth grade,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,205,0,0,0,0,780,0,85,90,265,0,15,0,0,"$30,000 - $50,000",Millennials (23-38),White only,Very good,5.5-6 feet,200-300,Graduated High School,,0,0,985,440,0,0,15
+,2022,2.02204E+13,2653,Midwest,South Dakota,27500,"House, apartment, flat",1,1,7205648,71,Male,White only,Divorced,"Native, born in United States",Very good,70,165,23.7,Associate degree - occupational vocational,College--four years,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,120,0,780,0,0,480,0,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Very good,5.5-6 feet,160-180,Associate Degree,,0,120,840,480,0,0,0
+,2022,2.02204E+13,2654,South,Georgia,125000,"House, apartment, flat",1,1,21134878,49,Female,Asian only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Very good,64,148,25.4,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,60,0,10,50,0,0,80,0,570,0,0,60,60,0,95,0,455,"$100,000 - $150,000",Generation X (39-54),Asian only,Very good,5-5.5 feet,140-160,Master's or Doctoral Degree,,455,80,620,120,0,0,165
+,2022,2.02204E+13,2655,South,Mississippi,13750,"House, apartment, flat",1,1,2029820,66,Female,Black only,Never married,"Native, born in United States",Good,63,147,26,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,50,30,0,0,0,0,510,0,180,545,0,0,125,0,0,"$10,000 - $30,000",Boomers (55-73),Black only,Good,5-5.5 feet,140-160,Master's or Doctoral Degree,,0,0,540,725,0,0,175
+,2022,2.02204E+13,2656,Midwest,Illinois,87500,"House, apartment, flat",1,1,7317493,26,Male,White only,Never married,"Native, born in United States",Very good,71,190,26.5,Associate degree - occupational vocational,College--four years,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,0,0,460,0,0,430,300,0,85,0,120,"$75,000 - $100,000",Millennials (23-38),White only,Very good,5.5-6 feet,180-200,Associate Degree,,120,0,505,730,0,0,85
+,2022,2.02204E+13,2657,South,Arkansas,13750,"House, apartment, flat",1,1,7122764,22,Female,Black only,Never married,"Native, born in United States",Very good,59,200,40.4,Associate degree - academic program,College--three years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,60,140,0,120,0,630,0,0,420,0,0,10,0,0,"$10,000 - $30,000",Millennials (23-38),Black only,Very good,0-5 feet,200-300,Associate Degree,,0,120,690,420,140,0,70
+,2022,2.02204E+13,2658,South,Florida,200000,"House, apartment, flat",1,1,33849873,43,Female,Black only,Never married,"Foreign born, U.S. citizen by naturalization",Good,63,9994,998,Some college but no degree,College--two years,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,188,0,20,45,0,180,30,0,150,0,0,72,0,0,290,0,465,"$150,000 and over",Generation X (39-54),Black only,Good,5-5.5 feet,>300,Some College,,465,30,195,72,0,0,678
+,2022,2.02204E+13,2659,West,California,125000,"House, apartment, flat",1,1,3259574,80,Female,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Fair,66,190,30.7,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,100,0,0,355,0,540,0,60,230,60,95,0,0,0,"$100,000 - $150,000",Silent (74-91),White only,Fair,5.5-6 feet,180-200,Master's or Doctoral Degree,,0,355,640,350,0,0,95
+,2022,2.02204E+13,2660,West,Hawaii,55000,"House, apartment, flat",1,1,6740540,85,Female,Hawaiian Pacific Islander only,Widowed,"Native, born in United States",Very good,65,147,24.5,"1st, 2nd, 3rd, or 4th grade",First through fourth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,15,0,0,345,0,450,0,0,570,0,0,60,0,0,"$50,000 - $75,000",Silent (74-91),Hawaiian Pacific Islander only,Very good,5-5.5 feet,140-160,Middle School or Less,,0,345,465,570,0,0,60
+,2022,2.02204E+13,2661,Northeast,New Jersey,55000,"House, apartment, flat",1,1,15465475,33,Female,Black only,Never married,"Foreign born, not a U.S. citizen",Fair,63,170,30.1,High school graduate - diploma,Twelfth grade,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,75,0,0,155,0,0,503,0,532,0,0,175,0,0,0,0,0,"$50,000 - $75,000",Millennials (23-38),Black only,Fair,5-5.5 feet,160-180,Graduated High School,,0,503,687,175,0,0,75
+,2022,2.02204E+13,2662,Midwest,Indiana,67500,"House, apartment, flat",1,1,4272652,80,Female,White only,Widowed,"Native, born in United States",Very good,65,200,33.3,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,330,0,665,0,30,325,0,30,30,0,0,"$50,000 - $75,000",Silent (74-91),White only,Very good,5-5.5 feet,200-300,Graduated High School,,0,330,695,355,0,0,60
+,2022,2.02204E+13,2663,West,California,8750,"House, apartment, flat",1,1,12214491,24,Male,White only,Never married,"Native, born in United States",NIU (Not in universe),,9999,999,11th grade,Eleventh grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,50,0,5,90,0,0,210,0,715,0,0,330,0,0,40,0,0,"Less than $10,000",Millennials (23-38),White only,"Other (Refused, Dont know, NIU)",,>300,Some High School,,0,210,805,330,0,0,95
+,2022,2.02204E+13,2664,West,Nevada,87500,"House, apartment, flat",1,1,9861440,46,Male,Black only,Married - spouse present,"Native, born in United States",NIU (Not in universe),,9999,999,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,25,0,0,50,0,810,0,0,555,0,0,0,0,0,"$75,000 - $100,000",Generation X (39-54),Black only,"Other (Refused, Dont know, NIU)",,>300,Some College,,0,50,835,555,0,0,0
+,2022,2.02204E+13,2665,Midwest,Minnesota,67500,"House, apartment, flat",1,1,66860605,15,Male,White only,Never married,"Native, born in United States",Excellent,72,120,16.3,7th or 8th grade,Seventh through eighth grade,Employed - at work,No,No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,110,390,0,60,0,588,0,0,175,0,0,117,0,0,"$50,000 - $75,000",Generation Z (7-22),White only,Excellent,6-6.5 feet,120-140,Middle School or Less,,0,60,698,175,390,0,117
+,2022,2.02204E+13,2666,West,Arizona,55000,"House, apartment, flat",1,1,5259843,49,Male,Asian only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Good,70,185,26.5,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,240,0,630,0,0,420,0,0,60,0,0,"$50,000 - $75,000",Generation X (39-54),Asian only,Good,5.5-6 feet,180-200,Master's or Doctoral Degree,,0,240,720,420,0,0,60
+,2022,2.02204E+13,2667,West,Utah,32500,"House, apartment, flat",1,1,9698000,61,Male,White only,Divorced,"Native, born in United States",Good,68,165,25.1,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,70,0,0,110,0,410,60,0,635,40,0,55,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Good,5.5-6 feet,160-180,Master's or Doctoral Degree,,0,110,540,675,0,0,115
+,2022,2.02204E+13,2668,South,Georgia,32500,"House, apartment, flat",1,1,12495022,59,Female,White only,Divorced,"Native, born in United States",Poor,63,183,32.4,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,15,0,0,0,0,450,0,0,141,0,0,83,0,751,"$30,000 - $50,000",Boomers (55-73),White only,Poor,5-5.5 feet,180-200,Associate Degree,,751,0,465,141,0,0,83
+,2022,2.02204E+13,2669,Midwest,Nebraska,32500,"House, apartment, flat",1,1,14099732,59,Male,White only,Married - spouse present,"Native, born in United States",Good,70,170,24.4,High school graduate - diploma,Twelfth grade,Employed - at work,No,Has vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,94,0,0,80,0,630,0,0,202,0,0,20,0,414,"$30,000 - $50,000",Boomers (55-73),White only,Good,5.5-6 feet,160-180,Graduated High School,,414,80,724,202,0,0,20
+,2022,2.02204E+13,2670,South,North Carolina,125000,"House, apartment, flat",1,1,12586594,44,Female,Black only,Married - spouse present,"Native, born in United States",Good,61,127,24,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,45,50,0,0,120,0,480,0,0,345,15,0,160,180,45,"$100,000 - $150,000",Generation X (39-54),Black only,Good,5-5.5 feet,120-140,Master's or Doctoral Degree,,45,120,530,360,0,180,205
+,2022,2.02204E+13,2671,West,Wyoming,200000,"House, apartment, flat",1,1,9472384,47,Male,White only,Married - spouse present,"Native, born in United States",Good,68,186,28.3,9th grade,Ninth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,90,30,0,0,240,0,564,0,0,70,90,60,296,0,0,"$150,000 and over",Generation X (39-54),White only,Good,5.5-6 feet,180-200,Some High School,,0,240,594,160,0,0,446
+,2022,2.02204E+13,2672,Midwest,Michigan,67500,"House, apartment, flat",1,1,5698589,71,Male,White only,Married - spouse present,"Native, born in United States",Excellent,75,180,22.5,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,570,0,540,0,0,240,0,0,0,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Excellent,6-6.5 feet,180-200,Some College,,0,570,630,240,0,0,0
+,2022,2.02204E+13,2673,Northeast,New York,125000,"House, apartment, flat",1,1,10395846,75,Male,Asian only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Very good,65,140,23.3,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,85,45,0,0,55,0,495,0,30,535,30,55,50,0,0,"$100,000 - $150,000",Silent (74-91),Asian only,Very good,5-5.5 feet,140-160,Master's or Doctoral Degree,,0,55,540,595,0,0,190
+,2022,2.02204E+13,2674,South,Mississippi,125000,"House, apartment, flat",1,1,4658790,71,Male,White only,Married - spouse present,"Native, born in United States",Good,69,170,25.1,Associate degree - occupational vocational,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,460,0,560,0,60,300,0,0,0,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Good,5.5-6 feet,160-180,Associate Degree,,0,460,620,360,0,0,0
+,2022,2.02204E+13,2675,Midwest,Wisconsin,87500,"House, apartment, flat",1,1,9204208,51,Female,White only,Married - spouse present,"Native, born in United States",Fair,65,165,27.5,11th grade,Eleventh grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,0,0,0,0,0,16,0,0,1424,0,0,0,0,0,"$75,000 - $100,000",Generation X (39-54),White only,Fair,5-5.5 feet,160-180,Some High School,,0,0,16,1424,0,0,0
+,2022,2.02204E+13,2676,Midwest,Wisconsin,87500,"House, apartment, flat",1,1,16024227,28,Male,White-Black,Never married,"Native, born in United States",Good,72,185,25.1,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,0,0,0,0,530,0,0,180,75,0,50,0,530,"$75,000 - $100,000",Millennials (23-38),Mixed,Good,6-6.5 feet,180-200,Master's or Doctoral Degree,,530,0,605,255,0,0,50
+,2022,2.02204E+13,2677,South,Oklahoma,22500,"House, apartment, flat",1,1,2577072,38,Female,White only,Never married,"Foreign born, not a U.S. citizen",Very good,62,179,32.7,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,121,0,150,60,0,0,190,0,747,0,0,150,0,0,22,0,0,"$10,000 - $30,000",Generation X (39-54),White only,Very good,5-5.5 feet,160-180,Graduated High School,,0,190,807,150,0,0,293
+,2022,2.02204E+13,2678,Midwest,Michigan,55000,"House, apartment, flat",1,1,14672816,32,Female,White only,Married - spouse present,"Native, born in United States",Very good,66,170,27.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,140,0,0,60,0,0,20,0,635,0,0,0,30,0,90,0,465,"$50,000 - $75,000",Millennials (23-38),White only,Very good,5.5-6 feet,160-180,Bachelor's Degree,,465,20,695,30,0,0,230
+,2022,2.02204E+13,2679,South,South Carolina,87500,"House, apartment, flat",1,1,4092574,68,Male,White only,Married - spouse present,"Native, born in United States",Fair,76,320,38.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,324,0,10,60,0,0,143,0,390,0,0,378,0,0,135,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Fair,6-6.5 feet,>300,Bachelor's Degree,,0,143,450,378,0,0,469
+,2022,2.02204E+13,2680,Midwest,Illinois,125000,"House, apartment, flat",1,1,97201003,16,Male,White only,Never married,"Native, born in United States",Very good,72,170,23.1,10th grade,Tenth grade,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,40,0,0,0,0,690,0,0,710,0,0,0,0,0,"$100,000 - $150,000",Generation Z (7-22),White only,Very good,6-6.5 feet,160-180,Some High School,,0,0,730,710,0,0,0
+,2022,2.02204E+13,2681,Midwest,North Dakota,37500,"House, apartment, flat",1,1,4049094,78,Female,White only,Married - spouse present,"Native, born in United States",Good,62,180,32.9,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,165,0,645,0,75,93,0,0,24,330,0,"$30,000 - $50,000",Silent (74-91),White only,Good,5-5.5 feet,180-200,Graduated High School,,0,165,735,168,0,330,24
+,2022,2.02204E+13,2682,South,Florida,55000,"House, apartment, flat",1,1,15558029,68,Male,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Very good,69,185,27.3,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,0,0,65,0,565,0,0,650,55,0,30,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Very good,5.5-6 feet,180-200,Graduated High School,,0,65,640,705,0,0,30
+,2022,2.02204E+13,2683,Northeast,New York,17500,"House, apartment, flat",1,1,12560969,80,Female,White only,Divorced,"Native, born in United States",Good,64,180,30.9,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,40,0,0,185,0,430,0,0,740,0,45,0,0,0,"$10,000 - $30,000",Silent (74-91),White only,Good,5-5.5 feet,180-200,Graduated High School,,0,185,470,740,0,0,45
+,2022,2.02204E+13,2684,Midwest,Ohio,27500,"House, apartment, flat",1,1,4832922,80,Male,White only,Married - spouse present,"Native, born in United States",Good,69,180,26.6,7th or 8th grade,Seventh through eighth grade,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,135,0,0,0,0,540,0,0,690,0,0,65,0,0,"$10,000 - $30,000",Silent (74-91),White only,Good,5.5-6 feet,180-200,Middle School or Less,,0,0,675,690,0,0,75
+,2022,2.02204E+13,2685,Northeast,Pennsylvania,27500,"House, apartment, flat",1,1,10577844,85,Female,White only,Married - spouse present,"Native, born in United States",Good,56,130,29.1,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,64,0,0,65,0,645,0,0,666,0,0,0,0,0,"$10,000 - $30,000",Silent (74-91),White only,Good,0-5 feet,120-140,Some College,,0,65,709,666,0,0,0
+,2022,2.02204E+13,2686,South,North Carolina,37500,"House, apartment, flat",1,1,12025637,28,Female,White-Asian,Separated,"Native, born in United States",Fair,65,156,26,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,2,0,15,0,0,30,0,513,0,0,233,45,0,54,0,548,"$30,000 - $50,000",Millennials (23-38),Mixed,Fair,5-5.5 feet,140-160,Some College,,548,30,528,278,0,0,56
+,2022,2.02204E+13,2687,South,Florida,125000,"House, apartment, flat",1,1,25106826,55,Male,White only,Married - spouse present,"Native, born in United States",Good,66,240,38.7,High school graduate - GED,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,60,0,620,0,0,125,0,0,55,0,520,"$100,000 - $150,000",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Graduated High School,,520,60,680,125,0,0,55
+,2022,2.02204E+13,2688,South,Maryland,200000,"House, apartment, flat",1,1,10403001,28,Male,White only,Never married,"Native, born in United States",Very good,71,200,27.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,60,0,600,0,0,750,0,0,0,0,0,"$150,000 and over",Millennials (23-38),White only,Very good,5.5-6 feet,200-300,Bachelor's Degree,,0,60,630,750,0,0,0
+,2022,2.02204E+13,2689,West,California,200000,"House, apartment, flat",1,1,6087481,47,Male,White only,Married - spouse present,"Native, born in United States",NIU (Not in universe),,9999,999,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,80,0,5,30,0,0,90,0,505,0,0,80,0,0,20,0,630,"$150,000 and over",Generation X (39-54),White only,"Other (Refused, Dont know, NIU)",,>300,Bachelor's Degree,,630,90,535,80,0,0,105
+,2022,2.02204E+13,2690,South,Texas,17500,"House, apartment, flat",1,1,14635331,60,Female,White only,Widowed,"Native, born in United States",Very good,61,128,24.2,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,15,0,35,0,0,135,0,580,60,0,525,0,0,90,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Very good,5-5.5 feet,120-140,Graduated High School,,0,135,675,525,0,0,105
+,2022,2.02204E+13,2691,South,Texas,55000,"House, apartment, flat",1,1,7916360,34,Female,White only,Married - spouse present,"Native, born in United States",Very good,64,130,22.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,262,0,12,90,0,0,195,0,590,0,0,151,60,0,80,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Very good,5-5.5 feet,120-140,Bachelor's Degree,,0,195,680,211,0,0,354
+,2022,2.02204E+13,2692,Midwest,Nebraska,45000,"House, apartment, flat",1,1,40708005,34,Female,White only,Married - spouse present,"Foreign born, not a U.S. citizen",NIU (Not in universe),,9999,999,7th or 8th grade,Seventh through eighth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,293,0,20,40,0,0,330,0,517,0,70,40,0,0,130,0,0,"$30,000 - $50,000",Millennials (23-38),White only,"Other (Refused, Dont know, NIU)",,>300,Middle School or Less,,0,330,557,110,0,0,443
+,2022,2.02204E+13,2693,South,Texas,45000,"House, apartment, flat",1,1,14473231,69,Male,White only,Married - spouse present,"Native, born in United States",Very good,68,165,25.1,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,90,120,0,0,60,0,530,0,0,540,60,0,40,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Very good,5.5-6 feet,160-180,Some College,,0,60,650,600,0,0,130
+,2022,2.02204E+13,2694,South,Alabama,17500,"House, apartment, flat",1,1,3843746,60,Female,Black only,Never married,"Native, born in United States",Good,61,235,44.4,11th grade,Eleventh grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,15,0,569,0,30,751,0,0,30,0,0,"$10,000 - $30,000",Boomers (55-73),Black only,Good,5-5.5 feet,200-300,Some High School,,0,15,614,781,0,0,30
+,2022,2.02204E+13,2695,Midwest,Ohio,55000,"House, apartment, flat",1,1,11486667,69,Female,White only,Married - spouse present,"Native, born in United States",NIU (Not in universe),,9999,998,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,75,0,615,0,45,335,120,0,130,0,0,"$50,000 - $75,000",Boomers (55-73),White only,"Other (Refused, Dont know, NIU)",,>300,Graduated High School,,0,75,735,500,0,0,130
+,2022,2.02204E+13,2696,Northeast,Maine,2500,"House, apartment, flat",1,1,4228393,47,Male,Black only,Married - spouse absent,"Foreign born, not a U.S. citizen",Very good,69,202,29.8,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,50,0,560,0,108,518,0,0,54,0,120,"Less than $10,000",Generation X (39-54),Black only,Very good,5.5-6 feet,200-300,Master's or Doctoral Degree,,120,50,590,626,0,0,54
+,2022,2.02204E+13,2697,Midwest,Indiana,87500,"House, apartment, flat",1,1,10694753,27,Female,White only,Married - spouse present,"Native, born in United States",Fair,65,200,33.3,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,0,0,600,0,0,420,270,0,60,0,0,"$75,000 - $100,000",Millennials (23-38),White only,Fair,5-5.5 feet,200-300,Master's or Doctoral Degree,,0,0,690,690,0,0,60
+,2022,2.02204E+13,2698,Midwest,Ohio,125000,"House, apartment, flat",1,1,7079120,66,Male,White only,Married - spouse present,"Native, born in United States",Very good,70,200,28.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,405,0,630,0,0,285,0,0,0,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Very good,5.5-6 feet,200-300,Bachelor's Degree,,0,405,750,285,0,0,0
+,2022,2.02204E+13,2699,South,South Carolina,37500,"House, apartment, flat",1,1,21824371,53,Female,White only,Divorced,"Native, born in United States",Fair,63,9996,998,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,45,0,0,120,0,540,0,0,140,0,0,30,0,555,"$30,000 - $50,000",Generation X (39-54),White only,Fair,5-5.5 feet,>300,Graduated High School,,555,120,585,140,0,0,40
+,2022,2.02204E+13,2700,West,Arizona,87500,"House, apartment, flat",1,1,10856705,58,Female,White only,Never married,"Native, born in United States",Good,77,265,31.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,130,0,0,0,0,610,0,0,125,0,0,120,0,455,"$75,000 - $100,000",Boomers (55-73),White only,Good,6-6.5 feet,200-300,Bachelor's Degree,,455,0,740,125,0,0,120
+,2022,2.02204E+13,2701,Midwest,Indiana,125000,"House, apartment, flat",1,1,2839900,61,Female,White only,Divorced,"Native, born in United States",Very good,68,135,20.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,15,0,0,182,0,575,0,0,328,100,0,240,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Very good,5.5-6 feet,120-140,Bachelor's Degree,,0,182,590,428,0,0,240
+,2022,2.02204E+13,2702,Midwest,Iowa,125000,"House, apartment, flat",1,1,5298003,41,Female,White only,Married - spouse present,"Native, born in United States",Very good,64,150,25.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,180,0,0,300,0,550,0,0,150,60,0,20,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Very good,5-5.5 feet,140-160,Bachelor's Degree,,0,300,730,210,0,0,20
+,2022,2.02204E+13,2703,South,Maryland,200000,"House, apartment, flat",1,1,4102807,77,Male,White only,Married - spouse present,"Native, born in United States",Poor,73,190,25.1,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,Has difficulty remembering,0,0,0,60,0,0,660,0,600,0,0,0,0,90,0,0,0,"$150,000 and over",Silent (74-91),White only,Poor,6-6.5 feet,180-200,Master's or Doctoral Degree,,0,660,660,0,0,0,90
+,2022,2.02204E+13,2704,South,Oklahoma,11250,"House, apartment, flat",1,1,17380570,63,Male,Black only,Never married,"Native, born in United States",Fair,68,160,24.3,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,50,0,0,20,0,1220,0,0,150,0,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),Black only,Fair,5.5-6 feet,160-180,Graduated High School,,0,20,1270,150,0,0,0
+,2022,2.02204E+13,2705,South,Texas,45000,"House, apartment, flat",1,1,13923701,66,Male,White only,Married - spouse present,"Native, born in United States",Fair,70,185,26.5,Some college but no degree,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,135,75,0,0,330,0,675,30,0,120,0,0,75,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Fair,5.5-6 feet,180-200,Some College,,0,330,780,120,0,0,210
+,2022,2.02204E+13,2706,Midwest,Iowa,67500,"House, apartment, flat",1,1,7413137,28,Female,White only,Married - spouse present,"Native, born in United States",Very good,64,150,25.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,12,45,0,0,121,0,525,0,0,315,0,0,57,0,365,"$50,000 - $75,000",Millennials (23-38),White only,Very good,5-5.5 feet,140-160,Bachelor's Degree,,365,121,570,315,0,0,69
+,2022,2.02204E+13,2707,Midwest,North Dakota,200000,"House, apartment, flat",1,1,7506608,38,Female,White only,Never married,"Native, born in United States",Very good,68,175,26.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,80,120,0,0,510,0,480,80,0,140,0,0,30,0,0,"$150,000 and over",Generation X (39-54),White only,Very good,5.5-6 feet,160-180,Bachelor's Degree,,0,510,680,140,0,0,110
+,2022,2.02204E+13,2708,South,Arkansas,2500,"House, apartment, flat",1,1,7503874,24,Female,White only,Married - spouse absent,"Native, born in United States",Very good,63,114,20.2,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,160,0,40,100,0,0,264,0,695,0,0,30,0,0,41,0,0,"Less than $10,000",Millennials (23-38),White only,Very good,5-5.5 feet,100-120,Graduated High School,,0,264,795,30,0,0,241
+,2022,2.02204E+13,2709,South,Texas,37500,"House, apartment, flat",1,1,12206487,31,Male,Asian only,Married - spouse present,"Foreign born, not a U.S. citizen",Good,68,150,22.8,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,1,0,0,90,0,0,0,0,630,0,0,0,0,0,65,0,654,"$30,000 - $50,000",Millennials (23-38),Asian only,Good,5.5-6 feet,140-160,Some College,,654,0,720,0,0,0,66
+,2022,2.02204E+13,2710,Midwest,Indiana,27500,"House, apartment, flat",1,1,5889887,49,Female,Black only,Divorced,"Native, born in United States",Good,64,235,40.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,62,0,0,0,0,861,0,0,30,0,0,17,0,465,"$10,000 - $30,000",Generation X (39-54),Black only,Good,5-5.5 feet,200-300,Bachelor's Degree,,465,0,923,30,0,0,17
+,2022,2.02204E+13,2711,Midwest,Ohio,67500,"House, apartment, flat",1,1,5981388,66,Male,White only,Married - spouse present,"Native, born in United States",Very good,72,230,31.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,Has vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,105,150,470,0,0,15,450,0,220,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Very good,6-6.5 feet,200-300,Bachelor's Degree,,0,255,500,465,0,0,220
+,2022,2.02204E+13,2712,West,Washington,200000,"House, apartment, flat",1,1,4658083,67,Male,White only,Married - spouse present,"Native, born in United States",Good,75,270,33.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,40,0,0,345,0,555,0,0,485,0,0,0,15,0,"$150,000 and over",Boomers (55-73),White only,Good,6-6.5 feet,200-300,Bachelor's Degree,,0,345,595,485,0,15,0
+,2022,2.02204E+13,2713,West,Colorado,22500,"House, apartment, flat",1,1,5404179,60,Male,White only,Married - spouse present,"Native, born in United States",Good,67,180,28.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,90,0,0,615,0,455,0,0,240,0,0,10,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Good,5.5-6 feet,180-200,Bachelor's Degree,,0,615,545,240,0,0,40
+,2022,2.02204E+13,2714,West,Arizona,87500,"House, apartment, flat",1,1,24563516,29,Male,White-Asian,Never married,"Native, born in United States",NIU (Not in universe),,9999,999,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,120,0,630,0,0,135,0,0,0,0,495,"$75,000 - $100,000",Millennials (23-38),Mixed,"Other (Refused, Dont know, NIU)",,>300,Graduated High School,,495,120,690,135,0,0,0
+,2022,2.02204E+13,2715,South,Arkansas,125000,"House, apartment, flat",1,1,10268902,54,Female,White only,Married - spouse present,"Native, born in United States",Good,66,168,27.1,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,135,90,0,0,330,0,630,15,0,180,0,0,60,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Good,5.5-6 feet,160-180,Master's or Doctoral Degree,,0,330,735,180,0,0,195
+,2022,2.02204E+13,2716,Midwest,Missouri,200000,"House, apartment, flat",1,1,23356764,27,Female,Asian only,Never married,"Native, born in United States",Excellent,59,110,22.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,115,95,0,25,0,550,0,0,40,40,0,60,0,485,"$150,000 and over",Millennials (23-38),Asian only,Excellent,0-5 feet,100-120,Bachelor's Degree,,485,25,665,80,95,0,90
+,2022,2.02204E+13,2717,West,Idaho,45000,"House, apartment, flat",1,1,11229755,68,Male,White only,Widowed,"Native, born in United States",Very good,71,220,30.7,12th grade - no diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,50,0,0,53,0,617,85,0,570,55,0,10,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Very good,5.5-6 feet,200-300,Some High School,,0,53,752,625,0,0,10
+,2022,2.02204E+13,2718,South,Florida,125000,"House, apartment, flat",1,1,6018490,45,Male,White only,Married - spouse present,"Native, born in United States",Very good,73,220,29,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,10,0,0,60,0,0,90,0,450,0,0,270,0,0,75,0,485,"$100,000 - $150,000",Generation X (39-54),White only,Very good,6-6.5 feet,200-300,Bachelor's Degree,,485,90,510,270,0,0,85
+,2022,2.02204E+13,2719,West,New Mexico,37500,"House, apartment, flat",1,1,8008315,32,Male,White only,Never married,"Native, born in United States",Very good,69,165,24.4,Some college but no degree,College--four years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,20,120,0,0,0,0,570,0,0,300,0,0,30,0,400,"$30,000 - $50,000",Millennials (23-38),White only,Very good,5.5-6 feet,160-180,Some College,,400,0,690,300,0,0,50
+,2022,2.02204E+13,2720,South,Alabama,22500,"House, apartment, flat",1,1,6571806,59,Male,White only,Married - spouse present,"Native, born in United States",Good,75,193,24.1,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,120,0,0,375,0,480,0,0,405,0,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Good,6-6.5 feet,180-200,Master's or Doctoral Degree,,0,375,600,405,0,0,60
+,2022,2.02204E+13,2721,Northeast,Connecticut,125000,"House, apartment, flat",1,1,12865807,29,Male,White only,Never married,"Native, born in United States",Excellent,77,250,29.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,20,0,315,0,0,70,0,0,90,0,915,"$100,000 - $150,000",Millennials (23-38),White only,Excellent,6-6.5 feet,200-300,Bachelor's Degree,,915,20,345,70,0,0,90
+,2022,2.02204E+13,2722,Midwest,Indiana,32500,"House, apartment, flat",1,1,4592890,68,Female,Black only,Separated,"Native, born in United States",Good,63,180,31.9,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,5,45,20,0,0,330,0,690,0,0,235,95,0,20,0,0,"$30,000 - $50,000",Boomers (55-73),Black only,Good,5-5.5 feet,180-200,Some College,,0,330,710,330,0,0,70
+,2022,2.02204E+13,2723,South,Florida,17500,"House, apartment, flat",1,1,2960037,52,Female,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Good,60,138,26.9,Associate degree - occupational vocational,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,195,0,0,25,0,0,105,0,580,0,140,385,0,0,10,0,0,"$10,000 - $30,000",Generation X (39-54),White only,Good,5-5.5 feet,120-140,Associate Degree,,0,105,605,525,0,0,205
+,2022,2.02204E+13,2724,Northeast,New York,125000,"House, apartment, flat",1,1,21759918,39,Male,Asian only,Married - spouse present,"Native, born in United States",Very good,65,135,22.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,40,0,0,60,0,610,0,0,230,15,0,0,0,485,"$100,000 - $150,000",Generation X (39-54),Asian only,Very good,5-5.5 feet,120-140,Bachelor's Degree,,485,60,650,245,0,0,0
+,2022,2.02204E+13,2725,West,Colorado,87500,"House, apartment, flat",1,1,17318535,70,Female,White only,Married - spouse present,"Native, born in United States",Poor,61,240,45.3,High school graduate - GED,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,30,0,0,0,0,600,0,120,690,0,0,0,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Poor,5-5.5 feet,200-300,Graduated High School,,0,0,630,810,0,0,0
+,2022,2.02204E+13,2726,West,California,55000,"House, apartment, flat",1,1,17657854,35,Female,Asian only,Never married,"Foreign born, U.S. citizen by naturalization",Excellent,63,140,24.8,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,1,150,0,0,0,0,595,60,0,60,175,0,133,0,266,"$50,000 - $75,000",Millennials (23-38),Asian only,Excellent,5-5.5 feet,140-160,Master's or Doctoral Degree,,266,0,805,235,0,0,134
+,2022,2.02204E+13,2727,South,Texas,67500,"House, apartment, flat",1,1,17074350,50,Female,White only,Married - spouse present,"Native, born in United States",Good,63,185,32.8,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,150,0,0,22,0,562,0,0,150,11,0,0,0,545,"$50,000 - $75,000",Generation X (39-54),White only,Good,5-5.5 feet,180-200,Associate Degree,,545,22,712,161,0,0,0
+,2022,2.02204E+13,2728,Midwest,Indiana,200000,"House, apartment, flat",1,1,18143937,31,Female,White only,Married - spouse present,"Native, born in United States",Very good,68,140,21.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,0,0,465,0,0,270,0,0,75,0,510,"$150,000 and over",Millennials (23-38),White only,Very good,5.5-6 feet,140-160,Bachelor's Degree,,510,0,585,270,0,0,75
+,2022,2.02204E+13,2729,Midwest,Minnesota,45000,"House, apartment, flat",1,1,10761916,68,Female,White only,Married - spouse present,"Native, born in United States",Good,66,200,32.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,65,0,0,625,0,495,0,0,225,0,30,0,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Bachelor's Degree,,0,625,560,225,0,0,30
+,2022,2.02204E+13,2730,Midwest,Ohio,45000,"House, apartment, flat",1,1,15044608,64,Male,White only,Married - spouse present,"Native, born in United States",Good,73,227,29.9,High school graduate - GED,Eleventh grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,42,0,0,480,0,660,0,0,258,0,0,0,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Good,6-6.5 feet,200-300,Graduated High School,,0,480,702,258,0,0,0
+,2022,2.02204E+13,2731,Northeast,Pennsylvania,37500,"House, apartment, flat",1,1,17630931,80,Female,White only,Married - spouse present,"Native, born in United States",Very good,62,117,21.4,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,85,0,0,145,0,540,0,0,550,120,0,0,0,0,"$30,000 - $50,000",Silent (74-91),White only,Very good,5-5.5 feet,100-120,Graduated High School,,0,145,625,670,0,0,0
+,2022,2.02204E+13,2732,Northeast,Connecticut,200000,"House, apartment, flat",1,1,4562128,57,Female,White only,Married - spouse present,"Native, born in United States",Very good,63,160,28.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,150,120,0,0,340,0,650,0,0,150,0,0,30,0,0,"$150,000 and over",Boomers (55-73),White only,Very good,5-5.5 feet,160-180,Bachelor's Degree,,0,340,770,150,0,0,180
+,2022,2.02204E+13,2733,West,Montana,200000,"House, apartment, flat",1,1,24760446,52,Male,Black only,Married - spouse present,"Native, born in United States",Good,74,211,27.1,Some college but no degree,College--one year,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,10,0,5,60,0,0,630,0,610,0,0,60,0,0,20,0,0,"$150,000 and over",Generation X (39-54),Black only,Good,6-6.5 feet,200-300,Some College,,0,630,670,60,0,0,35
+,2022,2.02204E+13,2734,Midwest,Ohio,200000,"House, apartment, flat",1,1,31878835,54,Male,White only,Married - spouse present,"Native, born in United States",Good,68,230,35,Associate degree - academic program,College--three years,Employed - absent,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,780,0,0,0,330,0,30,90,0,0,120,0,0,"$150,000 and over",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Associate Degree,,0,0,420,120,780,0,120
+,2022,2.02204E+13,2735,South,Maryland,45000,"House, apartment, flat",1,1,14094092,68,Female,Black only,Married - spouse present,"Native, born in United States",Poor,63,229,40.6,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,No difficulty remembering,15,0,20,5,0,0,3,0,720,0,0,567,0,0,110,0,0,"$30,000 - $50,000",Boomers (55-73),Black only,Poor,5-5.5 feet,200-300,Some College,,0,3,725,567,0,0,145
+,2022,2.02204E+13,2736,South,Virginia,13750,"House, apartment, flat",1,1,11033817,72,Male,White only,Divorced,"Native, born in United States",Very good,74,175,22.5,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,65,20,0,0,15,0,559,0,0,720,0,0,61,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Very good,6-6.5 feet,160-180,Master's or Doctoral Degree,,0,15,579,720,0,0,126
+,2022,2.02204E+13,2737,South,West Virginia,55000,"House, apartment, flat",1,1,11325592,29,Female,White only,Married - spouse present,"Native, born in United States",Very good,68,175,26.6,Associate degree - academic program,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,145,0,10,50,0,0,200,0,570,5,0,335,8,0,57,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Very good,5.5-6 feet,160-180,Associate Degree,,0,200,625,343,0,0,212
+,2022,2.02204E+13,2738,West,Nevada,200000,"House, apartment, flat",1,1,12058255,58,Male,White only,Married - spouse present,"Native, born in United States",Good,72,148,20.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,240,60,65,0,0,460,0,545,0,0,0,0,0,70,0,0,"$150,000 and over",Boomers (55-73),White only,Good,6-6.5 feet,140-160,Bachelor's Degree,,0,460,610,0,0,0,370
+,2022,2.02204E+13,2739,South,North Carolina,22500,"House, apartment, flat",1,1,8929187,71,Female,Black-American Indian,Never married,"Native, born in United States",NIU (Not in universe),,9999,999,7th or 8th grade,Seventh through eighth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,0,0,600,0,0,840,0,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),Mixed,"Other (Refused, Dont know, NIU)",,>300,Middle School or Less,,0,0,600,840,0,0,0
+,2022,2.02204E+13,2740,West,Oregon,67500,"House, apartment, flat",1,1,2357830,50,Female,White only,Married - spouse present,"Native, born in United States",Good,67,132,20.7,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,82,0,0,45,0,0,227,0,625,0,126,50,0,0,240,0,0,"$50,000 - $75,000",Generation X (39-54),White only,Good,5.5-6 feet,120-140,Some College,,0,227,670,176,0,0,322
+,2022,2.02204E+13,2741,Northeast,Pennsylvania,13750,"House, apartment, flat",1,1,10816957,67,Female,White only,Separated,"Native, born in United States",Fair,63,225,39.9,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,5,15,45,0,0,110,0,599,0,0,480,20,20,26,0,120,"$10,000 - $30,000",Boomers (55-73),White only,Fair,5-5.5 feet,200-300,Master's or Doctoral Degree,,120,110,644,500,0,0,66
+,2022,2.02204E+13,2742,Midwest,Minnesota,87500,"House, apartment, flat",1,1,9082832,65,Female,White only,Married - spouse present,"Native, born in United States",Excellent,63,140,24.8,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,150,0,0,510,0,600,0,0,180,0,0,0,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Excellent,5-5.5 feet,140-160,Graduated High School,,0,510,750,180,0,0,0
+,2022,2.02204E+13,2743,South,Virginia,67500,"House, apartment, flat",1,1,6765944,70,Male,Black only,Married - spouse present,"Native, born in United States",Very good,71,195,27.2,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,240,0,660,0,0,510,0,0,0,0,0,"$50,000 - $75,000",Boomers (55-73),Black only,Very good,5.5-6 feet,180-200,Some College,,0,240,690,510,0,0,0
+,2022,2.02204E+13,2744,South,Tennessee,200000,"House, apartment, flat",1,1,21663325,48,Male,White only,Married - spouse present,"Native, born in United States",Good,71,235,32.8,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,0,0,220,0,410,0,0,220,0,0,20,0,495,"$150,000 and over",Generation X (39-54),White only,Good,5.5-6 feet,200-300,Graduated High School,,495,220,485,220,0,0,20
+,2022,2.02204E+13,2745,Midwest,Iowa,22500,"House, apartment, flat",1,1,4495004,74,Female,White only,Divorced,"Native, born in United States",Very good,67,200,31.3,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,31,70,0,0,50,0,690,0,0,569,0,0,30,0,0,"$10,000 - $30,000",Silent (74-91),White only,Very good,5.5-6 feet,200-300,Some College,,0,50,760,569,0,0,61
+,2022,2.02204E+13,2746,South,North Carolina,200000,"House, apartment, flat",1,1,13770281,37,Female,White only,Married - spouse present,"Native, born in United States",Very good,65,9994,998,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,160,0,15,45,0,0,60,0,650,0,0,0,0,0,75,60,375,"$150,000 and over",Millennials (23-38),White only,Very good,5-5.5 feet,>300,Master's or Doctoral Degree,,375,60,695,0,0,60,250
+,2022,2.02204E+13,2747,South,Florida,55000,"House, apartment, flat",1,1,5112282,69,Female,White only,Married - spouse present,"Native, born in United States",Excellent,63,120,21.3,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,5,105,0,105,0,0,20,0,410,0,0,615,30,0,150,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Excellent,5-5.5 feet,120-140,Master's or Doctoral Degree,,0,20,515,645,0,0,260
+,2022,2.02204E+13,2748,Midwest,Indiana,55000,"House, apartment, flat",1,1,19260748,32,Male,White only,Never married,"Native, born in United States",Very good,73,230,30.3,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,130,0,570,0,0,240,0,0,160,0,280,"$50,000 - $75,000",Millennials (23-38),White only,Very good,6-6.5 feet,200-300,Graduated High School,,280,130,630,240,0,0,160
+,2022,2.02204E+13,2749,South,Kentucky,200000,"House, apartment, flat",1,1,11439953,37,Female,White only,Married - spouse present,"Native, born in United States",Good,65,125,20.8,Associate degree - occupational vocational,College--four years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,25,0,170,65,0,0,279,0,575,0,5,139,0,0,36,0,0,"$150,000 and over",Millennials (23-38),White only,Good,5-5.5 feet,120-140,Associate Degree,,0,279,640,144,0,0,231
+,2022,2.02204E+13,2750,Midwest,Indiana,22500,"House, apartment, flat",1,1,18212297,67,Female,White only,Married - spouse present,"Native, born in United States",Very good,62,126,23,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,70,0,0,178,0,445,15,0,607,0,0,65,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Very good,5-5.5 feet,120-140,Graduated High School,,0,178,530,607,0,0,125
+,2022,2.02204E+13,2751,Northeast,Connecticut,200000,"House, apartment, flat",1,1,8730301,74,Male,Black only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Very good,73,254,33.5,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,120,120,0,0,0,0,680,0,0,420,60,0,40,0,0,"$150,000 and over",Silent (74-91),Black only,Very good,6-6.5 feet,200-300,Master's or Doctoral Degree,,0,0,800,480,0,0,160
+,2022,2.02204E+13,2752,West,California,45000,Mobile home or trailer with no permanent room added,1,1,5284933,36,Female,Asian only,Married - spouse present,"Native, born in United States",Very good,62,117,21.4,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,58,0,40,210,0,0,130,0,597,0,0,180,60,0,45,0,0,"$30,000 - $50,000",Millennials (23-38),Asian only,Very good,5-5.5 feet,100-120,Master's or Doctoral Degree,,0,130,807,240,0,0,143
+,2022,2.02204E+13,2753,Midwest,Michigan,32500,"House, apartment, flat",1,1,5001078,68,Female,White only,Divorced,"Native, born in United States",Poor,66,9997,998,10th grade,Tenth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,20,0,0,60,0,480,0,0,880,0,0,0,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Poor,5.5-6 feet,>300,Some High School,,0,60,500,880,0,0,0
+,2022,2.02204E+13,2754,West,Washington,37500,"House, apartment, flat",1,1,5301546,72,Male,White only,Married - spouse present,"Native, born in United States",Very good,70,240,34.4,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,110,0,0,270,0,510,0,0,550,0,0,0,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Very good,5.5-6 feet,200-300,Associate Degree,,0,270,620,550,0,0,0
+,2022,2.02204E+13,2755,Northeast,Pennsylvania,37500,"House, apartment, flat",1,1,6675486,78,Female,White only,Widowed,"Native, born in United States",Very good,61,175,33.1,Associate degree - occupational vocational,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,90,90,0,0,415,0,450,0,0,295,70,0,30,0,0,"$30,000 - $50,000",Silent (74-91),White only,Very good,5-5.5 feet,160-180,Associate Degree,,0,415,540,365,0,0,120
+,2022,2.02204E+13,2756,South,District of Columbia,200000,"House, apartment, flat",1,1,10960173,31,Male,White only,Never married,"Native, born in United States",Very good,65,195,32.4,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,210,0,0,0,0,660,0,0,180,0,0,330,0,0,"$150,000 and over",Millennials (23-38),White only,Very good,5-5.5 feet,180-200,Master's or Doctoral Degree,,0,0,870,180,0,0,330
+,2022,2.02204E+13,2757,South,Louisiana,67500,"House, apartment, flat",1,1,3750968,73,Male,White only,Married - spouse present,"Native, born in United States",Good,74,230,29.5,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,45,0,0,360,0,343,0,60,600,0,0,22,0,0,"$50,000 - $75,000",Silent (74-91),White only,Good,6-6.5 feet,200-300,Master's or Doctoral Degree,,0,360,388,660,0,0,32
+,2022,2.02204E+13,2758,South,Virginia,200000,"House, apartment, flat",1,1,6673276,80,Female,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Good,65,106,17.6,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,0,0,722,0,0,568,0,60,0,0,0,"$150,000 and over",Silent (74-91),White only,Good,5-5.5 feet,100-120,Graduated High School,,0,0,812,568,0,0,60
+,2022,2.02204E+13,2759,Northeast,New York,13750,"House, apartment, flat",1,1,12972416,71,Male,Black only,Divorced,"Native, born in United States",Good,74,280,35.9,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,40,0,0,120,0,480,0,0,740,0,0,30,0,0,"$10,000 - $30,000",Boomers (55-73),Black only,Good,6-6.5 feet,200-300,Some College,,0,120,520,740,0,0,60
+,2022,2.02204E+13,2760,Northeast,New York,32500,"House, apartment, flat",1,1,15367406,73,Male,White only,Widowed,"Native, born in United States",Very good,72,275,37.3,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,45,0,0,95,0,450,0,0,850,0,0,0,0,0,"$30,000 - $50,000",Silent (74-91),White only,Very good,6-6.5 feet,200-300,Graduated High School,,0,95,495,850,0,0,0
+,2022,2.02204E+13,2761,South,South Carolina,87500,"House, apartment, flat",1,1,2450046,76,Female,White only,Married - spouse present,"Native, born in United States",Very good,66,162,26.1,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,30,0,0,30,0,0,180,0,600,0,0,120,0,0,480,0,0,"$75,000 - $100,000",Silent (74-91),White only,Very good,5.5-6 feet,160-180,Some College,,0,180,630,120,0,0,510
+,2022,2.02204E+13,2762,South,Georgia,125000,"House, apartment, flat",1,1,3644571,43,Male,White only,Married - spouse present,"Native, born in United States",Very good,76,170,20.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,45,0,30,60,0,0,181,0,645,0,90,375,0,0,14,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Very good,6-6.5 feet,160-180,Bachelor's Degree,,0,181,705,465,0,0,89
+,2022,2.02204E+13,2763,South,Virginia,200000,"House, apartment, flat",1,1,10030966,75,Male,White only,Married - spouse present,"Native, born in United States",Very good,68,200,30.4,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,140,0,570,0,0,685,0,0,0,0,0,"$150,000 and over",Silent (74-91),White only,Very good,5.5-6 feet,200-300,Master's or Doctoral Degree,,0,140,615,685,0,0,0
+,2022,2.02204E+13,2764,West,California,67500,"House, apartment, flat",1,1,12658914,35,Female,White only,Divorced,"Native, born in United States",Good,61,143,27,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,5,0,0,208,0,520,0,0,117,0,0,20,0,570,"$50,000 - $75,000",Millennials (23-38),White only,Good,5-5.5 feet,140-160,Master's or Doctoral Degree,,570,208,525,117,0,0,20
+,2022,2.02204E+13,2765,Northeast,New York,200000,"House, apartment, flat",1,1,12178727,36,Female,White only,Married - spouse present,"Native, born in United States",Excellent,66,140,22.6,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,225,0,0,150,0,0,215,0,535,0,0,120,145,30,20,0,0,"$150,000 and over",Millennials (23-38),White only,Excellent,5.5-6 feet,140-160,Master's or Doctoral Degree,,0,215,685,265,0,0,275
+,2022,2.02204E+13,2766,Northeast,New York,200000,"House, apartment, flat",1,1,14936548,63,Female,White only,Married - spouse present,"Native, born in United States",Excellent,62,112,20.5,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,180,75,0,0,80,0,660,0,0,400,0,30,15,0,0,"$150,000 and over",Boomers (55-73),White only,Excellent,5-5.5 feet,100-120,Master's or Doctoral Degree,,0,80,735,400,0,0,225
+,2022,2.02204E+13,2767,South,Louisiana,200000,"House, apartment, flat",1,1,13831503,29,Female,White only,Never married,"Native, born in United States",Good,63,135,23.9,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,45,0,0,50,0,625,0,0,135,0,0,75,0,480,"$150,000 and over",Millennials (23-38),White only,Good,5-5.5 feet,120-140,Master's or Doctoral Degree,,480,50,670,135,0,0,105
+,2022,2.02204E+13,2768,South,Texas,22500,"House, apartment, flat",1,1,4722251,70,Female,Asian only,Married - spouse present,"Native, born in United States",Good,64,104,17.8,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,55,0,0,18,0,480,0,0,812,75,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),Asian only,Good,5-5.5 feet,100-120,Master's or Doctoral Degree,,0,18,535,887,0,0,0
+,2022,2.02204E+13,2769,West,Arizona,125000,"House, apartment, flat",1,1,3971718,70,Female,White only,Married - spouse present,"Native, born in United States",Excellent,66,200,32.3,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,0,0,495,0,0,105,0,0,85,0,725,"$100,000 - $150,000",Boomers (55-73),White only,Excellent,5.5-6 feet,200-300,Master's or Doctoral Degree,,725,0,525,105,0,0,85
+,2022,2.02204E+13,2770,Northeast,Pennsylvania,200000,"House, apartment, flat",1,1,4511357,76,Male,White only,Married - spouse present,"Native, born in United States",Good,74,230,29.5,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,315,0,135,0,0,0,0,800,0,0,120,0,0,10,0,0,"$150,000 and over",Silent (74-91),White only,Good,6-6.5 feet,200-300,Master's or Doctoral Degree,,0,0,935,120,0,0,325
+,2022,2.02204E+13,2771,Midwest,Illinois,200000,"House, apartment, flat",1,1,10573354,29,Male,White only,Never married,"Native, born in United States",Very good,70,165,23.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,0,0,690,0,0,580,0,0,50,0,0,"$150,000 and over",Millennials (23-38),White only,Very good,5.5-6 feet,160-180,Bachelor's Degree,,0,0,810,580,0,0,50
+,2022,2.02204E+13,2772,Midwest,Wisconsin,125000,"House, apartment, flat",1,1,4551496,67,Female,White only,Married - spouse present,"Native, born in United States",Very good,60,124,24.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,60,0,0,130,0,570,0,0,500,30,0,85,5,0,"$100,000 - $150,000",Boomers (55-73),White only,Very good,5-5.5 feet,120-140,Bachelor's Degree,,0,130,630,530,0,5,145
+,2022,2.02204E+13,2773,Northeast,New York,22500,"House, apartment, flat",1,1,7851332,74,Female,White only,Married - spouse present,"Native, born in United States",Poor,66,147,23.7,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,240,0,0,0,0,420,0,0,660,0,0,120,0,0,"$10,000 - $30,000",Silent (74-91),White only,Poor,5.5-6 feet,140-160,Graduated High School,,0,0,660,660,0,0,120
+,2022,2.02204E+13,2774,Northeast,Pennsylvania,87500,"House, apartment, flat",1,1,15499829,31,Female,White only,Married - spouse present,"Native, born in United States",Very good,60,105,20.5,Associate degree - occupational vocational,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,135,0,0,120,0,0,355,0,450,0,0,120,110,0,0,0,0,"$75,000 - $100,000",Millennials (23-38),White only,Very good,5-5.5 feet,100-120,Associate Degree,,0,355,570,230,0,0,135
+,2022,2.02204E+13,2775,Midwest,Wisconsin,87500,"House, apartment, flat",1,1,10697507,32,Female,White only,Married - spouse present,"Native, born in United States",Very good,69,150,22.1,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,150,0,0,265,0,545,0,0,375,50,0,55,0,0,"$75,000 - $100,000",Millennials (23-38),White only,Very good,5.5-6 feet,140-160,Master's or Doctoral Degree,,0,265,695,425,0,0,55
+,2022,2.02204E+13,2776,South,Oklahoma,55000,"House, apartment, flat",1,1,3737187,80,Male,White only,Married - spouse present,"Native, born in United States",Good,69,220,32.5,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,185,30,0,0,10,0,600,0,90,383,0,0,142,0,0,"$50,000 - $75,000",Silent (74-91),White only,Good,5.5-6 feet,200-300,Graduated High School,,0,10,630,473,0,0,327
+,2022,2.02204E+13,2777,Northeast,Pennsylvania,32500,"House, apartment, flat",1,1,15573343,80,Female,White only,Widowed,"Native, born in United States",Good,61,120,22.7,7th or 8th grade,Seventh through eighth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,45,30,0,0,370,0,545,0,0,210,0,30,30,180,0,"$30,000 - $50,000",Silent (74-91),White only,Good,5-5.5 feet,120-140,Middle School or Less,,0,370,575,210,0,180,105
+,2022,2.02204E+13,2778,South,Texas,87500,"House, apartment, flat",1,1,22980363,18,Male,White only,Never married,"Native, born in United States",Very good,71,9996,998,Some college but no degree,Twelfth grade,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,25,0,0,90,65,0,15,0,420,0,0,795,0,30,0,0,0,"$75,000 - $100,000",Generation Z (7-22),White only,Very good,5.5-6 feet,>300,Some College,,0,15,510,795,65,0,55
+,2022,2.02204E+13,2779,South,South Carolina,125000,"House, apartment, flat",1,1,21825466,30,Female,Black only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Very good,61,130,24.6,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,0,0,540,0,0,120,0,0,120,0,660,"$100,000 - $150,000",Millennials (23-38),Black only,Very good,5-5.5 feet,120-140,Master's or Doctoral Degree,,660,0,540,120,0,0,120
+,2022,2.02204E+13,2780,Midwest,South Dakota,200000,"House, apartment, flat",1,1,5291231,69,Female,"American Indian, Alaskan Native",Widowed,"Native, born in United States",Excellent,64,130,22.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,150,0,0,165,0,420,0,0,120,0,0,0,0,585,"$150,000 and over",Boomers (55-73),"American Indian, Alaskan Native",Excellent,5-5.5 feet,120-140,Bachelor's Degree,,585,165,570,120,0,0,0
+,2022,2.02204E+13,2781,West,Oregon,87500,"House, apartment, flat",1,1,2462057,78,Female,White only,Widowed,"Native, born in United States",Excellent,62,150,27.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,70,60,0,0,595,0,445,0,0,170,0,60,40,0,0,"$75,000 - $100,000",Silent (74-91),White only,Excellent,5-5.5 feet,140-160,Bachelor's Degree,,0,595,505,170,0,0,170
+,2022,2.02204E+13,2782,South,Tennessee,17500,"House, apartment, flat",1,1,32179612,26,Male,White only,Never married,"Foreign born, not a U.S. citizen",Excellent,68,130,19.8,9th grade,Ninth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,0,0,0,0,435,0,0,240,0,0,47,0,643,"$10,000 - $30,000",Millennials (23-38),White only,Excellent,5.5-6 feet,120-140,Some High School,,643,0,510,240,0,0,47
+,2022,2.02204E+13,2783,South,North Carolina,200000,"House, apartment, flat",1,1,10693041,56,Male,White only,Married - spouse present,"Native, born in United States",Good,75,183,22.9,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,45,0,500,0,0,125,0,0,30,0,710,"$150,000 and over",Boomers (55-73),White only,Good,6-6.5 feet,180-200,Master's or Doctoral Degree,,710,45,530,125,0,0,30
+,2022,2.02204E+13,2784,Northeast,Vermont,27500,"House, apartment, flat",1,1,4798677,79,Female,White only,Married - spouse present,"Native, born in United States",Good,63,190,33.7,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,90,75,0,0,180,0,630,0,0,455,0,0,10,0,0,"$10,000 - $30,000",Silent (74-91),White only,Good,5-5.5 feet,180-200,Graduated High School,,0,180,705,455,0,0,100
+,2022,2.02204E+13,2785,South,Arkansas,87500,"House, apartment, flat",1,1,11721774,39,Male,White only,Never married,"Native, born in United States",Very good,69,161,23.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,35,130,0,0,0,0,470,0,0,0,170,0,50,0,570,"$75,000 - $100,000",Generation X (39-54),White only,Very good,5.5-6 feet,160-180,Bachelor's Degree,,570,0,600,170,0,0,85
+,2022,2.02204E+13,2786,West,Washington,125000,"House, apartment, flat",1,1,9660483,80,Male,White only,Married - spouse present,"Native, born in United States",Good,63,165,29.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,160,300,5,30,0,0,140,0,450,0,0,300,0,0,55,0,0,"$100,000 - $150,000",Silent (74-91),White only,Good,5-5.5 feet,160-180,Bachelor's Degree,,0,140,480,300,0,0,520
+,2022,2.02204E+13,2787,West,California,22500,"House, apartment, flat",1,1,92426504,23,Female,White only,Never married,"Foreign born, not a U.S. citizen",Fair,61,180,34,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,35,45,0,0,140,0,986,40,0,85,0,0,109,0,0,"$10,000 - $30,000",Millennials (23-38),White only,Fair,5-5.5 feet,180-200,Graduated High School,,0,140,1071,85,0,0,144
+,2022,2.02204E+13,2788,South,Texas,55000,"House, apartment, flat",1,1,12524828,25,Female,White only,Married - spouse present,"Native, born in United States",Excellent,62,120,21.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,110,180,0,0,60,0,475,0,0,525,0,0,90,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Excellent,5-5.5 feet,120-140,Bachelor's Degree,,0,60,655,525,0,0,200
+,2022,2.02204E+13,2789,Midwest,Indiana,125000,"House, apartment, flat",1,1,3391284,65,Male,White only,Divorced,"Native, born in United States",Excellent,71,175,24.4,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,20,0,490,0,90,420,60,0,150,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Excellent,5.5-6 feet,160-180,Master's or Doctoral Degree,,0,20,580,570,0,0,150
+,2022,2.02204E+13,2790,South,Texas,67500,"House, apartment, flat",1,1,8637096,53,Female,White only,Married - spouse absent,"Native, born in United States",Very good,70,235,33.7,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,5,0,0,65,0,0,245,0,606,0,120,360,0,0,39,0,0,"$50,000 - $75,000",Generation X (39-54),White only,Very good,5.5-6 feet,200-300,Master's or Doctoral Degree,,0,245,671,480,0,0,44
+,2022,2.02204E+13,2791,South,Alabama,87500,"House, apartment, flat",1,1,11623600,53,Male,White only,Married - spouse present,"Native, born in United States",Good,72,250,33.9,Some college but no degree,College--two years,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,2,15,0,0,0,0,565,0,0,60,0,0,20,0,778,"$75,000 - $100,000",Generation X (39-54),White only,Good,6-6.5 feet,200-300,Some College,,778,0,580,60,0,0,22
+,2022,2.02204E+13,2792,South,North Carolina,55000,"House, apartment, flat",1,1,8066067,48,Male,White only,Widowed,"Native, born in United States",Good,73,210,27.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,0,0,0,0,420,0,0,929,0,0,16,0,0,"$50,000 - $75,000",Generation X (39-54),White only,Good,6-6.5 feet,200-300,Bachelor's Degree,,0,0,495,929,0,0,16
+,2022,2.02204E+13,2793,Northeast,New York,67500,"House, apartment, flat",1,1,29055710,22,Female,White only,Never married,"Native, born in United States",Good,64,215,36.9,Some college but no degree,College--three years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,0,0,570,0,0,830,0,0,10,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Good,5-5.5 feet,200-300,Some College,,0,0,600,830,0,0,10
+,2022,2.02204E+13,2794,South,Florida,2500,"House, apartment, flat",1,1,21491112,35,Female,Black only,Married - spouse present,"Foreign born, not a U.S. citizen",Good,,9994,998,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,0,0,960,0,0,480,0,0,0,0,0,"Less than $10,000",Millennials (23-38),Black only,Good,,>300,Some College,,0,0,960,480,0,0,0
+,2022,2.02204E+13,2795,South,North Carolina,200000,"House, apartment, flat",1,1,6657060,60,Male,White only,Married - spouse present,"Native, born in United States",Very good,70,210,30.1,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,45,75,0,0,410,0,660,0,0,120,0,0,130,0,0,"$150,000 and over",Boomers (55-73),White only,Very good,5.5-6 feet,200-300,Master's or Doctoral Degree,,0,410,735,120,0,0,175
+,2022,2.02204E+13,2796,South,Virginia,27500,"House, apartment, flat",1,1,2877081,77,Male,White only,Divorced,"Native, born in United States",Very good,72,170,23.1,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,150,0,0,120,0,860,0,0,230,20,0,40,0,0,"$10,000 - $30,000",Silent (74-91),White only,Very good,6-6.5 feet,160-180,Some College,,0,120,1010,250,0,0,40
+,2022,2.02204E+13,2797,West,Washington,200000,"House, apartment, flat",1,1,4066546,56,Female,White only,Married - spouse present,"Native, born in United States",Excellent,66,9996,998,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,130,0,0,55,0,0,640,0,615,0,0,0,0,0,0,0,0,"$150,000 and over",Boomers (55-73),White only,Excellent,5.5-6 feet,>300,Bachelor's Degree,,0,640,670,0,0,0,130
+,2022,2.02204E+13,2798,Midwest,Iowa,125000,"House, apartment, flat",1,1,5701745,63,Male,White only,Married - spouse present,"Native, born in United States",Very good,72,170,23.1,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,105,0,0,230,0,530,0,0,285,210,0,20,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Very good,6-6.5 feet,160-180,Graduated High School,,0,230,635,495,0,0,80
+,2022,2.02204E+13,2799,Midwest,Minnesota,37500,"House, apartment, flat",1,1,1732649,50,Female,White only,Divorced,"Native, born in United States",Good,68,250,38,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,10,0,0,5,0,620,90,0,160,0,0,105,0,440,"$30,000 - $50,000",Generation X (39-54),White only,Good,5.5-6 feet,200-300,Master's or Doctoral Degree,,440,5,720,160,0,0,115
+,2022,2.02204E+13,2800,Northeast,New Jersey,45000,"House, apartment, flat",1,1,49945883,71,Female,White only,Married - spouse present,"Native, born in United States",Good,60,110,21.5,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,30,45,35,0,0,332,0,570,0,0,178,120,0,130,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Good,5-5.5 feet,100-120,Graduated High School,,0,332,605,298,0,0,205
+,2022,2.02204E+13,2801,Midwest,Michigan,22500,"House, apartment, flat",1,1,3923235,79,Female,White only,Widowed,"Native, born in United States",Good,65,189,31.4,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,60,0,0,95,0,575,0,60,500,0,0,150,0,0,"$10,000 - $30,000",Silent (74-91),White only,Good,5-5.5 feet,180-200,Some College,,0,95,635,560,0,0,150
+,2022,2.02204E+13,2802,South,Alabama,125000,"House, apartment, flat",1,1,21427107,39,Male,White only,Divorced,"Native, born in United States",Very good,72,150,20.3,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,7,45,0,0,40,0,480,0,0,258,0,0,104,0,506,"$100,000 - $150,000",Generation X (39-54),White only,Very good,6-6.5 feet,140-160,Master's or Doctoral Degree,,506,40,525,258,0,0,111
+,2022,2.02204E+13,2803,Midwest,Iowa,125000,"House, apartment, flat",1,1,8843811,21,Male,White only,Never married,"Native, born in United States",Good,68,180,27.4,9th grade,Ninth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,30,0,95,0,565,0,0,180,0,0,20,0,490,"$100,000 - $150,000",Generation Z (7-22),White only,Good,5.5-6 feet,180-200,Some High School,,490,95,625,180,30,0,20
+,2022,2.02204E+13,2804,West,California,45000,"House, apartment, flat",1,1,12683030,74,Male,White only,Never married,"Native, born in United States",Excellent,66,163,26.3,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,62,0,90,0,0,0,0,918,0,0,220,0,0,150,0,0,"$30,000 - $50,000",Silent (74-91),White only,Excellent,5.5-6 feet,160-180,Some College,,0,0,1008,220,0,0,212
+,2022,2.02204E+13,2805,Northeast,New Jersey,22500,"House, apartment, flat",1,1,11257031,59,Male,Black only,Never married,"Native, born in United States",Refused,,9996,998,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,2,0,120,0,420,598,180,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),Black only,"Other (Refused, Dont know, NIU)",,>300,Graduated High School,,0,2,240,1198,0,0,0
+,2022,2.02204E+13,2806,West,California,200000,"House, apartment, flat",1,1,22601481,24,Female,White only,Never married,"Native, born in United States",Very good,64,150,25.7,Associate degree - academic program,College--three years,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,5,0,485,0,0,120,0,0,20,0,720,"$150,000 and over",Millennials (23-38),White only,Very good,5-5.5 feet,140-160,Associate Degree,,720,5,545,120,0,0,20
+,2022,2.02204E+13,2807,South,Virginia,87500,"House, apartment, flat",1,1,23343751,56,Male,White only,Married - spouse present,"Native, born in United States",Good,72,240,32.5,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,55,0,10,45,0,0,154,0,505,0,2,147,0,2,60,0,460,"$75,000 - $100,000",Boomers (55-73),White only,Good,6-6.5 feet,200-300,Graduated High School,,460,154,550,149,0,0,127
+,2022,2.02204E+13,2808,Midwest,Indiana,87500,"House, apartment, flat",1,1,3786159,56,Female,White only,Divorced,"Native, born in United States",Good,68,180,27.4,Some college but no degree,College--three years,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,300,0,180,0,440,0,0,500,0,0,20,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Good,5.5-6 feet,180-200,Some College,,0,180,440,500,300,0,20
+,2022,2.02204E+13,2809,Midwest,Michigan,13750,"House, apartment, flat",1,1,5230795,67,Male,Black only,Separated,"Native, born in United States",Refused,,9996,998,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,No physical difficulty,Has difficulty remembering,0,0,30,25,0,0,103,0,610,0,0,630,30,0,12,0,0,"$10,000 - $30,000",Boomers (55-73),Black only,"Other (Refused, Dont know, NIU)",,>300,Graduated High School,,0,103,635,660,0,0,42
+,2022,2.02204E+13,2810,West,Alaska,200000,"House, apartment, flat",1,1,2733224,66,Female,White only,Divorced,"Native, born in United States",Poor,63,180,31.9,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,54,70,0,0,90,0,750,0,0,320,0,1,95,60,0,"$150,000 and over",Boomers (55-73),White only,Poor,5-5.5 feet,180-200,Master's or Doctoral Degree,,0,90,820,320,0,60,150
+,2022,2.02204E+13,2811,Northeast,New York,11250,"House, apartment, flat",1,1,4601997,85,Female,White only,Widowed,"Native, born in United States",Fair,60,115,22.5,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,50,0,0,25,0,735,0,0,585,0,45,0,0,0,"$10,000 - $30,000",Silent (74-91),White only,Fair,5-5.5 feet,100-120,Graduated High School,,0,25,785,585,0,0,45
+,2022,2.02204E+13,2812,South,Maryland,87500,"House, apartment, flat",1,1,27180878,32,Male,White only,Married - spouse present,"Native, born abroad of American parent or parents",Good,72,275,37.3,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,120,0,85,60,0,0,0,0,660,0,0,505,0,0,10,0,0,"$75,000 - $100,000",Millennials (23-38),White only,Good,6-6.5 feet,200-300,Graduated High School,,0,0,720,505,0,0,215
+,2022,2.02204E+13,2813,Midwest,Missouri,13750,"House, apartment, flat",1,1,4261701,85,Female,White only,Widowed,"Native, born in United States",Good,63,160,28.3,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,72,0,570,0,0,723,0,30,15,0,0,"$10,000 - $30,000",Silent (74-91),White only,Good,5-5.5 feet,160-180,Graduated High School,,0,72,600,723,0,0,45
+,2022,2.02204E+13,2814,West,Arizona,67500,Mobile home or trailer with no permanent room added,1,1,9600800,66,Male,White only,Married - spouse present,"Native, born in United States",Very good,77,225,26.7,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,120,0,0,175,0,480,0,0,510,75,0,20,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Very good,6-6.5 feet,200-300,Some College,,0,175,600,585,0,0,80
+,2022,2.02204E+13,2815,South,Louisiana,8750,"House, apartment, flat",1,1,12772139,48,Male,Black only,Married - spouse absent,"Native, born in United States",NIU (Not in universe),,9999,999,9th grade,Ninth grade,Not in labor force,NIU (Not in universe),Has vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,4,0,0,10,0,423,0,0,1003,0,0,0,0,0,"Less than $10,000",Generation X (39-54),Black only,"Other (Refused, Dont know, NIU)",,>300,Some High School,,0,10,427,1003,0,0,0
+,2022,2.02204E+13,2816,Midwest,Ohio,87500,"House, apartment, flat",1,1,5082421,80,Female,White only,Widowed,"Native, born in United States",Very good,64,156,26.8,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,90,65,0,0,109,0,680,0,0,466,0,0,30,0,0,"$75,000 - $100,000",Silent (74-91),White only,Very good,5-5.5 feet,140-160,Graduated High School,,0,109,745,466,0,0,120
+,2022,2.02204E+13,2817,South,Texas,32500,"House, apartment, flat",1,1,20571495,35,Female,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Fair,62,163,29.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,225,0,230,60,0,0,207,0,485,0,0,45,0,5,183,0,0,"$30,000 - $50,000",Millennials (23-38),White only,Fair,5-5.5 feet,160-180,Bachelor's Degree,,0,207,545,45,0,0,643
+,2022,2.02204E+13,2818,South,Florida,27500,"House, apartment, flat",1,1,9284312,30,Male,White only,Married - spouse absent,"Native, born in United States",Good,68,176,26.8,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,15,0,0,60,0,700,0,0,90,0,0,85,0,490,"$10,000 - $30,000",Millennials (23-38),White only,Good,5.5-6 feet,160-180,Graduated High School,,490,60,715,90,0,0,85
+,2022,2.02204E+13,2819,Northeast,New Jersey,55000,"House, apartment, flat",1,1,6492338,36,Female,Black only,Never married,"Native, born in United States",Good,67,165,25.8,Some college but no degree,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,5,10,0,0,216,0,894,0,0,300,0,0,15,0,0,"$50,000 - $75,000",Millennials (23-38),Black only,Good,5.5-6 feet,160-180,Some College,,0,216,904,300,0,0,20
+,2022,2.02204E+13,2820,West,California,87500,"House, apartment, flat",1,1,11070911,61,Female,White only,Married - spouse present,"Native, born in United States",Good,63,139,24.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,135,0,0,30,0,612,0,0,268,150,0,35,210,0,"$75,000 - $100,000",Boomers (55-73),White only,Good,5-5.5 feet,120-140,Bachelor's Degree,,0,30,747,418,0,210,35
+,2022,2.02204E+13,2821,Midwest,Indiana,125000,"House, apartment, flat",1,1,6147703,52,Female,Asian only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Very good,64,130,22.3,Associate degree - academic program,College--four years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,80,0,0,380,0,630,0,0,350,0,0,0,0,0,"$100,000 - $150,000",Generation X (39-54),Asian only,Very good,5-5.5 feet,120-140,Associate Degree,,0,380,710,350,0,0,0
+,2022,2.02204E+13,2822,Midwest,Wisconsin,37500,"House, apartment, flat",1,1,15092706,36,Male,White only,Never married,"Native, born in United States",Very good,72,200,27.1,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,231,0,15,25,0,0,17,0,510,0,0,108,0,0,159,0,360,"$30,000 - $50,000",Millennials (23-38),White only,Very good,6-6.5 feet,200-300,Graduated High School,,360,17,535,108,0,0,405
+,2022,2.02204E+13,2823,Northeast,New York,200000,"House, apartment, flat",1,1,6482802,59,Female,White only,Married - spouse present,"Native, born in United States",Very good,62,106,19.4,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,23,45,0,0,125,0,565,0,0,545,40,25,72,0,0,"$150,000 and over",Boomers (55-73),White only,Very good,5-5.5 feet,100-120,Master's or Doctoral Degree,,0,125,610,585,0,0,120
+,2022,2.02204E+13,2824,South,Texas,200000,"House, apartment, flat",1,1,4070564,53,Female,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Very good,71,135,18.8,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,540,0,0,90,0,0,160,0,465,0,0,80,0,0,55,50,0,"$150,000 and over",Generation X (39-54),White only,Very good,5.5-6 feet,120-140,Master's or Doctoral Degree,,0,160,555,80,0,50,595
+,2022,2.02204E+13,2825,Northeast,New York,125000,"House, apartment, flat",1,1,8062804,58,Female,White only,Divorced,"Native, born in United States",Good,62,160,29.3,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,0,0,83,0,560,0,0,100,0,0,75,0,547,"$100,000 - $150,000",Boomers (55-73),White only,Good,5-5.5 feet,160-180,Master's or Doctoral Degree,,547,83,635,100,0,0,75
+,2022,2.02204E+13,2826,West,Arizona,125000,"House, apartment, flat",1,1,9720348,31,Male,White only,Married - spouse present,"Native, born in United States",Very good,65,125,20.8,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,20,25,0,0,60,0,420,75,0,627,0,0,93,0,0,"$100,000 - $150,000",Millennials (23-38),White only,Very good,5-5.5 feet,120-140,Some College,,0,60,520,627,0,0,113
+,2022,2.02204E+13,2827,Midwest,Missouri,11250,"House, apartment, flat",1,1,5134584,71,Female,White only,Widowed,"Native, born in Puerto Rico or U.S. Outlying Area",Very good,59,144,29.1,9th grade,Ninth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,50,0,0,60,0,0,245,0,510,0,0,575,0,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Very good,0-5 feet,140-160,Some High School,,0,245,570,575,0,0,50
+,2022,2.02204E+13,2828,Midwest,Wisconsin,55000,"House, apartment, flat",1,1,7812302,27,Male,White only,Married - spouse present,"Native, born in United States",Excellent,72,155,21,Associate degree - academic program,Twelfth grade,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,75,0,0,150,0,0,30,0,535,0,0,45,0,0,40,0,565,"$50,000 - $75,000",Millennials (23-38),White only,Excellent,6-6.5 feet,140-160,Associate Degree,,565,30,685,45,0,0,115
+,2022,2.02204E+13,2829,South,Georgia,67500,"House, apartment, flat",1,1,10896351,32,Male,White only,Never married,"Native, born in United States",Excellent,70,145,20.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,75,0,0,0,0,390,0,0,345,0,0,620,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Excellent,5.5-6 feet,140-160,Bachelor's Degree,,0,0,465,345,0,0,630
+,2022,2.02204E+13,2830,Midwest,Missouri,32500,"House, apartment, flat",1,1,8667613,30,Male,White only,Never married,"Native, born in United States",Excellent,71,200,27.9,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,25,0,0,225,0,326,40,0,214,0,0,57,0,553,"$30,000 - $50,000",Millennials (23-38),White only,Excellent,5.5-6 feet,200-300,Graduated High School,,553,225,391,214,0,0,57
+,2022,2.02204E+13,2831,Northeast,New York,17500,"House, apartment, flat",1,1,8091441,46,Female,Black only,Never married,"Foreign born, not a U.S. citizen",Good,63,179,31.7,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,240,0,60,0,0,250,0,550,0,20,240,0,0,80,0,0,"$10,000 - $30,000",Generation X (39-54),Black only,Good,5-5.5 feet,160-180,Master's or Doctoral Degree,,0,250,610,260,0,0,320
+,2022,2.02204E+13,2832,Northeast,New York,2500,"House, apartment, flat",1,1,21524182,26,Female,Black only,Never married,"Native, born in United States",Very good,64,125,21.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,5,75,300,0,120,0,570,0,0,186,0,0,184,0,0,"Less than $10,000",Millennials (23-38),Black only,Very good,5-5.5 feet,120-140,Bachelor's Degree,,0,120,645,186,300,0,189
+,2022,2.02204E+13,2833,Midwest,Iowa,11250,"House, apartment, flat",1,1,6759498,78,Female,White only,Widowed,"Native, born in United States",Poor,59,209,42.2,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),Has vision difficulty,Has hearing difficulty,Has mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,75,0,0,45,0,660,0,0,660,0,0,0,0,0,"$10,000 - $30,000",Silent (74-91),White only,Poor,0-5 feet,200-300,Graduated High School,,0,45,735,660,0,0,0
+,2022,2.02204E+13,2834,South,Oklahoma,32500,"House, apartment, flat",1,1,5670654,32,Female,White only,Divorced,"Native, born in United States",Good,66,245,39.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,45,30,0,0,55,0,936,0,0,105,0,0,69,0,200,"$30,000 - $50,000",Millennials (23-38),White only,Good,5.5-6 feet,200-300,Bachelor's Degree,,200,55,966,105,0,0,114
+,2022,2.02204E+13,2835,South,Texas,87500,"House, apartment, flat",1,1,11230589,69,Female,White only,Married - spouse present,"Native, born in United States",Fair,63,146,25.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,660,0,570,0,0,30,90,0,0,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Fair,5-5.5 feet,140-160,Bachelor's Degree,,0,660,660,120,0,0,0
+,2022,2.02204E+13,2836,Northeast,Pennsylvania,87500,"House, apartment, flat",1,1,3297010,70,Female,White only,Divorced,"Native, born in United States",Excellent,62,118,21.6,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,120,0,55,0,0,295,0,480,0,0,430,0,0,60,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Excellent,5-5.5 feet,100-120,Master's or Doctoral Degree,,0,295,535,430,0,0,180
+,2022,2.02204E+13,2837,South,Florida,11250,"House, apartment, flat",1,1,2577284,80,Male,White only,Widowed,"Native, born in United States",Excellent,66,120,19.4,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,240,0,0,105,0,615,0,0,420,60,0,0,0,0,"$10,000 - $30,000",Silent (74-91),White only,Excellent,5.5-6 feet,120-140,Master's or Doctoral Degree,,0,105,855,480,0,0,0
+,2022,2.02204E+13,2838,Midwest,Illinois,125000,"House, apartment, flat",1,1,7338269,73,Female,White only,Divorced,"Native, born in United States",Good,65,187,31.1,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,195,125,40,60,0,165,0,565,0,0,140,0,0,90,0,0,"$100,000 - $150,000",Silent (74-91),White only,Good,5-5.5 feet,180-200,Master's or Doctoral Degree,,0,165,605,140,60,0,410
+,2022,2.02204E+13,2839,Northeast,Massachusetts,200000,"House, apartment, flat",1,1,9485434,22,Male,White only,Never married,"Native, born in United States",Excellent,66,196,31.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,85,0,0,0,0,560,0,0,135,300,0,55,0,305,"$150,000 and over",Millennials (23-38),White only,Excellent,5.5-6 feet,180-200,Bachelor's Degree,,305,0,645,435,0,0,55
+,2022,2.02204E+13,2840,Midwest,Wisconsin,87500,"House, apartment, flat",1,1,5981362,29,Male,Asian only,Never married,"Native, born in United States",Very good,65,180,30,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,130,40,0,0,100,0,660,0,0,395,0,0,55,0,0,"$75,000 - $100,000",Millennials (23-38),Asian only,Very good,5-5.5 feet,180-200,Bachelor's Degree,,0,100,700,395,0,0,185
+,2022,2.02204E+13,2841,South,Florida,200000,"House, apartment, flat",1,1,7921214,37,Female,White only,Divorced,"Native, born in United States",Very good,65,172,28.6,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,40,173,0,0,135,0,575,0,0,380,0,30,77,0,30,"$150,000 and over",Millennials (23-38),White only,Very good,5-5.5 feet,160-180,Master's or Doctoral Degree,,30,135,748,380,0,0,147
+,2022,2.02204E+13,2842,Midwest,Illinois,87500,"House, apartment, flat",1,1,12609705,29,Male,White only,Never married,"Native, born in United States",Good,63,230,40.7,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,3,10,0,0,60,0,555,0,0,192,0,0,170,0,450,"$75,000 - $100,000",Millennials (23-38),White only,Good,5-5.5 feet,200-300,Master's or Doctoral Degree,,450,60,565,192,0,0,173
+,2022,2.02204E+13,2843,South,Georgia,125000,"House, apartment, flat",1,1,5496764,53,Female,White only,Married - spouse present,"Native, born in United States",Excellent,60,130,25.4,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,50,30,0,250,0,530,0,0,390,30,120,10,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Excellent,5-5.5 feet,120-140,Master's or Doctoral Degree,,0,250,580,420,30,0,160
+,2022,2.02204E+13,2844,Northeast,Connecticut,200000,"House, apartment, flat",1,1,14529690,51,Female,White only,Married - spouse present,"Native, born in United States",Very good,64,125,21.5,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,45,35,0,60,0,0,30,0,585,0,0,100,0,0,120,0,450,"$150,000 and over",Generation X (39-54),White only,Very good,5-5.5 feet,120-140,Master's or Doctoral Degree,,450,30,645,100,0,0,200
+,2022,2.02204E+13,2845,Midwest,Illinois,125000,"House, apartment, flat",1,1,23858043,21,Female,White only,Never married,"Native, born in United States",NIU (Not in universe),,9999,999,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,138,0,0,15,0,540,0,0,243,0,70,33,0,401,"$100,000 - $150,000",Generation Z (7-22),White only,"Other (Refused, Dont know, NIU)",,>300,Graduated High School,,401,15,678,243,0,0,103
+,2022,2.02204E+13,2846,Northeast,New Jersey,67500,"House, apartment, flat",1,1,19638452,53,Male,Black only,Divorced,"Foreign born, U.S. citizen by naturalization",Very good,73,225,29.7,Associate degree - academic program,College--two years,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,90,0,0,166,0,690,0,0,330,0,0,84,0,70,"$50,000 - $75,000",Generation X (39-54),Black only,Very good,6-6.5 feet,200-300,Associate Degree,,70,166,780,330,0,0,94
+,2022,2.02204E+13,2847,South,Florida,32500,"House, apartment, flat",1,1,13788705,74,Male,White only,Widowed,"Native, born in United States",Excellent,66,161,26,7th or 8th grade,Seventh through eighth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,120,0,36,0,570,0,0,474,75,0,90,0,0,"$30,000 - $50,000",Silent (74-91),White only,Excellent,5.5-6 feet,160-180,Middle School or Less,,0,36,645,549,120,0,90
+,2022,2.02204E+13,2848,West,Oregon,45000,"House, apartment, flat",1,1,11159189,56,Male,White only,Never married,"Native, born in United States",Fair,63,180,31.9,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),Has vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,5,0,0,180,0,0,150,0,735,0,0,210,0,120,40,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Fair,5-5.5 feet,180-200,Graduated High School,,0,150,915,210,0,0,165
+,2022,2.02204E+13,2849,West,Washington,55000,"House, apartment, flat",1,1,6787239,80,Male,White only,Widowed,"Native, born in United States",Very good,67,185,29,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,0,0,86,0,710,90,0,439,0,30,10,0,0,"$50,000 - $75,000",Silent (74-91),White only,Very good,5.5-6 feet,180-200,Bachelor's Degree,,0,86,875,439,0,0,40
+,2022,2.02204E+13,2850,West,Colorado,125000,"House, apartment, flat",1,1,7471055,85,Male,White only,Widowed,"Native, born in United States",Good,70,230,33,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,40,0,0,260,0,540,0,60,360,55,15,15,0,0,"$100,000 - $150,000",Silent (74-91),White only,Good,5.5-6 feet,200-300,Master's or Doctoral Degree,,0,260,580,475,0,0,30
+,2022,2.02204E+13,2851,Northeast,New Jersey,55000,"House, apartment, flat",1,1,9357357,69,Female,White only,Married - spouse present,"Native, born in United States",Good,64,194,33.3,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,10,0,0,252,0,630,0,0,500,0,0,0,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Good,5-5.5 feet,180-200,Graduated High School,,0,252,640,500,0,0,0
+,2022,2.02204E+13,2852,Midwest,Ohio,200000,"House, apartment, flat",1,1,9590679,32,Male,White only,Married - spouse present,"Native, born in United States",Refused,,9996,998,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,365,0,10,70,0,0,415,0,360,0,0,170,0,0,50,0,0,"$150,000 and over",Millennials (23-38),White only,"Other (Refused, Dont know, NIU)",,>300,Graduated High School,,0,415,430,170,0,0,425
+,2022,2.02204E+13,2853,West,Montana,87500,"House, apartment, flat",1,1,5038251,77,Female,White only,Widowed,"Native, born in United States",Poor,64,175,30,Some college but no degree,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,80,0,0,160,0,510,0,0,290,0,0,40,0,360,"$75,000 - $100,000",Silent (74-91),White only,Poor,5-5.5 feet,160-180,Some College,,360,160,590,290,0,0,40
+,2022,2.02204E+13,2854,West,Arizona,37500,"House, apartment, flat",1,1,3846258,54,Male,White only,Never married,"Native, born in United States",Fair,70,185,26.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,60,0,645,0,0,645,90,0,0,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Fair,5.5-6 feet,180-200,Bachelor's Degree,,0,60,645,735,0,0,0
+,2022,2.02204E+13,2855,Midwest,Iowa,200000,"House, apartment, flat",1,1,3971872,78,Female,White only,Married - spouse present,"Native, born in United States",Very good,62,180,32.9,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,70,0,0,260,0,560,0,0,520,0,0,0,0,0,"$150,000 and over",Silent (74-91),White only,Very good,5-5.5 feet,180-200,Graduated High School,,0,260,630,520,0,0,0
+,2022,2.02204E+13,2856,South,Texas,67500,"House, apartment, flat",1,1,4024284,78,Male,White only,Married - spouse present,"Native, born in United States",Fair,72,137,18.6,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,10,10,40,0,0,60,0,390,0,0,843,0,0,85,0,0,"$50,000 - $75,000",Silent (74-91),White only,Fair,6-6.5 feet,120-140,Master's or Doctoral Degree,,0,60,430,843,0,0,105
+,2022,2.02204E+13,2857,Northeast,Pennsylvania,200000,"House, apartment, flat",1,1,10620585,49,Female,White only,Married - spouse present,"Native, born in United States",Very good,64,140,24,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,45,0,0,420,0,585,0,0,340,0,0,20,0,0,"$150,000 and over",Generation X (39-54),White only,Very good,5-5.5 feet,140-160,Bachelor's Degree,,0,420,630,340,0,0,50
+,2022,2.02204E+13,2858,Midwest,Iowa,67500,"House, apartment, flat",1,1,8590341,55,Female,White only,Married - spouse present,"Native, born in United States",Very good,62,200,36.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,65,0,46,0,0,209,75,610,0,0,190,0,4,151,45,0,"$50,000 - $75,000",Boomers (55-73),White only,Very good,5-5.5 feet,200-300,Bachelor's Degree,,0,284,656,190,0,45,220
+,2022,2.02204E+13,2859,South,Maryland,67500,"House, apartment, flat",1,1,11936333,42,Female,White only,Never married,"Native, born in United States",Very good,65,165,27.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,5,30,0,0,25,0,495,0,0,139,0,56,50,0,600,"$50,000 - $75,000",Generation X (39-54),White only,Very good,5-5.5 feet,160-180,Bachelor's Degree,,600,25,525,139,0,0,111
+,2022,2.02204E+13,2860,South,Tennessee,55000,"House, apartment, flat",1,1,5136869,28,Female,White only,Married - spouse present,"Native, born in United States",Very good,63,125,22.1,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,185,0,0,30,0,0,165,0,525,0,0,410,0,0,80,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Very good,5-5.5 feet,120-140,Some College,,0,165,555,410,0,0,265
+,2022,2.02204E+13,2861,South,Florida,200000,"House, apartment, flat",1,1,15381930,61,Female,Asian only,Married - spouse present,"Native, born abroad of American parent or parents",Very good,57,111,24,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,40,70,0,0,335,0,617,0,0,80,0,20,60,108,0,"$150,000 and over",Boomers (55-73),Asian only,Very good,0-5 feet,100-120,Master's or Doctoral Degree,,0,335,687,80,0,108,120
+,2022,2.02204E+13,2862,Northeast,New York,200000,"House, apartment, flat",1,1,15289020,57,Male,White only,Married - spouse present,"Native, born in United States",Good,75,252,31.5,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,35,0,0,320,0,595,0,0,455,0,0,35,0,0,"$150,000 and over",Boomers (55-73),White only,Good,6-6.5 feet,200-300,Graduated High School,,0,320,630,455,0,0,35
+,2022,2.02204E+13,2863,South,South Carolina,125000,"House, apartment, flat",1,1,3586033,67,Male,White only,Married - spouse present,"Native, born in United States",Very good,74,230,29.5,Some college but no degree,College--three years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,20,150,0,0,275,0,525,0,0,460,0,0,10,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Very good,6-6.5 feet,200-300,Some College,,0,275,675,460,0,0,30
+,2022,2.02204E+13,2864,West,California,55000,"House, apartment, flat",1,1,5868342,58,Male,White only,Married - spouse present,"Native, born in United States",Very good,74,250,32.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,100,135,0,0,405,20,540,0,0,145,0,0,95,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Very good,6-6.5 feet,200-300,Bachelor's Degree,,0,425,675,145,0,0,195
+,2022,2.02204E+13,2865,Midwest,Ohio,27500,"House, apartment, flat",1,1,11055373,54,Female,White only,Married - spouse present,"Native, born in United States",Good,68,117,17.8,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,0,0,175,0,630,0,0,530,0,0,30,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Good,5.5-6 feet,100-120,Graduated High School,,0,175,705,530,0,0,30
+,2022,2.02204E+13,2866,Midwest,Minnesota,125000,"House, apartment, flat",1,1,6620785,32,Female,White only,Married - spouse present,"Native, born in United States",Excellent,70,163,23.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Unemployed - on layoff,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,160,0,0,20,0,0,80,0,570,0,0,425,0,0,185,0,0,"$100,000 - $150,000",Millennials (23-38),White only,Excellent,5.5-6 feet,160-180,Bachelor's Degree,,0,80,590,425,0,0,345
+,2022,2.02204E+13,2867,South,Texas,200000,"House, apartment, flat",1,1,5576521,67,Male,White only,Married - spouse present,"Native, born in United States",Excellent,69,170,25.1,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,100,0,120,0,0,0,0,690,0,0,390,0,0,45,95,0,"$150,000 and over",Boomers (55-73),White only,Excellent,5.5-6 feet,160-180,Master's or Doctoral Degree,,0,0,810,390,0,95,145
+,2022,2.02204E+13,2868,South,Texas,200000,"House, apartment, flat",1,1,14231933,51,Male,White only,Married - spouse present,"Native, born in United States",Very good,68,195,29.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,45,0,0,0,215,0,455,0,0,150,0,0,20,0,555,"$150,000 and over",Generation X (39-54),White only,Very good,5.5-6 feet,180-200,Bachelor's Degree,,555,215,455,150,0,0,65
+,2022,2.02204E+13,2869,Northeast,Rhode Island,32500,"House, apartment, flat",1,1,14918392,71,Female,White only,Married - spouse present,"Native, born in United States",Very good,62,133,24.3,High school graduate - GED,Ninth grade,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,40,0,0,63,0,778,0,150,180,0,0,165,64,0,"$30,000 - $50,000",Boomers (55-73),White only,Very good,5-5.5 feet,120-140,Graduated High School,,0,63,818,330,0,64,165
+,2022,2.02204E+13,2870,South,South Carolina,32500,"House, apartment, flat",1,1,1770966,46,Female,White only,Divorced,"Native, born in United States",Very good,65,140,23.3,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,35,0,0,120,0,510,0,0,560,75,0,80,0,0,"$30,000 - $50,000",Generation X (39-54),White only,Very good,5-5.5 feet,140-160,Master's or Doctoral Degree,,0,120,545,635,0,0,140
+,2022,2.02204E+13,2871,Northeast,Massachusetts,87500,"House, apartment, flat",1,1,2489305,64,Female,White only,Widowed,"Native, born in United States",Very good,65,155,25.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,105,0,0,137,0,478,0,90,540,0,0,30,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Very good,5-5.5 feet,140-160,Bachelor's Degree,,0,137,583,630,0,0,30
+,2022,2.02204E+13,2872,South,Mississippi,17500,"House, apartment, flat",1,1,10108943,27,Male,White only,Married - spouse present,"Native, born in United States",Fair,73,9997,998,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,255,0,390,0,0,150,0,0,60,0,525,"$10,000 - $30,000",Millennials (23-38),White only,Fair,6-6.5 feet,>300,Bachelor's Degree,,525,255,450,150,0,0,60
+,2022,2.02204E+13,2873,Midwest,Minnesota,200000,"House, apartment, flat",1,1,69597985,15,Male,Hawaiian Pacific Islander only,Never married,"Native, born abroad of American parent or parents",Good,62,116,21.2,7th or 8th grade,Seventh through eighth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,65,225,0,0,0,540,0,0,185,360,0,65,0,0,"$150,000 and over",Generation Z (7-22),Hawaiian Pacific Islander only,Good,5-5.5 feet,100-120,Middle School or Less,,0,0,605,545,225,0,65
+,2022,2.02204E+13,2874,South,South Carolina,55000,"House, apartment, flat",1,1,4627606,40,Female,White only,Divorced,"Native, born in United States",Very good,66,180,29,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,No difficulty remembering,190,0,35,45,0,0,366,45,510,0,0,80,0,0,109,0,15,"$50,000 - $75,000",Generation X (39-54),White only,Very good,5.5-6 feet,180-200,Bachelor's Degree,,15,411,555,80,0,0,334
+,2022,2.02204E+13,2875,West,Washington,67500,"House, apartment, flat",1,1,2295373,80,Female,White only,Divorced,"Native, born in United States",Very good,63,158,28,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,360,0,630,0,0,330,0,0,0,0,0,"$50,000 - $75,000",Silent (74-91),White only,Very good,5-5.5 feet,140-160,Bachelor's Degree,,0,360,750,330,0,0,0
+,2022,2.02204E+13,2876,West,Arizona,125000,"House, apartment, flat",1,1,13724885,17,Male,White only,Never married,"Native, born in United States",Excellent,73,190,25.1,10th grade,Tenth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,40,15,50,0,0,3,0,580,0,0,612,0,0,140,0,0,"$100,000 - $150,000",Generation Z (7-22),White only,Excellent,6-6.5 feet,180-200,Some High School,,0,3,630,612,0,0,195
+,2022,2.02204E+13,2877,South,Texas,67500,"House, apartment, flat",1,1,6449904,37,Female,Black only,Separated,"Native, born in United States",Very good,65,147,24.5,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,100,0,0,140,0,615,0,105,165,60,0,50,120,0,"$50,000 - $75,000",Millennials (23-38),Black only,Very good,5-5.5 feet,140-160,Master's or Doctoral Degree,,0,140,715,330,0,120,50
+,2022,2.02204E+13,2878,West,Arizona,67500,"House, apartment, flat",1,1,19404274,31,Male,White only,Divorced,"Native, born in United States",Good,73,185,24.4,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,0,0,440,0,0,270,0,0,20,0,680,"$50,000 - $75,000",Millennials (23-38),White only,Good,6-6.5 feet,180-200,Graduated High School,,680,0,470,270,0,0,20
+,2022,2.02204E+13,2879,South,Tennessee,67500,"House, apartment, flat",1,1,4734096,65,Male,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Good,68,200,30.4,Associate degree - occupational vocational,College--four years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,410,0,30,0,0,120,0,530,0,0,310,0,0,40,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Associate Degree,,0,120,560,310,0,0,450
+,2022,2.02204E+13,2880,West,California,87500,"House, apartment, flat",1,1,32032398,29,Female,Asian only,Married - spouse present,"Native, born in United States",Very good,64,140,24,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,20,0,0,75,0,560,0,0,605,0,180,0,0,0,"$75,000 - $100,000",Millennials (23-38),Asian only,Very good,5-5.5 feet,140-160,Bachelor's Degree,,0,75,580,605,0,0,180
+,2022,2.02204E+13,2881,Midwest,Michigan,32500,Mobile home or trailer with no permanent room added,1,1,22061519,32,Male,White only,Never married,"Native, born in United States",NIU (Not in universe),,9999,999,Some college but no degree,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,15,28,0,0,12,0,416,0,0,403,0,0,68,0,498,"$30,000 - $50,000",Millennials (23-38),White only,"Other (Refused, Dont know, NIU)",,>300,Some College,,498,12,444,403,0,0,83
+,2022,2.02204E+13,2882,Midwest,Michigan,55000,"House, apartment, flat",1,1,12545964,28,Female,White only,Married - spouse present,"Native, born in United States",Very good,69,240,35.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,100,0,0,100,0,0,60,0,400,0,0,250,0,0,100,0,430,"$50,000 - $75,000",Millennials (23-38),White only,Very good,5.5-6 feet,200-300,Bachelor's Degree,,430,60,500,250,0,0,200
+,2022,2.02204E+13,2883,Midwest,Missouri,87500,"House, apartment, flat",1,1,15292797,65,Female,White only,Married - spouse present,"Native, born in United States",Good,69,205,30.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,375,0,30,60,0,0,30,0,525,0,15,300,0,0,105,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Bachelor's Degree,,0,30,585,315,0,0,510
+,2022,2.02204E+13,2884,South,Tennessee,87500,"House, apartment, flat",1,1,7786041,67,Male,White only,Married - spouse present,"Native, born in United States",Good,70,184,26.4,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,17,0,505,0,30,220,0,0,30,0,593,"$75,000 - $100,000",Boomers (55-73),White only,Good,5.5-6 feet,180-200,Associate Degree,,593,17,550,250,0,0,30
+,2022,2.02204E+13,2885,Northeast,Massachusetts,200000,"House, apartment, flat",1,1,9300234,62,Male,White only,Married - spouse present,"Native, born in United States",Very good,72,200,27.1,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,50,0,0,110,0,540,0,0,680,0,0,60,0,0,"$150,000 and over",Boomers (55-73),White only,Very good,6-6.5 feet,200-300,Master's or Doctoral Degree,,0,110,590,680,0,0,60
+,2022,2.02204E+13,2886,West,California,32500,"House, apartment, flat",1,1,92450835,20,Male,White only,Never married,"Native, born in United States",Good,68,190,28.9,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,300,0,0,0,570,0,0,180,0,0,135,0,195,"$30,000 - $50,000",Generation Z (7-22),White only,Good,5.5-6 feet,180-200,Graduated High School,,195,0,630,180,300,0,135
+,2022,2.02204E+13,2887,Midwest,Minnesota,11250,"House, apartment, flat",1,1,35801598,18,Female,White only,Never married,"Native, born in United States",Excellent,66,150,24.2,Some college but no degree,Twelfth grade,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,20,120,0,0,345,0,600,0,0,264,0,0,91,0,0,"$10,000 - $30,000",Generation Z (7-22),White only,Excellent,5.5-6 feet,140-160,Some College,,0,345,720,264,0,0,111
+,2022,2.02204E+13,2888,Midwest,North Dakota,125000,"House, apartment, flat",1,1,5324330,41,Female,White only,Married - spouse present,"Native, born in United States",Very good,68,140,21.3,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,260,0,15,0,0,0,2,0,628,0,80,0,0,0,455,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Very good,5.5-6 feet,140-160,Associate Degree,,0,2,628,80,0,0,730
+,2022,2.02204E+13,2889,South,Florida,87500,"House, apartment, flat",1,1,6170124,61,Male,White only,Widowed,"Native, born in United States",Good,71,250,34.9,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,60,0,0,120,0,660,0,0,360,0,0,30,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Some College,,0,120,720,360,0,0,60
+,2022,2.02204E+13,2890,South,Kentucky,87500,"House, apartment, flat",1,1,5644725,56,Male,White only,Married - spouse present,"Native, born in United States",Very good,68,185,28.1,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,180,0,630,0,0,570,0,0,0,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Very good,5.5-6 feet,180-200,Graduated High School,,0,180,690,570,0,0,0
+,2022,2.02204E+13,2891,West,Colorado,200000,"House, apartment, flat",1,1,11263681,44,Male,White only,Married - spouse present,"Native, born in United States",Good,70,195,28,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,115,0,25,60,0,0,40,5,545,0,0,90,0,0,65,0,495,"$150,000 and over",Generation X (39-54),White only,Good,5.5-6 feet,180-200,Some College,,495,45,605,90,0,0,205
+,2022,2.02204E+13,2892,West,New Mexico,125000,"House, apartment, flat",1,1,8319345,50,Male,White only,Divorced,"Native, born in United States",Very good,71,240,33.5,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,600,0,660,0,0,120,0,0,0,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Very good,5.5-6 feet,200-300,Graduated High School,,0,600,720,120,0,0,0
+,2022,2.02204E+13,2893,South,Virginia,45000,"House, apartment, flat",1,1,4846804,35,Female,Black only,Married - spouse present,"Native, born in United States",Good,64,155,26.6,Associate degree - occupational vocational,College--two years,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,10,0,12,35,0,0,80,0,488,0,25,105,0,0,80,0,605,"$30,000 - $50,000",Millennials (23-38),Black only,Good,5-5.5 feet,140-160,Associate Degree,,605,80,523,130,0,0,102
+,2022,2.02204E+13,2894,Northeast,Maine,27500,"House, apartment, flat",1,1,8229833,78,Female,White only,Married - spouse present,"Native, born in United States",Fair,59,155,31.3,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,60,0,50,0,0,420,0,645,15,0,180,0,0,70,0,0,"$10,000 - $30,000",Silent (74-91),White only,Fair,0-5 feet,140-160,Some College,,0,420,710,180,0,0,130
+,2022,2.02204E+13,2895,Northeast,Pennsylvania,87500,"House, apartment, flat",1,1,10038536,26,Female,White only,Never married,"Native, born in United States",Good,63,105,18.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,105,0,0,0,0,760,0,0,555,0,0,20,0,0,"$75,000 - $100,000",Millennials (23-38),White only,Good,5-5.5 feet,100-120,Bachelor's Degree,,0,0,865,555,0,0,20
+,2022,2.02204E+13,2896,Midwest,Michigan,67500,"House, apartment, flat",1,1,3705001,80,Male,White only,Married - spouse present,"Native, born in United States",Very good,70,249,35.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,5,100,0,0,110,0,555,0,75,350,0,0,110,135,0,"$50,000 - $75,000",Silent (74-91),White only,Very good,5.5-6 feet,200-300,Bachelor's Degree,,0,110,655,425,0,135,115
+,2022,2.02204E+13,2897,Midwest,Wisconsin,125000,"House, apartment, flat",1,1,6488029,39,Female,White only,Married - spouse present,"Native, born in United States",Excellent,66,128,20.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,3,0,585,0,0,177,0,0,30,0,615,"$100,000 - $150,000",Generation X (39-54),White only,Excellent,5.5-6 feet,120-140,Bachelor's Degree,,615,3,615,177,0,0,30
+,2022,2.02204E+13,2898,South,Tennessee,125000,"House, apartment, flat",1,1,3834909,44,Female,White only,Married - spouse present,"Native, born in United States",Very good,67,280,43.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,90,60,0,0,420,0,640,0,0,180,0,0,50,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Very good,5.5-6 feet,200-300,Bachelor's Degree,,0,420,700,180,0,0,140
+,2022,2.02204E+13,2899,South,Kentucky,27500,"House, apartment, flat",1,1,4630682,74,Female,White only,Married - spouse present,"Native, born in United States",Good,64,190,32.6,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,35,0,0,125,0,540,0,240,460,0,0,40,0,0,"$10,000 - $30,000",Silent (74-91),White only,Good,5-5.5 feet,180-200,Graduated High School,,0,125,575,700,0,0,40
+,2022,2.02204E+13,2900,Midwest,Wisconsin,32500,"House, apartment, flat",1,1,2536029,76,Female,White only,Never married,"Native, born in United States",Good,64,256,43.9,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,20,0,0,180,0,700,0,0,475,0,0,65,0,0,"$30,000 - $50,000",Silent (74-91),White only,Good,5-5.5 feet,200-300,Associate Degree,,0,180,720,475,0,0,65
+,2022,2.02205E+13,2901,Midwest,Missouri,125000,"House, apartment, flat",1,1,21678506,23,Female,White only,Never married,"Native, born in United States",Fair,62,160,29.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,20,160,180,0,180,0,540,0,0,300,0,0,0,0,60,"$100,000 - $150,000",Millennials (23-38),White only,Fair,5-5.5 feet,160-180,Bachelor's Degree,,60,180,700,300,180,0,20
+,2022,2.02205E+13,2902,Northeast,Massachusetts,125000,"House, apartment, flat",1,1,3414084,61,Male,White only,Never married,"Native, born in United States",Good,65,185,30.8,Some college but no degree,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,85,0,0,220,0,570,0,0,30,0,0,155,0,370,"$100,000 - $150,000",Boomers (55-73),White only,Good,5-5.5 feet,180-200,Some College,,370,220,655,30,0,0,165
+,2022,2.02205E+13,2903,West,Nevada,45000,"House, apartment, flat",1,1,12665321,19,Male,White only,Never married,"Native, born in United States",Very good,72,190,25.8,Some college but no degree,College--one year,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,0,0,670,0,0,530,120,0,60,0,0,"$30,000 - $50,000",Generation Z (7-22),White only,Very good,6-6.5 feet,180-200,Some College,,0,0,730,650,0,0,60
+,2022,2.02205E+13,2904,South,Virginia,17500,"House, apartment, flat",1,1,5565043,85,Male,Black only,Married - spouse present,"Native, born in United States",Fair,66,175,28.2,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),Has vision difficulty,Has hearing difficulty,No mobility limitation,Has physical difficulty,Has difficulty remembering,0,0,0,30,0,0,0,0,572,0,45,763,0,0,30,0,0,"$10,000 - $30,000",Silent (74-91),Black only,Fair,5.5-6 feet,160-180,Graduated High School,,0,0,602,808,0,0,30
+,2022,2.02205E+13,2905,Northeast,New Jersey,200000,"House, apartment, flat",1,1,17264456,55,Female,Black-American Indian,Divorced,"Native, born in United States",Good,66,9996,998,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,110,4,0,45,0,0,45,0,335,0,0,0,0,0,225,60,616,"$150,000 and over",Boomers (55-73),Mixed,Good,5.5-6 feet,>300,Bachelor's Degree,,616,45,380,0,0,60,339
+,2022,2.02205E+13,2906,South,Maryland,32500,"House, apartment, flat",1,1,7038142,36,Male,Black only,Never married,"Native, born in United States",Fair,67,167,26.2,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,0,0,540,0,0,300,0,0,35,0,505,"$30,000 - $50,000",Millennials (23-38),Black only,Fair,5.5-6 feet,160-180,Graduated High School,,505,0,600,300,0,0,35
+,2022,2.02205E+13,2907,West,California,200000,"House, apartment, flat",1,1,3980806,72,Female,Asian only,Married - spouse absent,"Foreign born, U.S. citizen by naturalization",Good,57,110,23.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,150,0,0,470,0,670,0,0,90,0,0,0,0,0,"$150,000 and over",Boomers (55-73),Asian only,Good,0-5 feet,100-120,Bachelor's Degree,,0,470,820,90,0,0,0
+,2022,2.02205E+13,2908,Midwest,Michigan,87500,"House, apartment, flat",1,1,14281261,20,Male,White only,Never married,"Native, born in United States",Very good,69,147,21.7,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,750,0,0,0,630,0,0,0,0,0,0,0,0,"$75,000 - $100,000",Generation Z (7-22),White only,Very good,5.5-6 feet,140-160,Graduated High School,,0,0,690,0,750,0,0
+,2022,2.02205E+13,2909,South,Louisiana,11250,"House, apartment, flat",1,1,6978922,85,Female,Black only,Never married,"Native, born in United States",Very good,66,152,24.5,11th grade,Eleventh grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,45,0,130,0,0,1265,0,0,0,0,0,"$10,000 - $30,000",Silent (74-91),Black only,Very good,5.5-6 feet,140-160,Some High School,,0,45,130,1265,0,0,0
+,2022,2.02205E+13,2910,South,Kentucky,45000,Mobile home or trailer with no permanent room added,1,1,7769403,59,Male,White only,Divorced,"Native, born in United States",Poor,68,210,31.9,Associate degree - academic program,College--four years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,80,0,0,0,0,863,120,0,377,0,0,0,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Poor,5.5-6 feet,200-300,Associate Degree,,0,0,1063,377,0,0,0
+,2022,2.02205E+13,2911,South,District of Columbia,8750,"House, apartment, flat",1,1,14652934,55,Female,Black only,Never married,"Native, born in United States",Fair,56,98,22,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,80,70,0,0,105,0,600,0,0,485,0,60,40,0,0,"Less than $10,000",Boomers (55-73),Black only,Fair,0-5 feet,<100,Graduated High School,,0,105,670,485,0,0,180
+,2022,2.02205E+13,2912,Northeast,Pennsylvania,125000,"House, apartment, flat",1,1,9096429,33,Male,White only,Divorced,"Native, born in United States",Very good,74,203,26.1,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,20,0,555,0,0,0,0,0,180,0,685,"$100,000 - $150,000",Millennials (23-38),White only,Very good,6-6.5 feet,200-300,Graduated High School,,685,20,555,0,0,0,180
+,2022,2.02205E+13,2913,South,Maryland,11250,"House, apartment, flat",1,1,4643634,71,Female,White only,Married - spouse present,"Native, born in United States",Very good,65,166,27.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,390,0,570,0,0,360,0,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Very good,5-5.5 feet,160-180,Bachelor's Degree,,0,390,630,360,0,0,0
+,2022,2.02205E+13,2914,South,Texas,17500,"House, apartment, flat",1,1,32941585,29,Male,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Good,67,190,29.8,9th grade,Ninth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,110,0,0,200,0,500,0,0,60,60,0,60,0,450,"$10,000 - $30,000",Millennials (23-38),White only,Good,5.5-6 feet,180-200,Some High School,,450,200,610,120,0,0,60
+,2022,2.02205E+13,2915,Northeast,Pennsylvania,55000,"House, apartment, flat",1,1,7075751,60,Female,Black only,Never married,"Native, born in United States",Poor,66,220,35.5,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,17,0,0,20,0,1145,0,0,108,0,0,120,0,0,"$50,000 - $75,000",Boomers (55-73),Black only,Poor,5.5-6 feet,200-300,Graduated High School,,0,20,1162,108,0,0,150
+,2022,2.02205E+13,2916,South,Texas,13750,"House, apartment, flat",1,1,11250059,68,Female,Black only,Divorced,"Native, born in United States",Good,68,132,20.1,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,15,0,1157,0,30,205,0,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),Black only,Good,5.5-6 feet,120-140,Graduated High School,,0,15,1187,235,0,0,0
+,2022,2.02205E+13,2917,West,California,13750,"House, apartment, flat",1,1,2328420,72,Female,White only,Divorced,"Foreign born, U.S. citizen by naturalization",Fair,61,164,31,7th or 8th grade,Seventh through eighth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,180,0,0,150,0,900,0,60,60,0,90,0,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Fair,5-5.5 feet,160-180,Middle School or Less,,0,150,1080,120,0,0,90
+,2022,2.02205E+13,2918,West,California,200000,"House, apartment, flat",1,1,5470284,43,Male,White only,Married - spouse present,"Native, born in United States",Fair,71,228,31.8,7th or 8th grade,Seventh through eighth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,152,0,40,50,0,0,260,0,568,0,0,355,0,0,15,0,0,"$150,000 and over",Generation X (39-54),White only,Fair,5.5-6 feet,200-300,Middle School or Less,,0,260,618,355,0,0,207
+,2022,2.02205E+13,2919,South,North Carolina,27500,"House, apartment, flat",1,1,7226171,75,Female,Black only,Divorced,"Native, born in United States",Poor,60,130,25.4,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,45,20,0,0,220,0,437,180,0,493,0,0,45,0,0,"$10,000 - $30,000",Silent (74-91),Black only,Poor,5-5.5 feet,120-140,Graduated High School,,0,220,637,493,0,0,90
+,2022,2.02205E+13,2920,Northeast,New York,22500,"House, apartment, flat",1,1,10717566,72,Female,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",NIU (Not in universe),,9999,999,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,20,0,0,75,0,715,0,0,630,0,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),White only,"Other (Refused, Dont know, NIU)",,>300,Bachelor's Degree,,0,75,735,630,0,0,0
+,2022,2.02205E+13,2921,South,Maryland,6250,"House, apartment, flat",1,1,8482906,56,Female,White only,Married - spouse present,"Native, born in United States",Fair,63,165,29.2,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - absent,No,No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,55,0,0,145,0,650,50,0,520,0,0,20,0,0,"Less than $10,000",Boomers (55-73),White only,Fair,5-5.5 feet,160-180,Master's or Doctoral Degree,,0,145,755,520,0,0,20
+,2022,2.02205E+13,2922,South,South Carolina,27500,"House, apartment, flat",1,1,39332161,52,Male,Black only,Never married,"Native, born in United States",Fair,66,125,20.2,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,92,180,0,158,0,800,0,0,180,0,0,30,0,0,"$10,000 - $30,000",Generation X (39-54),Black only,Fair,5.5-6 feet,120-140,Graduated High School,,0,158,892,180,180,0,30
+,2022,2.02205E+13,2923,South,Maryland,200000,"House, apartment, flat",1,1,34942582,38,Female,White only,Married - spouse present,"Native, born in United States",Very good,69,180,26.6,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,50,0,0,80,0,520,0,0,225,60,0,10,0,455,"$150,000 and over",Generation X (39-54),White only,Very good,5.5-6 feet,180-200,Master's or Doctoral Degree,,455,80,570,285,0,0,10
+,2022,2.02205E+13,2924,Midwest,Michigan,67500,"House, apartment, flat",1,1,13856373,63,Female,White only,Never married,"Native, born in United States",Poor,63,300,53.1,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,0,0,840,0,0,570,0,0,0,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Poor,5-5.5 feet,>300,Graduated High School,,0,0,870,570,0,0,0
+,2022,2.02205E+13,2925,West,Arizona,67500,"House, apartment, flat",1,1,5943636,79,Female,White only,Married - spouse present,"Native, born in United States",Fair,66,170,27.4,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,Has mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,45,0,0,150,0,570,135,75,360,0,0,60,0,0,"$50,000 - $75,000",Silent (74-91),White only,Fair,5.5-6 feet,160-180,Graduated High School,,0,150,750,435,0,0,60
+,2022,2.02205E+13,2926,South,Tennessee,27500,"House, apartment, flat",1,1,8581040,25,Male,White only,Married - spouse present,"Native, born in United States",Good,75,230,28.7,11th grade,Eleventh grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,No physical difficulty,Has difficulty remembering,3,0,10,40,0,0,167,0,870,0,0,220,0,0,130,0,0,"$10,000 - $30,000",Millennials (23-38),White only,Good,6-6.5 feet,200-300,Some High School,,0,167,910,220,0,0,143
+,2022,2.02205E+13,2927,Midwest,Michigan,67500,"House, apartment, flat",1,1,17911996,48,Female,White only,Married - spouse present,"Native, born in United States",Very good,65,145,24.1,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,10,0,0,80,0,0,70,0,655,0,0,160,0,0,30,0,435,"$50,000 - $75,000",Generation X (39-54),White only,Very good,5-5.5 feet,140-160,Some College,,435,70,735,160,0,0,40
+,2022,2.02205E+13,2928,Midwest,Illinois,200000,"House, apartment, flat",1,1,7096381,44,Female,White only,Never married,"Native, born abroad of American parent or parents",Very good,67,150,23.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,0,0,590,0,0,750,0,0,5,0,0,"$150,000 and over",Generation X (39-54),White only,Very good,5.5-6 feet,140-160,Bachelor's Degree,,0,0,680,750,0,0,5
+,2022,2.02205E+13,2929,Midwest,Michigan,8750,"House, apartment, flat",1,1,40450170,24,Female,White-Black,Never married,"Native, born in United States",Good,65,145,24.1,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,Has difficulty remembering,0,0,5,50,0,0,30,0,705,0,0,540,60,0,50,0,0,"Less than $10,000",Millennials (23-38),Mixed,Good,5-5.5 feet,140-160,Graduated High School,,0,30,755,600,0,0,55
+,2022,2.02205E+13,2930,West,Hawaii,200000,"House, apartment, flat",1,1,43910988,34,Male,Asian only,Never married,"Native, born in United States",Excellent,69,190,28.1,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,110,0,0,30,0,520,0,0,140,60,0,70,0,510,"$150,000 and over",Millennials (23-38),Asian only,Excellent,5.5-6 feet,180-200,Graduated High School,,510,30,630,200,0,0,70
+,2022,2.02205E+13,2931,Northeast,Massachusetts,200000,"House, apartment, flat",1,1,14101114,28,Female,Asian only,Married - spouse present,"Foreign born, not a U.S. citizen",Very good,64,142,24.4,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,80,0,0,150,0,510,0,0,150,30,30,0,0,490,"$150,000 and over",Millennials (23-38),Asian only,Very good,5-5.5 feet,140-160,Master's or Doctoral Degree,,490,150,590,180,0,0,30
+,2022,2.02205E+13,2932,South,Mississippi,200000,"House, apartment, flat",1,1,1812194,48,Male,White only,Married - spouse absent,"Native, born in United States",Very good,74,196,25.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,Has mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,105,0,0,360,0,655,0,90,155,0,0,45,0,0,"$150,000 and over",Generation X (39-54),White only,Very good,6-6.5 feet,180-200,Bachelor's Degree,,0,360,760,245,0,0,75
+,2022,2.02205E+13,2933,South,Maryland,125000,"House, apartment, flat",1,1,24572546,30,Male,White-Black,Never married,"Native, born in United States",Good,64,130,22.3,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,5,0,0,0,0,0,690,0,0,185,150,0,50,0,360,"$100,000 - $150,000",Millennials (23-38),Mixed,Good,5-5.5 feet,120-140,Graduated High School,,360,0,690,335,0,0,55
+,2022,2.02205E+13,2934,Midwest,Illinois,37500,"House, apartment, flat",1,1,12668184,69,Female,Black only,Married - spouse present,"Native, born in United States",Very good,68,207,31.5,12th grade - no diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,40,0,690,0,0,650,0,0,0,0,0,"$30,000 - $50,000",Boomers (55-73),Black only,Very good,5.5-6 feet,200-300,Some High School,,0,40,750,650,0,0,0
+,2022,2.02205E+13,2935,Midwest,Michigan,67500,"House, apartment, flat",1,1,9339848,53,Female,White only,Divorced,"Native, born in United States",Excellent,62,125,22.9,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,40,0,620,0,20,5,80,55,60,55,445,"$50,000 - $75,000",Generation X (39-54),White only,Excellent,5-5.5 feet,120-140,Master's or Doctoral Degree,,445,40,680,105,0,55,115
+,2022,2.02205E+13,2936,West,California,55000,"House, apartment, flat",1,1,3898205,27,Female,White only,Married - spouse absent,"Native, born in United States",Good,65,195,32.4,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,90,0,40,30,0,0,190,0,570,0,0,490,0,0,30,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Good,5-5.5 feet,180-200,Graduated High School,,0,190,600,490,0,0,160
+,2022,2.02205E+13,2937,Northeast,New York,27500,"House, apartment, flat",1,1,36989468,53,Male,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Excellent,70,176,25.3,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,105,0,0,0,0,580,0,0,110,0,0,195,0,450,"$10,000 - $30,000",Generation X (39-54),White only,Excellent,5.5-6 feet,160-180,Graduated High School,,450,0,685,110,0,0,195
+,2022,2.02205E+13,2938,Midwest,Missouri,45000,"House, apartment, flat",1,1,9567364,41,Female,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Good,60,165,32.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,120,0,0,90,0,0,380,0,700,0,0,150,0,0,0,0,0,"$30,000 - $50,000",Generation X (39-54),White only,Good,5-5.5 feet,160-180,Bachelor's Degree,,0,380,790,150,0,0,120
+,2022,2.02205E+13,2939,Midwest,Indiana,87500,"House, apartment, flat",1,1,16263983,30,Female,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Good,60,185,36.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,20,0,0,20,0,620,0,0,15,0,0,60,0,705,"$75,000 - $100,000",Millennials (23-38),White only,Good,5-5.5 feet,180-200,Bachelor's Degree,,705,20,640,15,0,0,60
+,2022,2.02205E+13,2940,Midwest,Kansas,200000,"House, apartment, flat",1,1,8989347,65,Male,White only,Married - spouse present,"Native, born in United States",Very good,67,200,31.3,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,120,0,75,0,0,210,0,480,0,0,270,0,0,285,0,0,"$150,000 and over",Boomers (55-73),White only,Very good,5.5-6 feet,200-300,Master's or Doctoral Degree,,0,210,555,270,0,0,405
+,2022,2.02205E+13,2941,West,Wyoming,67500,"House, apartment, flat",1,1,25419769,75,Female,White only,Married - spouse present,"Native, born in United States",Good,65,207,34.4,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,70,0,0,330,0,630,0,0,410,0,0,0,0,0,"$50,000 - $75,000",Silent (74-91),White only,Good,5-5.5 feet,200-300,Graduated High School,,0,330,700,410,0,0,0
+,2022,2.02205E+13,2942,Midwest,Indiana,200000,"House, apartment, flat",1,1,4634437,40,Female,White only,Married - spouse present,"Native, born in United States",NIU (Not in universe),,9999,999,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,310,0,60,45,0,0,240,0,480,0,0,285,0,0,20,0,0,"$150,000 and over",Generation X (39-54),White only,"Other (Refused, Dont know, NIU)",,>300,Bachelor's Degree,,0,240,525,285,0,0,390
+,2022,2.02205E+13,2943,South,Florida,55000,"House, apartment, flat",1,1,4900787,47,Male,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Good,72,9997,998,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,47,0,0,75,0,0,75,0,570,0,0,135,0,0,35,0,503,"$50,000 - $75,000",Generation X (39-54),White only,Good,6-6.5 feet,>300,Some College,,503,75,645,135,0,0,82
+,2022,2.02205E+13,2944,Midwest,Minnesota,200000,"House, apartment, flat",1,1,3604702,54,Female,White only,Married - spouse present,"Native, born in United States",Excellent,66,146,23.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,60,0,0,120,0,0,30,0,525,0,105,45,0,0,525,0,0,"$150,000 and over",Boomers (55-73),White only,Excellent,5.5-6 feet,140-160,Bachelor's Degree,,0,30,645,150,0,0,585
+,2022,2.02205E+13,2945,West,California,67500,"House, apartment, flat",1,1,16527721,37,Male,White only,Divorced,"Native, born in United States",Good,71,168,23.4,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,40,0,0,280,20,605,0,0,415,0,0,30,0,50,"$50,000 - $75,000",Millennials (23-38),White only,Good,5.5-6 feet,160-180,Associate Degree,,50,300,645,415,0,0,30
+,2022,2.02205E+13,2946,Northeast,New Jersey,27500,"House, apartment, flat",1,1,14193142,85,Female,White only,Widowed,"Native, born in United States",Fair,65,125,20.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,80,0,0,35,0,0,5,0,680,30,0,472,0,0,138,0,0,"$10,000 - $30,000",Silent (74-91),White only,Fair,5-5.5 feet,120-140,Bachelor's Degree,,0,5,745,472,0,0,218
+,2022,2.02205E+13,2947,South,Florida,200000,"House, apartment, flat",1,1,4811583,43,Female,White only,Married - spouse present,"Native, born in United States",Excellent,66,128,20.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,135,0,0,90,0,0,285,0,690,0,0,240,0,0,0,0,0,"$150,000 and over",Generation X (39-54),White only,Excellent,5.5-6 feet,120-140,Bachelor's Degree,,0,285,780,240,0,0,135
+,2022,2.02205E+13,2948,West,California,200000,"House, apartment, flat",1,1,8071387,60,Male,White only,Married - spouse present,"Native, born in United States",Excellent,67,190,29.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,90,120,0,0,180,0,720,0,0,310,0,0,20,0,0,"$150,000 and over",Boomers (55-73),White only,Excellent,5.5-6 feet,180-200,Bachelor's Degree,,0,180,840,310,0,0,110
+,2022,2.02205E+13,2949,West,Nevada,67500,"House, apartment, flat",1,1,12243941,38,Male,White only,Never married,"Native, born abroad of American parent or parents",Very good,68,240,36.5,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,135,0,0,0,0,540,0,0,145,60,0,75,0,485,"$50,000 - $75,000",Generation X (39-54),White only,Very good,5.5-6 feet,200-300,Some College,,485,0,675,205,0,0,75
+,2022,2.02205E+13,2950,Midwest,Minnesota,45000,"House, apartment, flat",1,1,10010022,80,Male,White only,Married - spouse present,"Native, born in United States",Very good,66,171,27.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,10,159,135,0,0,219,0,529,0,0,244,30,35,79,0,0,"$30,000 - $50,000",Silent (74-91),White only,Very good,5.5-6 feet,160-180,Bachelor's Degree,,0,219,664,274,0,0,283
+,2022,2.02205E+13,2951,South,Oklahoma,87500,"House, apartment, flat",1,1,6360443,47,Male,White only,Married - spouse present,"Native, born in United States",NIU (Not in universe),,9999,999,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,50,0,0,105,0,450,0,0,0,60,0,70,0,705,"$75,000 - $100,000",Generation X (39-54),White only,"Other (Refused, Dont know, NIU)",,>300,Master's or Doctoral Degree,,705,105,500,60,0,0,70
+,2022,2.02205E+13,2952,West,California,125000,"House, apartment, flat",1,1,12499601,56,Female,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Fair,61,180,34,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,100,0,0,130,0,628,0,110,300,0,0,172,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Fair,5-5.5 feet,180-200,Graduated High School,,0,130,728,410,0,0,172
+,2022,2.02205E+13,2953,South,Florida,200000,"House, apartment, flat",1,1,9615525,55,Male,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Excellent,68,170,25.8,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,80,0,420,120,0,150,45,0,115,0,480,"$150,000 and over",Boomers (55-73),White only,Excellent,5.5-6 feet,160-180,Master's or Doctoral Degree,,480,80,570,195,0,0,115
+,2022,2.02205E+13,2954,West,California,55000,"House, apartment, flat",1,1,12193093,29,Female,Asian only,Never married,"Foreign born, U.S. citizen by naturalization",Good,62,98,17.9,Some college but no degree,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,15,0,25,0,0,18,0,660,60,0,337,0,0,45,0,280,"$50,000 - $75,000",Millennials (23-38),Asian only,Good,5-5.5 feet,<100,Some College,,280,18,745,337,0,0,60
+,2022,2.02205E+13,2955,Midwest,Illinois,125000,"House, apartment, flat",1,1,9584991,70,Female,White only,Married - spouse present,"Native, born in United States",Very good,62,160,29.3,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,180,65,180,0,0,85,0,470,0,0,215,0,10,115,120,0,"$100,000 - $150,000",Boomers (55-73),White only,Very good,5-5.5 feet,160-180,Master's or Doctoral Degree,,0,85,650,215,0,120,370
+,2022,2.02205E+13,2956,West,California,200000,"House, apartment, flat",1,1,13134273,37,Female,White only,Married - spouse present,"Native, born in United States",NIU (Not in universe),,9999,999,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,375,0,0,105,0,0,80,0,599,0,0,15,0,0,6,0,240,"$150,000 and over",Millennials (23-38),White only,"Other (Refused, Dont know, NIU)",,>300,Bachelor's Degree,,240,80,704,15,0,0,381
+,2022,2.02205E+13,2957,Northeast,New York,125000,"House, apartment, flat",1,1,13924137,39,Female,White only,Married - spouse present,"Native, born in United States",Good,63,160,28.3,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,71,0,0,75,0,0,5,0,585,0,0,150,0,0,20,0,455,"$100,000 - $150,000",Generation X (39-54),White only,Good,5-5.5 feet,160-180,Master's or Doctoral Degree,,455,5,660,150,0,0,91
+,2022,2.02205E+13,2958,West,Utah,45000,"House, apartment, flat",1,1,7326885,23,Male,White only,Married - spouse present,"Native, born in United States",Good,75,240,30,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,5,0,60,60,0,0,180,0,534,0,0,330,0,0,151,120,0,"$30,000 - $50,000",Millennials (23-38),White only,Good,6-6.5 feet,200-300,Graduated High School,,0,180,594,330,0,120,216
+,2022,2.02205E+13,2959,West,California,125000,"House, apartment, flat",1,1,11474960,37,Male,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Good,72,265,35.9,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,30,0,0,45,0,0,210,0,436,0,0,45,0,0,105,0,569,"$100,000 - $150,000",Millennials (23-38),White only,Good,6-6.5 feet,200-300,Some College,,569,210,481,45,0,0,135
+,2022,2.02205E+13,2960,West,Oregon,45000,"House, apartment, flat",1,1,2302702,63,Female,White only,Divorced,"Native, born in United States",Fair,63,9996,998,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,40,0,0,215,0,660,0,0,210,0,30,0,285,0,"$30,000 - $50,000",Boomers (55-73),White only,Fair,5-5.5 feet,>300,Bachelor's Degree,,0,215,700,210,0,285,30
+,2022,2.02205E+13,2961,South,Texas,45000,"House, apartment, flat",1,1,11751993,65,Male,White only,Married - spouse present,"Native, born in United States",Very good,72,185,25.1,High school graduate - diploma,Twelfth grade,Unemployed - on layoff,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,310,0,570,0,0,470,0,0,0,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Very good,6-6.5 feet,180-200,Graduated High School,,0,310,660,470,0,0,0
+,2022,2.02205E+13,2962,South,Georgia,55000,"House, apartment, flat",1,1,13815203,34,Female,Black only,Never married,"Native, born in United States",Good,62,136,24.9,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,60,0,540,0,0,574,0,0,146,0,0,"$50,000 - $75,000",Millennials (23-38),Black only,Good,5-5.5 feet,120-140,Some College,,0,60,660,574,0,0,146
+,2022,2.02205E+13,2963,South,Texas,6250,"House, apartment, flat",1,1,6941248,22,Female,White only,Never married,"Native, born in United States",Good,65,230,38.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,330,0,600,0,0,365,0,10,45,0,0,"Less than $10,000",Millennials (23-38),White only,Good,5-5.5 feet,200-300,Bachelor's Degree,,0,330,690,365,0,0,55
+,2022,2.02205E+13,2964,West,Washington,125000,"House, apartment, flat",1,1,5618532,33,Male,White only,Married - spouse present,"Native, born in United States",Very good,74,225,28.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,40,0,0,120,0,0,320,0,570,0,0,330,60,0,0,0,0,"$100,000 - $150,000",Millennials (23-38),White only,Very good,6-6.5 feet,200-300,Bachelor's Degree,,0,320,690,390,0,0,40
+,2022,2.02205E+13,2965,South,Kentucky,37500,"House, apartment, flat",1,1,1925708,85,Female,White only,Widowed,"Native, born in United States",Very good,65,173,28.8,Associate degree - occupational vocational,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,35,0,0,25,0,545,0,60,755,0,0,20,0,0,"$30,000 - $50,000",Silent (74-91),White only,Very good,5-5.5 feet,160-180,Associate Degree,,0,25,580,815,0,0,20
+,2022,2.02205E+13,2966,South,Louisiana,45000,"House, apartment, flat",1,1,3179602,64,Female,White only,Married - spouse present,"Native, born in United States",Very good,65,144,24,Some college but no degree,College--four years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,30,0,570,0,0,780,0,0,0,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Very good,5-5.5 feet,140-160,Some College,,0,30,630,780,0,0,0
+,2022,2.02205E+13,2967,Northeast,New Jersey,200000,"House, apartment, flat",1,1,14612612,44,Female,White only,Married - spouse present,"Native, born in United States",Very good,62,140,25.6,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,70,0,30,70,0,0,0,0,540,90,0,160,0,0,120,0,360,"$150,000 and over",Generation X (39-54),White only,Very good,5-5.5 feet,140-160,Master's or Doctoral Degree,,360,0,700,160,0,0,220
+,2022,2.02205E+13,2968,Northeast,New Jersey,13750,"House, apartment, flat",1,1,2761377,80,Female,White only,Widowed,"Native, born in United States",Good,65,158,26.3,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,110,60,0,0,82,0,650,0,0,448,0,0,90,0,0,"$10,000 - $30,000",Silent (74-91),White only,Good,5-5.5 feet,140-160,Master's or Doctoral Degree,,0,82,710,448,0,0,200
+,2022,2.02205E+13,2969,Northeast,Pennsylvania,8750,"House, apartment, flat",1,1,8695800,70,Female,White only,Divorced,"Native, born in United States",Fair,61,197,37.2,Some college but no degree,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,40,0,500,0,0,840,0,0,0,0,0,"Less than $10,000",Boomers (55-73),White only,Fair,5-5.5 feet,180-200,Some College,,0,40,560,840,0,0,0
+,2022,2.02205E+13,2970,Midwest,Indiana,67500,"House, apartment, flat",1,1,17082496,79,Female,White only,Never married,"Native, born in United States",Good,67,187,29.3,Some college but no degree,College--three years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,No physical difficulty,No difficulty remembering,0,0,15,25,0,0,135,0,720,0,230,275,20,0,20,0,0,"$50,000 - $75,000",Silent (74-91),White only,Good,5.5-6 feet,180-200,Some College,,0,135,745,525,0,0,35
+,2022,2.02205E+13,2971,West,California,55000,"House, apartment, flat",1,1,11896369,45,Female,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Good,60,134,26.2,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,60,0,0,240,0,720,15,0,383,0,0,12,0,0,"$50,000 - $75,000",Generation X (39-54),White only,Good,5-5.5 feet,120-140,Graduated High School,,0,240,795,383,0,0,22
+,2022,2.02205E+13,2972,South,Florida,27500,Mobile home or trailer with no permanent room added,1,1,12161050,66,Male,White only,Married - spouse present,"Native, born in United States",Fair,71,180,25.1,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,100,0,0,42,0,540,60,0,620,0,0,78,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Fair,5.5-6 feet,180-200,Associate Degree,,0,42,700,620,0,0,78
+,2022,2.02205E+13,2973,South,South Carolina,125000,"House, apartment, flat",1,1,10941881,34,Female,White only,Married - spouse present,"Native, born in United States",Very good,64,138,23.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,235,0,0,120,0,0,165,0,450,0,0,150,300,0,20,0,0,"$100,000 - $150,000",Millennials (23-38),White only,Very good,5-5.5 feet,120-140,Bachelor's Degree,,0,165,570,450,0,0,255
+,2022,2.02205E+13,2974,Northeast,Massachusetts,22500,"House, apartment, flat",1,1,6957065,63,Female,White only,Divorced,"Native, born in United States",Good,65,160,26.6,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,325,0,560,0,0,495,0,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Good,5-5.5 feet,160-180,Associate Degree,,0,325,620,495,0,0,0
+,2022,2.02205E+13,2975,West,Montana,200000,"House, apartment, flat",1,1,3601773,63,Female,White only,Married - spouse present,"Native, born in United States",Very good,67,130,20.4,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,240,0,615,0,0,300,30,0,30,0,120,"$150,000 and over",Boomers (55-73),White only,Very good,5.5-6 feet,120-140,Master's or Doctoral Degree,,120,240,705,330,0,0,30
+,2022,2.02205E+13,2976,Midwest,Wisconsin,2500,"House, apartment, flat",1,1,6931126,31,Male,White only,Never married,"Native, born in United States",Poor,70,160,23,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,No difficulty remembering,245,0,0,130,0,0,90,0,355,0,0,540,0,0,0,0,0,"Less than $10,000",Millennials (23-38),White only,Poor,5.5-6 feet,160-180,Some College,,0,90,485,540,0,0,245
+,2022,2.02205E+13,2977,Midwest,Illinois,125000,"House, apartment, flat",1,1,10952639,59,Male,White only,Married - spouse present,"Native, born in United States",Good,69,200,29.5,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,135,0,0,0,0,600,0,0,240,0,0,30,0,435,"$100,000 - $150,000",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Some College,,435,0,735,240,0,0,30
+,2022,2.02205E+13,2978,Northeast,New Hampshire,200000,"House, apartment, flat",1,1,3331374,73,Female,White only,Married - spouse present,"Native, born in United States",Refused,,9996,998,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,15,15,120,0,0,320,0,513,0,0,155,70,0,72,0,0,"$150,000 and over",Silent (74-91),White only,"Other (Refused, Dont know, NIU)",,>300,Master's or Doctoral Degree,,0,320,633,225,0,0,102
+,2022,2.02205E+13,2979,West,Washington,200000,"House, apartment, flat",1,1,15091109,80,Female,White only,Married - spouse present,"Native, born in United States",Good,64,131,22.5,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,25,0,0,90,0,0,68,0,660,0,0,510,0,35,52,0,0,"$150,000 and over",Silent (74-91),White only,Good,5-5.5 feet,120-140,Graduated High School,,0,68,750,510,0,0,112
+,2022,2.02205E+13,2980,South,Maryland,125000,"House, apartment, flat",1,1,11223379,39,Male,White only,Married - spouse present,"Native, born in United States",Very good,77,280,33.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,35,0,0,60,0,0,55,0,555,0,0,140,0,0,105,0,490,"$100,000 - $150,000",Generation X (39-54),White only,Very good,6-6.5 feet,200-300,Bachelor's Degree,,490,55,615,140,0,0,140
+,2022,2.02205E+13,2981,South,Mississippi,22500,"House, apartment, flat",1,1,2364163,64,Female,White only,Widowed,"Native, born in United States",Fair,63,203,36,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,65,0,30,0,0,120,0,722,0,0,383,0,0,60,60,0,"$10,000 - $30,000",Boomers (55-73),White only,Fair,5-5.5 feet,200-300,Some College,,0,120,752,383,0,60,125
+,2022,2.02205E+13,2982,South,Arkansas,13750,"House, apartment, flat",1,1,13678776,41,Male,White only,Divorced,"Native, born in United States",Good,71,200,27.9,Some college but no degree,College--three years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,Has difficulty remembering,180,0,0,60,0,0,315,0,450,0,0,315,0,0,0,0,0,"$10,000 - $30,000",Generation X (39-54),White only,Good,5.5-6 feet,200-300,Some College,,0,315,510,315,0,0,180
+,2022,2.02205E+13,2983,South,Tennessee,67500,"House, apartment, flat",1,1,4846794,26,Female,White only,Married - spouse present,"Native, born in United States",Good,63,218,38.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,48,0,30,90,0,0,85,0,555,0,75,460,0,0,52,45,0,"$50,000 - $75,000",Millennials (23-38),White only,Good,5-5.5 feet,200-300,Bachelor's Degree,,0,85,645,535,0,45,130
+,2022,2.02205E+13,2984,Northeast,Pennsylvania,37500,"House, apartment, flat",1,1,14675785,40,Male,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Good,69,180,26.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,27,0,0,0,0,798,0,0,270,0,0,0,0,345,"$30,000 - $50,000",Generation X (39-54),White only,Good,5.5-6 feet,180-200,Bachelor's Degree,,345,0,825,270,0,0,0
+,2022,2.02205E+13,2985,West,California,37500,Mobile home or trailer with no permanent room added,1,1,38317676,62,Female,White only,Married - spouse present,"Foreign born, not a U.S. citizen",NIU (Not in universe),,9999,999,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,45,0,0,130,0,650,0,0,225,30,0,60,0,240,"$30,000 - $50,000",Boomers (55-73),White only,"Other (Refused, Dont know, NIU)",,>300,Graduated High School,,240,130,695,255,0,0,120
+,2022,2.02205E+13,2986,South,Florida,55000,"House, apartment, flat",1,1,33493992,71,Female,White only,Widowed,"Native, born in United States",Fair,59,152,30.7,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,195,0,30,0,0,111,0,674,0,90,200,0,120,20,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Fair,0-5 feet,140-160,Graduated High School,,0,111,704,290,0,0,335
+,2022,2.02205E+13,2987,South,South Carolina,37500,"House, apartment, flat",1,1,8052401,35,Male,White only,Married - spouse present,"Native, born in United States",Fair,66,180,29,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,160,0,0,30,255,0,75,0,700,0,0,110,0,0,110,0,0,"$30,000 - $50,000",Millennials (23-38),White only,Fair,5.5-6 feet,180-200,Master's or Doctoral Degree,,0,75,730,110,255,0,270
+,2022,2.02205E+13,2988,West,Oregon,125000,"House, apartment, flat",1,1,35687083,19,Female,White only,Never married,"Native, born in United States",Good,66,132,21.3,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,390,0,0,0,605,0,0,345,0,0,40,0,0,"$100,000 - $150,000",Generation Z (7-22),White only,Good,5.5-6 feet,120-140,Graduated High School,,0,0,665,345,390,0,40
+,2022,2.02205E+13,2989,South,Kentucky,27500,"House, apartment, flat",1,1,9952306,39,Female,White only,Never married,"Native, born in United States",Good,69,165,24.4,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,20,0,0,70,0,475,0,0,260,0,0,95,0,480,"$10,000 - $30,000",Generation X (39-54),White only,Good,5.5-6 feet,160-180,Graduated High School,,480,70,495,260,0,0,125
+,2022,2.02205E+13,2990,South,Texas,125000,"House, apartment, flat",1,1,16746316,57,Female,White only,Separated,"Native, born in United States",Good,61,169,31.9,High school graduate - diploma,Twelfth grade,Employed - at work,No,Has vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,40,40,0,0,120,0,510,0,90,0,0,0,195,315,15,"$100,000 - $150,000",Boomers (55-73),White only,Good,5-5.5 feet,160-180,Graduated High School,,15,120,550,90,0,315,235
+,2022,2.02205E+13,2991,West,Nevada,87500,"House, apartment, flat",1,1,4132976,71,Male,White only,Married - spouse present,"Native, born in United States",Good,72,200,27.1,Some college but no degree,College--four years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,180,0,0,0,0,660,0,0,600,0,0,0,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Good,6-6.5 feet,200-300,Some College,,0,0,840,600,0,0,0
+,2022,2.02205E+13,2992,Midwest,Illinois,125000,"House, apartment, flat",1,1,10227173,64,Female,White only,Divorced,"Native, born in United States",Very good,64,140,24,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,50,0,0,90,0,605,90,115,70,0,20,100,0,285,"$100,000 - $150,000",Boomers (55-73),White only,Very good,5-5.5 feet,140-160,Master's or Doctoral Degree,,285,90,745,185,0,0,120
+,2022,2.02205E+13,2993,Northeast,Massachusetts,200000,"House, apartment, flat",1,1,10019746,49,Male,White only,Married - spouse present,"Native, born in United States",Fair,70,235,33.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,16,0,0,90,0,0,166,0,419,0,0,120,0,0,120,0,509,"$150,000 and over",Generation X (39-54),White only,Fair,5.5-6 feet,200-300,Bachelor's Degree,,509,166,509,120,0,0,136
+,2022,2.02205E+13,2994,South,North Carolina,45000,"House, apartment, flat",1,1,4232673,74,Male,White only,Widowed,"Native, born in United States",Very good,69,210,31,Some college but no degree,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,450,0,630,0,0,330,0,0,0,0,0,"$30,000 - $50,000",Silent (74-91),White only,Very good,5.5-6 feet,200-300,Some College,,0,450,660,330,0,0,0
+,2022,2.02205E+13,2995,Northeast,New York,45000,"House, apartment, flat",1,1,21100753,27,Male,White only,Never married,"Native, born in United States",Good,70,224,32.1,High school graduate - diploma,Twelfth grade,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,6,246,0,0,0,0,840,0,0,210,0,0,138,0,0,"$30,000 - $50,000",Millennials (23-38),White only,Good,5.5-6 feet,200-300,Graduated High School,,0,0,1086,210,0,0,144
+,2022,2.02205E+13,2996,Midwest,Wisconsin,87500,"House, apartment, flat",1,1,10889020,39,Female,White only,Married - spouse present,"Native, born in United States",Good,66,147,23.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,150,0,0,120,0,0,0,0,585,0,0,210,180,0,195,0,0,"$75,000 - $100,000",Generation X (39-54),White only,Good,5.5-6 feet,140-160,Bachelor's Degree,,0,0,705,390,0,0,345
+,2022,2.02205E+13,2997,South,Arkansas,67500,"House, apartment, flat",1,1,6892358,66,Female,Black only,Widowed,"Native, born in United States",Very good,61,165,31.2,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,120,0,660,0,0,570,0,0,0,0,0,"$50,000 - $75,000",Boomers (55-73),Black only,Very good,5-5.5 feet,160-180,Graduated High School,,0,120,750,570,0,0,0
+,2022,2.02205E+13,2998,West,New Mexico,67500,"House, apartment, flat",1,1,11166342,33,Male,Asian only,Never married,"Foreign born, not a U.S. citizen",Excellent,67,182,28.5,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,0,0,540,0,0,0,90,0,105,0,585,"$50,000 - $75,000",Millennials (23-38),Asian only,Excellent,5.5-6 feet,180-200,Master's or Doctoral Degree,,585,0,660,90,0,0,105
+,2022,2.02205E+13,2999,Midwest,Nebraska,22500,"House, apartment, flat",1,1,4356216,66,Male,White only,Never married,"Native, born in United States",Very good,72,165,22.4,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,No difficulty remembering,0,0,60,120,0,0,0,0,360,0,0,880,0,0,20,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Very good,6-6.5 feet,160-180,Graduated High School,,0,0,480,880,0,0,80
+,2022,2.02205E+13,3000,Midwest,Missouri,2500,"House, apartment, flat",1,1,7986153,30,Female,White only,Never married,"Native, born in United States",Fair,64,190,32.6,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,Has difficulty remembering,60,0,45,90,0,0,205,0,480,0,0,405,0,0,20,0,0,"Less than $10,000",Millennials (23-38),White only,Fair,5-5.5 feet,180-200,Graduated High School,,0,205,570,405,0,0,125
+,2022,2.02205E+13,3001,South,Virginia,2500,"House, apartment, flat",1,1,4837399,65,Male,White only,Married - spouse present,"Native, born in United States",Excellent,73,195,25.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,235,0,510,0,0,485,90,0,30,0,0,"Less than $10,000",Boomers (55-73),White only,Excellent,6-6.5 feet,180-200,Bachelor's Degree,,0,235,600,575,0,0,30
+,2022,2.02205E+13,3002,Midwest,Missouri,8750,Mobile home or trailer with no permanent room added,1,1,16475754,32,Female,White only,Married - spouse present,"Native, born in United States",Good,65,230,38.3,12th grade - no diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,25,0,0,60,149,0,155,0,286,0,0,155,0,10,75,0,525,"Less than $10,000",Millennials (23-38),White only,Good,5-5.5 feet,200-300,Some High School,,525,155,346,155,149,0,110
+,2022,2.02205E+13,3003,Midwest,Illinois,200000,"House, apartment, flat",1,1,66237960,63,Male,Black only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Very good,70,202,29,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,55,0,385,140,0,0,0,20,20,0,790,"$150,000 and over",Boomers (55-73),Black only,Very good,5.5-6 feet,200-300,Master's or Doctoral Degree,,790,55,555,0,0,0,40
+,2022,2.02205E+13,3004,West,California,67500,"House, apartment, flat",1,1,44688338,44,Female,Black only,Never married,"Foreign born, not a U.S. citizen",Good,60,148,28.9,5th or 6th grade,Fifth through sixth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,91,0,0,15,0,0,120,0,625,277,0,60,0,0,200,0,0,"$50,000 - $75,000",Generation X (39-54),Black only,Good,5-5.5 feet,140-160,Middle School or Less,,0,120,917,60,0,0,291
+,2022,2.02205E+13,3005,West,California,11250,"House, apartment, flat",1,1,8324036,69,Male,White only,Widowed,"Foreign born, not a U.S. citizen",Good,64,180,30.9,"1st, 2nd, 3rd, or 4th grade",First through fourth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,150,55,0,0,0,0,830,0,0,350,15,0,40,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Good,5-5.5 feet,180-200,Middle School or Less,,0,0,885,365,0,0,190
+,2022,2.02205E+13,3006,West,California,200000,"House, apartment, flat",1,1,8866656,64,Male,White only,Divorced,"Native, born in United States",Good,71,210,29.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,15,35,90,0,0,135,0,465,0,0,310,0,30,270,0,90,"$150,000 and over",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Bachelor's Degree,,90,135,555,310,0,0,350
+,2022,2.02205E+13,3007,Midwest,Wisconsin,37500,"House, apartment, flat",1,1,4262424,55,Male,White only,Divorced,"Native, born in United States",Fair,70,220,31.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,30,0,690,0,60,360,0,30,35,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Fair,5.5-6 feet,200-300,Bachelor's Degree,,0,30,810,420,0,0,65
+,2022,2.02205E+13,3008,Midwest,Michigan,87500,"House, apartment, flat",1,1,6329797,80,Female,White only,Widowed,"Native, born in United States",Fair,65,200,33.3,11th grade,Eleventh grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,0,0,480,0,0,930,0,0,0,0,0,"$75,000 - $100,000",Silent (74-91),White only,Fair,5-5.5 feet,200-300,Some High School,,0,0,510,930,0,0,0
+,2022,2.02205E+13,3009,Midwest,Wisconsin,125000,"House, apartment, flat",1,1,5457636,73,Male,White only,Married - spouse present,"Native, born in United States",Very good,72,238,32.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,240,0,450,0,0,720,0,0,0,0,0,"$100,000 - $150,000",Silent (74-91),White only,Very good,6-6.5 feet,200-300,Bachelor's Degree,,0,240,480,720,0,0,0
+,2022,2.02205E+13,3010,Midwest,Minnesota,200000,"House, apartment, flat",1,1,9345909,34,Male,White only,Married - spouse present,"Native, born in United States",Excellent,72,180,24.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,40,100,0,0,145,0,540,0,0,558,0,0,57,0,0,"$150,000 and over",Millennials (23-38),White only,Excellent,6-6.5 feet,180-200,Bachelor's Degree,,0,145,640,558,0,0,97
+,2022,2.02205E+13,3011,Northeast,Massachusetts,200000,"House, apartment, flat",1,1,15152986,48,Female,Black only,Married - spouse present,"Native, born in United States",Fair,63,9996,998,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,5,110,10,200,0,0,164,0,565,0,0,214,0,0,172,0,0,"$150,000 and over",Generation X (39-54),Black only,Fair,5-5.5 feet,>300,Some College,,0,164,765,214,0,0,297
+,2022,2.02205E+13,3012,Midwest,Illinois,125000,"House, apartment, flat",1,1,11703421,32,Male,White only,Never married,"Native, born in United States",Very good,74,210,27,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,5,0,0,0,5,0,946,3,120,240,0,0,121,0,0,"$100,000 - $150,000",Millennials (23-38),White only,Very good,6-6.5 feet,200-300,Associate Degree,,0,5,949,360,0,0,126
+,2022,2.02205E+13,3013,South,Florida,45000,"House, apartment, flat",1,1,16596330,76,Female,White only,Married - spouse present,"Native, born in United States",Poor,61,98,18.5,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,Has difficulty remembering,0,0,0,20,0,0,180,0,675,0,0,465,0,0,0,0,0,"$30,000 - $50,000",Silent (74-91),White only,Poor,5-5.5 feet,<100,Graduated High School,,0,180,695,465,0,0,0
+,2022,2.02205E+13,3014,South,South Carolina,17500,Mobile home or trailer with no permanent room added,1,1,6254275,79,Female,White only,Married - spouse present,"Native, born in United States",Good,60,195,38.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,90,0,0,240,0,730,0,20,360,0,0,0,0,0,"$10,000 - $30,000",Silent (74-91),White only,Good,5-5.5 feet,180-200,Bachelor's Degree,,0,240,820,380,0,0,0
+,2022,2.02205E+13,3015,Northeast,Massachusetts,125000,"House, apartment, flat",1,1,4740040,32,Male,White only,Married - spouse present,"Native, born in United States",Very good,67,230,36,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,30,0,0,105,0,0,0,0,510,0,0,90,0,0,90,0,495,"$100,000 - $150,000",Millennials (23-38),White only,Very good,5.5-6 feet,200-300,Master's or Doctoral Degree,,495,0,615,90,0,0,120
+,2022,2.02205E+13,3016,South,Georgia,125000,"House, apartment, flat",1,1,48032632,62,Male,Black only,Married - spouse present,"Native, born in United States",Fair,69,320,47.3,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,40,0,0,0,0,510,0,0,890,0,0,0,0,0,"$100,000 - $150,000",Boomers (55-73),Black only,Fair,5.5-6 feet,>300,Graduated High School,,0,0,550,890,0,0,0
+,2022,2.02205E+13,3017,South,Florida,87500,"House, apartment, flat",1,1,10852284,64,Female,White only,Divorced,"Native, born in United States",Very good,65,120,20,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,30,0,90,0,560,0,0,95,40,0,40,0,495,"$75,000 - $100,000",Boomers (55-73),White only,Very good,5-5.5 feet,120-140,Associate Degree,,495,90,650,135,30,0,40
+,2022,2.02205E+13,3018,West,California,200000,"House, apartment, flat",1,1,4255203,64,Female,White only,Married - spouse present,"Native, born in United States",Good,66,110,17.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,195,0,0,255,0,570,0,0,110,60,0,70,0,120,"$150,000 and over",Boomers (55-73),White only,Good,5.5-6 feet,100-120,Bachelor's Degree,,120,255,765,170,0,0,130
+,2022,2.02205E+13,3019,South,North Carolina,27500,"House, apartment, flat",1,1,7050650,28,Male,White only,Never married,"Native, born in United States",Excellent,72,195,26.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,15,0,640,0,0,470,0,15,180,0,0,"$10,000 - $30,000",Millennials (23-38),White only,Excellent,6-6.5 feet,180-200,Bachelor's Degree,,0,15,760,470,0,0,195
+,2022,2.02205E+13,3020,Midwest,Ohio,67500,"House, apartment, flat",1,1,14177520,39,Male,White only,Married - spouse present,"Native, born in United States",Good,73,340,44.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,2,0,0,75,0,0,0,0,547,0,0,180,0,0,41,0,595,"$50,000 - $75,000",Generation X (39-54),White only,Good,6-6.5 feet,>300,Bachelor's Degree,,595,0,622,180,0,0,43
+,2022,2.02205E+13,3021,West,Idaho,200000,"House, apartment, flat",1,1,7707766,65,Female,White only,Married - spouse present,"Native, born in United States",Excellent,65,140,23.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,65,0,0,330,0,650,0,0,205,90,0,40,0,0,"$150,000 and over",Boomers (55-73),White only,Excellent,5-5.5 feet,140-160,Bachelor's Degree,,0,330,715,295,0,0,100
+,2022,2.02205E+13,3022,Northeast,Pennsylvania,87500,"House, apartment, flat",1,1,14387456,59,Female,White only,Never married,"Native, born in United States",Fair,60,160,31.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,0,0,135,0,540,0,0,165,0,0,0,0,510,"$75,000 - $100,000",Boomers (55-73),White only,Fair,5-5.5 feet,160-180,Bachelor's Degree,,510,135,615,165,0,0,0
+,2022,2.02205E+13,3023,Northeast,New Jersey,11250,"House, apartment, flat",1,1,10363645,50,Female,Black only,Separated,"Foreign born, not a U.S. citizen",Fair,63,165,29.2,High school graduate - diploma,Twelfth grade,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,45,0,150,0,0,0,350,0,545,0,0,0,0,0,67,0,283,"$10,000 - $30,000",Generation X (39-54),Black only,Fair,5-5.5 feet,160-180,Graduated High School,,283,350,545,0,0,0,262
+,2022,2.02205E+13,3024,West,Montana,200000,"House, apartment, flat",1,1,8950471,42,Male,White only,Married - spouse present,"Native, born in United States",Very good,72,225,30.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,200,0,0,25,0,0,0,0,585,0,0,0,0,0,155,0,475,"$150,000 and over",Generation X (39-54),White only,Very good,6-6.5 feet,200-300,Bachelor's Degree,,475,0,610,0,0,0,355
+,2022,2.02205E+13,3025,South,Texas,200000,"House, apartment, flat",1,1,54837684,51,Male,Black only,Married - spouse present,"Native, born in United States",NIU (Not in universe),,9999,999,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,15,50,0,0,10,0,625,0,0,90,0,0,50,0,600,"$150,000 and over",Generation X (39-54),Black only,"Other (Refused, Dont know, NIU)",,>300,Master's or Doctoral Degree,,600,10,675,90,0,0,65
+,2022,2.02205E+13,3026,Midwest,Wisconsin,67500,"House, apartment, flat",1,1,12502265,31,Female,White only,Married - spouse present,"Native, born in United States",Good,62,170,31.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,202,0,0,65,0,0,40,0,450,0,0,100,0,0,80,0,485,"$50,000 - $75,000",Millennials (23-38),White only,Good,5-5.5 feet,160-180,Bachelor's Degree,,485,40,515,100,0,0,282
+,2022,2.02205E+13,3027,West,California,87500,"House, apartment, flat",1,1,10899099,32,Male,Asian only,Never married,"Foreign born, not a U.S. citizen",Excellent,70,185,26.5,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,60,0,450,0,0,240,60,0,30,0,510,"$75,000 - $100,000",Millennials (23-38),Asian only,Excellent,5.5-6 feet,180-200,Master's or Doctoral Degree,,510,60,510,300,0,0,30
+,2022,2.02205E+13,3028,South,Kentucky,17500,"House, apartment, flat",1,1,6391729,72,Female,White only,Never married,"Native, born in United States",Good,63,240,42.5,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,43,55,0,0,119,30,704,0,0,457,0,5,27,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Good,5-5.5 feet,200-300,Some College,,0,149,759,457,0,0,75
+,2022,2.02205E+13,3029,West,California,67500,"House, apartment, flat",1,1,4652289,36,Female,White only,Married - spouse present,"Native, born in United States",Good,65,130,21.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,145,0,65,90,0,0,70,0,650,0,0,330,0,0,90,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Good,5-5.5 feet,120-140,Bachelor's Degree,,0,70,740,330,0,0,300
+,2022,2.02205E+13,3030,South,Tennessee,17500,"House, apartment, flat",1,1,3776572,55,Male,Black only,Divorced,"Native, born in United States",Good,71,206,28.7,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,20,0,0,30,0,765,0,0,625,0,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),Black only,Good,5.5-6 feet,200-300,Some College,,0,30,785,625,0,0,0
+,2022,2.02205E+13,3031,Northeast,New York,32500,"House, apartment, flat",1,1,9616651,29,Male,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Very good,71,237,33.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,15,0,0,40,0,475,0,0,545,0,0,90,0,275,"$30,000 - $50,000",Millennials (23-38),White only,Very good,5.5-6 feet,200-300,Bachelor's Degree,,275,40,490,545,0,0,90
+,2022,2.02205E+13,3032,West,Washington,125000,"House, apartment, flat",1,1,12110623,61,Male,White only,Married - spouse present,"Native, born in United States",Good,71,210,29.3,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,0,0,450,0,0,120,0,0,60,0,570,"$100,000 - $150,000",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Graduated High School,,570,0,540,120,0,0,60
+,2022,2.02205E+13,3033,South,Louisiana,22500,"House, apartment, flat",1,1,6512521,65,Male,Black only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Fair,66,180,29,Associate degree - occupational vocational,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,0,0,715,0,0,450,90,120,20,0,0,"$10,000 - $30,000",Boomers (55-73),Black only,Fair,5.5-6 feet,180-200,Associate Degree,,0,0,760,540,0,0,140
+,2022,2.02205E+13,3034,Midwest,Iowa,27500,"House, apartment, flat",1,1,2344849,30,Female,White only,Never married,"Native, born in United States",Poor,66,185,29.9,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,270,0,0,75,0,0,150,0,660,0,0,285,0,0,0,0,0,"$10,000 - $30,000",Millennials (23-38),White only,Poor,5.5-6 feet,180-200,Associate Degree,,0,150,735,285,0,0,270
+,2022,2.02205E+13,3035,West,Arizona,8750,"House, apartment, flat",1,1,9943571,70,Female,White only,Divorced,"Foreign born, U.S. citizen by naturalization",Fair,60,164,32,7th or 8th grade,Seventh through eighth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,90,50,0,0,74,0,345,0,25,714,0,20,122,0,0,"Less than $10,000",Boomers (55-73),White only,Fair,5-5.5 feet,160-180,Middle School or Less,,0,74,395,739,0,0,232
+,2022,2.02205E+13,3036,Midwest,Illinois,125000,"House, apartment, flat",1,1,33512334,54,Female,White only,Married - spouse present,"Native, born in United States",Very good,64,175,30,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,35,45,0,0,87,0,535,0,0,315,0,10,55,0,358,"$100,000 - $150,000",Boomers (55-73),White only,Very good,5-5.5 feet,160-180,Master's or Doctoral Degree,,358,87,580,315,0,0,100
+,2022,2.02205E+13,3037,South,Louisiana,200000,"House, apartment, flat",1,1,11168673,39,Male,White only,Married - spouse present,"Native, born in United States",Very good,70,270,38.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,5,0,0,105,0,0,465,0,590,0,0,110,120,0,45,0,0,"$150,000 and over",Generation X (39-54),White only,Very good,5.5-6 feet,200-300,Bachelor's Degree,,0,465,695,230,0,0,50
+,2022,2.02205E+13,3038,Midwest,Michigan,8750,"House, apartment, flat",1,1,5046847,72,Male,White only,Divorced,"Native, born in United States",Poor,65,190,31.6,10th grade,Tenth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,0,0,785,0,0,595,0,0,0,0,0,"Less than $10,000",Boomers (55-73),White only,Poor,5-5.5 feet,180-200,Some High School,,0,0,845,595,0,0,0
+,2022,2.02205E+13,3039,West,California,200000,"House, apartment, flat",1,1,7948656,58,Male,White only,Married - spouse present,"Native, born in United States",Very good,70,190,27.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,25,0,0,40,0,0,40,0,540,0,0,355,0,0,80,60,300,"$150,000 and over",Boomers (55-73),White only,Very good,5.5-6 feet,180-200,Bachelor's Degree,,300,40,580,355,0,60,105
+,2022,2.02205E+13,3040,West,California,87500,"House, apartment, flat",1,1,26523025,20,Female,White only,Never married,"Native, born in United States",Fair,63,115,20.4,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,10,6,60,90,0,55,0,464,0,0,275,0,0,120,0,360,"$75,000 - $100,000",Generation Z (7-22),White only,Fair,5-5.5 feet,100-120,Graduated High School,,360,55,524,275,90,0,136
+,2022,2.02205E+13,3041,West,Oregon,200000,"House, apartment, flat",1,1,3200062,41,Female,White only,Married - spouse present,"Native, born in United States",Very good,64,165,28.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,90,135,0,0,45,0,600,0,0,500,60,0,10,0,0,"$150,000 and over",Generation X (39-54),White only,Very good,5-5.5 feet,160-180,Bachelor's Degree,,0,45,735,560,0,0,100
+,2022,2.02205E+13,3042,Midwest,Indiana,67500,"House, apartment, flat",1,1,11358498,62,Female,White only,Married - spouse present,"Native, born in United States",Very good,62,168,30.7,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,120,0,600,0,0,100,120,0,0,0,410,"$50,000 - $75,000",Boomers (55-73),White only,Very good,5-5.5 feet,160-180,Master's or Doctoral Degree,,410,120,690,220,0,0,0
+,2022,2.02205E+13,3043,South,Arkansas,200000,"House, apartment, flat",1,1,6741933,31,Male,White only,Married - spouse present,"Native, born in United States",Very good,67,160,25.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,0,0,485,0,0,120,265,0,510,0,0,"$150,000 and over",Millennials (23-38),White only,Very good,5.5-6 feet,160-180,Bachelor's Degree,,0,0,545,385,0,0,510
+,2022,2.02205E+13,3044,South,Oklahoma,27500,"House, apartment, flat",1,1,10993573,24,Male,White only,Never married,"Native, born in United States",Refused,,9996,998,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,0,0,630,0,0,750,0,0,0,0,0,"$10,000 - $30,000",Millennials (23-38),White only,"Other (Refused, Dont know, NIU)",,>300,Graduated High School,,0,0,690,750,0,0,0
+,2022,2.02205E+13,3045,South,Florida,45000,"House, apartment, flat",1,1,11441044,73,Male,White only,Married - spouse present,"Native, born in United States",Very good,71,177,24.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,135,0,0,40,0,572,0,0,165,0,0,32,0,496,"$30,000 - $50,000",Silent (74-91),White only,Very good,5.5-6 feet,160-180,Bachelor's Degree,,496,40,707,165,0,0,32
+,2022,2.02205E+13,3046,South,Florida,17500,"House, apartment, flat",1,1,10016376,42,Male,White only,Divorced,"Foreign born, not a U.S. citizen",Fair,67,198,31,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,10,0,0,40,0,525,0,0,150,0,60,170,0,475,"$10,000 - $30,000",Generation X (39-54),White only,Fair,5.5-6 feet,180-200,Bachelor's Degree,,475,40,535,150,0,0,240
+,2022,2.02205E+13,3047,Northeast,Massachusetts,27500,"House, apartment, flat",1,1,9694456,56,Female,Black only,Married - spouse present,"Native, born in United States",Good,67,290,45.4,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,30,0,810,0,0,240,0,0,0,180,0,"$10,000 - $30,000",Boomers (55-73),Black only,Good,5.5-6 feet,200-300,Graduated High School,,0,30,870,240,0,180,0
+,2022,2.02205E+13,3048,South,Florida,200000,"House, apartment, flat",1,1,2351104,76,Female,Asian only,Widowed,"Foreign born, U.S. citizen by naturalization",Excellent,61,150,28.3,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,45,75,0,0,70,0,660,0,15,270,20,165,120,0,0,"$150,000 and over",Silent (74-91),Asian only,Excellent,5-5.5 feet,140-160,Master's or Doctoral Degree,,0,70,735,305,0,0,330
+,2022,2.02205E+13,3049,West,Idaho,125000,"House, apartment, flat",1,1,8345213,45,Male,White only,Married - spouse present,"Native, born in United States",Very good,70,200,28.7,Some college but no degree,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,105,0,0,0,0,525,0,0,135,0,0,75,0,600,"$100,000 - $150,000",Generation X (39-54),White only,Very good,5.5-6 feet,200-300,Some College,,600,0,630,135,0,0,75
+,2022,2.02205E+13,3050,South,Louisiana,37500,"House, apartment, flat",1,1,9559848,85,Female,White only,Widowed,"Native, born in United States",Good,59,128,25.9,12th grade - no diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,65,0,0,283,0,545,0,45,447,10,45,0,0,0,"$30,000 - $50,000",Silent (74-91),White only,Good,0-5 feet,120-140,Some High School,,0,283,610,502,0,0,45
+,2022,2.02205E+13,3051,Midwest,North Dakota,67500,Mobile home or trailer with 1 or more rooms added,1,1,5927200,59,Male,White only,Divorced,"Native, born in United States",Good,67,165,25.8,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,60,0,690,0,0,560,0,0,40,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Good,5.5-6 feet,160-180,Graduated High School,,0,60,780,560,0,0,40
+,2022,2.02205E+13,3052,Midwest,Iowa,200000,"House, apartment, flat",1,1,8895772,55,Female,White only,Married - spouse present,"Native, born in United States",Very good,67,126,19.7,Some college but no degree,College--four years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,65,0,510,0,0,100,45,0,0,0,630,"$150,000 and over",Boomers (55-73),White only,Very good,5.5-6 feet,120-140,Some College,,630,65,600,145,0,0,0
+,2022,2.02205E+13,3053,South,Arkansas,8750,Mobile home or trailer with no permanent room added,1,1,5919488,79,Female,White only,Widowed,"Native, born in United States",Poor,60,161,31.4,10th grade,Tenth grade,Not in labor force,NIU (Not in universe),Has vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,60,0,0,60,0,495,0,0,825,0,0,0,0,0,"Less than $10,000",Silent (74-91),White only,Poor,5-5.5 feet,160-180,Some High School,,0,60,555,825,0,0,0
+,2022,2.02205E+13,3054,Northeast,New Jersey,8750,"House, apartment, flat",1,1,4982302,85,Female,Black only,Widowed,"Native, born in United States",Fair,63,124,22,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,16,0,0,60,0,480,0,0,814,0,0,40,0,0,"Less than $10,000",Silent (74-91),Black only,Fair,5-5.5 feet,120-140,Graduated High School,,0,60,496,814,0,0,70
+,2022,2.02205E+13,3055,Northeast,New York,32500,"House, apartment, flat",1,1,66265854,49,Male,Black only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Good,71,172,24,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,120,55,0,0,50,0,415,0,0,110,0,0,210,0,480,"$30,000 - $50,000",Generation X (39-54),Black only,Good,5.5-6 feet,160-180,Graduated High School,,480,50,470,110,0,0,330
+,2022,2.02205E+13,3056,Northeast,New Jersey,67500,"House, apartment, flat",1,1,10536416,80,Female,White only,Widowed,"Native, born in United States",Fair,66,175,28.2,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,65,0,0,60,0,645,0,0,180,0,0,20,450,0,"$50,000 - $75,000",Silent (74-91),White only,Fair,5.5-6 feet,160-180,Graduated High School,,0,60,710,180,0,450,20
+,2022,2.02205E+13,3057,Northeast,New York,200000,"House, apartment, flat",1,1,24336984,33,Female,White only,Never married,"Native, born in United States",Excellent,72,170,23.1,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,5,80,0,0,50,0,475,0,0,175,0,0,55,0,600,"$150,000 and over",Millennials (23-38),White only,Excellent,6-6.5 feet,160-180,Master's or Doctoral Degree,,600,50,555,175,0,0,60
+,2022,2.02205E+13,3058,Midwest,Iowa,55000,"House, apartment, flat",1,1,2663522,80,Female,White only,Married - spouse present,"Native, born in United States",Good,60,9996,998,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,0,0,1020,0,0,330,0,0,0,0,0,"$50,000 - $75,000",Silent (74-91),White only,Good,5-5.5 feet,>300,Bachelor's Degree,,0,0,1110,330,0,0,0
+,2022,2.02205E+13,3059,West,California,125000,"House, apartment, flat",1,1,4375307,69,Female,White only,Married - spouse present,"Native, born in United States",Excellent,63,118,20.9,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,430,0,510,0,0,360,0,0,0,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Excellent,5-5.5 feet,100-120,Master's or Doctoral Degree,,0,430,570,360,0,0,0
+,2022,2.02205E+13,3060,South,Georgia,200000,"House, apartment, flat",1,1,16659813,38,Male,White only,Married - spouse absent,"Native, born in United States",Very good,70,165,23.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,30,0,4,50,0,0,0,0,295,0,0,180,285,0,157,0,439,"$150,000 and over",Generation X (39-54),White only,Very good,5.5-6 feet,160-180,Bachelor's Degree,,439,0,345,465,0,0,191
+,2022,2.02205E+13,3061,West,Arizona,125000,"House, apartment, flat",1,1,9878622,25,Female,White only,Never married,"Native, born in United States",Good,65,122,20.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,25,60,744,0,30,0,540,0,0,30,0,0,11,0,0,"$100,000 - $150,000",Millennials (23-38),White only,Good,5-5.5 feet,120-140,Bachelor's Degree,,0,30,600,30,744,0,36
+,2022,2.02205E+13,3062,Midwest,Ohio,37500,"House, apartment, flat",1,1,24243615,20,Male,White only,Never married,"Native, born in United States",Fair,69,155,22.9,High school graduate - diploma,Twelfth grade,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,0,0,260,0,0,60,100,0,85,0,890,"$30,000 - $50,000",Generation Z (7-22),White only,Fair,5.5-6 feet,140-160,Graduated High School,,890,0,305,160,0,0,85
+,2022,2.02205E+13,3063,West,Nevada,87500,"House, apartment, flat",1,1,4583398,32,Male,White only,Married - spouse present,"Native, born in United States",Good,69,240,35.4,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,30,0,0,30,0,0,750,0,630,0,0,0,0,0,0,0,0,"$75,000 - $100,000",Millennials (23-38),White only,Good,5.5-6 feet,200-300,Associate Degree,,0,750,660,0,0,0,30
+,2022,2.02205E+13,3064,Midwest,Wisconsin,87500,"House, apartment, flat",1,1,18388640,54,Female,White only,Married - spouse present,"Native, born in United States",Good,63,205,36.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,150,0,35,60,0,0,140,0,420,5,0,260,0,120,125,0,125,"$75,000 - $100,000",Boomers (55-73),White only,Good,5-5.5 feet,200-300,Bachelor's Degree,,125,140,485,260,0,0,430
+,2022,2.02205E+13,3065,Northeast,Massachusetts,125000,"House, apartment, flat",1,1,2528973,80,Male,White only,Married - spouse present,"Native, born in United States",Very good,70,185,26.5,Some college but no degree,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,40,0,45,0,0,395,0,425,0,0,515,0,0,20,0,0,"$100,000 - $150,000",Silent (74-91),White only,Very good,5.5-6 feet,180-200,Some College,,0,395,470,515,0,0,60
+,2022,2.02205E+13,3066,West,Colorado,125000,"House, apartment, flat",1,1,19593589,67,Female,White only,Married - spouse present,"Native, born in United States",Very good,67,195,30.5,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,90,0,105,0,0,85,0,630,0,0,431,0,0,99,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Very good,5.5-6 feet,180-200,Graduated High School,,0,85,735,431,0,0,189
+,2022,2.02205E+13,3067,Northeast,Vermont,87500,"House, apartment, flat",1,1,20558411,58,Female,White only,Married - spouse present,"Native, born in United States",Very good,69,175,25.8,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,95,0,0,55,0,508,0,120,145,0,0,45,0,442,"$75,000 - $100,000",Boomers (55-73),White only,Very good,5.5-6 feet,160-180,Graduated High School,,442,55,603,265,0,0,45
+,2022,2.02205E+13,3068,West,Montana,87500,"House, apartment, flat",1,1,3185071,43,Male,White only,Married - spouse present,"Native, born in United States",Very good,71,180,25.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,135,0,0,695,0,420,0,0,190,0,0,0,0,0,"$75,000 - $100,000",Generation X (39-54),White only,Very good,5.5-6 feet,180-200,Bachelor's Degree,,0,695,555,190,0,0,0
+,2022,2.02205E+13,3069,South,South Carolina,45000,"House, apartment, flat",1,1,4018976,61,Female,"American Indian, Alaskan Native",Divorced,"Native, born in United States",Good,64,180,30.9,High school graduate - diploma,Twelfth grade,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,40,0,0,60,0,390,0,105,720,0,0,125,0,0,"$30,000 - $50,000",Boomers (55-73),"American Indian, Alaskan Native",Good,5-5.5 feet,180-200,Graduated High School,,0,60,430,825,0,0,125
+,2022,2.02205E+13,3070,Midwest,Michigan,67500,"House, apartment, flat",1,1,11889872,46,Female,White only,Never married,"Native, born in United States",Very good,70,157,22.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,10,0,0,5,0,600,30,0,70,205,0,30,0,490,"$50,000 - $75,000",Generation X (39-54),White only,Very good,5.5-6 feet,140-160,Bachelor's Degree,,490,5,640,275,0,0,30
+,2022,2.02205E+13,3071,Midwest,Ohio,37500,"House, apartment, flat",1,1,18129869,58,Male,White only,Married - spouse present,"Native, born in United States",Fair,69,220,32.5,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,70,0,603,0,0,647,0,30,0,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Fair,5.5-6 feet,200-300,Graduated High School,,0,70,693,647,0,0,30
+,2022,2.02205E+13,3072,West,Arizona,45000,"House, apartment, flat",1,1,6791218,80,Male,White only,Widowed,"Native, born in United States",Fair,68,152,23.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,50,20,0,0,90,0,450,0,0,555,20,30,85,0,0,"$30,000 - $50,000",Silent (74-91),White only,Fair,5.5-6 feet,140-160,Bachelor's Degree,,0,90,470,575,0,0,165
+,2022,2.02205E+13,3073,Midwest,Indiana,200000,"House, apartment, flat",1,1,13664559,53,Female,White only,Married - spouse present,"Native, born in United States",Good,68,150,22.8,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,80,0,0,45,0,590,0,0,78,0,0,14,0,633,"$150,000 and over",Generation X (39-54),White only,Good,5.5-6 feet,140-160,Master's or Doctoral Degree,,633,45,670,78,0,0,14
+,2022,2.02205E+13,3074,South,Florida,11250,"House, apartment, flat",1,1,9198456,25,Female,White only,Never married,"Foreign born, not a U.S. citizen",Fair,60,107,20.9,12th grade - no diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,20,0,0,0,0,780,0,0,560,0,0,80,0,0,"$10,000 - $30,000",Millennials (23-38),White only,Fair,5-5.5 feet,100-120,Some High School,,0,0,800,560,0,0,80
+,2022,2.02205E+13,3075,Midwest,Indiana,87500,"House, apartment, flat",1,1,3508076,44,Male,White only,Married - spouse present,"Native, born in United States",Excellent,67,190,29.8,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,75,0,0,45,0,0,15,0,453,0,0,15,0,0,19,788,30,"$75,000 - $100,000",Generation X (39-54),White only,Excellent,5.5-6 feet,180-200,Master's or Doctoral Degree,,30,15,498,15,0,788,94
+,2022,2.02205E+13,3076,Midwest,Michigan,200000,"House, apartment, flat",1,1,25606467,42,Male,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Very good,73,226,29.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,1,0,175,0,0,0,0,495,0,0,170,0,0,129,0,470,"$150,000 and over",Generation X (39-54),White only,Very good,6-6.5 feet,200-300,Bachelor's Degree,,470,0,670,170,0,0,130
+,2022,2.02205E+13,3077,Midwest,Missouri,11250,Mobile home or trailer with no permanent room added,1,1,11213855,77,Female,White only,Divorced,"Native, born in United States",Very good,61,135,25.5,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,90,30,0,0,0,0,450,0,0,853,0,0,17,0,0,"$10,000 - $30,000",Silent (74-91),White only,Very good,5-5.5 feet,120-140,Graduated High School,,0,0,480,853,0,0,107
+,2022,2.02205E+13,3078,West,California,125000,"House, apartment, flat",1,1,4104023,59,Female,White only,Never married,"Native, born in United States",Very good,63,183,32.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,35,0,0,0,45,0,440,0,50,0,0,0,180,0,690,"$100,000 - $150,000",Boomers (55-73),White only,Very good,5-5.5 feet,180-200,Bachelor's Degree,,690,45,440,50,0,0,215
+,2022,2.02205E+13,3079,South,North Carolina,67500,"House, apartment, flat",1,1,12671509,46,Female,White only,Never married,"Foreign born, not a U.S. citizen",Fair,60,200,39.1,9th grade,Ninth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,10,0,0,60,0,900,0,0,350,0,120,0,0,0,"$50,000 - $75,000",Generation X (39-54),White only,Fair,5-5.5 feet,200-300,Some High School,,0,60,910,350,0,0,120
+,2022,2.02205E+13,3080,Northeast,Pennsylvania,200000,"House, apartment, flat",1,1,10325046,51,Female,White only,Married - spouse present,"Native, born in United States",Good,63,130,23,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,37,0,40,139,0,0,0,0,639,0,0,20,0,0,125,0,440,"$150,000 and over",Generation X (39-54),White only,Good,5-5.5 feet,120-140,Bachelor's Degree,,440,0,778,20,0,0,202
+,2022,2.02205E+13,3081,Northeast,New Jersey,32500,"House, apartment, flat",1,1,10468918,64,Male,Hawaiian Pacific Islander only,Never married,"Native, born in Puerto Rico or U.S. Outlying Area",Excellent,65,139,23.1,High school graduate - diploma,Twelfth grade,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,320,25,0,0,155,0,550,0,0,120,30,0,240,0,0,"$30,000 - $50,000",Boomers (55-73),Hawaiian Pacific Islander only,Excellent,5-5.5 feet,120-140,Graduated High School,,0,155,575,150,0,0,560
+,2022,2.02205E+13,3082,South,Oklahoma,200000,"House, apartment, flat",1,1,7983836,59,Male,White only,Married - spouse present,"Native, born in United States",Good,69,225,33.2,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,80,35,0,0,230,30,440,0,0,45,0,0,203,0,377,"$150,000 and over",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Associate Degree,,377,260,475,45,0,0,283
+,2022,2.02205E+13,3083,Midwest,South Dakota,55000,"House, apartment, flat",1,1,10221106,40,Male,White only,Married - spouse present,"Native, born in United States",NIU (Not in universe),,9999,999,Associate degree - occupational vocational,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,0,0,927,0,0,0,0,0,6,0,507,"$50,000 - $75,000",Generation X (39-54),White only,"Other (Refused, Dont know, NIU)",,>300,Associate Degree,,507,0,927,0,0,0,6
+,2022,2.02205E+13,3084,West,Nevada,2500,"House, apartment, flat",1,1,5755930,41,Female,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Excellent,,150,998,5th or 6th grade,Fifth through sixth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,90,0,0,90,0,0,285,0,450,0,305,190,0,0,30,0,0,"Less than $10,000",Generation X (39-54),White only,Excellent,,140-160,Middle School or Less,,0,285,540,495,0,0,120
+,2022,2.02205E+13,3085,South,Texas,11250,"House, apartment, flat",1,1,7882044,47,Male,White only,Divorced,"Foreign born, not a U.S. citizen",Fair,61,165,31.2,High school graduate - diploma,Twelfth grade,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,0,0,585,0,0,120,0,0,90,0,585,"$10,000 - $30,000",Generation X (39-54),White only,Fair,5-5.5 feet,160-180,Graduated High School,,585,0,645,120,0,0,90
+,2022,2.02205E+13,3086,Northeast,New York,200000,"House, apartment, flat",1,1,16476609,67,Male,White only,Married - spouse present,"Native, born in United States",Excellent,69,165,24.4,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,65,0,0,445,0,540,0,0,150,60,0,0,0,30,"$150,000 and over",Boomers (55-73),White only,Excellent,5.5-6 feet,160-180,Master's or Doctoral Degree,,30,445,605,210,0,0,0
+,2022,2.02205E+13,3087,West,Utah,67500,"House, apartment, flat",1,1,34265560,33,Female,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Good,66,120,19.4,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,90,0,570,0,0,150,0,0,45,0,450,"$50,000 - $75,000",Millennials (23-38),White only,Good,5.5-6 feet,120-140,Graduated High School,,450,90,600,150,0,0,45
+,2022,2.02205E+13,3088,Northeast,Massachusetts,45000,"House, apartment, flat",1,1,4722638,40,Female,White only,Married - spouse absent,"Native, born in United States",NIU (Not in universe),,9999,999,Associate degree - occupational vocational,Twelfth grade,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,50,0,0,90,0,575,0,0,135,0,90,0,0,470,"$30,000 - $50,000",Generation X (39-54),White only,"Other (Refused, Dont know, NIU)",,>300,Associate Degree,,470,90,625,135,0,0,90
+,2022,2.02205E+13,3089,Northeast,New Hampshire,55000,"House, apartment, flat",1,1,7956051,69,Female,White only,Married - spouse present,"Native, born in United States",Very good,66,168,27.1,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,45,60,0,375,0,540,0,30,120,60,30,120,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Very good,5.5-6 feet,160-180,Master's or Doctoral Degree,,0,375,585,210,60,0,210
+,2022,2.02205E+13,3090,South,Florida,87500,"House, apartment, flat",1,1,9127414,29,Female,White only,Married - spouse present,"Native, born in United States",Excellent,65,110,18.3,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,55,0,0,70,0,0,53,0,533,0,5,404,0,60,8,120,0,"$75,000 - $100,000",Millennials (23-38),White only,Excellent,5-5.5 feet,100-120,Graduated High School,,0,53,603,409,0,120,123
+,2022,2.02205E+13,3091,West,Utah,125000,"House, apartment, flat",1,1,2998611,50,Male,White only,Divorced,"Native, born in United States",Good,77,300,35.6,Associate degree - academic program,College--four years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,30,0,0,300,0,678,0,0,240,30,0,32,0,120,"$100,000 - $150,000",Generation X (39-54),White only,Good,6-6.5 feet,>300,Associate Degree,,120,300,708,270,0,0,42
+,2022,2.02205E+13,3092,West,California,200000,"House, apartment, flat",1,1,6937229,35,Male,White only,Married - spouse present,"Native, born in United States",Very good,71,250,34.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,145,0,0,60,0,0,180,0,510,0,0,273,0,0,212,0,0,"$150,000 and over",Millennials (23-38),White only,Very good,5.5-6 feet,200-300,Bachelor's Degree,,0,180,570,273,0,0,357
+,2022,2.02205E+13,3093,Northeast,Massachusetts,125000,"House, apartment, flat",1,1,14643671,36,Female,White-Black,Never married,"Native, born in United States",Very good,68,150,22.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,90,0,0,40,0,485,15,105,135,0,0,130,0,410,"$100,000 - $150,000",Millennials (23-38),Mixed,Very good,5.5-6 feet,140-160,Bachelor's Degree,,410,40,590,240,0,0,160
+,2022,2.02205E+13,3094,South,Kentucky,27500,"House, apartment, flat",1,1,2686654,30,Female,White only,Never married,"Native, born in United States",Good,62,220,40.2,Associate degree - occupational vocational,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,Has difficulty remembering,0,65,21,30,0,0,329,0,685,0,0,220,0,0,90,0,0,"$10,000 - $30,000",Millennials (23-38),White only,Good,5-5.5 feet,200-300,Associate Degree,,0,329,715,220,0,0,176
+,2022,2.02205E+13,3095,South,Texas,125000,"House, apartment, flat",1,1,17012463,45,Female,White-American Indian,Married - spouse present,"Native, born in United States",Good,62,115,21,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,407,0,60,60,0,15,210,0,508,0,0,50,10,0,120,0,0,"$100,000 - $150,000",Generation X (39-54),Mixed,Good,5-5.5 feet,100-120,Master's or Doctoral Degree,,0,210,568,60,0,0,602
+,2022,2.02205E+13,3096,South,Oklahoma,67500,"House, apartment, flat",1,1,5145765,37,Male,Asian only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Good,67,178,27.9,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,100,0,0,30,0,745,0,90,120,0,0,280,0,45,"$50,000 - $75,000",Millennials (23-38),Asian only,Good,5.5-6 feet,160-180,Associate Degree,,45,30,845,210,0,0,310
+,2022,2.02205E+13,3097,South,Georgia,55000,"House, apartment, flat",1,1,8176617,58,Male,White-Asian,Divorced,"Native, born in United States",Good,71,214,29.8,Associate degree - academic program,College--four years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,80,0,0,75,0,525,0,0,185,0,0,70,0,505,"$50,000 - $75,000",Boomers (55-73),Mixed,Good,5.5-6 feet,200-300,Associate Degree,,505,75,605,185,0,0,70
+,2022,2.02205E+13,3098,West,California,200000,"House, apartment, flat",1,1,3902924,77,Male,Asian only,Married - spouse present,"Native, born in United States",Very good,64,170,29.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,180,0,0,240,0,600,0,0,420,0,0,0,0,0,"$150,000 and over",Silent (74-91),Asian only,Very good,5-5.5 feet,160-180,Bachelor's Degree,,0,240,780,420,0,0,0
+,2022,2.02205E+13,3099,South,Tennessee,67500,"House, apartment, flat",1,1,6267146,57,Male,White only,Married - spouse present,"Native, born in United States",Good,75,300,37.5,Associate degree - occupational vocational,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,70,0,0,10,0,525,0,0,0,0,0,0,0,835,"$50,000 - $75,000",Boomers (55-73),White only,Good,6-6.5 feet,>300,Associate Degree,,835,10,595,0,0,0,0
+,2022,2.02205E+13,3100,South,Louisiana,67500,"House, apartment, flat",1,1,12411930,65,Male,White only,Married - spouse present,"Native, born in United States",Good,70,205,29.4,"1st, 2nd, 3rd, or 4th grade",First through fourth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,15,0,0,675,0,630,0,0,120,0,0,0,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Middle School or Less,,0,675,645,120,0,0,0
+,2022,2.02205E+13,3101,South,Delaware,32500,"House, apartment, flat",1,1,4620887,34,Male,White only,Married - spouse present,"Native, born in United States",Good,72,180,24.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,0,0,480,0,0,60,0,0,0,0,840,"$30,000 - $50,000",Millennials (23-38),White only,Good,6-6.5 feet,180-200,Bachelor's Degree,,840,0,540,60,0,0,0
+,2022,2.02205E+13,3102,South,North Carolina,67500,"House, apartment, flat",1,1,19064922,66,Male,White only,Married - spouse present,"Native, born in United States",Fair,68,150,22.8,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,57,0,321,0,0,614,0,0,418,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Fair,5.5-6 feet,140-160,Graduated High School,,0,57,351,614,0,0,418
+,2022,2.02205E+13,3103,Northeast,Pennsylvania,125000,"House, apartment, flat",1,1,5006167,40,Female,White only,Married - spouse present,"Native, born in United States",NIU (Not in universe),,9999,999,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,190,0,25,70,0,0,475,0,575,0,0,60,0,0,45,0,0,"$100,000 - $150,000",Generation X (39-54),White only,"Other (Refused, Dont know, NIU)",,>300,Master's or Doctoral Degree,,0,475,645,60,0,0,260
+,2022,2.02205E+13,3104,West,California,200000,"House, apartment, flat",1,1,13953937,19,Male,White only,Never married,"Native, born in United States",Excellent,70,185,26.5,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,50,90,0,40,0,632,0,0,182,0,0,20,0,421,"$150,000 and over",Generation Z (7-22),White only,Excellent,5.5-6 feet,180-200,Some College,,421,40,682,182,90,0,20
+,2022,2.02205E+13,3105,South,District of Columbia,200000,"House, apartment, flat",1,1,12020823,46,Male,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Very good,72,211,28.6,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,90,70,0,60,0,510,0,0,280,30,0,40,0,330,"$150,000 and over",Generation X (39-54),White only,Very good,6-6.5 feet,200-300,Master's or Doctoral Degree,,330,60,600,310,70,0,70
+,2022,2.02205E+13,3106,West,California,200000,"House, apartment, flat",1,1,11480796,48,Female,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Very good,63,120,21.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,60,0,0,50,0,0,0,0,600,0,0,210,0,0,50,0,470,"$150,000 and over",Generation X (39-54),White only,Very good,5-5.5 feet,120-140,Bachelor's Degree,,470,0,650,210,0,0,110
+,2022,2.02205E+13,3107,Midwest,Indiana,87500,"House, apartment, flat",1,1,35293127,19,Male,White only,Never married,"Foreign born, not a U.S. citizen",Very good,69,155,22.9,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,0,0,330,0,480,0,0,0,0,0,30,0,525,"$75,000 - $100,000",Generation Z (7-22),White only,Very good,5.5-6 feet,140-160,Some College,,525,330,555,0,0,0,30
+,2022,2.02205E+13,3108,Midwest,Kansas,67500,"House, apartment, flat",1,1,1361630,54,Female,White only,Widowed,"Native, born in United States",Very good,63,212,37.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,279,45,165,0,0,210,0,555,0,60,0,0,0,126,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Very good,5-5.5 feet,200-300,Bachelor's Degree,,0,210,720,60,0,0,450
+,2022,2.02205E+13,3109,Midwest,Illinois,67500,"House, apartment, flat",1,1,15450607,69,Female,White only,Married - spouse present,"Native, born in United States",Very good,60,130,25.4,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,75,0,0,300,0,435,0,0,420,0,0,180,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Very good,5-5.5 feet,120-140,Graduated High School,,0,300,510,420,0,0,210
+,2022,2.02205E+13,3110,West,California,87500,"House, apartment, flat",1,1,8745498,54,Male,White only,Married - spouse present,"Native, born in United States",Good,70,185,26.5,High school graduate - GED,Eleventh grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,67,60,0,0,120,0,210,0,0,603,0,0,60,0,320,"$75,000 - $100,000",Boomers (55-73),White only,Good,5.5-6 feet,180-200,Graduated High School,,320,120,270,603,0,0,127
+,2022,2.02205E+13,3111,South,Texas,17500,"House, apartment, flat",1,1,11325250,31,Female,White only,Divorced,"Native, born in United States",Good,63,215,38.1,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,52,0,0,20,0,0,15,0,575,0,0,294,0,0,4,0,480,"$10,000 - $30,000",Millennials (23-38),White only,Good,5-5.5 feet,200-300,Graduated High School,,480,15,595,294,0,0,56
+,2022,2.02205E+13,3112,Midwest,Ohio,125000,"House, apartment, flat",1,1,7151502,32,Male,White only,Married - spouse present,"Native, born in United States",Very good,75,200,25,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,120,0,0,90,0,0,135,0,545,0,0,375,0,0,85,0,45,"$100,000 - $150,000",Millennials (23-38),White only,Very good,6-6.5 feet,200-300,Bachelor's Degree,,45,135,635,375,0,0,205
+,2022,2.02205E+13,3113,West,Washington,87500,"House, apartment, flat",1,1,2724525,74,Female,White only,Never married,"Native, born in United States",Very good,65,190,31.6,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,45,0,0,285,0,555,0,0,30,150,90,135,0,0,"$75,000 - $100,000",Silent (74-91),White only,Very good,5-5.5 feet,180-200,Master's or Doctoral Degree,,0,285,600,180,0,0,255
+,2022,2.02205E+13,3114,South,Oklahoma,87500,"House, apartment, flat",1,1,4528092,32,Male,White only,Married - spouse present,"Native, born in United States",Very good,74,280,35.9,Some college but no degree,College--one year,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,Has difficulty remembering,0,0,0,40,0,0,60,0,570,0,0,140,0,0,30,0,600,"$75,000 - $100,000",Millennials (23-38),White only,Very good,6-6.5 feet,200-300,Some College,,600,60,610,140,0,0,30
+,2022,2.02205E+13,3115,South,Mississippi,22500,Mobile home or trailer with 1 or more rooms added,1,1,10782176,57,Male,Black only,Widowed,"Native, born in United States",Good,64,220,37.8,12th grade - no diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,10,0,0,10,0,550,0,0,800,0,0,40,0,0,"$10,000 - $30,000",Boomers (55-73),Black only,Good,5-5.5 feet,200-300,Some High School,,0,10,560,800,0,0,70
+,2022,2.02205E+13,3116,Midwest,Indiana,125000,"House, apartment, flat",1,1,17548209,58,Female,White only,Married - spouse present,"Native, born in United States",Fair,62,160,29.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,95,45,90,0,215,0,705,0,0,240,0,0,50,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Fair,5-5.5 feet,160-180,Bachelor's Degree,,0,215,750,240,90,0,145
+,2022,2.02205E+13,3117,Midwest,Wisconsin,37500,"House, apartment, flat",1,1,13432753,29,Male,White only,Never married,"Native, born in United States",Excellent,65,120,20,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,15,0,0,20,0,540,0,0,180,0,0,40,0,585,"$30,000 - $50,000",Millennials (23-38),White only,Excellent,5-5.5 feet,120-140,Some College,,585,20,555,180,0,0,40
+,2022,2.02205E+13,3118,Midwest,Illinois,45000,"House, apartment, flat",1,1,9318077,69,Female,White only,Married - spouse present,"Native, born in United States",Very good,60,114,22.3,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,60,0,100,0,0,170,0,560,0,0,450,0,0,100,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Very good,5-5.5 feet,100-120,Graduated High School,,0,170,660,450,0,0,160
+,2022,2.02205E+13,3119,West,California,200000,"House, apartment, flat",1,1,6812625,41,Female,White only,Married - spouse present,"Native, born in United States",Excellent,60,125,24.4,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,85,60,0,0,470,0,495,0,0,250,0,0,15,0,65,"$150,000 and over",Generation X (39-54),White only,Excellent,5-5.5 feet,120-140,Master's or Doctoral Degree,,65,470,555,250,0,0,100
+,2022,2.02205E+13,3120,Northeast,New York,125000,"House, apartment, flat",1,1,8438534,80,Male,White only,Widowed,"Native, born in United States",Fair,70,185,26.5,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,230,0,0,60,0,780,0,0,220,0,0,90,0,0,"$100,000 - $150,000",Silent (74-91),White only,Fair,5.5-6 feet,180-200,Master's or Doctoral Degree,,0,60,1010,220,0,0,90
+,2022,2.02205E+13,3121,South,Maryland,200000,"House, apartment, flat",1,1,11773057,59,Male,White only,Married - spouse present,"Native, born in United States",Very good,73,215,28.4,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,15,90,0,0,10,0,550,0,0,185,0,0,20,0,570,"$150,000 and over",Boomers (55-73),White only,Very good,6-6.5 feet,200-300,Master's or Doctoral Degree,,570,10,640,185,0,0,35
+,2022,2.02205E+13,3122,South,South Carolina,87500,"House, apartment, flat",1,1,5631030,34,Male,White only,Married - spouse present,"Native, born in United States",Good,68,200,30.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,45,0,0,105,0,0,165,0,465,0,0,330,300,0,30,0,0,"$75,000 - $100,000",Millennials (23-38),White only,Good,5.5-6 feet,200-300,Bachelor's Degree,,0,165,570,630,0,0,75
+,2022,2.02205E+13,3123,South,Georgia,200000,"House, apartment, flat",1,1,25146437,17,Female,White only,Never married,"Native, born in United States",Good,67,9997,998,11th grade,Eleventh grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,300,0,0,60,600,0,0,375,0,0,105,0,0,"$150,000 and over",Generation Z (7-22),White only,Good,5.5-6 feet,>300,Some High School,,0,60,600,375,300,0,105
+,2022,2.02205E+13,3124,South,Kentucky,200000,"House, apartment, flat",1,1,9088503,49,Female,Asian only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Very good,60,108,21.1,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,45,0,0,45,0,0,20,0,560,0,0,75,0,0,50,0,605,"$150,000 and over",Generation X (39-54),Asian only,Very good,5-5.5 feet,100-120,Master's or Doctoral Degree,,605,20,605,75,0,0,95
+,2022,2.02205E+13,3125,West,Washington,37500,"House, apartment, flat",1,1,9077386,73,Male,White only,Divorced,"Native, born in United States",Excellent,71,170,23.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,120,15,0,0,156,0,589,0,0,465,75,0,20,0,0,"$30,000 - $50,000",Silent (74-91),White only,Excellent,5.5-6 feet,160-180,Bachelor's Degree,,0,156,604,540,0,0,140
+,2022,2.02205E+13,3126,South,Kentucky,200000,"House, apartment, flat",1,1,6747066,46,Female,"American Indian, Alaskan Native",Married - spouse present,"Native, born in United States",Very good,66,140,22.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,0,0,330,0,0,390,0,0,30,0,630,"$150,000 and over",Generation X (39-54),"American Indian, Alaskan Native",Very good,5.5-6 feet,140-160,Bachelor's Degree,,630,0,390,390,0,0,30
+,2022,2.02205E+13,3127,Northeast,New York,22500,"House, apartment, flat",1,1,7342161,85,Female,White only,Widowed,"Native, born in United States",Good,67,176,27.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,Has physical difficulty,Has difficulty remembering,0,0,0,180,0,0,0,0,840,0,0,420,0,0,0,0,0,"$10,000 - $30,000",Silent (74-91),White only,Good,5.5-6 feet,160-180,Bachelor's Degree,,0,0,1020,420,0,0,0
+,2022,2.02205E+13,3128,South,Tennessee,45000,"House, apartment, flat",1,1,4699305,36,Female,White only,Married - spouse present,"Native, born in United States",Very good,62,219,40.1,Some college but no degree,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,95,60,30,120,0,0,140,0,660,0,0,240,0,0,95,0,0,"$30,000 - $50,000",Millennials (23-38),White only,Very good,5-5.5 feet,200-300,Some College,,0,140,780,240,0,0,280
+,2022,2.02205E+13,3129,South,Texas,22500,"House, apartment, flat",1,1,14671274,71,Male,White only,Married - spouse present,"Native, born in United States",Good,69,230,34,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),Has vision difficulty,Has hearing difficulty,Has mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,90,0,0,78,0,682,370,0,180,0,0,40,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Some College,,0,78,1142,180,0,0,40
+,2022,2.02205E+13,3130,South,Alabama,45000,"House, apartment, flat",1,1,16225816,54,Male,White only,Married - spouse present,"Native, born in United States",Good,72,230,31.2,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,70,0,0,0,0,415,0,0,140,0,0,95,0,710,"$30,000 - $50,000",Boomers (55-73),White only,Good,6-6.5 feet,200-300,Some College,,710,0,485,140,0,0,105
+,2022,2.02205E+13,3131,West,Washington,200000,"House, apartment, flat",1,1,8711025,27,Female,Asian only,Married - spouse present,"Foreign born, not a U.S. citizen",Good,65,132,22,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,20,90,0,0,30,0,600,0,0,641,0,0,59,0,0,"$150,000 and over",Millennials (23-38),Asian only,Good,5-5.5 feet,120-140,Master's or Doctoral Degree,,0,30,690,641,0,0,79
+,2022,2.02205E+13,3132,South,Oklahoma,32500,"House, apartment, flat",1,1,6261291,80,Male,White only,Married - spouse present,"Native, born in United States",Good,69,165,24.4,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,100,95,0,0,270,0,620,0,0,305,0,0,50,0,0,"$30,000 - $50,000",Silent (74-91),White only,Good,5.5-6 feet,160-180,Master's or Doctoral Degree,,0,270,715,305,0,0,150
+,2022,2.02205E+13,3133,West,California,55000,"House, apartment, flat",1,1,9993769,38,Female,White only,Divorced,"Foreign born, not a U.S. citizen",Good,63,128,22.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,0,0,725,0,0,535,80,0,10,0,0,"$50,000 - $75,000",Generation X (39-54),White only,Good,5-5.5 feet,120-140,Bachelor's Degree,,0,0,815,615,0,0,10
+,2022,2.02205E+13,3134,West,Nevada,67500,"House, apartment, flat",1,1,3450967,43,Female,White only,Divorced,"Native, born in United States",Excellent,62,128,23.4,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,40,0,45,0,0,0,100,0,424,0,0,30,35,0,151,0,615,"$50,000 - $75,000",Generation X (39-54),White only,Excellent,5-5.5 feet,120-140,Master's or Doctoral Degree,,615,100,424,65,0,0,236
+,2022,2.02205E+13,3135,South,Florida,67500,Mobile home or trailer with no permanent room added,1,1,12607301,60,Female,White only,Married - spouse present,"Native, born in United States",Good,65,183,30.4,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,100,0,0,15,0,465,0,0,350,0,0,0,0,510,"$50,000 - $75,000",Boomers (55-73),White only,Good,5-5.5 feet,180-200,Some College,,510,15,565,350,0,0,0
+,2022,2.02205E+13,3136,West,Utah,55000,"House, apartment, flat",1,1,3005082,58,Male,White-American Indian,Never married,"Native, born in United States",Excellent,70,200,28.7,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,140,0,0,325,0,615,0,0,350,0,0,10,0,0,"$50,000 - $75,000",Boomers (55-73),Mixed,Excellent,5.5-6 feet,200-300,Master's or Doctoral Degree,,0,325,755,350,0,0,10
+,2022,2.02205E+13,3137,South,Oklahoma,13750,"House, apartment, flat",1,1,3217906,65,Male,White only,Never married,"Native, born in United States",Very good,69,170,25.1,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,120,0,0,270,0,430,0,0,420,0,35,135,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Very good,5.5-6 feet,160-180,Some College,,0,270,550,420,0,0,200
+,2022,2.02205E+13,3138,Midwest,North Dakota,125000,"House, apartment, flat",1,1,12986953,35,Female,White only,Married - spouse present,"Native, born in United States",NIU (Not in universe),,9999,999,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,180,0,0,30,0,0,135,0,475,0,0,0,0,0,130,0,490,"$100,000 - $150,000",Millennials (23-38),White only,"Other (Refused, Dont know, NIU)",,>300,Associate Degree,,490,135,505,0,0,0,310
+,2022,2.02205E+13,3139,Midwest,Ohio,55000,"House, apartment, flat",1,1,10952672,52,Female,White only,Divorced,"Native, born in United States",Good,63,180,31.9,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,185,20,10,0,0,30,0,565,0,0,0,0,0,110,0,520,"$50,000 - $75,000",Generation X (39-54),White only,Good,5-5.5 feet,180-200,Some College,,520,30,575,0,0,0,315
+,2022,2.02205E+13,3140,South,Virginia,45000,"House, apartment, flat",1,1,15123467,60,Female,White only,Married - spouse present,"Native, born in United States",Excellent,64,135,23.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,16,0,748,0,421,0,40,155,0,0,0,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Excellent,5-5.5 feet,120-140,Bachelor's Degree,,0,748,481,195,16,0,0
+,2022,2.02205E+13,3141,West,Colorado,125000,"House, apartment, flat",1,1,11331143,30,Female,White only,Never married,"Native, born in United States",Excellent,66,138,22.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,65,0,0,140,0,510,0,0,210,0,0,30,0,485,"$100,000 - $150,000",Millennials (23-38),White only,Excellent,5.5-6 feet,120-140,Bachelor's Degree,,485,140,575,210,0,0,30
+,2022,2.02205E+13,3142,Midwest,Illinois,45000,"House, apartment, flat",1,1,24135489,52,Male,White only,Never married,"Native, born in United States",NIU (Not in universe),,9999,999,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,0,0,470,0,0,335,75,0,20,0,495,"$30,000 - $50,000",Generation X (39-54),White only,"Other (Refused, Dont know, NIU)",,>300,Bachelor's Degree,,495,0,515,410,0,0,20
+,2022,2.02205E+13,3143,South,Texas,17500,"House, apartment, flat",1,1,6146584,78,Male,White only,Married - spouse present,"Native, born in United States",Good,64,152,26.1,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,180,0,0,450,0,630,0,0,180,0,0,0,0,0,"$10,000 - $30,000",Silent (74-91),White only,Good,5-5.5 feet,140-160,Graduated High School,,0,450,810,180,0,0,0
+,2022,2.02205E+13,3144,South,North Carolina,2500,Mobile home or trailer with 1 or more rooms added,1,1,18514684,55,Female,White only,Never married,"Native, born in United States",Poor,68,9997,998,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,40,0,0,130,0,619,0,0,639,0,12,0,0,0,"Less than $10,000",Boomers (55-73),White only,Poor,5.5-6 feet,>300,Graduated High School,,0,130,659,639,0,0,12
+,2022,2.02205E+13,3145,Northeast,New York,200000,"House, apartment, flat",1,1,13470241,42,Female,White only,Married - spouse present,"Native, born in United States",Very good,64,135,23.2,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,55,0,0,60,0,0,120,0,520,0,0,120,0,0,60,0,505,"$150,000 and over",Generation X (39-54),White only,Very good,5-5.5 feet,120-140,Master's or Doctoral Degree,,505,120,580,120,0,0,115
+,2022,2.02205E+13,3146,Northeast,Pennsylvania,87500,"House, apartment, flat",1,1,4594338,69,Male,White only,Divorced,"Native, born in United States",Excellent,68,180,27.4,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,600,0,480,60,0,240,0,0,0,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Excellent,5.5-6 feet,180-200,Master's or Doctoral Degree,,0,600,600,240,0,0,0
+,2022,2.02205E+13,3147,West,New Mexico,87500,Mobile home or trailer with no permanent room added,1,1,4933685,73,Female,"American Indian, Alaskan Native",Divorced,"Native, born in United States",Very good,59,137,27.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,90,0,525,0,0,0,15,0,180,0,600,"$75,000 - $100,000",Silent (74-91),"American Indian, Alaskan Native",Very good,0-5 feet,120-140,Bachelor's Degree,,600,90,555,15,0,0,180
+,2022,2.02205E+13,3148,South,Florida,22500,"House, apartment, flat",1,1,7945152,36,Female,White only,Married - spouse present,"Native, born in United States",Very good,64,220,37.8,Some college but no degree,College--four years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,10,0,0,30,255,0,0,0,660,0,0,330,0,0,155,0,0,"$10,000 - $30,000",Millennials (23-38),White only,Very good,5-5.5 feet,200-300,Some College,,0,0,690,330,255,0,165
+,2022,2.02205E+13,3149,South,Kentucky,17500,Mobile home or trailer with no permanent room added,1,1,3534675,67,Female,White only,Divorced,"Native, born in United States",Fair,62,197,36,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,269,0,45,0,0,0,155,0,395,0,0,359,0,0,217,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Fair,5-5.5 feet,180-200,Graduated High School,,0,155,395,359,0,0,531
+,2022,2.02205E+13,3150,South,Alabama,22500,Mobile home or trailer with no permanent room added,1,1,9616693,63,Male,White only,Divorced,"Native, born in United States",Poor,69,300,44.3,9th grade,Ninth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,45,0,0,0,0,95,0,690,190,0,350,0,0,70,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Poor,5.5-6 feet,>300,Some High School,,0,95,880,350,0,0,115
+,2022,2.02205E+13,3151,Midwest,Michigan,22500,"House, apartment, flat",1,1,8045862,21,Male,Asian only,Never married,"Foreign born, not a U.S. citizen",Very good,71,169,23.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,0,0,360,0,0,605,0,0,445,0,0,"$10,000 - $30,000",Generation Z (7-22),Asian only,Very good,5.5-6 feet,160-180,Bachelor's Degree,,0,0,390,605,0,0,445
+,2022,2.02205E+13,3152,South,Tennessee,37500,"House, apartment, flat",1,1,5649841,28,Male,White only,Never married,"Native, born in United States",Excellent,65,222,36.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,5,0,0,16,0,567,0,0,298,0,0,114,0,270,"$30,000 - $50,000",Millennials (23-38),White only,Excellent,5-5.5 feet,200-300,Bachelor's Degree,,270,16,572,298,0,0,114
+,2022,2.02205E+13,3153,South,North Carolina,22500,"House, apartment, flat",1,1,37723548,18,Male,Black only,Never married,"Native, born in United States",Fair,71,225,31.4,11th grade,Eleventh grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,40,0,0,15,0,590,0,0,795,0,0,0,0,0,"$10,000 - $30,000",Generation Z (7-22),Black only,Fair,5.5-6 feet,200-300,Some High School,,0,15,630,795,0,0,0
+,2022,2.02205E+13,3154,Northeast,New Jersey,67500,"House, apartment, flat",1,1,15492280,75,Female,White only,Married - spouse present,"Native, born in United States",Fair,59,190,38.4,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,30,0,0,85,0,0,105,0,600,0,0,380,0,0,60,180,0,"$50,000 - $75,000",Silent (74-91),White only,Fair,0-5 feet,180-200,Some College,,0,105,685,380,0,180,90
+,2022,2.02205E+13,3155,South,Delaware,55000,"House, apartment, flat",1,1,2928029,71,Female,White only,Married - spouse present,"Native, born in United States",Good,65,270,44.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,15,90,0,0,15,0,580,0,60,600,0,0,80,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Good,5-5.5 feet,200-300,Bachelor's Degree,,0,15,670,660,0,0,95
+,2022,2.02205E+13,3156,South,Georgia,125000,"House, apartment, flat",1,1,10521100,62,Male,White only,Married - spouse present,"Native, born in United States",Excellent,72,170,23.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,150,0,0,330,0,575,0,0,330,25,0,0,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Excellent,6-6.5 feet,160-180,Bachelor's Degree,,0,330,725,355,0,0,30
+,2022,2.02205E+13,3157,South,Texas,17500,"House, apartment, flat",1,1,1247973,85,Female,White only,Widowed,"Native, born in United States",Good,63,152,26.9,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,120,0,0,30,0,690,0,90,450,0,0,0,0,0,"$10,000 - $30,000",Silent (74-91),White only,Good,5-5.5 feet,140-160,Some College,,0,30,810,540,0,0,0
+,2022,2.02205E+13,3158,West,Colorado,45000,"House, apartment, flat",1,1,3829548,62,Female,White only,Divorced,"Native, born in United States",Good,62,162,29.6,Associate degree - academic program,College--four years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,25,0,260,15,0,0,440,2,445,0,0,0,0,0,170,83,0,"$30,000 - $50,000",Boomers (55-73),White only,Good,5-5.5 feet,160-180,Associate Degree,,0,442,460,0,0,83,455
+,2022,2.02205E+13,3159,West,Oregon,200000,"House, apartment, flat",1,1,15760157,47,Female,White only,Married - spouse present,"Native, born in United States",Fair,68,220,33.4,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,25,0,0,95,0,500,0,0,195,0,0,50,0,565,"$150,000 and over",Generation X (39-54),White only,Fair,5.5-6 feet,200-300,Master's or Doctoral Degree,,565,95,525,195,0,0,60
+,2022,2.02205E+13,3160,Northeast,New Jersey,125000,"House, apartment, flat",1,1,5260392,64,Female,White only,Married - spouse present,"Native, born in United States",Good,68,9996,998,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,120,45,0,0,65,0,560,0,0,465,0,95,90,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Good,5.5-6 feet,>300,Master's or Doctoral Degree,,0,65,605,465,0,0,305
+,2022,2.02205E+13,3161,Northeast,Pennsylvania,67500,"House, apartment, flat",1,1,10694158,41,Female,White only,Married - spouse present,"Native, born in Puerto Rico or U.S. Outlying Area",Very good,67,200,31.3,High school graduate - GED,Seventh through eighth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,45,0,0,20,0,0,280,0,660,0,0,435,0,0,0,0,0,"$50,000 - $75,000",Generation X (39-54),White only,Very good,5.5-6 feet,200-300,Graduated High School,,0,280,680,435,0,0,45
+,2022,2.02205E+13,3162,West,California,125000,"House, apartment, flat",1,1,4162719,64,Female,White only,Married - spouse present,"Native, born in United States",Good,64,9996,998,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,37,0,120,60,0,0,30,15,648,0,0,360,0,20,150,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Good,5-5.5 feet,>300,Some College,,0,45,708,360,0,0,327
+,2022,2.02205E+13,3163,South,Georgia,2500,"House, apartment, flat",1,1,11688795,27,Female,Black only,Never married,"Native, born in United States",Good,60,150,29.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,65,10,20,40,0,0,0,0,660,180,0,370,0,0,95,0,0,"Less than $10,000",Millennials (23-38),Black only,Good,5-5.5 feet,140-160,Bachelor's Degree,,0,0,880,370,0,0,190
+,2022,2.02205E+13,3164,Northeast,Pennsylvania,125000,"House, apartment, flat",1,1,13707718,40,Male,White only,Married - spouse present,"Native, born in United States",Very good,72,175,23.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,135,0,0,75,0,0,165,0,445,0,0,95,65,0,91,0,369,"$100,000 - $150,000",Generation X (39-54),White only,Very good,6-6.5 feet,160-180,Bachelor's Degree,,369,165,520,160,0,0,226
+,2022,2.02205E+13,3165,South,Georgia,45000,Mobile home or trailer with no permanent room added,1,1,4226729,54,Female,White only,Widowed,"Native, born in United States",Fair,60,135,26.4,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,90,0,720,0,240,210,0,0,60,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Fair,5-5.5 feet,120-140,Graduated High School,,0,90,840,450,0,0,60
+,2022,2.02205E+13,3166,Midwest,Wisconsin,55000,"House, apartment, flat",1,1,8983462,57,Male,White only,Married - spouse present,"Native, born in United States",Good,71,225,31.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,60,0,600,0,0,210,0,0,0,0,480,"$50,000 - $75,000",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Bachelor's Degree,,480,60,690,210,0,0,0
+,2022,2.02205E+13,3167,Midwest,Illinois,32500,"House, apartment, flat",1,1,21376798,70,Male,White only,Married - spouse present,"Native, born in United States",Poor,68,163,24.8,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),Has vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,75,0,0,240,0,630,0,0,330,0,0,105,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Poor,5.5-6 feet,160-180,Graduated High School,,0,240,705,330,0,0,165
+,2022,2.02205E+13,3168,Midwest,Wisconsin,17500,"House, apartment, flat",1,1,30002678,24,Male,White only,Never married,"Native, born in United States",Very good,69,205,30.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,447,75,0,0,0,448,0,0,320,120,0,30,0,0,"$10,000 - $30,000",Millennials (23-38),White only,Very good,5.5-6 feet,200-300,Bachelor's Degree,,0,0,895,440,75,0,30
+,2022,2.02205E+13,3169,West,California,125000,"House, apartment, flat",1,1,13630899,26,Male,White only,Never married,"Native, born in United States",Fair,70,140,20.1,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,5,30,0,0,60,0,695,0,0,380,210,0,60,0,0,"$100,000 - $150,000",Millennials (23-38),White only,Fair,5.5-6 feet,140-160,Some College,,0,60,725,590,0,0,65
+,2022,2.02205E+13,3170,Midwest,North Dakota,87500,"House, apartment, flat",1,1,2396759,37,Female,White only,Never married,"Native, born in United States",Good,65,275,45.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,15,0,0,180,0,0,255,0,576,0,0,360,0,0,54,0,0,"$75,000 - $100,000",Millennials (23-38),White only,Good,5-5.5 feet,200-300,Bachelor's Degree,,0,255,756,360,0,0,69
+,2022,2.02205E+13,3171,Northeast,New York,200000,"House, apartment, flat",1,1,10607729,85,Female,White only,Widowed,"Native, born in United States",Fair,61,100,18.9,10th grade,Tenth grade,Not in labor force,NIU (Not in universe),Has vision difficulty,No hearing difficulty,Has mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,390,0,540,0,0,390,0,0,0,0,0,"$150,000 and over",Silent (74-91),White only,Fair,5-5.5 feet,100-120,Some High School,,0,390,660,390,0,0,0
+,2022,2.02205E+13,3172,West,Colorado,200000,"House, apartment, flat",1,1,8366821,72,Female,White only,Married - spouse present,"Native, born in United States",Excellent,64,128,22,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,30,110,110,0,0,150,0,560,0,45,217,0,30,143,45,0,"$150,000 and over",Boomers (55-73),White only,Excellent,5-5.5 feet,120-140,Bachelor's Degree,,0,150,670,262,0,45,313
+,2022,2.02205E+13,3173,Northeast,Connecticut,87500,"House, apartment, flat",1,1,8764690,63,Female,White only,Married - spouse present,"Native, born in United States",Good,64,9996,998,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,125,15,0,0,190,0,510,5,0,390,60,0,31,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Good,5-5.5 feet,>300,Associate Degree,,0,190,530,450,0,0,156
+,2022,2.02205E+13,3174,South,Tennessee,55000,"House, apartment, flat",1,1,5742347,49,Female,White only,Married - spouse present,"Native, born in United States",Fair,69,158,23.3,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,5,0,65,40,0,0,331,0,697,0,0,210,0,60,32,0,0,"$50,000 - $75,000",Generation X (39-54),White only,Fair,5.5-6 feet,140-160,Some College,,0,331,737,210,0,0,162
+,2022,2.02205E+13,3175,South,Texas,67500,"House, apartment, flat",1,1,10219879,72,Female,White only,Married - spouse present,"Native, born in United States",Excellent,67,158,24.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,100,0,0,135,0,575,10,0,545,0,0,75,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Excellent,5.5-6 feet,140-160,Bachelor's Degree,,0,135,685,545,0,0,75
+,2022,2.02205E+13,3176,Midwest,Indiana,22500,"House, apartment, flat",1,1,4044397,80,Male,White only,Married - spouse present,"Native, born in United States",Good,67,200,31.3,High school graduate - GED,Seventh through eighth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,150,0,0,0,0,450,0,0,840,0,0,0,0,0,"$10,000 - $30,000",Silent (74-91),White only,Good,5.5-6 feet,200-300,Graduated High School,,0,0,600,840,0,0,0
+,2022,2.02205E+13,3177,South,Georgia,125000,"House, apartment, flat",1,1,6727377,60,Male,White only,Married - spouse present,"Native, born in United States",Very good,73,255,33.6,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,45,105,0,0,300,0,610,0,0,360,0,0,20,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Very good,6-6.5 feet,200-300,Some College,,0,300,715,360,0,0,65
+,2022,2.02205E+13,3178,Midwest,Kansas,55000,"House, apartment, flat",1,1,12899506,78,Male,White only,Widowed,"Native, born in United States",Very good,70,220,31.6,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,180,60,0,0,2,0,810,5,0,313,0,0,70,0,0,"$50,000 - $75,000",Silent (74-91),White only,Very good,5.5-6 feet,200-300,Graduated High School,,0,2,875,313,0,0,250
+,2022,2.02205E+13,3179,South,Maryland,87500,"House, apartment, flat",1,1,21266395,38,Female,Black only,Never married,"Native, born in United States",Good,67,215,33.7,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,60,0,0,60,0,610,0,0,90,0,0,105,0,455,"$75,000 - $100,000",Generation X (39-54),Black only,Good,5.5-6 feet,200-300,Master's or Doctoral Degree,,455,60,670,90,0,0,165
+,2022,2.02205E+13,3180,South,Florida,55000,"House, apartment, flat",1,1,83669901,25,Female,Black only,Never married,"Native, born in United States",Very good,63,130,23,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,190,0,45,50,0,0,150,0,780,0,0,60,0,0,165,0,0,"$50,000 - $75,000",Millennials (23-38),Black only,Very good,5-5.5 feet,120-140,Graduated High School,,0,150,830,60,0,0,400
+,2022,2.02205E+13,3181,West,California,22500,"House, apartment, flat",1,1,24054541,29,Female,White only,Married - spouse present,"Native, born in United States",Good,62,180,32.9,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,570,0,0,0,0,0,542,0,250,0,0,60,0,0,18,0,0,"$10,000 - $30,000",Millennials (23-38),White only,Good,5-5.5 feet,180-200,Graduated High School,,0,542,250,60,0,0,588
+,2022,2.02205E+13,3182,Midwest,Ohio,87500,"House, apartment, flat",1,1,11095282,35,Female,Black only,Married - spouse present,"Native, born in United States",Very good,66,165,26.6,Some college but no degree,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,15,120,0,0,180,0,610,0,70,180,60,0,125,0,80,"$75,000 - $100,000",Millennials (23-38),Black only,Very good,5.5-6 feet,160-180,Some College,,80,180,730,310,0,0,140
+,2022,2.02205E+13,3183,Northeast,New York,125000,"House, apartment, flat",1,1,7873075,38,Male,White only,Married - spouse present,"Native, born in United States",Very good,71,200,27.9,Some college but no degree,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,2,0,0,120,0,425,0,0,882,0,0,11,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Very good,5.5-6 feet,200-300,Some College,,0,120,427,882,0,0,11
+,2022,2.02205E+13,3184,South,Florida,55000,"House, apartment, flat",1,1,7445423,78,Male,White only,Widowed,"Native, born in United States",Good,64,180,30.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,30,0,765,0,0,465,0,45,0,0,90,"$50,000 - $75,000",Silent (74-91),White only,Good,5-5.5 feet,180-200,Bachelor's Degree,,90,30,810,465,0,0,45
+,2022,2.02205E+13,3185,South,Mississippi,37500,"House, apartment, flat",1,1,3606653,43,Female,White only,Separated,"Native, born in United States",Very good,64,130,22.3,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,100,0,22,105,10,0,120,0,630,0,0,293,0,15,145,0,0,"$30,000 - $50,000",Generation X (39-54),White only,Very good,5-5.5 feet,120-140,Associate Degree,,0,120,735,293,10,0,282
+,2022,2.02205E+13,3186,West,California,200000,"House, apartment, flat",1,1,35321361,29,Female,White only,Never married,"Native, born in United States",Fair,62,9996,998,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,30,0,0,0,0,658,0,0,291,0,0,31,0,420,"$150,000 and over",Millennials (23-38),White only,Fair,5-5.5 feet,>300,Graduated High School,,420,0,688,291,0,0,41
+,2022,2.02205E+13,3187,South,Texas,11250,"House, apartment, flat",1,1,5974277,85,Female,White-American Indian,Married - spouse present,"Native, born in United States",Good,62,100,18.3,"1st, 2nd, 3rd, or 4th grade",First through fourth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,85,0,715,0,235,355,0,0,20,0,0,"$10,000 - $30,000",Silent (74-91),Mixed,Good,5-5.5 feet,100-120,Middle School or Less,,0,85,745,590,0,0,20
+,2022,2.02205E+13,3188,Northeast,Pennsylvania,67500,"House, apartment, flat",1,1,5525983,50,Male,White only,Divorced,"Native, born in United States",Very good,70,190,27.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,15,0,650,0,0,220,0,0,30,0,480,"$50,000 - $75,000",Generation X (39-54),White only,Very good,5.5-6 feet,180-200,Bachelor's Degree,,480,15,695,220,0,0,30
+,2022,2.02205E+13,3189,South,Florida,67500,"House, apartment, flat",1,1,3429030,40,Male,White only,Married - spouse present,"Native, born in United States",Good,69,220,32.5,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,435,0,885,0,0,0,0,0,0,0,0,"$50,000 - $75,000",Generation X (39-54),White only,Good,5.5-6 feet,200-300,Master's or Doctoral Degree,,0,435,1005,0,0,0,0
+,2022,2.02205E+13,3190,Midwest,Ohio,125000,"House, apartment, flat",1,1,26882565,63,Male,White only,Married - spouse present,"Native, born in United States",Good,74,210,27,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,5,275,0,0,8,0,425,0,0,27,120,0,110,0,470,"$100,000 - $150,000",Boomers (55-73),White only,Good,6-6.5 feet,200-300,Graduated High School,,470,8,700,147,0,0,115
+,2022,2.02205E+13,3191,South,Louisiana,67500,"House, apartment, flat",1,1,5886610,48,Male,White only,Never married,"Native, born in United States",Good,66,136,21.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,20,0,0,7,0,390,0,0,743,0,0,20,0,260,"$50,000 - $75,000",Generation X (39-54),White only,Good,5.5-6 feet,120-140,Bachelor's Degree,,260,7,410,743,0,0,20
+,2022,2.02205E+13,3192,Midwest,Indiana,27500,"House, apartment, flat",1,1,15309504,47,Female,Black only,Never married,"Native, born in United States",Good,65,225,37.4,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,60,0,0,30,0,0,155,0,630,0,0,120,90,60,45,0,120,"$10,000 - $30,000",Generation X (39-54),Black only,Good,5-5.5 feet,200-300,Some College,,120,155,660,210,0,0,165
+,2022,2.02205E+13,3193,South,Virginia,55000,"House, apartment, flat",1,1,12633999,54,Male,Black only,Divorced,"Foreign born, U.S. citizen by naturalization",Good,68,190,28.9,High school graduate - diploma,Twelfth grade,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,0,0,480,0,0,0,0,0,90,0,840,"$50,000 - $75,000",Boomers (55-73),Black only,Good,5.5-6 feet,180-200,Graduated High School,,840,0,510,0,0,0,90
+,2022,2.02205E+13,3194,South,Texas,125000,"House, apartment, flat",1,1,20542887,52,Female,Black only,Married - spouse present,"Native, born in United States",Very good,65,198,32.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,30,0,500,0,0,270,120,0,10,0,510,"$100,000 - $150,000",Generation X (39-54),Black only,Very good,5-5.5 feet,180-200,Bachelor's Degree,,510,30,500,390,0,0,10
+,2022,2.02205E+13,3195,Midwest,Minnesota,125000,"House, apartment, flat",1,1,3798659,60,Female,White only,Married - spouse present,"Native, born in United States",Very good,64,145,24.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,480,0,660,0,0,210,0,0,0,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Very good,5-5.5 feet,140-160,Bachelor's Degree,,0,480,750,210,0,0,0
+,2022,2.02205E+13,3196,West,California,200000,"House, apartment, flat",1,1,6099759,58,Female,White only,Married - spouse present,"Native, born in United States",Excellent,66,122,19.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,35,35,0,0,135,0,565,0,0,295,195,0,90,90,0,"$150,000 and over",Boomers (55-73),White only,Excellent,5.5-6 feet,120-140,Bachelor's Degree,,0,135,600,490,0,90,125
+,2022,2.02205E+13,3197,Northeast,New Jersey,45000,"House, apartment, flat",1,1,6017750,54,Female,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Good,63,180,31.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,85,0,0,365,0,585,0,0,270,75,0,60,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Good,5-5.5 feet,180-200,Bachelor's Degree,,0,365,670,345,0,0,60
+,2022,2.02205E+13,3198,South,Virginia,11250,"House, apartment, flat",1,1,9187752,40,Male,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Fair,67,180,28.2,7th or 8th grade,Seventh through eighth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,240,90,0,0,130,0,480,0,0,380,0,0,120,0,0,"$10,000 - $30,000",Generation X (39-54),White only,Fair,5.5-6 feet,180-200,Middle School or Less,,0,130,570,380,0,0,360
+,2022,2.02205E+13,3199,West,Utah,22500,"House, apartment, flat",1,1,37034304,16,Male,"American Indian, Alaskan Native",Never married,"Native, born in United States",Fair,67,180,28.2,9th grade,Ninth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,300,0,0,25,0,0,15,0,840,0,0,260,0,0,0,0,0,"$10,000 - $30,000",Generation Z (7-22),"American Indian, Alaskan Native",Fair,5.5-6 feet,180-200,Some High School,,0,15,865,260,0,0,300
+,2022,2.02205E+13,3200,West,Nevada,200000,"House, apartment, flat",1,1,10465415,43,Male,White only,Married - spouse present,"Native, born in United States",Fair,71,200,27.9,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,60,0,0,20,0,0,0,0,365,0,0,205,0,0,120,0,595,"$150,000 and over",Generation X (39-54),White only,Fair,5.5-6 feet,200-300,Master's or Doctoral Degree,,595,0,385,205,0,0,180
+,2022,2.02205E+13,3201,Northeast,New York,22500,"House, apartment, flat",1,1,5583369,76,Female,White only,Married - spouse present,"Native, born in United States",Good,62,143,26.2,10th grade,Tenth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,31,45,20,0,0,115,40,570,0,60,415,0,0,74,0,0,"$10,000 - $30,000",Silent (74-91),White only,Good,5-5.5 feet,140-160,Some High School,,0,155,590,475,0,0,150
+,2022,2.02205E+13,3202,Midwest,Nebraska,125000,"House, apartment, flat",1,1,7504721,28,Female,White only,Married - spouse present,"Native, born in United States",Very good,66,185,29.9,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,100,0,65,60,0,0,195,0,560,0,0,240,0,0,220,0,0,"$100,000 - $150,000",Millennials (23-38),White only,Very good,5.5-6 feet,180-200,Graduated High School,,0,195,620,240,0,0,385
+,2022,2.02205E+13,3203,West,Utah,200000,"House, apartment, flat",1,1,10648454,23,Male,White only,Never married,"Native, born in United States",Excellent,74,190,24.4,Some college but no degree,College--three years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,195,105,0,15,0,635,0,120,360,0,0,10,0,0,"$150,000 and over",Millennials (23-38),White only,Excellent,6-6.5 feet,180-200,Some College,,0,15,830,480,105,0,10
+,2022,2.02205E+13,3204,Northeast,Massachusetts,87500,"House, apartment, flat",1,1,8394322,71,Male,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Good,70,200,28.7,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,240,0,420,0,0,30,0,0,60,0,570,"$75,000 - $100,000",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Master's or Doctoral Degree,,570,240,540,30,0,0,60
+,2022,2.02205E+13,3205,South,Florida,200000,"House, apartment, flat",1,1,3799352,51,Female,Black only,Married - spouse present,"Native, born in Puerto Rico or U.S. Outlying Area",Very good,66,219,35.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,60,0,0,80,0,540,180,0,470,0,0,50,0,0,"$150,000 and over",Generation X (39-54),Black only,Very good,5.5-6 feet,200-300,Bachelor's Degree,,0,80,780,470,0,0,110
+,2022,2.02205E+13,3206,West,Arizona,67500,"House, apartment, flat",1,1,9713766,79,Male,White only,Married - spouse present,"Native, born in United States",Fair,71,198,27.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,45,144,0,0,219,0,601,0,0,341,0,0,15,0,0,"$50,000 - $75,000",Silent (74-91),White only,Fair,5.5-6 feet,180-200,Bachelor's Degree,,0,219,745,341,0,0,60
+,2022,2.02205E+13,3207,Midwest,Illinois,45000,"House, apartment, flat",1,1,2804377,74,Female,White only,Never married,"Native, born in United States",Good,64,9996,998,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,270,0,525,0,90,495,0,0,60,0,0,"$30,000 - $50,000",Silent (74-91),White only,Good,5-5.5 feet,>300,Master's or Doctoral Degree,,0,270,525,585,0,0,60
+,2022,2.02205E+13,3208,Midwest,Minnesota,67500,"House, apartment, flat",1,1,13625986,45,Female,White only,Divorced,"Native, born in United States",Good,70,9996,998,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,35,0,635,0,0,210,0,0,45,0,455,"$50,000 - $75,000",Generation X (39-54),White only,Good,5.5-6 feet,>300,Bachelor's Degree,,455,35,695,210,0,0,45
+,2022,2.02205E+13,3209,South,Texas,200000,"House, apartment, flat",1,1,25806260,45,Female,White only,Married - spouse present,"Native, born in United States",Very good,64,163,28,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,25,0,0,75,0,0,195,0,510,0,0,90,0,0,110,0,435,"$150,000 and over",Generation X (39-54),White only,Very good,5-5.5 feet,160-180,Master's or Doctoral Degree,,435,195,585,90,0,0,135
+,2022,2.02205E+13,3210,South,Texas,200000,"House, apartment, flat",1,1,12910277,37,Male,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Good,75,221,27.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,125,0,30,110,0,0,45,0,415,0,0,160,0,0,50,0,505,"$150,000 and over",Millennials (23-38),White only,Good,6-6.5 feet,200-300,Bachelor's Degree,,505,45,525,160,0,0,205
+,2022,2.02205E+13,3211,Midwest,Illinois,125000,"House, apartment, flat",1,1,36808627,17,Female,White only,Never married,"Native, born in United States",Excellent,66,130,21,10th grade,Tenth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,5,0,20,105,0,0,0,0,965,0,0,270,0,0,15,0,0,"$100,000 - $150,000",Generation Z (7-22),White only,Excellent,5.5-6 feet,120-140,Some High School,,0,0,1070,270,0,0,40
+,2022,2.02205E+13,3212,West,Colorado,200000,"House, apartment, flat",1,1,10785118,65,Male,White only,Divorced,"Native, born in United States",Very good,73,183,24.1,Associate degree - academic program,College--three years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,80,0,0,65,0,610,0,0,15,0,0,75,0,595,"$150,000 and over",Boomers (55-73),White only,Very good,6-6.5 feet,180-200,Associate Degree,,595,65,690,15,0,0,75
+,2022,2.02205E+13,3213,Midwest,Iowa,200000,"House, apartment, flat",1,1,7404788,39,Male,White only,Married - spouse present,"Native, born in United States",Very good,76,195,23.7,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,75,0,0,10,0,0,270,0,505,0,0,320,0,0,80,0,180,"$150,000 and over",Generation X (39-54),White only,Very good,6-6.5 feet,180-200,Master's or Doctoral Degree,,180,270,515,320,0,0,155
+,2022,2.02205E+13,3214,Midwest,Ohio,37500,"House, apartment, flat",1,1,4720905,80,Female,White only,Widowed,"Native, born in United States",Very good,62,142,26,12th grade - no diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,100,45,0,0,261,0,566,0,25,298,15,80,50,0,0,"$30,000 - $50,000",Silent (74-91),White only,Very good,5-5.5 feet,140-160,Some High School,,0,261,611,338,0,0,230
+,2022,2.02205E+13,3215,South,West Virginia,32500,"House, apartment, flat",1,1,16167257,34,Male,White only,Married - spouse present,"Native, born in United States",Fair,70,222,31.9,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,15,0,38,25,0,0,5,0,650,85,0,511,1,0,80,0,0,"$30,000 - $50,000",Millennials (23-38),White only,Fair,5.5-6 feet,200-300,Graduated High School,,0,5,760,512,0,0,133
+,2022,2.02205E+13,3216,Northeast,Pennsylvania,200000,"House, apartment, flat",1,1,16624384,67,Male,White only,Married - spouse present,"Native, born in United States",Good,72,168,22.8,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,15,0,0,45,0,470,0,0,300,0,0,0,0,610,"$150,000 and over",Boomers (55-73),White only,Good,6-6.5 feet,160-180,Associate Degree,,610,45,485,300,0,0,0
+,2022,2.02205E+13,3217,South,North Carolina,37500,"House, apartment, flat",1,1,6938930,24,Male,White only,Never married,"Native, born in United States",Excellent,67,149,23.3,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,210,0,0,60,0,0,0,0,690,0,0,133,0,0,17,0,330,"$30,000 - $50,000",Millennials (23-38),White only,Excellent,5.5-6 feet,140-160,Graduated High School,,330,0,750,133,0,0,227
+,2022,2.02205E+13,3218,South,Georgia,45000,"House, apartment, flat",1,1,7328218,32,Female,White only,Divorced,"Native, born in United States",Very good,63,150,26.6,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,60,0,0,70,0,0,120,0,425,0,0,210,0,0,10,0,545,"$30,000 - $50,000",Millennials (23-38),White only,Very good,5-5.5 feet,140-160,Master's or Doctoral Degree,,545,120,495,210,0,0,70
+,2022,2.02205E+13,3219,Midwest,Indiana,125000,"House, apartment, flat",1,1,1968448,75,Female,White only,Divorced,"Native, born in United States",Fair,63,98,17.4,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,105,0,75,55,0,0,102,0,785,0,0,51,0,0,117,0,0,"$100,000 - $150,000",Silent (74-91),White only,Fair,5-5.5 feet,<100,Some College,,0,102,840,51,0,0,297
+,2022,2.02205E+13,3220,South,Maryland,200000,"House, apartment, flat",1,1,10293684,55,Male,White only,Married - spouse present,"Native, born in United States",Very good,73,210,27.7,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,180,0,0,70,0,510,0,0,640,0,0,40,0,0,"$150,000 and over",Boomers (55-73),White only,Very good,6-6.5 feet,200-300,Master's or Doctoral Degree,,0,70,690,640,0,0,40
+,2022,2.02205E+13,3221,West,Washington,87500,"House, apartment, flat",1,1,6547633,66,Female,White only,Widowed,"Native, born in United States",Very good,63,145,25.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,21,0,0,156,0,683,0,0,60,180,210,100,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Very good,5-5.5 feet,140-160,Bachelor's Degree,,0,156,704,240,0,0,340
+,2022,2.02205E+13,3222,West,Arizona,32500,Mobile home or trailer with no permanent room added,1,1,16846451,21,Female,White only,Never married,"Native, born in United States",Fair,62,180,32.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,330,0,630,0,0,450,0,0,0,0,0,"$30,000 - $50,000",Generation Z (7-22),White only,Fair,5-5.5 feet,180-200,Bachelor's Degree,,0,330,660,450,0,0,0
+,2022,2.02205E+13,3223,South,Kentucky,125000,"House, apartment, flat",1,1,3090764,62,Female,White only,Married - spouse present,"Native, born in United States",Very good,63,200,35.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,300,0,480,0,0,630,0,0,0,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Very good,5-5.5 feet,200-300,Bachelor's Degree,,0,300,510,630,0,0,0
+,2022,2.02205E+13,3224,Northeast,Vermont,125000,"House, apartment, flat",1,1,27688258,23,Male,White only,Never married,"Native, born in United States",Very good,71,199,27.8,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,40,20,0,0,205,0,695,0,0,0,0,0,480,0,0,"$100,000 - $150,000",Millennials (23-38),White only,Very good,5.5-6 feet,180-200,Some College,,0,205,715,0,0,0,520
+,2022,2.02205E+13,3225,South,South Carolina,200000,"House, apartment, flat",1,1,5462508,47,Male,White only,Married - spouse present,"Native, born in United States",Very good,69,170,25.1,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,30,0,120,75,0,0,165,0,615,0,0,345,0,0,90,0,0,"$150,000 and over",Generation X (39-54),White only,Very good,5.5-6 feet,160-180,Master's or Doctoral Degree,,0,165,690,345,0,0,240
+,2022,2.02205E+13,3226,West,California,87500,"House, apartment, flat",1,1,3680507,40,Male,White only,Married - spouse present,"Native, born in United States",Good,72,188,25.5,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,80,0,0,120,0,0,153,0,610,0,0,360,0,0,117,0,0,"$75,000 - $100,000",Generation X (39-54),White only,Good,6-6.5 feet,180-200,Master's or Doctoral Degree,,0,153,730,360,0,0,197
+,2022,2.02205E+13,3227,South,Louisiana,22500,"House, apartment, flat",1,1,6911131,71,Male,White only,Widowed,"Foreign born, U.S. citizen by naturalization",Very good,67,142,22.2,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,30,0,600,0,0,355,0,0,40,0,385,"$10,000 - $30,000",Boomers (55-73),White only,Very good,5.5-6 feet,140-160,Master's or Doctoral Degree,,385,30,630,355,0,0,40
+,2022,2.02205E+13,3228,Northeast,New Jersey,37500,"House, apartment, flat",1,1,7815076,85,Female,White only,Widowed,"Native, born in United States",Very good,59,145,29.3,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,45,25,0,0,83,95,576,0,0,400,0,0,71,145,0,"$30,000 - $50,000",Silent (74-91),White only,Very good,0-5 feet,140-160,Some College,,0,178,601,400,0,145,116
+,2022,2.02205E+13,3229,Midwest,Ohio,67500,"House, apartment, flat",1,1,8228288,48,Female,Black-Asian,Never married,"Native, born in United States",Fair,67,174,27.2,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,Has vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,60,0,0,0,0,0,0,885,0,0,210,0,0,285,0,0,"$50,000 - $75,000",Generation X (39-54),Mixed,Fair,5.5-6 feet,160-180,Master's or Doctoral Degree,,0,0,885,210,0,0,345
+,2022,2.02205E+13,3230,Midwest,Missouri,125000,"House, apartment, flat",1,1,11237348,45,Male,White only,Never married,"Native, born in United States",Good,67,225,35.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,15,0,0,10,0,515,0,0,365,0,0,0,0,535,"$100,000 - $150,000",Generation X (39-54),White only,Good,5.5-6 feet,200-300,Bachelor's Degree,,535,10,530,365,0,0,0
+,2022,2.02205E+13,3231,South,Virginia,87500,"House, apartment, flat",1,1,3056674,80,Male,White only,Married - spouse present,"Native, born in United States",Excellent,70,280,40.2,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,125,0,510,0,0,729,0,0,16,0,0,"$75,000 - $100,000",Silent (74-91),White only,Excellent,5.5-6 feet,200-300,Master's or Doctoral Degree,,0,125,570,729,0,0,16
+,2022,2.02205E+13,3232,South,Virginia,200000,"House, apartment, flat",1,1,4239229,73,Female,White only,Married - spouse present,"Native, born in United States",Very good,61,140,26.4,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,120,60,0,0,250,0,570,0,0,210,0,0,40,60,0,"$150,000 and over",Silent (74-91),White only,Very good,5-5.5 feet,140-160,Master's or Doctoral Degree,,0,250,630,210,0,60,160
+,2022,2.02205E+13,3233,Midwest,Illinois,87500,"House, apartment, flat",1,1,13464534,36,Male,White only,Never married,"Native, born in United States",NIU (Not in universe),,9999,999,Associate degree - academic program,College--three years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,285,0,0,120,0,0,90,0,630,0,0,315,0,0,0,0,0,"$75,000 - $100,000",Millennials (23-38),White only,"Other (Refused, Dont know, NIU)",,>300,Associate Degree,,0,90,750,315,0,0,285
+,2022,2.02205E+13,3234,West,Washington,200000,"House, apartment, flat",1,1,4730491,40,Female,Asian only,Married - spouse present,"Foreign born, not a U.S. citizen",Good,64,150,25.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,150,0,0,90,0,660,0,0,420,120,0,0,0,0,"$150,000 and over",Generation X (39-54),Asian only,Good,5-5.5 feet,140-160,Bachelor's Degree,,0,90,810,540,0,0,0
+,2022,2.02205E+13,3235,Northeast,Massachusetts,87500,"House, apartment, flat",1,1,6746157,72,Female,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Very good,60,128,25,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,170,65,0,0,230,0,420,60,100,340,0,0,55,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Very good,5-5.5 feet,120-140,Master's or Doctoral Degree,,0,230,545,440,0,0,225
+,2022,2.02205E+13,3236,Northeast,Pennsylvania,200000,"House, apartment, flat",1,1,7292228,48,Male,Asian only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Good,68,170,25.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,145,248,0,0,212,0,550,0,0,150,0,0,135,0,0,"$150,000 and over",Generation X (39-54),Asian only,Good,5.5-6 feet,160-180,Bachelor's Degree,,0,212,798,150,0,0,280
+,2022,2.02205E+13,3237,South,Texas,200000,"House, apartment, flat",1,1,6479989,68,Female,White only,Married - spouse present,"Native, born in United States",Good,59,9997,998,Associate degree - occupational vocational,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,493,0,370,0,0,457,0,0,0,0,0,"$150,000 and over",Boomers (55-73),White only,Good,0-5 feet,>300,Associate Degree,,0,493,490,457,0,0,0
+,2022,2.02205E+13,3238,Northeast,New York,125000,"House, apartment, flat",1,1,5885866,38,Female,White only,Married - spouse present,"Native, born in United States",Good,63,133,23.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,30,0,0,60,0,0,420,0,450,0,0,480,0,0,0,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Good,5-5.5 feet,120-140,Bachelor's Degree,,0,420,510,480,0,0,30
+,2022,2.02205E+13,3239,South,Arkansas,6250,"House, apartment, flat",1,1,5910262,31,Female,White only,Married - spouse present,"Native, born in United States",Fair,64,126,21.6,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,552,0,0,6,0,0,248,0,421,0,0,88,0,0,0,0,0,"Less than $10,000",Millennials (23-38),White only,Fair,5-5.5 feet,120-140,Graduated High School,,0,248,427,88,0,0,552
+,2022,2.02205E+13,3240,Midwest,Missouri,125000,"House, apartment, flat",1,1,7866696,49,Male,White only,Married - spouse present,"Native, born in United States",Very good,71,250,34.9,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,61,0,0,60,0,0,60,0,510,0,0,729,0,0,20,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Very good,5.5-6 feet,200-300,Some College,,0,60,570,729,0,0,81
+,2022,2.02205E+13,3241,Midwest,Indiana,200000,"House, apartment, flat",1,1,18722844,47,Female,White only,Married - spouse present,"Native, born in United States",Good,62,150,27.4,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,1,30,0,0,140,0,600,60,0,597,0,0,12,0,0,"$150,000 and over",Generation X (39-54),White only,Good,5-5.5 feet,140-160,Master's or Doctoral Degree,,0,140,690,597,0,0,13
+,2022,2.02205E+13,3242,Northeast,Connecticut,22500,"House, apartment, flat",1,1,4159353,85,Female,Black only,Widowed,"Native, born in United States",Good,68,158,24,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,235,0,635,0,120,330,0,0,0,0,0,"$10,000 - $30,000",Silent (74-91),Black only,Good,5.5-6 feet,140-160,Bachelor's Degree,,0,235,755,450,0,0,0
+,2022,2.02205E+13,3243,Midwest,Nebraska,67500,"House, apartment, flat",1,1,7882111,39,Male,White only,Married - spouse present,"Native, born in United States",Very good,75,190,23.7,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,105,0,0,455,0,570,0,0,264,0,0,16,0,0,"$50,000 - $75,000",Generation X (39-54),White only,Very good,6-6.5 feet,180-200,Graduated High School,,0,455,675,264,0,0,46
+,2022,2.02205E+13,3244,West,Colorado,55000,"House, apartment, flat",1,1,20839947,24,Female,White only,Married - spouse present,"Native, born in United States",Good,65,115,19.1,Some college but no degree,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,120,40,0,0,243,0,657,0,0,325,0,20,35,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Good,5-5.5 feet,100-120,Some College,,0,243,697,325,0,0,175
+,2022,2.02205E+13,3245,West,California,32500,"House, apartment, flat",1,1,21074094,48,Male,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Good,66,180,29,7th or 8th grade,Seventh through eighth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,15,0,555,0,0,140,0,0,160,0,480,"$30,000 - $50,000",Generation X (39-54),White only,Good,5.5-6 feet,180-200,Middle School or Less,,480,15,645,140,0,0,160
+,2022,2.02205E+13,3246,Northeast,New York,125000,"House, apartment, flat",1,1,14643938,41,Male,White only,Married - spouse present,"Native, born in United States",Excellent,70,195,28,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,45,0,0,30,0,0,0,0,480,0,0,75,0,0,0,0,810,"$100,000 - $150,000",Generation X (39-54),White only,Excellent,5.5-6 feet,180-200,Bachelor's Degree,,810,0,510,75,0,0,45
+,2022,2.02205E+13,3247,South,Virginia,200000,"House, apartment, flat",1,1,11193560,58,Male,White only,Married - spouse present,"Native, born in United States",Very good,69,135,19.9,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,20,60,0,0,65,0,450,0,0,70,0,0,775,0,0,"$150,000 and over",Boomers (55-73),White only,Very good,5.5-6 feet,120-140,Master's or Doctoral Degree,,0,65,510,70,0,0,795
+,2022,2.02205E+13,3248,Midwest,Illinois,200000,"House, apartment, flat",1,1,20304842,34,Female,White only,Married - spouse present,"Native, born in United States",Excellent,65,120,20,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,5,20,0,0,165,0,570,0,0,120,0,0,70,0,490,"$150,000 and over",Millennials (23-38),White only,Excellent,5-5.5 feet,120-140,Master's or Doctoral Degree,,490,165,590,120,0,0,75
+,2022,2.02205E+13,3249,Midwest,Michigan,125000,"House, apartment, flat",1,1,11930299,51,Male,White only,Divorced,"Native, born in United States",Fair,72,210,28.5,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,5,0,0,27,0,525,0,0,45,0,0,20,285,533,"$100,000 - $150,000",Generation X (39-54),White only,Fair,6-6.5 feet,200-300,Some College,,533,27,530,45,0,285,20
+,2022,2.02205E+13,3250,South,Mississippi,22500,"House, apartment, flat",1,1,11669718,25,Female,Black only,Never married,"Native, born in United States",Good,69,194,28.6,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,30,0,0,30,0,810,0,0,510,0,0,30,0,0,"$10,000 - $30,000",Millennials (23-38),Black only,Good,5.5-6 feet,180-200,Graduated High School,,0,30,840,510,0,0,60
+,2022,2.02205E+13,3251,Northeast,New York,45000,"House, apartment, flat",1,1,7877993,33,Female,White only,Married - spouse present,"Native, born in United States",Good,62,9994,998,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,445,0,0,65,0,0,240,0,570,0,0,120,0,0,0,0,0,"$30,000 - $50,000",Millennials (23-38),White only,Good,5-5.5 feet,>300,Master's or Doctoral Degree,,0,240,635,120,0,0,445
+,2022,2.02205E+13,3252,West,Colorado,17500,"House, apartment, flat",1,1,8385530,65,Male,White only,Never married,"Native, born in United States",Good,68,185,28.1,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,10,0,20,0,0,15,0,510,0,0,790,0,0,95,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Good,5.5-6 feet,180-200,Some College,,0,15,530,790,0,0,105
+,2022,2.02205E+13,3253,South,Florida,87500,"House, apartment, flat",1,1,30340338,41,Female,White only,Married - spouse present,"Native, born in United States",Very good,61,134,25.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,33,0,0,60,0,0,40,0,580,0,0,90,0,0,97,0,540,"$75,000 - $100,000",Generation X (39-54),White only,Very good,5-5.5 feet,120-140,Bachelor's Degree,,540,40,640,90,0,0,130
+,2022,2.02205E+13,3254,South,Georgia,32500,"House, apartment, flat",1,1,19844021,33,Female,White only,Never married,"Native, born in United States",Very good,59,9997,998,5th or 6th grade,Fifth through sixth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,360,0,20,75,0,0,195,0,672,0,0,55,0,0,63,0,0,"$30,000 - $50,000",Millennials (23-38),White only,Very good,0-5 feet,>300,Middle School or Less,,0,195,747,55,0,0,443
+,2022,2.02205E+13,3255,West,Colorado,125000,"House, apartment, flat",1,1,6117233,32,Female,White only,Married - spouse present,"Native, born in United States",Very good,63,130,23,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,90,0,5,140,0,0,80,0,685,0,60,240,60,0,80,0,0,"$100,000 - $150,000",Millennials (23-38),White only,Very good,5-5.5 feet,120-140,Bachelor's Degree,,0,80,825,360,0,0,175
+,2022,2.02205E+13,3256,South,Texas,55000,"House, apartment, flat",1,1,5921495,29,Male,White only,Married - spouse absent,"Foreign born, not a U.S. citizen",Excellent,71,225,31.4,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,0,0,585,0,0,120,540,0,75,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Excellent,5.5-6 feet,200-300,Master's or Doctoral Degree,,0,0,705,660,0,0,75
+,2022,2.02205E+13,3257,West,Montana,11250,"House, apartment, flat",1,1,4424638,62,Male,White only,Widowed,"Native, born abroad of American parent or parents",Poor,77,245,29,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,Has difficulty remembering,0,0,0,120,0,0,315,0,725,0,0,240,0,0,40,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Poor,6-6.5 feet,200-300,Graduated High School,,0,315,845,240,0,0,40
+,2022,2.02205E+13,3258,Northeast,Massachusetts,8750,"House, apartment, flat",1,1,6379018,79,Female,White only,Never married,"Native, born in Puerto Rico or U.S. Outlying Area",Good,60,160,31.2,Less than 1st grade,Less than first grade,Not in labor force,NIU (Not in universe),Has vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,40,0,0,30,0,842,0,3,360,0,0,0,0,0,"Less than $10,000",Silent (74-91),White only,Good,5-5.5 feet,160-180,Middle School or Less,,0,30,882,363,0,0,0
+,2022,2.02205E+13,3259,West,California,45000,"House, apartment, flat",1,1,6285771,74,Female,Asian only,Married - spouse present,"Native, born in United States",Excellent,63,155,27.5,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,90,165,0,0,210,0,640,0,0,225,0,0,110,0,0,"$30,000 - $50,000",Silent (74-91),Asian only,Excellent,5-5.5 feet,140-160,Master's or Doctoral Degree,,0,210,805,225,0,0,200
+,2022,2.02205E+13,3260,West,California,125000,"House, apartment, flat",1,1,25758272,16,Female,White only,Never married,"Native, born in United States",Excellent,63,98,17.4,9th grade,Ninth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,240,135,0,0,0,0,370,0,0,585,0,0,110,0,0,"$100,000 - $150,000",Generation Z (7-22),White only,Excellent,5-5.5 feet,<100,Some High School,,0,0,505,585,0,0,350
+,2022,2.02205E+13,3261,Northeast,Pennsylvania,87500,"House, apartment, flat",1,1,2429139,85,Female,White only,Widowed,"Native, born in United States",Fair,65,116,19.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,150,0,0,95,0,750,0,30,330,0,45,40,0,0,"$75,000 - $100,000",Silent (74-91),White only,Fair,5-5.5 feet,100-120,Bachelor's Degree,,0,95,900,360,0,0,85
+,2022,2.02205E+13,3262,Northeast,Massachusetts,125000,"House, apartment, flat",1,1,4099454,53,Female,White only,Married - spouse present,"Native, born in United States",Very good,64,150,25.7,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,105,90,0,0,270,5,550,0,0,120,135,0,75,0,60,"$100,000 - $150,000",Generation X (39-54),White only,Very good,5-5.5 feet,140-160,Master's or Doctoral Degree,,60,275,640,255,0,0,180
+,2022,2.02205E+13,3263,West,Idaho,200000,"House, apartment, flat",1,1,11434483,53,Female,White only,Married - spouse present,"Native, born in United States",Very good,65,9997,998,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,65,0,0,58,0,550,0,0,210,30,0,0,0,527,"$150,000 and over",Generation X (39-54),White only,Very good,5-5.5 feet,>300,Bachelor's Degree,,527,58,615,240,0,0,0
+,2022,2.02205E+13,3264,West,Arizona,37500,"House, apartment, flat",1,1,10715797,69,Female,White only,Married - spouse present,"Native, born in United States",Very good,64,150,25.7,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,450,0,510,0,0,450,0,0,0,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Very good,5-5.5 feet,140-160,Graduated High School,,0,450,540,450,0,0,0
+,2022,2.02205E+13,3265,South,Virginia,125000,"House, apartment, flat",1,1,9268214,51,Female,Black only,Widowed,"Native, born in United States",Excellent,65,9996,998,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,90,0,630,0,0,630,0,0,0,0,0,"$100,000 - $150,000",Generation X (39-54),Black only,Excellent,5-5.5 feet,>300,Bachelor's Degree,,0,90,720,630,0,0,0
+,2022,2.02205E+13,3266,South,Delaware,67500,Mobile home or trailer with no permanent room added,1,1,5483564,64,Male,White only,Married - spouse present,"Native, born in United States",Poor,65,175,29.1,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,95,0,0,0,0,715,0,0,570,0,0,60,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Poor,5-5.5 feet,160-180,Graduated High School,,0,0,810,570,0,0,60
+,2022,2.02205E+13,3267,West,California,8750,"House, apartment, flat",1,1,1949196,80,Female,White only,Separated,"Foreign born, not a U.S. citizen",Fair,66,190,30.7,High school graduate - GED,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,Has mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,105,0,0,0,0,680,0,0,640,0,15,0,0,0,"Less than $10,000",Silent (74-91),White only,Fair,5.5-6 feet,180-200,Graduated High School,,0,0,785,640,0,0,15
+,2022,2.02205E+13,3268,Midwest,Wisconsin,32500,"House, apartment, flat",1,1,17065318,23,Male,White only,Never married,"Native, born in United States",Good,71,340,47.4,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,60,0,500,0,0,430,0,0,40,0,380,"$30,000 - $50,000",Millennials (23-38),White only,Good,5.5-6 feet,>300,Graduated High School,,380,60,530,430,0,0,40
+,2022,2.02205E+13,3269,West,California,87500,"House, apartment, flat",1,1,12566199,28,Female,White only,Never married,"Native, born in United States",NIU (Not in universe),,9999,999,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,245,0,65,20,0,0,30,10,565,240,0,105,0,0,105,0,0,"$75,000 - $100,000",Millennials (23-38),White only,"Other (Refused, Dont know, NIU)",,>300,Bachelor's Degree,,0,40,825,105,0,0,415
+,2022,2.02205E+13,3270,South,South Carolina,200000,"House, apartment, flat",1,1,20233052,53,Male,White only,Married - spouse present,"Native, born in United States",Very good,65,220,36.6,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,Has difficulty remembering,1,0,0,60,0,0,662,0,450,0,0,255,0,0,12,0,0,"$150,000 and over",Generation X (39-54),White only,Very good,5-5.5 feet,200-300,Graduated High School,,0,662,510,255,0,0,13
+,2022,2.02205E+13,3271,Northeast,New Jersey,27500,"House, apartment, flat",1,1,2512480,80,Female,Black only,Widowed,"Native, born in United States",Excellent,64,136,23.3,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,10,45,75,0,0,300,0,585,0,60,200,45,0,120,0,0,"$10,000 - $30,000",Silent (74-91),Black only,Excellent,5-5.5 feet,120-140,Master's or Doctoral Degree,,0,300,660,305,0,0,175
+,2022,2.02205E+13,3272,South,Georgia,27500,"House, apartment, flat",1,1,5352813,53,Male,Black only,Divorced,"Native, born abroad of American parent or parents",Good,70,280,40.2,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Not in labor force,NIU (Not in universe),Has vision difficulty,No hearing difficulty,Has mobility limitation,No physical difficulty,No difficulty remembering,0,0,130,30,0,0,30,0,540,0,50,630,0,0,30,0,0,"$10,000 - $30,000",Generation X (39-54),Black only,Good,5.5-6 feet,200-300,Master's or Doctoral Degree,,0,30,570,680,0,0,160
+,2022,2.02205E+13,3273,West,Arizona,27500,"House, apartment, flat",1,1,6914232,56,Female,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Very good,,133,998,11th grade,Eleventh grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,90,30,0,0,180,0,540,0,0,510,40,0,50,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Very good,,120-140,Some High School,,0,180,570,550,0,0,140
+,2022,2.02205E+13,3274,South,Virginia,67500,"House, apartment, flat",1,1,1947450,50,Female,White only,Never married,"Foreign born, not a U.S. citizen",Good,65,158,26.3,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,22,125,0,0,150,0,590,0,0,313,60,25,150,0,5,"$50,000 - $75,000",Generation X (39-54),White only,Good,5-5.5 feet,140-160,Master's or Doctoral Degree,,5,150,715,373,0,0,197
+,2022,2.02205E+13,3275,West,California,32500,"House, apartment, flat",1,1,1810060,54,Female,White only,Divorced,"Native, born in United States",Good,70,142,20.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,32,70,15,41,0,0,174,0,480,0,0,240,0,0,77,311,0,"$30,000 - $50,000",Boomers (55-73),White only,Good,5.5-6 feet,140-160,Bachelor's Degree,,0,174,521,240,0,311,194
+,2022,2.02205E+13,3276,Midwest,Kansas,45000,"House, apartment, flat",1,1,8518955,33,Male,White only,Never married,"Native, born in United States",Good,73,260,34.3,Associate degree - academic program,College--two years,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,20,0,0,0,0,625,0,0,420,0,0,100,0,275,"$30,000 - $50,000",Millennials (23-38),White only,Good,6-6.5 feet,200-300,Associate Degree,,275,0,645,420,0,0,100
+,2022,2.02205E+13,3277,West,Colorado,200000,"House, apartment, flat",1,1,9308818,62,Male,White only,Never married,"Native, born in United States",Very good,70,165,23.7,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,35,0,0,35,0,520,0,0,255,0,0,105,0,490,"$150,000 and over",Boomers (55-73),White only,Very good,5.5-6 feet,160-180,Some College,,490,35,555,255,0,0,105
+,2022,2.02205E+13,3278,Midwest,Nebraska,125000,"House, apartment, flat",1,1,4607648,59,Male,White only,Married - spouse present,"Native, born in United States",Very good,71,195,27.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,240,60,30,0,0,480,0,480,0,0,110,0,0,40,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Very good,5.5-6 feet,180-200,Bachelor's Degree,,0,480,510,110,0,0,340
+,2022,2.02205E+13,3279,Northeast,New Jersey,67500,"House, apartment, flat",1,1,12250579,56,Female,White only,Married - spouse present,"Native, born in United States",Very good,64,130,22.3,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,300,0,540,0,0,420,90,0,0,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Very good,5-5.5 feet,120-140,Graduated High School,,0,300,630,510,0,0,0
+,2022,2.02205E+13,3280,West,California,200000,"House, apartment, flat",1,1,8546053,46,Female,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Good,65,158,26.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,90,40,0,0,210,0,590,0,0,490,0,0,20,0,0,"$150,000 and over",Generation X (39-54),White only,Good,5-5.5 feet,140-160,Bachelor's Degree,,0,210,630,490,0,0,110
+,2022,2.02205E+13,3281,West,California,55000,"House, apartment, flat",1,1,13526033,80,Female,White only,Widowed,"Foreign born, U.S. citizen by naturalization",Good,65,220,36.6,5th or 6th grade,Fifth through sixth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,50,0,120,35,0,0,235,0,485,0,0,105,0,0,130,0,280,"$50,000 - $75,000",Silent (74-91),White only,Good,5-5.5 feet,200-300,Middle School or Less,,280,235,520,105,0,0,300
+,2022,2.02205E+13,3282,Midwest,Michigan,13750,"House, apartment, flat",1,1,8458078,69,Male,White only,Divorced,"Native, born in United States",Very good,72,210,28.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,30,0,0,45,0,500,90,0,605,30,0,80,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Very good,6-6.5 feet,200-300,Bachelor's Degree,,0,45,620,635,0,0,140
+,2022,2.02205E+13,3283,Midwest,Minnesota,55000,"House, apartment, flat",1,1,3259636,63,Female,White only,Divorced,"Native, born in United States",Good,66,220,35.5,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,15,70,0,0,315,0,600,0,0,270,60,0,50,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Master's or Doctoral Degree,,0,315,670,330,0,0,65
+,2022,2.02205E+13,3284,Northeast,New York,87500,"House, apartment, flat",1,1,8585504,47,Male,White only,Married - spouse present,"Native, born in United States",Good,67,165,25.8,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,75,0,0,30,0,0,140,0,345,215,0,545,0,5,85,0,0,"$75,000 - $100,000",Generation X (39-54),White only,Good,5.5-6 feet,160-180,Some College,,0,140,590,545,0,0,165
+,2022,2.02205E+13,3285,West,Montana,37500,"House, apartment, flat",1,1,2400852,64,Female,White only,Divorced,"Native, born in United States",Very good,69,160,23.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,50,0,0,441,0,490,0,0,265,0,0,14,180,0,"$30,000 - $50,000",Boomers (55-73),White only,Very good,5.5-6 feet,160-180,Bachelor's Degree,,0,441,540,265,0,180,14
+,2022,2.02205E+13,3286,Midwest,Iowa,22500,"House, apartment, flat",1,1,12340205,43,Female,White only,Divorced,"Native, born in United States",Poor,68,167,25.4,High school graduate - GED,Tenth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,Has difficulty remembering,0,33,0,160,0,0,15,0,305,0,0,900,0,0,27,0,0,"$10,000 - $30,000",Generation X (39-54),White only,Poor,5.5-6 feet,160-180,Graduated High School,,0,15,465,900,0,0,60
+,2022,2.02205E+13,3287,South,Florida,45000,"House, apartment, flat",1,1,4784380,43,Female,White only,Never married,"Foreign born, U.S. citizen by naturalization",Good,61,105,19.8,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,145,0,35,105,0,0,260,0,680,0,0,90,85,0,30,0,10,"$30,000 - $50,000",Generation X (39-54),White only,Good,5-5.5 feet,100-120,Master's or Doctoral Degree,,10,260,785,175,0,0,210
+,2022,2.02205E+13,3288,Midwest,Indiana,200000,"House, apartment, flat",1,1,12510350,59,Male,White only,Married - spouse present,"Native, born in United States",Good,68,215,32.7,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,76,0,0,40,0,0,0,0,504,0,0,240,0,0,140,0,440,"$150,000 and over",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Some College,,440,0,544,240,0,0,216
+,2022,2.02205E+13,3289,Midwest,Indiana,125000,"House, apartment, flat",1,1,15580657,32,Female,White only,Married - spouse present,"Native, born in United States",Good,66,148,23.9,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,85,0,0,131,0,471,0,34,146,15,10,16,15,517,"$100,000 - $150,000",Millennials (23-38),White only,Good,5.5-6 feet,140-160,Master's or Doctoral Degree,,517,131,556,195,0,15,26
+,2022,2.02205E+13,3290,South,Florida,67500,"House, apartment, flat",1,1,8971480,63,Female,Black only,Widowed,"Native, born in United States",Poor,64,225,38.6,10th grade,Tenth grade,Not in labor force,NIU (Not in universe),Has vision difficulty,No hearing difficulty,Has mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,0,0,720,0,80,500,0,0,100,0,0,"$50,000 - $75,000",Boomers (55-73),Black only,Poor,5-5.5 feet,200-300,Some High School,,0,0,720,580,0,0,100
+,2022,2.02205E+13,3291,West,Nevada,200000,"House, apartment, flat",1,1,4166779,79,Female,White only,Widowed,"Native, born in United States",Excellent,61,115,21.7,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,20,65,0,0,133,0,622,0,0,510,60,0,30,0,0,"$150,000 and over",Silent (74-91),White only,Excellent,5-5.5 feet,100-120,Some College,,0,133,687,570,0,0,50
+,2022,2.02205E+13,3292,West,California,200000,"House, apartment, flat",1,1,7461230,33,Male,White only,Never married,"Native, born in United States",Good,72,205,27.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,65,45,0,0,180,0,600,0,0,529,0,0,21,0,0,"$150,000 and over",Millennials (23-38),White only,Good,6-6.5 feet,200-300,Bachelor's Degree,,0,180,645,529,0,0,86
+,2022,2.02205E+13,3293,Midwest,Missouri,87500,"House, apartment, flat",1,1,4745639,36,Male,White only,Never married,"Native, born in United States",Good,67,180,28.2,Associate degree - occupational vocational,College--four years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,120,10,60,0,0,0,0,600,0,0,600,0,0,50,0,0,"$75,000 - $100,000",Millennials (23-38),White only,Good,5.5-6 feet,180-200,Associate Degree,,0,0,660,600,0,0,180
+,2022,2.02205E+13,3294,Northeast,Pennsylvania,67500,"House, apartment, flat",1,1,9631568,67,Female,White only,Married - spouse present,"Native, born in United States",Very good,63,170,30.1,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,95,0,0,10,75,0,570,40,0,380,0,0,270,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Very good,5-5.5 feet,160-180,Associate Degree,,0,75,610,380,0,0,375
+,2022,2.02205E+13,3295,Midwest,Michigan,125000,"House, apartment, flat",1,1,9544611,58,Male,White only,Married - spouse present,"Native, born in United States",Good,73,235,31,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,15,0,25,30,0,0,50,0,350,5,0,45,0,0,155,0,765,"$100,000 - $150,000",Boomers (55-73),White only,Good,6-6.5 feet,200-300,Bachelor's Degree,,765,50,385,45,0,0,195
+,2022,2.02205E+13,3296,South,Texas,8750,"House, apartment, flat",1,1,4156276,58,Male,White only,Never married,"Native, born in United States",Fair,68,220,33.4,11th grade,Eleventh grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,60,0,0,180,0,570,0,0,510,120,0,0,0,0,"Less than $10,000",Boomers (55-73),White only,Fair,5.5-6 feet,200-300,Some High School,,0,180,630,630,0,0,0
+,2022,2.02205E+13,3297,South,Kentucky,17500,Mobile home or trailer with no permanent room added,1,1,4421967,74,Female,White only,Never married,"Foreign born, U.S. citizen by naturalization",Good,63,125,22.1,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,0,0,560,0,0,70,0,360,100,0,290,"$10,000 - $30,000",Silent (74-91),White only,Good,5-5.5 feet,120-140,Some College,,290,0,620,70,0,0,460
+,2022,2.02205E+13,3298,West,Oregon,2500,"House, apartment, flat",1,1,5442103,56,Male,"American Indian, Alaskan Native",Divorced,"Native, born in United States",Good,68,185,28.1,Associate degree - occupational vocational,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,0,0,105,0,525,0,0,320,0,0,80,0,335,"Less than $10,000",Boomers (55-73),"American Indian, Alaskan Native",Good,5.5-6 feet,180-200,Associate Degree,,335,105,600,320,0,0,80
+,2022,2.02205E+13,3299,South,Georgia,55000,"House, apartment, flat",1,1,5532487,52,Female,White only,Married - spouse present,"Native, born in United States",Good,69,215,31.7,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,45,45,0,0,105,0,755,0,0,466,0,0,24,0,0,"$50,000 - $75,000",Generation X (39-54),White only,Good,5.5-6 feet,200-300,Some College,,0,105,800,466,0,0,69
+,2022,2.02205E+13,3300,South,Maryland,45000,"House, apartment, flat",1,1,4697839,40,Male,White only,Separated,"Foreign born, not a U.S. citizen",Excellent,66,150,24.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,210,0,0,0,0,630,0,0,120,0,120,0,0,360,"$30,000 - $50,000",Generation X (39-54),White only,Excellent,5.5-6 feet,140-160,Bachelor's Degree,,360,0,840,120,0,0,120
+,2022,2.02205E+13,3301,Northeast,New Jersey,37500,"House, apartment, flat",1,1,4950854,80,Female,White only,Widowed,"Native, born in United States",Good,64,165,28.3,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,40,175,0,0,160,0,620,0,60,255,0,0,130,0,0,"$30,000 - $50,000",Silent (74-91),White only,Good,5-5.5 feet,160-180,Graduated High School,,0,160,795,315,0,0,170
+,2022,2.02205E+13,3302,West,Utah,32500,"House, apartment, flat",1,1,12648457,28,Female,Hawaiian Pacific Islander only,Married - spouse present,"Native, born in United States",Fair,65,231,38.4,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,300,0,1050,0,0,60,0,0,0,0,0,"$30,000 - $50,000",Millennials (23-38),Hawaiian Pacific Islander only,Fair,5-5.5 feet,200-300,Graduated High School,,0,300,1080,60,0,0,0
+,2022,2.02205E+13,3303,South,Delaware,32500,"House, apartment, flat",1,1,12047251,74,Female,Black only,Separated,"Native, born in United States",Very good,65,165,27.5,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,40,0,0,245,0,714,0,0,60,60,0,81,0,240,"$30,000 - $50,000",Silent (74-91),Black only,Very good,5-5.5 feet,160-180,Some College,,240,245,754,120,0,0,81
+,2022,2.02205E+13,3304,Midwest,Ohio,6250,"House, apartment, flat",1,1,13688761,55,Male,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Good,67,163,25.5,10th grade,Tenth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,40,75,0,0,85,0,660,0,0,90,0,0,125,0,365,"Less than $10,000",Boomers (55-73),White only,Good,5.5-6 feet,160-180,Some High School,,365,85,735,90,0,0,165
+,2022,2.02205E+13,3305,Midwest,Iowa,125000,"House, apartment, flat",1,1,3436158,40,Male,White only,Never married,"Native, born in United States",Good,73,285,37.6,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,25,0,580,0,0,585,0,60,70,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Good,6-6.5 feet,200-300,Master's or Doctoral Degree,,0,25,700,585,0,0,130
+,2022,2.02205E+13,3306,West,Arizona,125000,"House, apartment, flat",1,1,13057041,55,Female,White only,Married - spouse present,"Native, born in United States",Good,68,225,34.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,55,0,0,105,0,655,65,0,410,10,0,50,60,0,"$100,000 - $150,000",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Bachelor's Degree,,0,105,775,420,0,60,80
+,2022,2.02205E+13,3307,South,Texas,67500,"House, apartment, flat",1,1,5673488,42,Female,Black only,Never married,"Native, born in United States",Good,62,205,37.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,60,0,600,0,0,140,0,0,80,0,560,"$50,000 - $75,000",Generation X (39-54),Black only,Good,5-5.5 feet,200-300,Bachelor's Degree,,560,60,600,140,0,0,80
+,2022,2.02205E+13,3308,Midwest,Kansas,45000,"House, apartment, flat",1,1,3439558,76,Male,White only,Married - spouse present,"Native, born in United States",Poor,71,305,42.5,11th grade,Eleventh grade,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,Has physical difficulty,Has difficulty remembering,0,0,0,25,0,0,60,0,30,180,0,1145,0,0,0,0,0,"$30,000 - $50,000",Silent (74-91),White only,Poor,5.5-6 feet,>300,Some High School,,0,60,235,1145,0,0,0
+,2022,2.02205E+13,3309,Midwest,Ohio,17500,"House, apartment, flat",1,1,6476172,77,Female,White only,Divorced,"Native, born in United States",Fair,60,240,46.9,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,70,0,0,70,0,540,0,0,760,0,0,0,0,0,"$10,000 - $30,000",Silent (74-91),White only,Fair,5-5.5 feet,200-300,Some College,,0,70,610,760,0,0,0
+,2022,2.02205E+13,3310,West,Washington,67500,"House, apartment, flat",1,1,16532847,61,Male,White only,Married - spouse present,"Native, born in United States",Very good,67,260,40.7,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,50,0,0,70,0,505,0,0,260,0,0,85,0,470,"$50,000 - $75,000",Boomers (55-73),White only,Very good,5.5-6 feet,200-300,Graduated High School,,470,70,555,260,0,0,85
+,2022,2.02205E+13,3311,South,Florida,55000,"House, apartment, flat",1,1,11424851,58,Male,White only,Divorced,"Foreign born, U.S. citizen by naturalization",Very good,72,180,24.4,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,90,0,0,30,0,750,0,0,570,0,0,0,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Very good,6-6.5 feet,180-200,Associate Degree,,0,30,840,570,0,0,0
+,2022,2.02205E+13,3312,South,Tennessee,11250,"House, apartment, flat",1,1,18705088,65,Male,Black only,Never married,"Native, born in United States",Good,71,140,19.5,11th grade,Eleventh grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,15,0,0,0,0,600,0,0,825,0,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),Black only,Good,5.5-6 feet,140-160,Some High School,,0,0,615,825,0,0,0
+,2022,2.02205E+13,3313,Midwest,Illinois,200000,"House, apartment, flat",1,1,6479426,47,Male,White only,Married - spouse present,"Native, born in United States",Very good,70,220,31.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,68,0,0,40,0,0,2,0,490,0,0,140,0,0,50,0,650,"$150,000 and over",Generation X (39-54),White only,Very good,5.5-6 feet,200-300,Bachelor's Degree,,650,2,530,140,0,0,118
+,2022,2.02205E+13,3314,Northeast,New Jersey,27500,"House, apartment, flat",1,1,7220780,85,Female,White only,Widowed,"Native, born in United States",Good,60,120,23.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,Has mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,160,0,0,210,0,570,0,0,240,0,0,0,260,0,"$10,000 - $30,000",Silent (74-91),White only,Good,5-5.5 feet,120-140,Bachelor's Degree,,0,210,730,240,0,260,0
+,2022,2.02205E+13,3315,West,California,37500,"House, apartment, flat",1,1,8363341,70,Female,White only,Married - spouse present,"Native, born in United States",Very good,64,150,25.7,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,60,30,0,0,112,0,720,0,0,398,0,0,120,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Very good,5-5.5 feet,140-160,Some College,,0,112,750,398,0,0,180
+,2022,2.02205E+13,3316,West,Utah,8750,"House, apartment, flat",1,1,29282599,22,Male,White only,Never married,"Native, born in United States",Very good,71,190,26.5,High school graduate - GED,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,Has difficulty remembering,15,0,0,20,0,0,110,0,665,0,0,220,0,0,20,0,390,"Less than $10,000",Millennials (23-38),White only,Very good,5.5-6 feet,180-200,Graduated High School,,390,110,685,220,0,0,35
+,2022,2.02205E+13,3317,Northeast,Pennsylvania,125000,"House, apartment, flat",1,1,10795355,74,Male,White only,Married - spouse present,"Native, born in United States",Very good,68,220,33.4,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,160,0,0,120,0,570,350,0,150,0,0,90,0,0,"$100,000 - $150,000",Silent (74-91),White only,Very good,5.5-6 feet,200-300,Graduated High School,,0,120,1080,150,0,0,90
+,2022,2.02205E+13,3318,West,Utah,6250,"House, apartment, flat",1,1,13143725,27,Male,White only,Never married,"Native, born in United States",Excellent,72,200,27.1,Associate degree - occupational vocational,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,60,0,15,0,625,0,0,525,120,0,20,0,0,"Less than $10,000",Millennials (23-38),White only,Excellent,6-6.5 feet,200-300,Associate Degree,,0,15,700,645,60,0,20
+,2022,2.02205E+13,3319,West,Oregon,125000,"House, apartment, flat",1,1,7528460,52,Male,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Refused,,9996,998,"1st, 2nd, 3rd, or 4th grade",First through fourth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,90,30,0,0,120,0,750,0,0,370,0,0,80,0,0,"$100,000 - $150,000",Generation X (39-54),White only,"Other (Refused, Dont know, NIU)",,>300,Middle School or Less,,0,120,780,370,0,0,170
+,2022,2.02205E+13,3320,Midwest,Iowa,200000,"House, apartment, flat",1,1,36682012,21,Male,White only,Never married,"Native, born in United States",Good,68,162,24.6,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,Has mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,95,0,0,17,0,687,0,0,382,0,0,16,0,213,"$150,000 and over",Generation Z (7-22),White only,Good,5.5-6 feet,160-180,Some College,,213,17,782,382,0,0,16
+,2022,2.02205E+13,3321,West,Nevada,87500,"House, apartment, flat",1,1,4678924,70,Female,White only,Married - spouse present,"Native, born in United States",Excellent,64,103,17.7,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,80,65,0,0,160,0,550,90,45,330,45,0,75,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Excellent,5-5.5 feet,100-120,Graduated High School,,0,160,705,420,0,0,155
+,2022,2.02205E+13,3322,South,Texas,55000,"House, apartment, flat",1,1,4098647,58,Male,White only,Divorced,"Native, born in United States",Very good,64,182,31.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,270,10,55,0,0,170,0,570,0,0,295,0,0,70,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Very good,5-5.5 feet,180-200,Bachelor's Degree,,0,170,625,295,0,0,350
+,2022,2.02205E+13,3323,West,Oregon,87500,"House, apartment, flat",1,1,4607930,80,Male,White only,Divorced,"Native, born in United States",Poor,69,250,36.9,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,120,0,690,120,0,390,0,0,0,0,0,"$75,000 - $100,000",Silent (74-91),White only,Poor,5.5-6 feet,200-300,Master's or Doctoral Degree,,0,120,930,390,0,0,0
+,2022,2.02205E+13,3324,South,Texas,11250,"House, apartment, flat",1,1,24059591,60,Female,White only,Divorced,"Native, born in United States",Fair,64,195,33.5,High school graduate - GED,Ninth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,2,0,10,90,0,0,20,0,581,3,214,155,0,0,365,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Fair,5-5.5 feet,180-200,Graduated High School,,0,20,674,369,0,0,377
+,2022,2.02205E+13,3325,South,Georgia,125000,"House, apartment, flat",1,1,4509605,68,Male,White only,Married - spouse absent,"Native, born in United States",Very good,70,165,23.7,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,365,0,0,220,0,530,0,0,120,45,0,70,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Very good,5.5-6 feet,160-180,Master's or Doctoral Degree,,0,220,895,165,0,0,100
+,2022,2.02205E+13,3326,Midwest,Missouri,125000,"House, apartment, flat",1,1,9451310,85,Male,Asian only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Good,65,130,21.6,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,40,70,0,0,105,0,590,15,60,420,30,0,50,0,0,"$100,000 - $150,000",Silent (74-91),Asian only,Good,5-5.5 feet,120-140,Master's or Doctoral Degree,,0,105,675,510,0,0,90
+,2022,2.02205E+13,3327,South,South Carolina,125000,"House, apartment, flat",1,1,6845819,76,Male,White only,Married - spouse present,"Native, born in United States",Very good,74,225,28.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,20,45,75,0,0,171,60,540,0,0,325,0,0,140,0,0,"$100,000 - $150,000",Silent (74-91),White only,Very good,6-6.5 feet,200-300,Bachelor's Degree,,0,231,615,325,0,0,205
+,2022,2.02205E+13,3328,South,Texas,67500,"House, apartment, flat",1,1,17245071,25,Male,White only,Never married,"Native, born in United States",Fair,68,175,26.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,13,88,0,0,60,0,555,0,0,155,0,60,47,0,432,"$50,000 - $75,000",Millennials (23-38),White only,Fair,5.5-6 feet,160-180,Bachelor's Degree,,432,60,643,155,0,0,120
+,2022,2.02205E+13,3329,South,Maryland,125000,"House, apartment, flat",1,1,6797014,35,Female,White only,Married - spouse present,"Native, born in United States",Good,67,9997,998,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,483,5,0,20,0,0,300,0,300,0,0,2,0,0,240,0,0,"$100,000 - $150,000",Millennials (23-38),White only,Good,5.5-6 feet,>300,Bachelor's Degree,,0,300,320,2,0,0,728
+,2022,2.02205E+13,3330,Northeast,New York,125000,"House, apartment, flat",1,1,11205709,80,Male,White only,Married - spouse present,"Native, born in United States",Good,69,180,26.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,372,75,610,0,0,213,70,0,10,0,0,"$100,000 - $150,000",Silent (74-91),White only,Good,5.5-6 feet,180-200,Bachelor's Degree,,0,447,700,283,0,0,10
+,2022,2.02205E+13,3331,Midwest,Kansas,13750,"House, apartment, flat",1,1,2588231,68,Female,White only,Never married,"Native, born in United States",Fair,63,220,39,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,15,0,0,60,0,490,0,0,845,0,30,0,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Fair,5-5.5 feet,200-300,Some College,,0,60,505,845,0,0,30
+,2022,2.02205E+13,3332,Midwest,Ohio,87500,"House, apartment, flat",1,1,6549941,68,Male,White only,Married - spouse present,"Native, born in United States",Very good,74,200,25.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,30,0,30,0,0,60,0,630,0,0,360,0,0,330,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Very good,6-6.5 feet,200-300,Bachelor's Degree,,0,60,660,360,0,0,360
+,2022,2.02205E+13,3333,Midwest,Indiana,87500,"House, apartment, flat",1,1,5094569,45,Female,Asian only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Good,64,162,27.8,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,120,0,0,405,0,500,0,0,150,0,30,55,0,90,"$75,000 - $100,000",Generation X (39-54),Asian only,Good,5-5.5 feet,160-180,Associate Degree,,90,405,620,150,0,0,115
+,2022,2.02205E+13,3334,West,Colorado,125000,"House, apartment, flat",1,1,17753747,35,Male,White only,Never married,"Native, born in United States",Good,76,220,26.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,25,0,0,485,0,630,0,0,300,0,0,0,0,0,"$100,000 - $150,000",Millennials (23-38),White only,Good,6-6.5 feet,200-300,Bachelor's Degree,,0,485,655,300,0,0,0
+,2022,2.02205E+13,3335,West,California,125000,"House, apartment, flat",1,1,5373950,45,Male,White only,Married - spouse present,"Native, born in United States",Poor,72,225,30.5,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,Yes,No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,1,0,235,534,0,0,0,0,210,0,0,0,0,30,190,0,240,"$100,000 - $150,000",Generation X (39-54),White only,Poor,6-6.5 feet,200-300,Master's or Doctoral Degree,,240,0,744,0,0,0,456
+,2022,2.02205E+13,3336,South,Mississippi,22500,"House, apartment, flat",1,1,5591683,34,Male,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Fair,69,161,23.8,Some college but no degree,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,380,0,0,45,0,0,0,0,120,0,0,149,0,0,71,0,675,"$10,000 - $30,000",Millennials (23-38),White only,Fair,5.5-6 feet,160-180,Some College,,675,0,165,149,0,0,451
+,2022,2.02205E+13,3337,South,Florida,67500,"House, apartment, flat",1,1,23714147,48,Female,Black only,Separated,"Foreign born, U.S. citizen by naturalization",Very good,66,180,29,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,5,0,100,0,0,35,0,510,0,60,178,0,0,107,0,445,"$50,000 - $75,000",Generation X (39-54),Black only,Very good,5.5-6 feet,180-200,Bachelor's Degree,,445,35,610,238,0,0,112
+,2022,2.02205E+13,3338,West,California,87500,"House, apartment, flat",1,1,15747345,66,Female,Asian only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Good,58,105,21.9,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,135,0,730,0,0,440,45,30,0,0,0,"$75,000 - $100,000",Boomers (55-73),Asian only,Good,0-5 feet,100-120,Graduated High School,,0,135,790,485,0,0,30
+,2022,2.02205E+13,3339,Northeast,New York,200000,"House, apartment, flat",1,1,8103836,34,Male,White only,Married - spouse present,"Native, born in United States",Good,69,190,28.1,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,20,0,0,5,0,495,0,0,0,0,0,50,0,870,"$150,000 and over",Millennials (23-38),White only,Good,5.5-6 feet,180-200,Master's or Doctoral Degree,,870,5,515,0,0,0,50
+,2022,2.02205E+13,3340,Midwest,Wisconsin,55000,"House, apartment, flat",1,1,4535180,67,Female,White only,Married - spouse present,"Native, born in United States",Good,69,240,35.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,10,0,20,90,0,0,30,0,861,0,0,340,0,0,89,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Bachelor's Degree,,0,30,951,340,0,0,119
+,2022,2.02205E+13,3341,West,Washington,22500,"House, apartment, flat",1,1,45254345,43,Male,White only,Divorced,"Foreign born, not a U.S. citizen",Fair,67,280,43.8,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,60,0,0,80,0,0,65,0,593,0,0,307,30,0,10,0,295,"$10,000 - $30,000",Generation X (39-54),White only,Fair,5.5-6 feet,200-300,Graduated High School,,295,65,673,337,0,0,70
+,2022,2.02205E+13,3342,West,Colorado,37500,"House, apartment, flat",1,1,31193890,30,Male,White only,Married - spouse present,"Native, born in United States",Very good,70,229,32.9,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,10,0,0,45,0,0,30,0,450,0,0,245,0,0,135,0,525,"$30,000 - $50,000",Millennials (23-38),White only,Very good,5.5-6 feet,200-300,Graduated High School,,525,30,495,245,0,0,145
+,2022,2.02205E+13,3343,West,Washington,67500,"House, apartment, flat",1,1,12793759,23,Male,White only,Never married,"Native, born in United States",Good,68,180,27.4,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,10,0,500,0,0,240,0,0,660,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Good,5.5-6 feet,180-200,Graduated High School,,0,10,530,240,0,0,660
+,2022,2.02205E+13,3344,Midwest,Missouri,55000,"House, apartment, flat",1,1,12937260,60,Male,White only,Divorced,"Native, born in United States",Fair,65,180,30,High school graduate - GED,Eleventh grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,Has difficulty remembering,0,0,0,45,0,0,25,0,540,0,0,315,0,0,30,0,485,"$50,000 - $75,000",Boomers (55-73),White only,Fair,5-5.5 feet,180-200,Graduated High School,,485,25,585,315,0,0,30
+,2022,2.02205E+13,3345,Northeast,Massachusetts,200000,"House, apartment, flat",1,1,4215929,45,Male,White only,Married - spouse present,"Native, born in United States",Good,74,215,27.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,110,0,30,73,0,0,68,0,483,0,0,150,32,0,52,0,442,"$150,000 and over",Generation X (39-54),White only,Good,6-6.5 feet,200-300,Bachelor's Degree,,442,68,556,182,0,0,192
+,2022,2.02205E+13,3346,South,Texas,45000,"House, apartment, flat",1,1,16316624,25,Male,White only,Never married,"Native, born in United States",Excellent,72,200,27.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,30,0,645,0,0,30,0,0,140,0,565,"$30,000 - $50,000",Millennials (23-38),White only,Excellent,6-6.5 feet,200-300,Bachelor's Degree,,565,30,675,30,0,0,140
+,2022,2.02205E+13,3347,South,Texas,200000,"House, apartment, flat",1,1,2835358,80,Female,White only,Widowed,"Native, born in United States",Very good,65,131,21.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,121,0,0,270,0,464,0,0,465,0,0,55,0,0,"$150,000 and over",Silent (74-91),White only,Very good,5-5.5 feet,120-140,Bachelor's Degree,,0,270,585,465,0,0,115
+,2022,2.02205E+13,3348,West,Idaho,200000,"House, apartment, flat",1,1,7752171,50,Female,White only,Married - spouse present,"Native, born in United States",Very good,62,145,26.5,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,80,0,25,20,0,0,132,0,667,0,0,333,55,15,110,0,0,"$150,000 and over",Generation X (39-54),White only,Very good,5-5.5 feet,140-160,Associate Degree,,0,132,687,388,0,0,230
+,2022,2.02205E+13,3349,Midwest,Michigan,67500,"House, apartment, flat",1,1,13768642,71,Male,White only,Married - spouse present,"Native, born in United States",Good,71,150,20.9,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,60,0,0,30,0,600,0,0,750,0,0,0,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Good,5.5-6 feet,140-160,Some College,,0,30,660,750,0,0,0
+,2022,2.02205E+13,3350,South,Tennessee,67500,"House, apartment, flat",1,1,37386898,25,Male,White only,Never married,"Native, born in United States",Good,71,135,18.8,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,0,0,562,0,0,215,0,0,120,243,300,"$50,000 - $75,000",Millennials (23-38),White only,Good,5.5-6 feet,120-140,Graduated High School,,300,0,562,215,0,243,120
+,2022,2.02205E+13,3351,Northeast,Pennsylvania,55000,"House, apartment, flat",1,1,8510021,57,Male,White only,Married - spouse absent,"Native, born in United States",Very good,69,190,28.1,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,90,65,0,0,295,0,550,0,0,370,0,0,60,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Very good,5.5-6 feet,180-200,Graduated High School,,0,295,615,370,0,0,150
+,2022,2.02205E+13,3352,West,Utah,125000,"House, apartment, flat",1,1,8618890,69,Male,White only,Married - spouse present,"Native, born in United States",Very good,66,153,24.7,Associate degree - academic program,College--two years,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,60,85,65,0,0,200,0,661,5,0,285,0,0,79,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Very good,5.5-6 feet,140-160,Associate Degree,,0,200,731,285,0,0,224
+,2022,2.02205E+13,3353,West,California,87500,"House, apartment, flat",1,1,19905146,43,Male,White only,Never married,"Native, born in United States",Very good,70,195,28,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,50,0,0,20,0,450,0,0,400,120,0,35,0,365,"$75,000 - $100,000",Generation X (39-54),White only,Very good,5.5-6 feet,180-200,Bachelor's Degree,,365,20,500,520,0,0,35
+,2022,2.02205E+13,3354,West,Washington,45000,"House, apartment, flat",1,1,5561782,45,Male,White only,Never married,"Native, born in United States",Good,66,160,25.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,50,75,0,0,165,0,510,0,0,620,0,0,20,0,0,"$30,000 - $50,000",Generation X (39-54),White only,Good,5.5-6 feet,160-180,Bachelor's Degree,,0,165,585,620,0,0,70
+,2022,2.02205E+13,3355,Midwest,Michigan,125000,"House, apartment, flat",1,1,10097103,39,Female,White only,Married - spouse present,"Native, born in United States",Good,63,250,44.3,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,60,30,0,45,0,645,0,0,525,0,0,65,0,10,"$100,000 - $150,000",Generation X (39-54),White only,Good,5-5.5 feet,200-300,Master's or Doctoral Degree,,10,45,705,525,30,0,125
+,2022,2.02205E+13,3356,Midwest,Illinois,200000,"House, apartment, flat",1,1,11529961,45,Male,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Very good,72,155,21,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,180,0,0,0,0,540,0,0,270,0,0,0,0,390,"$150,000 and over",Generation X (39-54),White only,Very good,6-6.5 feet,140-160,Master's or Doctoral Degree,,390,0,720,270,0,0,0
+,2022,2.02205E+13,3357,West,Alaska,125000,"House, apartment, flat",1,1,4404246,55,Female,White only,Married - spouse present,"Native, born in United States",Fair,66,320,51.6,Associate degree - academic program,College--two years,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,320,0,380,0,0,230,0,0,0,0,330,"$100,000 - $150,000",Boomers (55-73),White only,Fair,5.5-6 feet,>300,Associate Degree,,330,320,410,230,0,0,0
+,2022,2.02205E+13,3358,Northeast,Pennsylvania,87500,"House, apartment, flat",1,1,13889864,32,Male,White only,Never married,"Native, born in United States",Good,75,180,22.5,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,5,0,0,0,0,0,75,0,690,0,0,135,0,0,130,0,405,"$75,000 - $100,000",Millennials (23-38),White only,Good,6-6.5 feet,180-200,Some College,,405,75,690,135,0,0,135
+,2022,2.02205E+13,3359,West,Montana,32500,"House, apartment, flat",1,1,9564988,63,Female,White only,Married - spouse present,"Native, born in United States",Fair,65,149,24.8,Associate degree - occupational vocational,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,45,0,645,0,0,270,0,0,30,405,0,"$30,000 - $50,000",Boomers (55-73),White only,Fair,5-5.5 feet,140-160,Associate Degree,,0,45,675,270,0,405,30
+,2022,2.02205E+13,3360,Midwest,Ohio,87500,"House, apartment, flat",1,1,26235336,44,Male,White only,Married - spouse present,"Native, born in United States",Good,70,180,25.8,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,22,0,48,52,0,0,58,0,565,0,0,509,0,0,103,0,40,"$75,000 - $100,000",Generation X (39-54),White only,Good,5.5-6 feet,180-200,Master's or Doctoral Degree,,40,58,617,509,0,0,173
+,2022,2.02205E+13,3361,Midwest,Michigan,22500,"House, apartment, flat",1,1,22969590,64,Male,White only,Married - spouse present,"Native, born in United States",Very good,73,243,32.1,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,10,0,0,870,0,320,0,0,0,0,0,0,0,120,"$10,000 - $30,000",Boomers (55-73),White only,Very good,6-6.5 feet,200-300,Graduated High School,,120,870,330,0,0,0,0
+,2022,2.02205E+13,3362,South,North Carolina,13750,Mobile home or trailer with no permanent room added,1,1,8584704,41,Female,White only,Divorced,"Native, born in United States",Very good,64,175,30,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,163,0,0,112,0,0,196,0,796,60,0,0,0,0,68,0,0,"$10,000 - $30,000",Generation X (39-54),White only,Very good,5-5.5 feet,160-180,Graduated High School,,0,196,968,0,0,0,231
+,2022,2.02205E+13,3363,Northeast,Pennsylvania,67500,"House, apartment, flat",1,1,8638043,22,Male,White only,Never married,"Native, born in United States",Very good,67,194,30.4,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,35,0,0,30,0,780,0,126,220,0,0,129,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Very good,5.5-6 feet,180-200,Graduated High School,,0,30,815,346,0,0,129
+,2022,2.02205E+13,3364,Northeast,Connecticut,67500,"House, apartment, flat",1,1,3173963,42,Male,Asian only,Married - spouse present,"Foreign born, not a U.S. citizen",Fair,70,185,26.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,50,30,397,0,0,0,690,0,0,175,0,0,98,0,0,"$50,000 - $75,000",Generation X (39-54),Asian only,Fair,5.5-6 feet,180-200,Bachelor's Degree,,0,0,720,175,397,0,148
+,2022,2.02205E+13,3365,West,Arizona,87500,"House, apartment, flat",1,1,10176737,50,Female,White only,Divorced,"Native, born in United States",Good,67,150,23.5,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,40,0,0,25,0,345,0,0,465,0,0,85,0,480,"$75,000 - $100,000",Generation X (39-54),White only,Good,5.5-6 feet,140-160,Some College,,480,25,385,465,0,0,85
+,2022,2.02205E+13,3366,West,California,87500,"House, apartment, flat",1,1,8784460,53,Female,Black only,Divorced,"Native, born in United States",Fair,66,9996,998,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,5,0,0,0,0,0,660,100,0,60,0,0,55,150,410,"$75,000 - $100,000",Generation X (39-54),Black only,Fair,5.5-6 feet,>300,Master's or Doctoral Degree,,410,0,760,60,0,150,60
+,2022,2.02205E+13,3367,West,Arizona,200000,"House, apartment, flat",1,1,5725747,31,Male,White only,Married - spouse present,"Native, born in United States",Fair,72,190,25.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,120,0,90,150,0,0,240,0,582,0,0,180,0,0,63,0,15,"$150,000 and over",Millennials (23-38),White only,Fair,6-6.5 feet,180-200,Bachelor's Degree,,15,240,732,180,0,0,273
+,2022,2.02205E+13,3368,Midwest,Wisconsin,87500,"House, apartment, flat",1,1,8330035,52,Male,White only,Divorced,"Native, born in United States",Fair,70,142,20.4,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,65,0,0,0,0,635,0,0,655,0,0,70,15,0,"$75,000 - $100,000",Generation X (39-54),White only,Fair,5.5-6 feet,140-160,Graduated High School,,0,0,700,655,0,15,70
+,2022,2.02205E+13,3369,South,Florida,22500,Mobile home or trailer with no permanent room added,1,1,8004985,65,Male,White only,Divorced,"Native, born in United States",Good,70,221,31.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,50,0,0,169,0,620,0,0,601,0,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Bachelor's Degree,,0,169,670,601,0,0,0
+,2022,2.02205E+13,3370,West,Idaho,17500,"House, apartment, flat",1,1,5557076,71,Female,White only,Married - spouse present,"Native, born in United States",Fair,66,200,32.3,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,105,0,0,210,0,780,60,0,255,0,0,30,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Fair,5.5-6 feet,200-300,Some College,,0,210,945,255,0,0,30
+,2022,2.02205E+13,3371,Northeast,New York,37500,"House, apartment, flat",1,1,4601997,85,Female,White only,Married - spouse absent,"Native, born in United States",Good,61,105,19.8,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,0,0,0,0,850,0,0,515,0,0,0,0,0,"$30,000 - $50,000",Silent (74-91),White only,Good,5-5.5 feet,100-120,Graduated High School,,0,0,925,515,0,0,0
+,2022,2.02205E+13,3372,Northeast,New York,200000,"House, apartment, flat",1,1,3990699,78,Male,White only,Married - spouse present,"Native, born in United States",Very good,68,170,25.8,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,720,0,450,0,0,105,30,0,0,0,90,"$150,000 and over",Silent (74-91),White only,Very good,5.5-6 feet,160-180,Master's or Doctoral Degree,,90,720,495,135,0,0,0
+,2022,2.02205E+13,3373,Midwest,Indiana,67500,"House, apartment, flat",1,1,16838084,61,Female,White only,Divorced,"Native, born in United States",Very good,69,9996,998,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,2,5,45,0,0,0,0,615,0,0,208,0,0,40,0,525,"$50,000 - $75,000",Boomers (55-73),White only,Very good,5.5-6 feet,>300,Graduated High School,,525,0,660,208,0,0,47
+,2022,2.02205E+13,3374,South,Alabama,125000,"House, apartment, flat",1,1,6443352,56,Male,White only,Married - spouse present,"Native, born in United States",Very good,72,225,30.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,180,30,0,465,0,0,0,0,0,135,0,510,"$100,000 - $150,000",Boomers (55-73),White only,Very good,6-6.5 feet,200-300,Bachelor's Degree,,510,30,555,0,0,0,315
+,2022,2.02205E+13,3375,Midwest,Missouri,125000,"House, apartment, flat",1,1,9415873,76,Male,White only,Married - spouse present,"Native, born in United States",Fair,65,180,30,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,90,0,0,65,0,600,45,0,590,0,0,40,0,0,"$100,000 - $150,000",Silent (74-91),White only,Fair,5-5.5 feet,180-200,Bachelor's Degree,,0,65,735,590,0,0,50
+,2022,2.02205E+13,3376,South,Georgia,200000,"House, apartment, flat",1,1,10037292,66,Female,White only,Married - spouse present,"Native, born abroad of American parent or parents",Very good,69,150,22.1,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,25,0,75,120,0,30,240,20,480,0,0,305,0,35,110,0,0,"$150,000 and over",Boomers (55-73),White only,Very good,5.5-6 feet,140-160,Master's or Doctoral Degree,,0,260,600,305,0,0,275
+,2022,2.02205E+13,3377,Midwest,Michigan,8750,"House, apartment, flat",1,1,2674633,59,Female,Black only,Never married,"Native, born in United States",Fair,67,230,36,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,45,0,0,0,0,645,0,0,710,0,0,40,0,0,"Less than $10,000",Boomers (55-73),Black only,Fair,5.5-6 feet,200-300,Some College,,0,0,690,710,0,0,40
+,2022,2.02205E+13,3378,Northeast,Massachusetts,87500,"House, apartment, flat",1,1,6177551,47,Male,White only,Married - spouse present,"Native, born in United States",Good,68,180,27.4,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,475,0,0,120,0,0,180,0,455,0,0,180,0,0,30,0,0,"$75,000 - $100,000",Generation X (39-54),White only,Good,5.5-6 feet,180-200,Graduated High School,,0,180,575,180,0,0,505
+,2022,2.02205E+13,3379,South,Alabama,55000,"House, apartment, flat",1,1,4864179,74,Female,White only,Married - spouse present,"Native, born in United States",Good,64,169,29,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,56,0,0,261,8,605,0,75,392,0,0,13,0,0,"$50,000 - $75,000",Silent (74-91),White only,Good,5-5.5 feet,160-180,Graduated High School,,0,269,661,467,0,0,43
+,2022,2.02205E+13,3380,South,North Carolina,45000,"House, apartment, flat",1,1,9531294,38,Male,Asian only,Married - spouse present,"Foreign born, not a U.S. citizen",Good,68,202,30.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,25,0,75,35,0,0,0,0,680,0,0,60,25,10,75,0,455,"$30,000 - $50,000",Generation X (39-54),Asian only,Good,5.5-6 feet,200-300,Bachelor's Degree,,455,0,715,85,0,0,185
+,2022,2.02205E+13,3381,Midwest,Michigan,13750,"House, apartment, flat",1,1,3403471,62,Female,White only,Divorced,"Native, born in United States",Fair,68,200,30.4,Associate degree - academic program,College--three years,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,Has mobility limitation,Has physical difficulty,Has difficulty remembering,0,60,0,15,0,0,0,0,630,0,0,735,0,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Fair,5.5-6 feet,200-300,Associate Degree,,0,0,645,735,0,0,60
+,2022,2.02205E+13,3382,Northeast,New York,27500,"House, apartment, flat",1,1,9769318,73,Female,Black only,Widowed,"Native, born in United States",Very good,66,200,32.3,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,1,0,0,605,0,834,0,0,0,0,0,0,0,0,"$10,000 - $30,000",Silent (74-91),Black only,Very good,5.5-6 feet,200-300,Graduated High School,,0,605,835,0,0,0,0
+,2022,2.02205E+13,3383,South,Florida,67500,"House, apartment, flat",1,1,8540333,73,Female,White only,Married - spouse present,"Native, born in United States",Very good,57,110,23.8,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,30,0,600,0,0,675,45,0,0,0,0,"$50,000 - $75,000",Silent (74-91),White only,Very good,0-5 feet,100-120,Some College,,0,30,690,720,0,0,0
+,2022,2.02205E+13,3384,South,Tennessee,27500,"House, apartment, flat",1,1,8709190,71,Female,Asian only,Widowed,"Foreign born, U.S. citizen by naturalization",Fair,59,166,33.5,High school graduate - GED,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,30,0,0,360,0,720,0,20,165,30,20,65,0,0,"$10,000 - $30,000",Boomers (55-73),Asian only,Fair,0-5 feet,160-180,Graduated High School,,0,360,750,215,0,0,115
+,2022,2.02205E+13,3385,Northeast,Connecticut,200000,"House, apartment, flat",1,1,30146865,15,Female,White only,Never married,"Native, born in United States",Excellent,62,115,21,9th grade,Ninth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,75,435,0,0,0,685,0,0,30,120,0,65,0,0,"$150,000 and over",Generation Z (7-22),White only,Excellent,5-5.5 feet,100-120,Some High School,,0,0,760,150,435,0,95
+,2022,2.02205E+13,3386,Northeast,Maine,55000,"House, apartment, flat",1,1,5814035,29,Male,White only,Married - spouse present,"Native, born in United States",Good,70,255,36.6,Some college but no degree,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,270,0,125,75,0,0,135,0,505,0,0,115,0,0,71,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Good,5.5-6 feet,200-300,Some College,,0,135,580,115,0,0,466
+,2022,2.02205E+13,3387,South,Florida,27500,"House, apartment, flat",1,1,32328165,77,Male,Black only,Widowed,"Foreign born, U.S. citizen by naturalization",Good,65,148,24.6,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),Has vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,90,0,0,0,0,630,0,0,720,0,0,0,0,0,"$10,000 - $30,000",Silent (74-91),Black only,Good,5-5.5 feet,140-160,Graduated High School,,0,0,720,720,0,0,0
+,2022,2.02205E+13,3388,South,Florida,200000,"House, apartment, flat",1,1,10256094,64,Female,Asian only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Poor,60,163,31.8,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,30,0,965,300,0,60,0,0,25,0,0,"$150,000 and over",Boomers (55-73),Asian only,Poor,5-5.5 feet,160-180,Master's or Doctoral Degree,,0,30,1325,60,0,0,25
+,2022,2.02205E+13,3389,Northeast,Massachusetts,87500,"House, apartment, flat",1,1,4331661,57,Female,White only,Married - spouse present,"Native, born in United States",Very good,67,150,23.5,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,165,0,0,675,0,600,0,0,0,0,0,0,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Very good,5.5-6 feet,140-160,Associate Degree,,0,675,765,0,0,0,0
+,2022,2.02205E+13,3390,West,Arizona,22500,"House, apartment, flat",1,1,1880402,80,Female,Black only,Widowed,"Native, born in United States",Very good,66,225,36.3,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,45,0,0,5,0,555,0,165,585,0,60,25,0,0,"$10,000 - $30,000",Silent (74-91),Black only,Very good,5.5-6 feet,200-300,Associate Degree,,0,5,600,750,0,0,85
+,2022,2.02205E+13,3391,West,Arizona,55000,"House, apartment, flat",1,1,3487954,43,Male,White only,Married - spouse present,"Native, born in United States",Good,70,160,23,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,150,0,0,0,0,750,0,150,345,0,0,45,0,0,"$50,000 - $75,000",Generation X (39-54),White only,Good,5.5-6 feet,160-180,Associate Degree,,0,0,900,495,0,0,45
+,2022,2.02205E+13,3392,Northeast,New York,200000,"House, apartment, flat",1,1,27723155,54,Female,White only,Divorced,"Native, born in United States",Good,64,132,22.7,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,7,0,0,55,0,0,55,0,479,0,0,219,50,0,139,0,436,"$150,000 and over",Boomers (55-73),White only,Good,5-5.5 feet,120-140,Master's or Doctoral Degree,,436,55,534,269,0,0,146
+,2022,2.02205E+13,3393,Northeast,Pennsylvania,200000,"House, apartment, flat",1,1,5930530,53,Female,White only,Married - spouse present,"Native, born in United States",Very good,70,9996,998,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,270,0,0,0,0,560,0,0,480,30,0,100,0,0,"$150,000 and over",Generation X (39-54),White only,Very good,5.5-6 feet,>300,Bachelor's Degree,,0,0,830,510,0,0,100
+,2022,2.02205E+13,3394,South,Kentucky,45000,Mobile home or trailer with no permanent room added,1,1,10568860,75,Female,White only,Married - spouse present,"Native, born in United States",Very good,64,190,32.6,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,135,0,60,0,0,105,0,570,0,0,315,0,0,255,0,0,"$30,000 - $50,000",Silent (74-91),White only,Very good,5-5.5 feet,180-200,Graduated High School,,0,105,630,315,0,0,390
+,2022,2.02205E+13,3395,West,California,200000,"House, apartment, flat",1,1,5169031,45,Male,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Excellent,71,205,28.6,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,160,0,50,185,0,0,45,0,540,0,0,340,0,0,100,0,0,"$150,000 and over",Generation X (39-54),White only,Excellent,5.5-6 feet,200-300,Master's or Doctoral Degree,,0,45,725,340,0,0,310
+,2022,2.02205E+13,3396,South,Texas,87500,"House, apartment, flat",1,1,12371332,36,Male,White only,Never married,"Native, born in United States",Very good,71,260,36.3,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,360,0,325,0,0,325,0,60,239,0,101,"$75,000 - $100,000",Millennials (23-38),White only,Very good,5.5-6 feet,200-300,Some College,,101,360,325,325,0,0,299
+,2022,2.02205E+13,3397,Midwest,Illinois,17500,"House, apartment, flat",1,1,12823221,36,Male,Black only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",NIU (Not in universe),,9999,999,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,40,0,0,10,0,250,0,0,560,135,0,120,0,325,"$10,000 - $30,000",Millennials (23-38),Black only,"Other (Refused, Dont know, NIU)",,>300,Bachelor's Degree,,325,10,290,695,0,0,120
+,2022,2.02205E+13,3398,Northeast,Massachusetts,22500,"House, apartment, flat",1,1,3265914,73,Male,Black only,Widowed,"Native, born in United States",Very good,73,255,33.6,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,330,0,675,0,0,150,40,15,20,120,0,"$10,000 - $30,000",Silent (74-91),Black only,Very good,6-6.5 feet,200-300,Master's or Doctoral Degree,,0,330,765,190,0,120,35
+,2022,2.02205E+13,3399,Midwest,Ohio,87500,"House, apartment, flat",1,1,6506147,72,Male,White only,Married - spouse present,"Native, born in United States",Good,74,189,24.3,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,210,15,50,0,0,150,0,705,0,0,210,0,30,70,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Good,6-6.5 feet,180-200,Master's or Doctoral Degree,,0,150,755,210,0,0,325
+,2022,2.02205E+13,3400,South,Texas,27500,"House, apartment, flat",1,1,13084158,54,Female,Black only,Divorced,"Native, born in United States",Good,65,265,44.1,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),Has vision difficulty,Has hearing difficulty,Has mobility limitation,Has physical difficulty,Has difficulty remembering,0,0,0,60,0,0,120,0,930,0,0,240,0,0,90,0,0,"$10,000 - $30,000",Boomers (55-73),Black only,Good,5-5.5 feet,200-300,Graduated High School,,0,120,990,240,0,0,90
+,2022,2.02205E+13,3401,Midwest,Minnesota,87500,"House, apartment, flat",1,1,6815869,73,Male,White only,Married - spouse present,"Native, born in United States",Very good,72,185,25.1,10th grade,Tenth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,180,0,690,0,0,450,0,0,0,0,0,"$75,000 - $100,000",Silent (74-91),White only,Very good,6-6.5 feet,180-200,Some High School,,0,180,810,450,0,0,0
+,2022,2.02205E+13,3402,South,Florida,87500,"House, apartment, flat",1,1,4399904,71,Male,White only,Separated,"Native, born in United States",Fair,69,200,29.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,50,130,0,0,120,0,570,60,0,210,120,0,180,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Fair,5.5-6 feet,200-300,Bachelor's Degree,,0,120,760,330,0,0,230
+,2022,2.02205E+13,3403,Northeast,Pennsylvania,67500,"House, apartment, flat",1,1,13395026,67,Female,White only,Married - spouse present,"Native, born in United States",Good,67,150,23.5,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,585,0,565,0,0,225,20,0,0,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Good,5.5-6 feet,140-160,Master's or Doctoral Degree,,0,585,610,245,0,0,0
+,2022,2.02205E+13,3404,South,Maryland,87500,"House, apartment, flat",1,1,6148268,37,Female,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Good,65,154,25.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,75,0,0,20,0,0,85,0,660,0,30,570,0,0,0,0,0,"$75,000 - $100,000",Millennials (23-38),White only,Good,5-5.5 feet,140-160,Bachelor's Degree,,0,85,680,600,0,0,75
+,2022,2.02205E+13,3405,Midwest,Michigan,200000,"House, apartment, flat",1,1,17286581,33,Female,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Good,67,215,33.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,75,0,28,105,0,0,175,0,555,0,0,190,0,0,147,0,165,"$150,000 and over",Millennials (23-38),White only,Good,5.5-6 feet,200-300,Bachelor's Degree,,165,175,660,190,0,0,250
+,2022,2.02205E+13,3406,Northeast,Massachusetts,200000,"House, apartment, flat",1,1,8919844,48,Male,White only,Married - spouse present,"Native, born in United States",Very good,72,195,26.4,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,0,0,450,0,0,277,0,0,46,0,547,"$150,000 and over",Generation X (39-54),White only,Very good,6-6.5 feet,180-200,Some College,,547,0,570,277,0,0,46
+,2022,2.02205E+13,3407,Midwest,South Dakota,45000,"House, apartment, flat",1,1,2284664,69,Female,White only,Widowed,"Native, born in United States",Excellent,62,180,32.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,50,0,0,95,0,720,0,165,195,30,120,65,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Excellent,5-5.5 feet,180-200,Bachelor's Degree,,0,95,770,390,0,0,185
+,2022,2.02205E+13,3408,South,Florida,32500,Mobile home or trailer with no permanent room added,1,1,19109986,64,Male,White only,Never married,"Native, born in United States",Good,71,173,24.1,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,Has difficulty remembering,6,0,70,62,0,0,148,0,654,0,0,420,0,0,80,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Good,5.5-6 feet,160-180,Graduated High School,,0,148,716,420,0,0,156
+,2022,2.02205E+13,3409,Midwest,Michigan,32500,"House, apartment, flat",1,1,5540375,56,Female,White only,Married - spouse present,"Native, born in United States",Very good,65,189,31.4,Associate degree - academic program,College--four years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,170,0,0,170,0,580,0,0,203,60,0,247,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Very good,5-5.5 feet,180-200,Associate Degree,,0,170,750,263,0,0,257
+,2022,2.02205E+13,3410,Midwest,Ohio,125000,"House, apartment, flat",1,1,10497713,77,Male,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Very good,69,170,25.1,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,80,0,0,135,0,760,0,0,360,0,45,0,0,0,"$100,000 - $150,000",Silent (74-91),White only,Very good,5.5-6 feet,160-180,Associate Degree,,0,135,840,360,0,0,45
+,2022,2.02205E+13,3411,Northeast,Maine,27500,"House, apartment, flat",1,1,26671581,73,Male,White only,Married - spouse present,"Native, born in United States",Good,66,255,41.2,11th grade,Eleventh grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,5,0,0,75,0,0,375,25,585,0,0,365,0,0,10,0,0,"$10,000 - $30,000",Silent (74-91),White only,Good,5.5-6 feet,200-300,Some High School,,0,400,660,365,0,0,15
+,2022,2.02205E+13,3412,South,Texas,200000,"House, apartment, flat",1,1,8372521,34,Male,Asian only,Married - spouse present,"Foreign born, not a U.S. citizen",Good,71,215,30,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,0,0,570,0,0,180,60,0,0,0,510,"$150,000 and over",Millennials (23-38),Asian only,Good,5.5-6 feet,200-300,Master's or Doctoral Degree,,510,0,690,240,0,0,0
+,2022,2.02205E+13,3413,West,New Mexico,125000,"House, apartment, flat",1,1,3642988,63,Female,White only,Married - spouse present,"Native, born in United States",Very good,62,165,30.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,80,150,0,0,120,0,720,0,0,280,0,0,90,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Very good,5-5.5 feet,160-180,Bachelor's Degree,,0,120,870,280,0,0,170
+,2022,2.02205E+13,3414,Northeast,Pennsylvania,67500,"House, apartment, flat",1,1,13778599,70,Male,Asian only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Very good,67,203,31.8,Some college but no degree,College--three years,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,30,0,150,0,0,30,0,0,1110,0,0,"$50,000 - $75,000",Boomers (55-73),Asian only,Very good,5.5-6 feet,200-300,Some College,,0,30,270,30,0,0,1110
+,2022,2.02205E+13,3415,West,Arizona,8750,Mobile home or trailer with no permanent room added,1,1,2021995,80,Male,White only,Widowed,"Foreign born, not a U.S. citizen",Fair,,140,998,5th or 6th grade,Fifth through sixth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,110,110,0,0,170,0,540,0,60,400,0,0,50,0,0,"Less than $10,000",Silent (74-91),White only,Fair,,140-160,Middle School or Less,,0,170,650,460,0,0,160
+,2022,2.02205E+13,3416,Midwest,Ohio,67500,"House, apartment, flat",1,1,24448460,25,Male,White only,Never married,"Native, born in United States",Very good,67,145,22.7,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,145,5,60,0,0,30,0,540,0,0,40,0,0,100,0,520,"$50,000 - $75,000",Millennials (23-38),White only,Very good,5.5-6 feet,140-160,Graduated High School,,520,30,600,40,0,0,250
+,2022,2.02205E+13,3417,South,Mississippi,37500,"House, apartment, flat",1,1,10218714,31,Male,White only,Never married,"Native, born in United States",Good,66,180,29,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,110,0,810,0,0,460,0,0,0,0,15,"$30,000 - $50,000",Millennials (23-38),White only,Good,5.5-6 feet,180-200,Some College,,15,110,855,460,0,0,0
+,2022,2.02205E+13,3418,Midwest,Illinois,200000,"House, apartment, flat",1,1,51767329,19,Female,White only,Never married,"Native, born in United States",Good,67,135,21.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,105,0,0,25,0,480,0,0,350,0,0,0,0,480,"$150,000 and over",Generation Z (7-22),White only,Good,5.5-6 feet,120-140,Bachelor's Degree,,480,25,585,350,0,0,0
+,2022,2.02205E+13,3419,South,Florida,6250,"House, apartment, flat",1,1,2947759,80,Female,White only,Widowed,"Native, born in United States",Fair,60,120,23.4,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,60,0,545,0,60,715,0,0,0,0,0,"Less than $10,000",Silent (74-91),White only,Fair,5-5.5 feet,120-140,Associate Degree,,0,60,605,775,0,0,0
+,2022,2.02205E+13,3420,West,Colorado,55000,"House, apartment, flat",1,1,36080937,39,Male,White only,Married - spouse present,"Native, born in United States",Good,74,180,23.1,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,0,0,430,0,0,0,0,0,40,0,925,"$50,000 - $75,000",Generation X (39-54),White only,Good,6-6.5 feet,180-200,Graduated High School,,925,0,475,0,0,0,40
+,2022,2.02205E+13,3421,West,California,22500,"House, apartment, flat",1,1,12680427,85,Male,White only,Divorced,"Native, born in United States",Fair,69,128,18.9,12th grade - no diploma,Twelfth grade,Not in labor force,NIU (Not in universe),Has vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,Has difficulty remembering,0,0,0,30,0,0,15,0,540,0,0,855,0,0,0,0,0,"$10,000 - $30,000",Silent (74-91),White only,Fair,5.5-6 feet,120-140,Some High School,,0,15,570,855,0,0,0
+,2022,2.02205E+13,3422,Midwest,Michigan,125000,"House, apartment, flat",1,1,10048360,28,Female,White only,Never married,"Native, born in United States",Good,63,160,28.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,65,0,815,0,0,180,270,0,80,0,0,"$100,000 - $150,000",Millennials (23-38),White only,Good,5-5.5 feet,160-180,Bachelor's Degree,,0,65,845,450,0,0,80
+,2022,2.02205E+13,3423,West,Utah,125000,"House, apartment, flat",1,1,2987856,43,Male,White only,Married - spouse present,"Native, born in United States",Good,71,275,38.4,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,30,0,30,0,0,0,0,45,625,0,15,60,0,15,105,0,395,"$100,000 - $150,000",Generation X (39-54),White only,Good,5.5-6 feet,200-300,Master's or Doctoral Degree,,395,45,625,75,0,0,180
+,2022,2.02205E+13,3424,Northeast,Pennsylvania,37500,"House, apartment, flat",1,1,20640764,45,Male,White only,Divorced,"Native, born in United States",Good,69,175,25.8,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,1,0,10,60,0,0,0,0,490,0,0,380,0,0,44,0,455,"$30,000 - $50,000",Generation X (39-54),White only,Good,5.5-6 feet,160-180,Graduated High School,,455,0,550,380,0,0,55
+,2022,2.02205E+13,3425,Midwest,Ohio,87500,"House, apartment, flat",1,1,12010886,51,Male,White only,Married - spouse present,"Native, born in United States",Good,75,260,32.5,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,50,150,0,0,100,0,455,0,0,300,270,0,115,0,0,"$75,000 - $100,000",Generation X (39-54),White only,Good,6-6.5 feet,200-300,Graduated High School,,0,100,605,570,0,0,165
+,2022,2.02205E+13,3426,Midwest,Illinois,87500,"House, apartment, flat",1,1,8292936,29,Male,Asian only,Never married,"Foreign born, U.S. citizen by naturalization",Poor,67,110,17.2,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,60,0,930,0,0,420,0,0,0,0,0,"$75,000 - $100,000",Millennials (23-38),Asian only,Poor,5.5-6 feet,100-120,Master's or Doctoral Degree,,0,60,960,420,0,0,0
+,2022,2.02205E+13,3427,South,Alabama,87500,"House, apartment, flat",1,1,5890511,61,Male,White only,Divorced,"Native, born in United States",Good,73,215,28.4,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,35,0,0,150,0,525,0,0,180,0,0,40,0,480,"$75,000 - $100,000",Boomers (55-73),White only,Good,6-6.5 feet,200-300,Associate Degree,,480,150,560,180,0,0,70
+,2022,2.02205E+13,3428,Northeast,New York,87500,"House, apartment, flat",1,1,3953324,66,Male,White only,Never married,"Native, born in United States",Excellent,70,215,30.8,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,13,90,0,0,40,0,420,0,0,435,30,0,47,0,350,"$75,000 - $100,000",Boomers (55-73),White only,Excellent,5.5-6 feet,200-300,Master's or Doctoral Degree,,350,40,510,465,0,0,60
+,2022,2.02205E+13,3429,West,Washington,27500,"House, apartment, flat",1,1,41265979,31,Male,White only,Never married,"Foreign born, not a U.S. citizen",Fair,64,170,29.2,5th or 6th grade,Fifth through sixth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,50,0,0,160,0,510,0,0,170,0,0,40,0,510,"$10,000 - $30,000",Millennials (23-38),White only,Fair,5-5.5 feet,160-180,Middle School or Less,,510,160,560,170,0,0,40
+,2022,2.02205E+13,3430,Northeast,New York,200000,"House, apartment, flat",1,1,10351456,74,Male,White only,Divorced,"Native, born in United States",Excellent,63,123,21.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,33,46,0,0,91,0,585,90,0,343,180,0,72,0,0,"$150,000 and over",Silent (74-91),White only,Excellent,5-5.5 feet,120-140,Bachelor's Degree,,0,91,721,523,0,0,105
+,2022,2.02205E+13,3431,West,California,6250,"House, apartment, flat",1,1,8982320,57,Male,White only,Married - spouse absent,"Native, born in United States",Excellent,66,145,23.4,Associate degree - occupational vocational,College--three years,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,80,0,515,0,0,85,0,45,69,0,601,"Less than $10,000",Boomers (55-73),White only,Excellent,5.5-6 feet,140-160,Associate Degree,,601,80,560,85,0,0,114
+,2022,2.02205E+13,3432,South,North Carolina,17500,"House, apartment, flat",1,1,3785214,80,Male,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Fair,71,173,24.1,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,120,0,810,0,0,390,0,0,0,0,0,"$10,000 - $30,000",Silent (74-91),White only,Fair,5.5-6 feet,160-180,Master's or Doctoral Degree,,0,120,810,390,0,0,0
+,2022,2.02205E+13,3433,South,Texas,22500,"House, apartment, flat",1,1,29804273,28,Female,White only,Never married,"Foreign born, not a U.S. citizen",Very good,63,340,60.2,7th or 8th grade,Seventh through eighth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,50,0,24,171,0,0,30,0,634,0,0,94,0,31,56,0,350,"$10,000 - $30,000",Millennials (23-38),White only,Very good,5-5.5 feet,>300,Middle School or Less,,350,30,805,94,0,0,161
+,2022,2.02205E+13,3434,West,Washington,87500,"House, apartment, flat",1,1,4785842,54,Female,White only,Married - spouse present,"Native, born in United States",Good,63,170,30.1,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,420,30,600,0,0,300,0,0,0,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Good,5-5.5 feet,160-180,Associate Degree,,0,450,690,300,0,0,0
+,2022,2.02205E+13,3435,South,Virginia,87500,"House, apartment, flat",1,1,2102021,80,Female,Black only,Widowed,"Native, born in United States",Good,62,184,33.7,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,90,0,0,170,0,630,0,150,370,0,0,0,0,0,"$75,000 - $100,000",Silent (74-91),Black only,Good,5-5.5 feet,180-200,Master's or Doctoral Degree,,0,170,720,520,0,0,0
+,2022,2.02205E+13,3436,West,Colorado,55000,"House, apartment, flat",1,1,5465297,71,Male,White only,Married - spouse present,"Native, born in United States",Very good,77,195,23.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,120,0,0,15,0,585,0,0,415,155,0,110,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Very good,6-6.5 feet,180-200,Bachelor's Degree,,0,15,705,570,0,0,120
+,2022,2.02205E+13,3437,Northeast,New York,45000,"House, apartment, flat",1,1,3278500,63,Female,White only,Widowed,"Native, born in United States",Poor,69,228,33.7,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,25,0,0,2,0,555,0,0,848,0,0,10,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Poor,5.5-6 feet,200-300,Some College,,0,2,580,848,0,0,10
+,2022,2.02205E+13,3438,West,California,45000,"House, apartment, flat",1,1,11298317,38,Male,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Good,66,170,27.4,"1st, 2nd, 3rd, or 4th grade",First through fourth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,300,0,90,90,0,0,0,0,570,0,0,360,0,0,30,0,0,"$30,000 - $50,000",Generation X (39-54),White only,Good,5.5-6 feet,160-180,Middle School or Less,,0,0,660,360,0,0,420
+,2022,2.02205E+13,3439,West,California,125000,"House, apartment, flat",1,1,15148203,52,Female,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Poor,64,198,34,5th or 6th grade,Fifth through sixth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,210,0,10,20,0,0,670,0,490,0,0,0,0,30,10,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Poor,5-5.5 feet,180-200,Middle School or Less,,0,670,510,0,0,0,260
+,2022,2.02205E+13,3440,Midwest,Minnesota,67500,"House, apartment, flat",1,1,2824836,74,Female,White only,Divorced,"Native, born in United States",Excellent,61,135,25.5,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,30,0,60,0,0,240,0,480,0,0,0,0,0,0,0,630,"$50,000 - $75,000",Silent (74-91),White only,Excellent,5-5.5 feet,120-140,Master's or Doctoral Degree,,630,240,540,0,0,0,30
+,2022,2.02205E+13,3441,South,South Carolina,55000,"House, apartment, flat",1,1,13565086,60,Female,White only,Married - spouse present,"Native, born in United States",Good,64,180,30.9,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,20,20,0,0,0,0,1150,0,0,180,0,0,70,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Good,5-5.5 feet,180-200,Some College,,0,0,1170,180,0,0,90
+,2022,2.02205E+13,3442,South,Alabama,200000,"House, apartment, flat",1,1,9007843,35,Female,White only,Married - spouse present,"Native, born in United States",Good,62,120,21.9,Associate degree - academic program,College--three years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,155,0,0,45,0,0,81,0,525,0,0,84,0,0,70,0,480,"$150,000 and over",Millennials (23-38),White only,Good,5-5.5 feet,120-140,Associate Degree,,480,81,570,84,0,0,225
+,2022,2.02205E+13,3443,Northeast,New Jersey,200000,"House, apartment, flat",1,1,43858957,17,Female,Asian only,Widowed,"Native, born in United States",Good,67,139,21.8,11th grade,Eleventh grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,10,60,105,0,0,0,0,641,30,0,550,0,25,19,0,0,"$150,000 and over",Generation Z (7-22),Asian only,Good,5.5-6 feet,120-140,Some High School,,0,0,776,550,0,0,114
+,2022,2.02205E+13,3444,South,Louisiana,2500,"House, apartment, flat",1,1,8524838,80,Female,Black only,Widowed,"Native, born in United States",Very good,77,125,14.8,11th grade,Eleventh grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,190,0,650,0,0,600,0,0,0,0,0,"Less than $10,000",Silent (74-91),Black only,Very good,6-6.5 feet,120-140,Some High School,,0,190,650,600,0,0,0
+,2022,2.02205E+13,3445,Midwest,Kansas,200000,"House, apartment, flat",1,1,6376714,41,Female,White only,Married - spouse present,"Native, born in United States",Good,,9996,998,Some college but no degree,College--two years,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,870,0,540,0,0,0,0,0,0,0,0,"$150,000 and over",Generation X (39-54),White only,Good,,>300,Some College,,0,870,570,0,0,0,0
+,2022,2.02205E+13,3446,West,California,125000,"House, apartment, flat",1,1,13760513,45,Female,White only,Divorced,"Native, born in United States",Good,69,175,25.8,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,100,0,0,135,0,510,0,0,180,0,0,0,0,470,"$100,000 - $150,000",Generation X (39-54),White only,Good,5.5-6 feet,160-180,Some College,,470,135,610,180,0,0,0
+,2022,2.02205E+13,3447,South,Mississippi,55000,"House, apartment, flat",1,1,12862727,68,Male,White only,Married - spouse present,"Native, born in United States",NIU (Not in universe),,9999,999,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,80,0,0,45,0,525,0,0,160,0,0,60,0,570,"$50,000 - $75,000",Boomers (55-73),White only,"Other (Refused, Dont know, NIU)",,>300,Graduated High School,,570,45,605,160,0,0,60
+,2022,2.02205E+13,3448,South,Tennessee,11250,"House, apartment, flat",1,1,20155250,68,Female,Black only,Married - spouse present,"Native, born in United States",Good,66,132,21.3,12th grade - no diploma,Twelfth grade,Not in labor force,NIU (Not in universe),Has vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,100,0,0,390,0,660,0,60,230,0,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),Black only,Good,5.5-6 feet,120-140,Some High School,,0,390,760,290,0,0,0
+,2022,2.02205E+13,3449,West,California,125000,"House, apartment, flat",1,1,20072661,44,Male,White only,Married - spouse present,"Native, born abroad of American parent or parents",Very good,69,190,28.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,10,0,0,90,0,0,0,0,585,0,0,195,0,0,0,0,560,"$100,000 - $150,000",Generation X (39-54),White only,Very good,5.5-6 feet,180-200,Bachelor's Degree,,560,0,675,195,0,0,10
+,2022,2.02205E+13,3450,Midwest,Wisconsin,22500,"House, apartment, flat",1,1,3295398,80,Male,White only,Divorced,"Foreign born, U.S. citizen by naturalization",Good,70,215,30.8,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,55,0,0,0,0,640,0,0,685,0,0,60,0,0,"$10,000 - $30,000",Silent (74-91),White only,Good,5.5-6 feet,200-300,Graduated High School,,0,0,695,685,0,0,60
+,2022,2.02205E+13,3451,West,California,27500,"House, apartment, flat",1,1,10737097,85,Female,White only,Widowed,"Native, born in United States",Fair,61,116,21.9,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,65,0,0,230,0,580,0,60,485,0,0,20,0,0,"$10,000 - $30,000",Silent (74-91),White only,Fair,5-5.5 feet,100-120,Graduated High School,,0,230,645,545,0,0,20
+,2022,2.02205E+13,3452,South,Texas,125000,"House, apartment, flat",1,1,18087143,54,Male,White only,Married - spouse present,"Native, born in United States",Very good,66,190,30.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,35,0,0,2,30,538,0,0,250,0,0,70,0,515,"$100,000 - $150,000",Boomers (55-73),White only,Very good,5.5-6 feet,180-200,Bachelor's Degree,,515,32,573,250,0,0,70
+,2022,2.02205E+13,3453,West,California,125000,"House, apartment, flat",1,1,15843147,28,Male,White only,Never married,"Native, born in United States",Good,73,285,37.6,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,50,30,0,0,0,0,465,0,0,175,0,0,60,0,660,"$100,000 - $150,000",Millennials (23-38),White only,Good,6-6.5 feet,200-300,Some College,,660,0,495,175,0,0,110
+,2022,2.02205E+13,3454,Midwest,Indiana,67500,"House, apartment, flat",1,1,4037760,39,Male,White only,Married - spouse present,"Native, born in United States",Very good,72,195,26.4,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,265,0,0,60,0,0,60,0,495,0,0,370,0,0,10,0,0,"$50,000 - $75,000",Generation X (39-54),White only,Very good,6-6.5 feet,180-200,Master's or Doctoral Degree,,0,60,555,370,0,0,275
+,2022,2.02205E+13,3455,Northeast,New York,8750,"House, apartment, flat",1,1,2945948,76,Male,Black only,Never married,"Native, born in Puerto Rico or U.S. Outlying Area",Very good,69,200,29.5,5th or 6th grade,Fifth through sixth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,15,0,0,0,0,540,0,60,825,0,0,0,0,0,"Less than $10,000",Silent (74-91),Black only,Very good,5.5-6 feet,200-300,Middle School or Less,,0,0,555,885,0,0,0
+,2022,2.02205E+13,3456,Midwest,Indiana,200000,"House, apartment, flat",1,1,5381019,71,Male,White only,Married - spouse present,"Native, born in United States",Very good,68,210,31.9,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,0,0,0,0,520,0,0,845,0,0,0,0,0,"$150,000 and over",Boomers (55-73),White only,Very good,5.5-6 feet,200-300,Master's or Doctoral Degree,,0,0,595,845,0,0,0
+,2022,2.02205E+13,3457,West,Nevada,55000,"House, apartment, flat",1,1,3648933,54,Female,White only,Married - spouse present,"Native, born in United States",Very good,68,175,26.6,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,20,0,0,60,0,640,0,0,108,0,32,53,0,517,"$50,000 - $75,000",Boomers (55-73),White only,Very good,5.5-6 feet,160-180,Some College,,517,60,660,108,0,0,95
+,2022,2.02205E+13,3458,Midwest,Minnesota,125000,"House, apartment, flat",1,1,11451794,67,Male,White only,Married - spouse present,"Native, born in United States",Very good,70,195,28,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,0,0,195,0,585,0,0,270,0,0,315,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Very good,5.5-6 feet,180-200,Master's or Doctoral Degree,,0,195,660,270,0,0,315
+,2022,2.02205E+13,3459,West,Oregon,45000,"House, apartment, flat",1,1,11798684,72,Female,White only,Married - spouse present,"Native, born in United States",Very good,60,128,25,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,40,0,0,200,0,640,0,0,315,0,0,0,190,0,"$30,000 - $50,000",Boomers (55-73),White only,Very good,5-5.5 feet,120-140,Graduated High School,,0,200,680,315,0,190,0
+,2022,2.02205E+13,3460,Midwest,Ohio,200000,"House, apartment, flat",1,1,4957558,64,Female,White only,Never married,"Native, born in United States",Very good,64,165,28.3,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,90,180,0,0,0,0,580,0,0,330,0,0,260,0,0,"$150,000 and over",Boomers (55-73),White only,Very good,5-5.5 feet,160-180,Master's or Doctoral Degree,,0,0,760,330,0,0,350
+,2022,2.02205E+13,3461,West,California,87500,"House, apartment, flat",1,1,7167585,48,Male,Asian only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Good,63,170,30.1,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,150,0,0,0,0,600,0,0,690,0,0,0,0,0,"$75,000 - $100,000",Generation X (39-54),Asian only,Good,5-5.5 feet,160-180,Associate Degree,,0,0,750,690,0,0,0
+,2022,2.02205E+13,3462,South,Texas,200000,"House, apartment, flat",1,1,15051900,37,Female,White only,Married - spouse present,"Native, born in United States",Very good,67,120,18.8,Associate degree - academic program,College--four years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,227,0,165,20,0,0,248,0,605,0,0,65,0,0,110,0,0,"$150,000 and over",Millennials (23-38),White only,Very good,5.5-6 feet,120-140,Associate Degree,,0,248,625,65,0,0,502
+,2022,2.02205E+13,3463,South,North Carolina,45000,"House, apartment, flat",1,1,6933534,55,Male,White only,Married - spouse present,"Native, born in United States",Refused,,9996,998,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,120,0,0,120,0,0,0,0,605,0,0,360,0,0,200,0,0,"$30,000 - $50,000",Boomers (55-73),White only,"Other (Refused, Dont know, NIU)",,>300,Graduated High School,,0,0,725,360,0,0,320
+,2022,2.02205E+13,3464,Midwest,Ohio,37500,"House, apartment, flat",1,1,22719306,80,Female,White only,Widowed,"Native, born in United States",Good,59,189,38.2,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,80,0,0,45,15,620,0,0,600,0,0,40,0,0,"$30,000 - $50,000",Silent (74-91),White only,Good,0-5 feet,180-200,Graduated High School,,0,60,700,600,0,0,40
+,2022,2.02205E+13,3465,West,Hawaii,125000,"House, apartment, flat",1,1,7373641,80,Male,Asian only,Married - spouse present,"Native, born in United States",Very good,67,125,19.6,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,1,40,0,0,317,0,570,0,60,235,73,0,19,125,0,"$100,000 - $150,000",Silent (74-91),Asian only,Very good,5.5-6 feet,120-140,Master's or Doctoral Degree,,0,317,610,368,0,125,20
+,2022,2.02205E+13,3466,South,District of Columbia,67500,"House, apartment, flat",1,1,6075012,68,Female,Black only,Married - spouse present,"Native, born in United States",Fair,67,315,49.3,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,120,0,0,0,0,720,0,0,600,0,0,0,0,0,"$50,000 - $75,000",Boomers (55-73),Black only,Fair,5.5-6 feet,>300,Master's or Doctoral Degree,,0,0,840,600,0,0,0
+,2022,2.02205E+13,3467,South,Texas,45000,"House, apartment, flat",1,1,8986307,74,Female,White only,Married - spouse present,"Native, born in United States",Very good,62,170,31.1,Some college but no degree,College--three years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,45,70,0,0,60,0,600,0,30,455,30,10,20,0,0,"$30,000 - $50,000",Silent (74-91),White only,Very good,5-5.5 feet,160-180,Some College,,0,60,670,515,0,0,75
+,2022,2.02205E+13,3468,West,Washington,87500,"House, apartment, flat",1,1,20928702,44,Male,"American Indian, Alaskan Native",Married - spouse present,"Native, born in United States",NIU (Not in universe),,9999,999,Associate degree - academic program,College--two years,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,20,0,0,120,0,450,0,0,160,0,0,30,0,660,"$75,000 - $100,000",Generation X (39-54),"American Indian, Alaskan Native","Other (Refused, Dont know, NIU)",,>300,Associate Degree,,660,120,470,160,0,0,30
+,2022,2.02205E+13,3469,Northeast,Massachusetts,87500,"House, apartment, flat",1,1,1750564,80,Female,White only,Widowed,"Native, born in United States",Excellent,65,130,21.6,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,15,0,0,20,0,635,0,60,450,0,180,80,0,0,"$75,000 - $100,000",Silent (74-91),White only,Excellent,5-5.5 feet,120-140,Master's or Doctoral Degree,,0,20,650,510,0,0,260
+,2022,2.02205E+13,3470,South,Tennessee,67500,"House, apartment, flat",1,1,9557579,55,Male,White only,Divorced,"Native, born in United States",Good,73,280,36.9,High school graduate - diploma,Twelfth grade,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,35,0,0,20,0,425,0,0,0,0,0,40,0,920,"$50,000 - $75,000",Boomers (55-73),White only,Good,6-6.5 feet,200-300,Graduated High School,,920,20,460,0,0,0,40
+,2022,2.02205E+13,3471,South,South Carolina,45000,"House, apartment, flat",1,1,7444850,75,Male,White only,Married - spouse present,"Native, born in United States",Very good,74,275,35.3,Associate degree - occupational vocational,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,80,0,0,5,0,422,0,0,933,0,0,0,0,0,"$30,000 - $50,000",Silent (74-91),White only,Very good,6-6.5 feet,200-300,Associate Degree,,0,5,502,933,0,0,0
+,2022,2.02205E+13,3472,Midwest,Minnesota,125000,"House, apartment, flat",1,1,11424507,62,Female,White only,Married - spouse present,"Native, born in United States",Good,64,180,30.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,60,0,561,0,0,218,0,0,120,0,421,"$100,000 - $150,000",Boomers (55-73),White only,Good,5-5.5 feet,180-200,Bachelor's Degree,,421,60,621,218,0,0,120
+,2022,2.02205E+13,3473,West,Hawaii,67500,"House, apartment, flat",1,1,19310303,61,Male,Asian only,Never married,"Native, born in United States",Excellent,66,190,30.7,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,20,90,0,0,30,0,370,0,0,310,0,0,100,0,460,"$50,000 - $75,000",Boomers (55-73),Asian only,Excellent,5.5-6 feet,180-200,Graduated High School,,460,30,460,310,0,0,120
+,2022,2.02205E+13,3474,West,Nevada,45000,"House, apartment, flat",1,1,1523471,78,Female,Black only,Divorced,"Native, born in United States",Poor,67,9997,998,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,10,0,0,0,0,1430,0,0,0,0,0,0,0,0,"$30,000 - $50,000",Silent (74-91),Black only,Poor,5.5-6 feet,>300,Master's or Doctoral Degree,,0,0,1440,0,0,0,0
+,2022,2.02205E+13,3475,West,Arizona,55000,"House, apartment, flat",1,1,4959054,63,Male,White only,Divorced,"Native, born in United States",Very good,69,175,25.8,Associate degree - academic program,College--three years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,300,0,0,390,0,660,0,0,60,0,0,30,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Very good,5.5-6 feet,160-180,Associate Degree,,0,390,960,60,0,0,30
+,2022,2.02205E+13,3476,West,New Mexico,37500,"House, apartment, flat",1,1,7630651,75,Male,White only,Married - spouse present,"Native, born in United States",Good,70,210,30.1,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,2,0,20,45,0,0,105,0,470,4,0,743,0,0,51,0,0,"$30,000 - $50,000",Silent (74-91),White only,Good,5.5-6 feet,200-300,Some College,,0,105,519,743,0,0,73
+,2022,2.02205E+13,3477,Midwest,Missouri,67500,"House, apartment, flat",1,1,8145739,85,Male,White only,Widowed,"Native, born in United States",Good,65,148,24.6,Some college but no degree,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,90,0,0,154,0,610,0,0,510,0,0,16,0,0,"$50,000 - $75,000",Silent (74-91),White only,Good,5-5.5 feet,140-160,Some College,,0,154,700,510,0,0,76
+,2022,2.02205E+13,3478,West,New Mexico,200000,"House, apartment, flat",1,1,4549289,32,Female,White only,Married - spouse present,"Native, born in United States",Very good,65,130,21.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,368,0,25,45,0,0,115,0,448,0,0,180,120,0,35,0,64,"$150,000 and over",Millennials (23-38),White only,Very good,5-5.5 feet,120-140,Bachelor's Degree,,64,115,493,300,0,0,428
+,2022,2.02205E+13,3479,Northeast,New York,200000,"House, apartment, flat",1,1,17207606,64,Male,Black only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Good,69,192,28.4,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,120,0,320,0,0,270,0,0,130,0,480,"$150,000 and over",Boomers (55-73),Black only,Good,5.5-6 feet,180-200,Master's or Doctoral Degree,,480,120,380,270,0,0,130
+,2022,2.02205E+13,3480,South,Delaware,67500,"House, apartment, flat",1,1,9465599,25,Male,White only,Never married,"Native, born in United States",Very good,73,149,19.7,Some college but no degree,College--three years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,13,20,0,0,0,0,733,0,0,300,0,0,34,120,220,"$50,000 - $75,000",Millennials (23-38),White only,Very good,6-6.5 feet,140-160,Some College,,220,0,753,300,0,120,47
+,2022,2.02205E+13,3481,West,New Mexico,8750,"House, apartment, flat",1,1,53525850,22,Female,"American Indian, Alaskan Native",Never married,"Native, born in United States",Good,65,155,25.8,High school graduate - diploma,Twelfth grade,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,210,0,0,60,0,0,90,0,715,0,0,250,0,0,20,0,0,"Less than $10,000",Millennials (23-38),"American Indian, Alaskan Native",Good,5-5.5 feet,140-160,Graduated High School,,0,90,775,250,0,0,230
+,2022,2.02205E+13,3482,South,Florida,200000,"House, apartment, flat",1,1,6334502,32,Female,White only,Never married,"Native, born in United States",Very good,66,160,25.8,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,15,0,660,0,0,330,0,0,195,0,120,"$150,000 and over",Millennials (23-38),White only,Very good,5.5-6 feet,160-180,Master's or Doctoral Degree,,120,15,780,330,0,0,195
+,2022,2.02205E+13,3483,West,Nevada,22500,"House, apartment, flat",1,1,9622704,65,Male,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Good,56,150,33.6,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,90,0,70,90,0,0,120,0,643,0,0,330,40,0,57,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Good,0-5 feet,140-160,Some College,,0,120,733,370,0,0,217
+,2022,2.02205E+13,3484,Northeast,New York,67500,"House, apartment, flat",1,1,82919210,19,Female,Black only,Never married,"Native, born in United States",Very good,63,110,19.5,11th grade,Eleventh grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,60,0,5,50,0,0,0,0,690,0,0,92,0,0,62,0,481,"$50,000 - $75,000",Generation Z (7-22),Black only,Very good,5-5.5 feet,100-120,Some High School,,481,0,740,92,0,0,127
+,2022,2.02205E+13,3485,Midwest,Kansas,45000,"House, apartment, flat",1,1,4097578,73,Male,White only,Married - spouse present,"Native, born in United States",Good,69,210,31,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,85,0,0,60,0,485,0,225,415,0,0,170,0,0,"$30,000 - $50,000",Silent (74-91),White only,Good,5.5-6 feet,200-300,Some College,,0,60,570,640,0,0,170
+,2022,2.02205E+13,3486,Midwest,Ohio,32500,"House, apartment, flat",1,1,9105547,85,Female,White only,Married - spouse present,"Native, born in United States",Good,64,160,27.5,Associate degree - academic program,College--four years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,20,45,80,0,0,105,0,625,0,0,280,60,60,120,0,0,"$30,000 - $50,000",Silent (74-91),White only,Good,5-5.5 feet,160-180,Associate Degree,,0,105,705,340,0,0,245
+,2022,2.02205E+13,3487,South,Maryland,200000,"House, apartment, flat",1,1,4522543,67,Male,White only,Married - spouse present,"Native, born in United States",Very good,75,217,27.1,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,30,0,0,311,0,487,0,0,240,0,0,51,90,201,"$150,000 and over",Boomers (55-73),White only,Very good,6-6.5 feet,200-300,Master's or Doctoral Degree,,201,311,517,240,0,90,81
+,2022,2.02205E+13,3488,West,Utah,200000,"House, apartment, flat",1,1,4899506,51,Male,White only,Married - spouse present,"Native, born in United States",Good,72,180,24.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,65,0,0,360,0,600,0,0,280,0,0,60,0,0,"$150,000 and over",Generation X (39-54),White only,Good,6-6.5 feet,180-200,Bachelor's Degree,,0,360,665,280,0,0,60
+,2022,2.02205E+13,3489,Midwest,Nebraska,67500,"House, apartment, flat",1,1,8081465,39,Male,White only,Separated,"Native, born in United States",Very good,74,260,33.4,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,105,0,695,0,0,167,150,0,233,0,60,"$50,000 - $75,000",Generation X (39-54),White only,Very good,6-6.5 feet,200-300,Graduated High School,,60,105,725,317,0,0,233
+,2022,2.02205E+13,3490,South,Florida,125000,"House, apartment, flat",1,1,7087837,46,Female,White only,Married - spouse present,"Native, born in United States",Excellent,67,145,22.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,90,0,990,0,0,60,0,0,240,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Excellent,5.5-6 feet,140-160,Bachelor's Degree,,0,90,1050,60,0,0,240
+,2022,2.02205E+13,3491,South,Georgia,87500,"House, apartment, flat",1,1,12925362,65,Female,Black only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Good,68,225,34.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,80,0,0,300,0,540,240,30,0,0,0,80,0,170,"$75,000 - $100,000",Boomers (55-73),Black only,Good,5.5-6 feet,200-300,Bachelor's Degree,,170,300,860,30,0,0,80
+,2022,2.02205E+13,3492,South,Kentucky,45000,"House, apartment, flat",1,1,6249717,73,Female,White only,Married - spouse present,"Native, born in United States",Very good,63,112,19.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,330,0,510,0,0,180,0,30,0,0,240,"$30,000 - $50,000",Silent (74-91),White only,Very good,5-5.5 feet,100-120,Bachelor's Degree,,240,330,600,180,0,0,30
+,2022,2.02205E+13,3493,South,Tennessee,32500,"House, apartment, flat",1,1,9064135,80,Male,White only,Widowed,"Native, born in United States",Fair,70,185,26.5,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,40,65,0,0,155,0,500,0,0,315,0,0,0,0,230,"$30,000 - $50,000",Silent (74-91),White only,Fair,5.5-6 feet,180-200,Graduated High School,,230,155,565,315,0,0,40
+,2022,2.02205E+13,3494,Midwest,Iowa,200000,"House, apartment, flat",1,1,10893798,41,Female,White only,Married - spouse present,"Native, born in United States",Excellent,66,130,21,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,20,0,45,15,0,0,90,0,440,0,0,35,105,0,50,0,640,"$150,000 and over",Generation X (39-54),White only,Excellent,5.5-6 feet,120-140,Master's or Doctoral Degree,,640,90,455,140,0,0,115
+,2022,2.02205E+13,3495,West,California,200000,"House, apartment, flat",1,1,7775904,72,Female,White only,Married - spouse present,"Native, born in United States",Very good,67,155,24.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,90,0,0,65,0,560,0,0,45,40,60,20,550,0,"$150,000 and over",Boomers (55-73),White only,Very good,5.5-6 feet,140-160,Bachelor's Degree,,0,65,650,85,0,550,90
+,2022,2.02205E+13,3496,South,Georgia,11250,"House, apartment, flat",1,1,6752605,55,Male,White only,Never married,"Native, born in United States",Very good,,9996,998,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,No physical difficulty,Has difficulty remembering,0,0,100,15,0,0,140,0,825,0,0,240,0,0,120,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Very good,,>300,Graduated High School,,0,140,840,240,0,0,220
+,2022,2.02205E+13,3497,South,North Carolina,32500,"House, apartment, flat",1,1,11339734,38,Male,White only,Never married,"Foreign born, not a U.S. citizen",Good,65,190,31.6,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,65,0,0,0,0,800,0,0,125,0,0,60,0,390,"$30,000 - $50,000",Generation X (39-54),White only,Good,5-5.5 feet,180-200,Graduated High School,,390,0,865,125,0,0,60
+,2022,2.02205E+13,3498,Northeast,New York,55000,"House, apartment, flat",1,1,23376849,64,Male,White only,Married - spouse present,"Native, born in United States",Very good,68,180,27.4,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,20,0,0,0,0,500,0,0,320,0,0,60,0,540,"$50,000 - $75,000",Boomers (55-73),White only,Very good,5.5-6 feet,180-200,Graduated High School,,540,0,520,320,0,0,60
+,2022,2.02205E+13,3499,South,Maryland,200000,"House, apartment, flat",1,1,19819165,55,Male,Black only,Married - spouse present,"Native, born in United States",Very good,72,205,27.8,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,15,135,0,0,15,0,555,0,0,275,0,0,10,0,435,"$150,000 and over",Boomers (55-73),Black only,Very good,6-6.5 feet,200-300,Master's or Doctoral Degree,,435,15,690,275,0,0,25
+,2022,2.02205E+13,3500,South,Texas,37500,"House, apartment, flat",1,1,7145058,71,Female,White only,Widowed,"Native, born in United States",Good,63,175,31,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,70,100,0,20,0,881,0,0,115,104,40,50,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Good,5-5.5 feet,160-180,Bachelor's Degree,,0,20,951,219,100,0,150
+,2022,2.02205E+13,3501,Midwest,Nebraska,125000,"House, apartment, flat",1,1,11673910,34,Female,White only,Married - spouse present,"Native, born in United States",Excellent,66,198,32,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,45,0,5,20,0,0,140,0,540,0,0,136,0,0,84,0,470,"$100,000 - $150,000",Millennials (23-38),White only,Excellent,5.5-6 feet,180-200,Some College,,470,140,560,136,0,0,134
+,2022,2.02205E+13,3502,South,Delaware,22500,"House, apartment, flat",1,1,2053603,85,Male,White only,Widowed,"Native, born in United States",Good,67,180,28.2,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),Has vision difficulty,Has hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,5,35,0,0,220,0,735,0,0,395,0,0,50,0,0,"$10,000 - $30,000",Silent (74-91),White only,Good,5.5-6 feet,180-200,Associate Degree,,0,220,770,395,0,0,55
+,2022,2.02205E+13,3503,West,Washington,87500,"House, apartment, flat",1,1,2909345,79,Female,White only,Married - spouse present,"Native, born in United States",Excellent,64,125,21.5,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,169,0,540,0,80,521,40,0,30,30,0,"$75,000 - $100,000",Silent (74-91),White only,Excellent,5-5.5 feet,120-140,Master's or Doctoral Degree,,0,169,570,641,0,30,30
+,2022,2.02205E+13,3504,Northeast,New Jersey,67500,"House, apartment, flat",1,1,12739708,63,Female,White only,Widowed,"Native, born in United States",Very good,66,130,21,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,0,0,495,0,510,0,0,165,0,0,0,0,135,"$50,000 - $75,000",Boomers (55-73),White only,Very good,5.5-6 feet,120-140,Master's or Doctoral Degree,,135,495,585,165,0,0,0
+,2022,2.02205E+13,3505,South,Alabama,200000,"House, apartment, flat",1,1,6630404,65,Male,White only,Married - spouse present,"Native, born in United States",Excellent,69,176,26,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,90,40,0,0,475,0,525,0,0,210,60,0,40,0,0,"$150,000 and over",Boomers (55-73),White only,Excellent,5.5-6 feet,160-180,Some College,,0,475,565,270,0,0,130
+,2022,2.02205E+13,3506,Northeast,Massachusetts,55000,"House, apartment, flat",1,1,5967960,78,Female,White only,Married - spouse present,"Native, born in United States",Good,60,126,24.6,Associate degree - occupational vocational,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,60,0,0,210,0,525,0,0,435,120,0,30,0,0,"$50,000 - $75,000",Silent (74-91),White only,Good,5-5.5 feet,120-140,Associate Degree,,0,210,585,555,0,0,90
+,2022,2.02205E+13,3507,South,Georgia,200000,"House, apartment, flat",1,1,31385261,45,Female,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Excellent,63,114,20.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,60,0,690,0,0,480,150,0,0,0,0,"$150,000 and over",Generation X (39-54),White only,Excellent,5-5.5 feet,100-120,Bachelor's Degree,,0,60,750,630,0,0,0
+,2022,2.02205E+13,3508,West,Arizona,6250,"House, apartment, flat",1,1,10586484,77,Male,White only,Widowed,"Native, born in United States",Poor,73,310,40.9,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,70,30,0,0,70,0,420,0,0,810,0,7,33,0,0,"Less than $10,000",Silent (74-91),White only,Poor,6-6.5 feet,>300,Graduated High School,,0,70,450,810,0,0,110
+,2022,2.02205E+13,3509,Northeast,Massachusetts,13750,"House, apartment, flat",1,1,9240504,36,Female,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Very good,64,130,22.3,9th grade,Ninth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,0,0,505,0,0,560,0,0,70,0,305,"$10,000 - $30,000",Millennials (23-38),White only,Very good,5-5.5 feet,120-140,Some High School,,305,0,505,560,0,0,70
+,2022,2.02205E+13,3510,Midwest,Ohio,125000,"House, apartment, flat",1,1,11229186,76,Male,White only,Married - spouse present,"Native, born in United States",Very good,74,206,26.4,Associate degree - academic program,College--four years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,120,0,50,0,0,290,0,510,0,30,270,170,0,0,0,0,"$100,000 - $150,000",Silent (74-91),White only,Very good,6-6.5 feet,200-300,Associate Degree,,0,290,560,470,0,0,120
+,2022,2.02205E+13,3511,West,Washington,87500,"House, apartment, flat",1,1,5515864,29,Male,Black only,Never married,"Foreign born, U.S. citizen by naturalization",Good,68,160,24.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,30,0,555,0,0,255,0,0,60,0,480,"$75,000 - $100,000",Millennials (23-38),Black only,Good,5.5-6 feet,160-180,Bachelor's Degree,,480,30,615,255,0,0,60
+,2022,2.02205E+13,3512,South,Florida,2500,"House, apartment, flat",1,1,1506260,76,Female,Black only,Divorced,"Native, born in United States",Very good,67,180,28.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,170,0,470,0,190,450,0,0,40,0,0,"Less than $10,000",Silent (74-91),Black only,Very good,5.5-6 feet,180-200,Bachelor's Degree,,0,170,590,640,0,0,40
+,2022,2.02205E+13,3513,Northeast,Pennsylvania,55000,"House, apartment, flat",1,1,7727675,64,Female,White only,Married - spouse present,"Native, born in United States",Good,65,140,23.3,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,90,120,0,0,270,0,615,0,0,285,0,0,60,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Good,5-5.5 feet,140-160,Graduated High School,,0,270,735,285,0,0,150
+,2022,2.02205E+13,3514,Northeast,New Jersey,45000,"House, apartment, flat",1,1,23133938,41,Female,White only,Divorced,"Foreign born, not a U.S. citizen",Good,64,180,30.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,135,0,0,60,0,0,198,0,465,0,0,0,0,0,67,0,515,"$30,000 - $50,000",Generation X (39-54),White only,Good,5-5.5 feet,180-200,Bachelor's Degree,,515,198,525,0,0,0,202
+,2022,2.02205E+13,3515,South,Florida,87500,"House, apartment, flat",1,1,21835441,58,Male,White only,Married - spouse present,"Native, born in United States",Good,70,189,27.1,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,20,90,0,0,175,0,570,0,0,240,0,0,15,0,330,"$75,000 - $100,000",Boomers (55-73),White only,Good,5.5-6 feet,180-200,Graduated High School,,330,175,660,240,0,0,35
+,2022,2.02205E+13,3516,South,Virginia,125000,"House, apartment, flat",1,1,15217679,30,Male,White only,Never married,"Native, born in United States",Very good,75,198,24.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,25,0,0,20,0,575,0,0,90,0,0,100,0,630,"$100,000 - $150,000",Millennials (23-38),White only,Very good,6-6.5 feet,180-200,Bachelor's Degree,,630,20,600,90,0,0,100
+,2022,2.02205E+13,3517,South,Tennessee,67500,"House, apartment, flat",1,1,6052228,69,Female,White only,Widowed,"Native, born in United States",Good,65,170,28.3,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,156,0,60,0,0,40,0,624,0,0,10,0,0,75,0,465,"$50,000 - $75,000",Boomers (55-73),White only,Good,5-5.5 feet,160-180,Master's or Doctoral Degree,,465,40,684,10,0,0,231
+,2022,2.02205E+13,3518,South,Texas,87500,"House, apartment, flat",1,1,11280650,45,Male,Black only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Very good,71,218,30.4,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,91,0,0,120,0,0,0,0,545,0,0,30,0,0,165,10,479,"$75,000 - $100,000",Generation X (39-54),Black only,Very good,5.5-6 feet,200-300,Master's or Doctoral Degree,,479,0,665,30,0,10,256
+,2022,2.02205E+13,3519,Northeast,Massachusetts,125000,"House, apartment, flat",1,1,7574378,34,Male,White only,Never married,"Native, born in United States",Excellent,72,230,31.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,5,90,0,0,0,60,660,60,0,385,0,0,180,0,0,"$100,000 - $150,000",Millennials (23-38),White only,Excellent,6-6.5 feet,200-300,Bachelor's Degree,,0,60,810,385,0,0,185
+,2022,2.02205E+13,3520,Northeast,New York,37500,"House, apartment, flat",1,1,81493729,16,Male,White only,Never married,"Native, born in United States",Very good,67,145,22.7,11th grade,Eleventh grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,100,405,0,0,0,655,0,0,230,0,0,50,0,0,"$30,000 - $50,000",Generation Z (7-22),White only,Very good,5.5-6 feet,140-160,Some High School,,0,0,755,230,405,0,50
+,2022,2.02205E+13,3521,West,Washington,37500,"House, apartment, flat",1,1,2397107,75,Male,White only,Widowed,"Native, born in United States",Very good,61,250,47.2,Some college but no degree,College--one year,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,90,0,0,320,0,730,0,0,300,0,0,0,0,0,"$30,000 - $50,000",Silent (74-91),White only,Very good,5-5.5 feet,200-300,Some College,,0,320,820,300,0,0,0
+,2022,2.02205E+13,3522,Northeast,Pennsylvania,125000,"House, apartment, flat",1,1,24162107,44,Female,White only,Married - spouse present,"Native, born in United States",Good,64,205,35.2,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,10,0,0,105,0,0,90,0,380,0,0,225,0,15,45,0,570,"$100,000 - $150,000",Generation X (39-54),White only,Good,5-5.5 feet,200-300,Graduated High School,,570,90,485,225,0,0,70
+,2022,2.02205E+13,3523,Midwest,Indiana,200000,"House, apartment, flat",1,1,2615646,46,Male,White only,Divorced,"Native, born in United States",Very good,72,220,29.8,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,122,0,15,75,0,0,69,0,470,0,0,0,60,0,150,0,479,"$150,000 and over",Generation X (39-54),White only,Very good,6-6.5 feet,200-300,Master's or Doctoral Degree,,479,69,545,60,0,0,287
+,2022,2.02205E+13,3524,Midwest,Minnesota,87500,"House, apartment, flat",1,1,7758926,51,Male,White only,Married - spouse present,"Native, born in United States",Very good,72,230,31.2,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,0,0,1155,150,0,0,0,0,45,0,0,"$75,000 - $100,000",Generation X (39-54),White only,Very good,6-6.5 feet,200-300,Graduated High School,,0,0,1335,0,0,0,45
+,2022,2.02205E+13,3525,South,Texas,37500,"House, apartment, flat",1,1,6990350,42,Male,White only,Never married,"Foreign born, not a U.S. citizen",Very good,62,135,24.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,175,0,0,120,0,495,0,0,150,0,45,455,0,0,"$30,000 - $50,000",Generation X (39-54),White only,Very good,5-5.5 feet,120-140,Bachelor's Degree,,0,120,670,150,0,0,500
+,2022,2.02205E+13,3526,South,Louisiana,67500,"House, apartment, flat",1,1,4971180,29,Male,White-American Indian,Married - spouse present,"Native, born in United States",Excellent,69,195,28.8,Associate degree - academic program,College--four years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,115,0,0,140,0,0,30,0,441,0,0,20,45,0,100,0,549,"$50,000 - $75,000",Millennials (23-38),Mixed,Excellent,5.5-6 feet,180-200,Associate Degree,,549,30,581,65,0,0,215
+,2022,2.02205E+13,3527,South,Tennessee,55000,"House, apartment, flat",1,1,2223012,80,Male,Black only,Divorced,"Native, born in United States",Good,67,155,24.3,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,25,0,0,106,0,604,0,120,555,0,0,30,0,0,"$50,000 - $75,000",Silent (74-91),Black only,Good,5.5-6 feet,140-160,Master's or Doctoral Degree,,0,106,629,675,0,0,30
+,2022,2.02205E+13,3528,South,West Virginia,32500,"House, apartment, flat",1,1,10239285,69,Male,White only,Never married,"Native, born in United States",Good,66,137,22.1,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,5,90,0,0,205,0,555,0,0,522,0,0,63,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Good,5.5-6 feet,120-140,Graduated High School,,0,205,645,522,0,0,68
+,2022,2.02205E+13,3529,South,Florida,55000,"House, apartment, flat",1,1,3615990,85,Male,White only,Married - spouse present,"Native, born in United States",Excellent,69,135,19.9,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,12,0,151,0,0,75,0,460,0,50,623,0,0,69,0,0,"$50,000 - $75,000",Silent (74-91),White only,Excellent,5.5-6 feet,120-140,Associate Degree,,0,75,611,673,0,0,81
+,2022,2.02205E+13,3530,South,North Carolina,67500,"House, apartment, flat",1,1,10632890,55,Male,White only,Married - spouse present,"Native, born in United States",Good,70,175,25.1,Associate degree - academic program,College--four years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,20,10,85,0,0,0,0,570,0,0,200,0,0,115,0,440,"$50,000 - $75,000",Boomers (55-73),White only,Good,5.5-6 feet,160-180,Associate Degree,,440,0,655,200,0,0,145
+,2022,2.02205E+13,3531,West,Washington,27500,"House, apartment, flat",1,1,9012919,80,Male,White only,Married - spouse present,"Native, born in United States",Very good,70,200,28.7,Some college but no degree,College--three years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,330,0,540,0,0,360,0,0,0,0,0,"$10,000 - $30,000",Silent (74-91),White only,Very good,5.5-6 feet,200-300,Some College,,0,330,630,360,0,0,0
+,2022,2.02205E+13,3532,Midwest,Michigan,6250,"House, apartment, flat",1,1,8402754,36,Female,White only,Married - spouse present,"Native, born in United States",Poor,73,275,36.3,11th grade,Eleventh grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,235,0,255,0,0,750,0,105,0,0,0,"Less than $10,000",Millennials (23-38),White only,Poor,6-6.5 feet,200-300,Some High School,,0,235,315,750,0,0,105
+,2022,2.02205E+13,3533,Midwest,Ohio,200000,"House, apartment, flat",1,1,8493051,80,Female,White only,Widowed,"Native, born in United States",Very good,66,117,18.9,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,8,0,200,0,0,47,0,525,90,0,455,0,0,115,0,0,"$150,000 and over",Silent (74-91),White only,Very good,5.5-6 feet,100-120,Master's or Doctoral Degree,,0,47,815,455,0,0,123
+,2022,2.02205E+13,3534,South,Florida,27500,"House, apartment, flat",1,1,22006304,33,Male,White only,Never married,"Native, born in United States",Fair,71,320,44.6,Associate degree - occupational vocational,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,6,40,0,0,32,0,498,0,0,265,0,0,41,0,558,"$10,000 - $30,000",Millennials (23-38),White only,Fair,5.5-6 feet,>300,Associate Degree,,558,32,538,265,0,0,47
+,2022,2.02205E+13,3535,South,Maryland,67500,"House, apartment, flat",1,1,6712044,62,Female,Black only,Married - spouse present,"Native, born in United States",Very good,68,145,22,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,25,60,0,0,15,0,615,0,0,45,400,0,280,0,0,"$50,000 - $75,000",Boomers (55-73),Black only,Very good,5.5-6 feet,140-160,Master's or Doctoral Degree,,0,15,675,445,0,0,305
+,2022,2.02205E+13,3536,West,Oregon,200000,"House, apartment, flat",1,1,6393032,32,Female,White only,Married - spouse present,"Native, born in United States",Good,62,165,30.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,307,0,753,0,105,140,0,75,60,0,0,"$150,000 and over",Millennials (23-38),White only,Good,5-5.5 feet,160-180,Bachelor's Degree,,0,307,753,245,0,0,135
+,2022,2.02205E+13,3537,South,South Carolina,55000,"House, apartment, flat",1,1,10912018,60,Male,White only,Never married,"Native, born in United States",Very good,71,185,25.8,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,60,60,60,0,0,197,0,555,0,0,368,70,0,55,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Very good,5.5-6 feet,180-200,Graduated High School,,0,197,615,438,0,0,175
+,2022,2.02205E+13,3538,Midwest,Minnesota,55000,"House, apartment, flat",1,1,12494429,55,Male,White only,Divorced,"Native, born in United States",Good,69,280,41.3,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,5,95,0,0,830,0,490,0,0,0,0,0,20,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Graduated High School,,0,830,585,0,0,0,25
+,2022,2.02205E+13,3539,South,South Carolina,125000,"House, apartment, flat",1,1,10416922,45,Female,White only,Married - spouse present,"Native, born in United States",Excellent,63,116,20.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,135,0,0,150,0,525,0,0,63,0,0,12,0,555,"$100,000 - $150,000",Generation X (39-54),White only,Excellent,5-5.5 feet,100-120,Bachelor's Degree,,555,150,660,63,0,0,12
+,2022,2.02205E+13,3540,South,Virginia,67500,"House, apartment, flat",1,1,22457671,46,Female,Black only,Married - spouse present,"Native, born in United States",Fair,71,214,29.8,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,0,0,60,0,505,0,0,70,0,0,55,0,675,"$50,000 - $75,000",Generation X (39-54),Black only,Fair,5.5-6 feet,200-300,Graduated High School,,675,60,580,70,0,0,55
+,2022,2.02205E+13,3541,West,Arizona,67500,Mobile home or trailer with no permanent room added,1,1,16186206,63,Male,White only,Divorced,"Native, born in United States",Very good,70,170,24.4,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,20,80,0,0,92,0,565,15,0,40,0,0,62,0,566,"$50,000 - $75,000",Boomers (55-73),White only,Very good,5.5-6 feet,160-180,Graduated High School,,566,92,660,40,0,0,82
+,2022,2.02205E+13,3542,South,Kentucky,67500,"House, apartment, flat",1,1,4991403,37,Male,White only,Married - spouse present,"Native, born in United States",Very good,68,190,28.9,High school graduate - diploma,Twelfth grade,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,75,0,0,170,0,0,30,0,685,0,130,60,0,0,115,0,175,"$50,000 - $75,000",Millennials (23-38),White only,Very good,5.5-6 feet,180-200,Graduated High School,,175,30,855,190,0,0,190
+,2022,2.02205E+13,3543,South,Florida,67500,"House, apartment, flat",1,1,5202524,26,Male,White only,Married - spouse present,"Native, born in United States",Good,74,240,30.8,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,270,0,5,45,0,0,470,0,630,0,0,0,0,0,20,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Good,6-6.5 feet,200-300,Some College,,0,470,675,0,0,0,295
+,2022,2.02205E+13,3544,Northeast,New York,125000,"House, apartment, flat",1,1,13928500,41,Female,White only,Never married,"Native, born in United States",Very good,68,9996,998,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,20,0,0,60,0,760,30,0,0,0,0,40,0,530,"$100,000 - $150,000",Generation X (39-54),White only,Very good,5.5-6 feet,>300,Master's or Doctoral Degree,,530,60,810,0,0,0,40
+,2022,2.02205E+13,3545,Midwest,Illinois,27500,Mobile home or trailer with no permanent room added,1,1,10464341,56,Male,White only,Married - spouse present,"Foreign born, not a U.S. citizen",NIU (Not in universe),,9999,998,"1st, 2nd, 3rd, or 4th grade",First through fourth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,11,0,0,20,0,0,499,0,540,0,0,310,0,0,60,0,0,"$10,000 - $30,000",Boomers (55-73),White only,"Other (Refused, Dont know, NIU)",,>300,Middle School or Less,,0,499,560,310,0,0,71
+,2022,2.02205E+13,3546,South,Arkansas,87500,"House, apartment, flat",1,1,3198887,49,Female,White only,Married - spouse present,"Native, born in United States",Good,63,168,29.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,125,0,865,0,0,360,0,0,0,0,0,"$75,000 - $100,000",Generation X (39-54),White only,Good,5-5.5 feet,160-180,Bachelor's Degree,,0,125,955,360,0,0,0
+,2022,2.02205E+13,3547,Northeast,Connecticut,8750,"House, apartment, flat",1,1,6632303,66,Male,White only,Never married,"Native, born abroad of American parent or parents",Very good,72,200,27.1,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,20,158,0,0,97,0,450,0,0,180,0,60,92,0,383,"Less than $10,000",Boomers (55-73),White only,Very good,6-6.5 feet,200-300,Master's or Doctoral Degree,,383,97,608,180,0,0,172
+,2022,2.02205E+13,3548,West,Washington,37500,"House, apartment, flat",1,1,7103757,76,Male,White only,Married - spouse present,"Native, born in United States",Fair,71,215,30,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,15,110,0,0,30,0,600,70,0,405,0,0,90,0,0,"$30,000 - $50,000",Silent (74-91),White only,Fair,5.5-6 feet,200-300,Bachelor's Degree,,0,30,780,405,0,0,105
+,2022,2.02205E+13,3549,Midwest,Ohio,37500,"House, apartment, flat",1,1,6452355,64,Male,White only,Never married,"Native, born in United States",Excellent,73,180,23.7,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,60,0,0,375,0,835,0,0,60,0,0,50,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Excellent,6-6.5 feet,180-200,Graduated High School,,0,375,895,60,0,0,110
+,2022,2.02205E+13,3550,Midwest,Nebraska,200000,"House, apartment, flat",1,1,4488920,73,Male,Asian only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Good,66,145,23.4,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,135,0,0,30,0,680,0,90,395,60,0,20,0,30,"$150,000 and over",Silent (74-91),Asian only,Good,5.5-6 feet,140-160,Master's or Doctoral Degree,,30,30,815,545,0,0,20
+,2022,2.02205E+13,3551,Midwest,Missouri,67500,"House, apartment, flat",1,1,42352398,70,Male,Black only,Married - spouse present,"Native, born in United States",Fair,67,189,29.6,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,15,0,0,505,0,495,0,0,425,0,0,0,0,0,"$50,000 - $75,000",Boomers (55-73),Black only,Fair,5.5-6 feet,180-200,Graduated High School,,0,505,510,425,0,0,0
+,2022,2.02205E+13,3552,West,California,17500,"House, apartment, flat",1,1,5949559,44,Female,White only,Never married,"Native, born in United States",Good,66,9996,998,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,5,135,0,0,60,0,585,0,0,240,0,120,175,0,0,"$10,000 - $30,000",Generation X (39-54),White only,Good,5.5-6 feet,>300,Bachelor's Degree,,0,60,720,240,0,0,300
+,2022,2.02205E+13,3553,Midwest,Ohio,67500,"House, apartment, flat",1,1,8180618,66,Female,White only,Divorced,"Native, born in United States",Good,65,185,30.8,Associate degree - academic program,College--three years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,70,0,0,205,0,560,0,0,545,0,10,20,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Good,5-5.5 feet,180-200,Associate Degree,,0,205,630,545,0,0,30
+,2022,2.02205E+13,3554,West,Washington,125000,"House, apartment, flat",1,1,27022442,49,Male,White only,Divorced,"Native, born in United States",Excellent,70,217,31.1,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,7,0,3,45,0,0,25,0,590,0,0,331,0,0,60,0,364,"$100,000 - $150,000",Generation X (39-54),White only,Excellent,5.5-6 feet,200-300,Graduated High School,,364,25,635,331,0,0,70
+,2022,2.02205E+13,3555,South,Florida,125000,"House, apartment, flat",1,1,10636737,43,Female,White only,Married - spouse present,"Native, born in United States",Excellent,67,147,23,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,215,0,70,130,0,0,310,0,495,0,0,140,0,60,20,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Excellent,5.5-6 feet,140-160,Master's or Doctoral Degree,,0,310,625,140,0,0,365
+,2022,2.02205E+13,3556,Northeast,Massachusetts,200000,"House, apartment, flat",1,1,6584860,31,Female,White only,Never married,"Native, born in United States",Very good,64,140,24,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,105,0,555,0,0,120,0,0,65,0,535,"$150,000 and over",Millennials (23-38),White only,Very good,5-5.5 feet,140-160,Bachelor's Degree,,535,105,615,120,0,0,65
+,2022,2.02205E+13,3557,West,California,45000,"House, apartment, flat",1,1,4979088,48,Female,Asian only,Married - spouse present,"Foreign born, not a U.S. citizen",Very good,63,144,25.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,310,0,0,25,0,0,60,0,740,0,0,165,0,0,20,0,120,"$30,000 - $50,000",Generation X (39-54),Asian only,Very good,5-5.5 feet,140-160,Bachelor's Degree,,120,60,765,165,0,0,330
+,2022,2.02205E+13,3558,South,Florida,22500,"House, apartment, flat",1,1,5477711,57,Male,White only,Married - spouse present,"Native, born in United States",Good,73,215,28.4,Associate degree - occupational vocational,College--two years,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,20,0,0,185,0,409,0,0,721,0,0,105,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Good,6-6.5 feet,200-300,Associate Degree,,0,185,429,721,0,0,105
+,2022,2.02205E+13,3559,Midwest,Michigan,67500,"House, apartment, flat",1,1,2697500,42,Female,White only,Divorced,"Native, born in United States",Excellent,68,155,23.6,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,Has difficulty remembering,0,0,20,95,0,0,411,0,540,0,0,200,20,0,50,99,5,"$50,000 - $75,000",Generation X (39-54),White only,Excellent,5.5-6 feet,140-160,Master's or Doctoral Degree,,5,411,635,220,0,99,70
+,2022,2.02205E+13,3560,South,Texas,17500,"House, apartment, flat",1,1,49103768,27,Male,White only,Never married,"Native, born in United States",Very good,66,200,32.3,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,15,60,0,0,0,0,695,0,0,120,60,0,10,0,480,"$10,000 - $30,000",Millennials (23-38),White only,Very good,5.5-6 feet,200-300,Graduated High School,,480,0,755,180,0,0,25
+,2022,2.02205E+13,3561,West,California,55000,"House, apartment, flat",1,1,11256544,64,Male,White only,Never married,"Native, born in United States",Very good,72,216,29.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,70,0,570,0,0,90,0,0,0,0,650,"$50,000 - $75,000",Boomers (55-73),White only,Very good,6-6.5 feet,200-300,Bachelor's Degree,,650,70,630,90,0,0,0
+,2022,2.02205E+13,3562,Northeast,Pennsylvania,87500,"House, apartment, flat",1,1,3820254,78,Male,White only,Married - spouse present,"Native, born in United States",Fair,67,200,31.3,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,105,0,0,115,0,705,0,135,345,0,0,35,0,0,"$75,000 - $100,000",Silent (74-91),White only,Fair,5.5-6 feet,200-300,Graduated High School,,0,115,810,480,0,0,35
+,2022,2.02205E+13,3563,South,Virginia,45000,"House, apartment, flat",1,1,5835056,70,Male,White only,Separated,"Native, born in United States",Excellent,68,205,31.2,Some college but no degree,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,90,0,0,60,0,0,120,0,510,0,0,110,0,0,130,0,420,"$30,000 - $50,000",Boomers (55-73),White only,Excellent,5.5-6 feet,200-300,Some College,,420,120,570,110,0,0,220
+,2022,2.02205E+13,3564,South,Georgia,200000,"House, apartment, flat",1,1,10320541,69,Male,White only,Married - spouse present,"Native, born in United States",Good,67,148,23.2,Associate degree - academic program,College--four years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,125,25,0,0,120,0,620,0,0,483,0,0,67,0,0,"$150,000 and over",Boomers (55-73),White only,Good,5.5-6 feet,140-160,Associate Degree,,0,120,645,483,0,0,192
+,2022,2.02205E+13,3565,South,Georgia,125000,"House, apartment, flat",1,1,12287027,27,Female,White only,Never married,"Native, born in United States",Very good,61,127,24,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,35,0,0,1,0,540,0,0,60,45,0,30,0,729,"$100,000 - $150,000",Millennials (23-38),White only,Very good,5-5.5 feet,120-140,Master's or Doctoral Degree,,729,1,575,105,0,0,30
+,2022,2.02205E+13,3566,Northeast,New York,200000,"House, apartment, flat",1,1,12208308,74,Male,White only,Married - spouse present,"Native, born in United States",Very good,71,198,27.6,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,135,0,0,480,0,330,0,0,495,0,0,0,0,0,"$150,000 and over",Silent (74-91),White only,Very good,5.5-6 feet,180-200,Master's or Doctoral Degree,,0,480,465,495,0,0,0
+,2022,2.02205E+13,3567,South,Texas,125000,"House, apartment, flat",1,1,16118690,32,Male,Asian only,Married - spouse present,"Native, born in United States",Very good,70,185,26.5,Associate degree - academic program,College--four years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,0,0,480,0,0,90,0,0,150,0,570,"$100,000 - $150,000",Millennials (23-38),Asian only,Very good,5.5-6 feet,180-200,Associate Degree,,570,0,570,90,0,0,150
+,2022,2.02205E+13,3568,South,Florida,125000,"House, apartment, flat",1,1,14890669,59,Female,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Very good,62,130,23.8,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,105,0,0,315,0,660,0,0,90,0,0,30,0,240,"$100,000 - $150,000",Boomers (55-73),White only,Very good,5-5.5 feet,120-140,Associate Degree,,240,315,765,90,0,0,30
+,2022,2.02205E+13,3569,West,California,45000,"House, apartment, flat",1,1,24659118,42,Male,White only,Divorced,"Native, born in United States",Good,72,205,27.8,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,120,0,690,0,0,480,0,0,0,0,0,"$30,000 - $50,000",Generation X (39-54),White only,Good,6-6.5 feet,200-300,Master's or Doctoral Degree,,0,120,780,480,0,0,0
+,2022,2.02205E+13,3570,Northeast,New York,27500,"House, apartment, flat",1,1,4487159,58,Female,White only,Never married,"Foreign born, U.S. citizen by naturalization",Fair,60,132,25.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,100,0,0,0,0,1340,0,0,0,0,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Fair,5-5.5 feet,120-140,Bachelor's Degree,,0,0,1440,0,0,0,0
+,2022,2.02205E+13,3571,South,Alabama,22500,"House, apartment, flat",1,1,3402158,67,Female,Black only,Widowed,"Native, born in United States",Fair,64,275,47.2,Some college but no degree,College--three years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,10,0,900,0,10,460,0,0,30,0,0,"$10,000 - $30,000",Boomers (55-73),Black only,Fair,5-5.5 feet,200-300,Some College,,0,10,930,470,0,0,30
+,2022,2.02205E+13,3572,West,Idaho,87500,"House, apartment, flat",1,1,2927273,73,Male,White only,Divorced,"Native, born in United States",Good,70,225,32.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - absent,No,No vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,30,0,0,30,0,720,0,0,480,0,0,0,0,0,"$75,000 - $100,000",Silent (74-91),White only,Good,5.5-6 feet,200-300,Bachelor's Degree,,0,30,750,480,0,0,0
+,2022,2.02205E+13,3573,Midwest,Iowa,125000,"House, apartment, flat",1,1,9156766,42,Male,White only,Married - spouse present,"Native, born in United States",Good,69,206,30.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,91,0,0,130,0,0,30,0,555,0,0,0,0,0,180,0,454,"$100,000 - $150,000",Generation X (39-54),White only,Good,5.5-6 feet,200-300,Bachelor's Degree,,454,30,685,0,0,0,271
+,2022,2.02205E+13,3574,Midwest,Illinois,125000,"House, apartment, flat",1,1,11678592,66,Male,Black only,Divorced,"Native, born in United States",Poor,70,170,24.4,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,0,0,0,0,0,260,0,0,1140,0,0,40,0,0,"$100,000 - $150,000",Boomers (55-73),Black only,Poor,5.5-6 feet,160-180,Some College,,0,0,260,1140,0,0,40
+,2022,2.02205E+13,3575,South,Texas,27500,"House, apartment, flat",1,1,13722864,54,Male,White only,Never married,"Foreign born, U.S. citizen by naturalization",Very good,66,145,23.4,"1st, 2nd, 3rd, or 4th grade",First through fourth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,35,0,450,0,0,435,0,0,175,0,300,"$10,000 - $30,000",Boomers (55-73),White only,Very good,5.5-6 feet,140-160,Middle School or Less,,300,35,495,435,0,0,175
+,2022,2.02205E+13,3576,South,Kentucky,67500,"House, apartment, flat",1,1,4575002,59,Female,White only,Married - spouse present,"Native, born in United States",Good,63,190,33.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,340,0,15,0,0,3,0,802,0,0,240,0,0,40,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Good,5-5.5 feet,180-200,Bachelor's Degree,,0,3,817,240,0,0,380
+,2022,2.02205E+13,3577,Midwest,Iowa,200000,"House, apartment, flat",1,1,4167988,73,Female,White only,Divorced,"Native, born in United States",Good,60,106,20.7,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,54,0,542,0,0,245,0,0,97,0,472,"$150,000 and over",Silent (74-91),White only,Good,5-5.5 feet,100-120,Master's or Doctoral Degree,,472,54,572,245,0,0,97
+,2022,2.02205E+13,3578,Northeast,New York,125000,"House, apartment, flat",1,1,15959060,31,Male,Black only,Married - spouse absent,"Native, born abroad of American parent or parents",Very good,74,200,25.7,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,Yes,Has vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,Has difficulty remembering,0,0,4,55,0,0,150,0,471,0,0,90,30,15,67,0,558,"$100,000 - $150,000",Millennials (23-38),Black only,Very good,6-6.5 feet,200-300,Master's or Doctoral Degree,,558,150,526,120,0,0,86
+,2022,2.02205E+13,3579,South,Alabama,125000,"House, apartment, flat",1,1,5131286,33,Male,White only,Never married,"Native, born in United States",Good,71,200,27.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,120,300,0,60,0,780,0,0,90,60,0,20,0,0,"$100,000 - $150,000",Millennials (23-38),White only,Good,5.5-6 feet,200-300,Bachelor's Degree,,0,60,900,150,300,0,30
+,2022,2.02205E+13,3580,Northeast,New York,13750,"House, apartment, flat",1,1,5311724,72,Female,White only,Divorced,"Native, born in United States",Very good,66,150,24.2,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,105,0,0,163,0,540,0,0,632,0,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Very good,5.5-6 feet,140-160,Graduated High School,,0,163,645,632,0,0,0
+,2022,2.02205E+13,3581,South,Texas,87500,"House, apartment, flat",1,1,8670345,72,Female,Asian only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Good,64,110,18.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,5,80,0,65,30,0,620,0,0,330,70,150,90,0,0,"$75,000 - $100,000",Boomers (55-73),Asian only,Good,5-5.5 feet,100-120,Bachelor's Degree,,0,30,700,400,0,0,310
+,2022,2.02205E+13,3582,South,Virginia,45000,"House, apartment, flat",1,1,12252325,47,Female,White only,Never married,"Native, born in United States",Very good,63,150,26.6,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,27,0,570,0,0,305,0,0,20,0,518,"$30,000 - $50,000",Generation X (39-54),White only,Very good,5-5.5 feet,140-160,Master's or Doctoral Degree,,518,27,570,305,0,0,20
+,2022,2.02205E+13,3583,Northeast,New York,200000,"House, apartment, flat",1,1,20220765,27,Female,Black only,Never married,"Native, born in United States",Excellent,63,171,30.3,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,179,0,50,14,0,0,240,0,530,0,0,310,0,0,87,0,30,"$150,000 and over",Millennials (23-38),Black only,Excellent,5-5.5 feet,160-180,Master's or Doctoral Degree,,30,240,544,310,0,0,316
+,2022,2.02205E+13,3584,Northeast,Massachusetts,55000,"House, apartment, flat",1,1,5199511,33,Female,Asian only,Never married,"Foreign born, not a U.S. citizen",Good,66,118,19,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,360,0,60,150,0,0,90,0,643,0,0,60,0,60,17,0,0,"$50,000 - $75,000",Millennials (23-38),Asian only,Good,5.5-6 feet,100-120,Associate Degree,,0,90,793,60,0,0,497
+,2022,2.02205E+13,3585,Northeast,Maine,125000,"House, apartment, flat",1,1,6041508,76,Female,White only,Married - spouse present,"Native, born in United States",Excellent,65,158,26.3,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,37,0,5,85,0,0,169,0,570,0,0,455,0,0,39,0,0,"$100,000 - $150,000",Silent (74-91),White only,Excellent,5-5.5 feet,140-160,Associate Degree,,0,169,655,455,0,0,81
+,2022,2.02205E+13,3586,South,Arkansas,200000,"House, apartment, flat",1,1,2327895,62,Female,White only,Divorced,"Native, born in United States",Good,61,150,28.3,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,65,95,0,0,380,0,460,10,0,60,0,85,75,0,210,"$150,000 and over",Boomers (55-73),White only,Good,5-5.5 feet,140-160,Master's or Doctoral Degree,,210,380,565,60,0,0,225
+,2022,2.02205E+13,3587,Northeast,New Jersey,32500,"House, apartment, flat",1,1,7944650,69,Female,White only,Widowed,"Native, born in United States",Very good,65,156,26,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,20,60,0,0,5,0,720,0,0,631,0,0,4,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Very good,5-5.5 feet,140-160,Associate Degree,,0,5,780,631,0,0,24
+,2022,2.02205E+13,3588,Northeast,Pennsylvania,200000,"House, apartment, flat",1,1,5783725,42,Female,White only,Married - spouse present,"Native, born abroad of American parent or parents",Excellent,69,165,24.4,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,70,0,0,45,0,610,0,0,0,695,0,20,0,0,"$150,000 and over",Generation X (39-54),White only,Excellent,5.5-6 feet,160-180,Master's or Doctoral Degree,,0,45,680,695,0,0,20
+,2022,2.02205E+13,3589,West,California,125000,"House, apartment, flat",1,1,5163446,78,Male,White only,Married - spouse present,"Native, born in United States",Fair,68,185,28.1,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,45,0,780,0,0,555,0,0,0,0,0,"$100,000 - $150,000",Silent (74-91),White only,Fair,5.5-6 feet,180-200,Some College,,0,45,840,555,0,0,0
+,2022,2.02205E+13,3590,West,California,45000,"House, apartment, flat",1,1,5099746,72,Female,Asian only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Refused,,9996,998,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,130,0,510,0,0,690,0,30,0,0,0,"$30,000 - $50,000",Boomers (55-73),Asian only,"Other (Refused, Dont know, NIU)",,>300,Graduated High School,,0,130,570,690,0,0,30
+,2022,2.02205E+13,3591,West,California,125000,"House, apartment, flat",1,1,6336469,59,Female,White only,Married - spouse present,"Native, born in United States",Very good,67,200,31.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,245,90,0,0,165,0,600,0,0,240,80,0,20,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Very good,5.5-6 feet,200-300,Bachelor's Degree,,0,165,690,320,0,0,265
+,2022,2.02205E+13,3592,West,California,55000,"House, apartment, flat",1,1,8858068,77,Male,White only,Never married,"Native, born in United States",Good,73,222,29.3,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,90,105,0,0,405,0,595,0,0,160,45,0,40,0,0,"$50,000 - $75,000",Silent (74-91),White only,Good,6-6.5 feet,200-300,Some College,,0,405,700,205,0,0,130
+,2022,2.02205E+13,3593,West,California,125000,"House, apartment, flat",1,1,6709413,68,Female,White only,Divorced,"Native, born in United States",Good,59,150,30.3,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,285,0,600,0,0,435,0,0,0,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Good,0-5 feet,140-160,Graduated High School,,0,285,720,435,0,0,0
+,2022,2.02205E+13,3594,South,Tennessee,87500,"House, apartment, flat",1,1,9733819,36,Female,White only,Married - spouse present,"Native, born in United States",Good,65,270,44.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,120,0,0,0,600,0,0,150,0,0,0,0,480,"$75,000 - $100,000",Millennials (23-38),White only,Good,5-5.5 feet,200-300,Bachelor's Degree,,480,0,690,150,120,0,0
+,2022,2.02205E+13,3595,South,Georgia,55000,Mobile home or trailer with 1 or more rooms added,1,1,33530048,54,Female,White only,Married - spouse present,"Native, born in United States",Good,66,145,23.4,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,319,0,45,0,0,120,0,416,0,0,0,60,0,115,0,305,"$50,000 - $75,000",Boomers (55-73),White only,Good,5.5-6 feet,140-160,Graduated High School,,305,120,461,60,0,0,434
+,2022,2.02205E+13,3596,West,New Mexico,55000,"House, apartment, flat",1,1,26116111,46,Female,White only,Married - spouse present,"Native, born in United States",Fair,63,189,33.5,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,0,0,659,1,0,660,120,0,0,0,0,"$50,000 - $75,000",Generation X (39-54),White only,Fair,5-5.5 feet,180-200,Graduated High School,,0,0,660,780,0,0,0
+,2022,2.02205E+13,3597,Midwest,Michigan,87500,"House, apartment, flat",1,1,17106950,35,Male,White only,Never married,"Native, born in United States",Fair,72,265,35.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,20,0,0,0,0,609,0,0,0,0,0,36,0,660,"$75,000 - $100,000",Millennials (23-38),White only,Fair,6-6.5 feet,200-300,Bachelor's Degree,,660,0,629,0,0,0,36
+,2022,2.02205E+13,3598,South,Texas,87500,"House, apartment, flat",1,1,8308592,64,Female,White only,Married - spouse present,"Native, born in United States",Good,63,207,36.7,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,37,0,540,0,0,833,0,0,0,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Good,5-5.5 feet,200-300,Graduated High School,,0,37,570,833,0,0,0
+,2022,2.02205E+13,3599,Northeast,Pennsylvania,55000,"House, apartment, flat",1,1,6284651,41,Female,White only,Divorced,"Native, born in United States",Good,64,98,16.8,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,15,120,0,145,0,330,0,0,195,0,0,40,0,530,"$50,000 - $75,000",Generation X (39-54),White only,Good,5-5.5 feet,<100,Master's or Doctoral Degree,,530,145,345,195,120,0,40
+,2022,2.02205E+13,3600,South,South Carolina,37500,"House, apartment, flat",1,1,15953413,56,Female,White only,Married - spouse present,"Native, born in United States",Good,64,137,23.5,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,225,35,0,0,110,0,765,0,0,255,0,0,50,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Good,5-5.5 feet,120-140,Graduated High School,,0,110,800,255,0,0,275
+,2022,2.02205E+13,3601,Midwest,Illinois,87500,"House, apartment, flat",1,1,11107241,37,Male,White only,Married - spouse present,"Native, born in United States",Good,70,245,35.2,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,105,0,0,0,0,540,0,0,480,255,0,55,0,0,"$75,000 - $100,000",Millennials (23-38),White only,Good,5.5-6 feet,200-300,Master's or Doctoral Degree,,0,0,645,735,0,0,55
+,2022,2.02205E+13,3602,West,California,8750,"House, apartment, flat",1,1,5328831,46,Female,"American Indian, Alaskan Native",Never married,"Native, born in United States",Good,68,247,37.6,Associate degree - occupational vocational,College--four years,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,15,0,0,64,0,690,0,0,651,0,0,10,0,0,"Less than $10,000",Generation X (39-54),"American Indian, Alaskan Native",Good,5.5-6 feet,200-300,Associate Degree,,0,64,705,651,0,0,20
+,2022,2.02205E+13,3603,Midwest,Illinois,87500,"House, apartment, flat",1,1,36397356,43,Female,White only,Married - spouse present,"Native, born in United States",Good,64,285,48.9,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,30,0,139,85,0,0,206,0,611,0,0,153,0,0,205,0,0,"$75,000 - $100,000",Generation X (39-54),White only,Good,5-5.5 feet,200-300,Graduated High School,,0,206,696,153,0,0,374
+,2022,2.02205E+13,3604,West,Utah,45000,"House, apartment, flat",1,1,2284048,80,Male,White only,Married - spouse present,"Native, born in United States",Good,66,193,31.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,40,140,0,0,90,0,540,0,0,480,30,0,120,0,0,"$30,000 - $50,000",Silent (74-91),White only,Good,5.5-6 feet,180-200,Bachelor's Degree,,0,90,680,510,0,0,160
+,2022,2.02205E+13,3605,Midwest,Minnesota,125000,"House, apartment, flat",1,1,7089999,54,Female,White only,Married - spouse present,"Native, born in United States",Very good,64,155,26.6,Associate degree - occupational vocational,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,390,0,628,0,0,302,0,0,60,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Very good,5-5.5 feet,140-160,Associate Degree,,0,390,688,302,0,0,60
+,2022,2.02205E+13,3606,Midwest,Kansas,200000,"House, apartment, flat",1,1,3409429,43,Male,White only,Married - spouse present,"Native, born in United States",Very good,71,220,30.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,0,0,370,0,0,0,0,0,20,0,960,"$150,000 and over",Generation X (39-54),White only,Very good,5.5-6 feet,200-300,Bachelor's Degree,,960,0,460,0,0,0,20
+,2022,2.02205E+13,3607,Midwest,Iowa,125000,"House, apartment, flat",1,1,7127078,62,Female,White only,Married - spouse present,"Native, born in United States",Very good,65,120,20,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,315,20,0,0,215,0,570,0,60,130,60,0,70,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Very good,5-5.5 feet,120-140,Some College,,0,215,590,250,0,0,385
+,2022,2.02205E+13,3608,Midwest,Missouri,200000,"House, apartment, flat",1,1,2702265,80,Female,White only,Married - spouse present,"Native, born in United States",Good,61,127,24,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,120,0,0,140,0,531,0,0,99,30,50,20,0,390,"$150,000 and over",Silent (74-91),White only,Good,5-5.5 feet,120-140,Master's or Doctoral Degree,,390,140,651,129,0,0,130
+,2022,2.02205E+13,3609,South,West Virginia,2500,Mobile home or trailer with no permanent room added,1,1,5664438,62,Female,White only,Married - spouse present,"Native, born in United States",Fair,61,250,47.2,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,30,0,0,20,0,0,345,0,720,0,0,325,0,0,0,0,0,"Less than $10,000",Boomers (55-73),White only,Fair,5-5.5 feet,200-300,Graduated High School,,0,345,740,325,0,0,30
+,2022,2.02205E+13,3610,West,Colorado,87500,"House, apartment, flat",1,1,4845621,51,Female,White only,Divorced,"Native, born in United States",Very good,64,220,37.8,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,210,0,765,0,0,420,0,0,0,0,0,"$75,000 - $100,000",Generation X (39-54),White only,Very good,5-5.5 feet,200-300,Master's or Doctoral Degree,,0,210,810,420,0,0,0
+,2022,2.02205E+13,3611,West,Washington,125000,"House, apartment, flat",1,1,12917053,40,Male,Asian only,Married - spouse present,"Foreign born, not a U.S. citizen",Very good,66,130,21,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,90,0,0,65,0,0,120,0,435,0,0,30,0,0,50,0,650,"$100,000 - $150,000",Generation X (39-54),Asian only,Very good,5.5-6 feet,120-140,Master's or Doctoral Degree,,650,120,500,30,0,0,140
+,2022,2.02205E+13,3612,West,Arizona,87500,"House, apartment, flat",1,1,17429440,47,Female,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Very good,65,180,30,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,15,0,30,210,0,0,340,0,520,0,0,135,115,0,75,0,0,"$75,000 - $100,000",Generation X (39-54),White only,Very good,5-5.5 feet,180-200,Bachelor's Degree,,0,340,730,250,0,0,120
+,2022,2.02205E+13,3613,Northeast,Vermont,55000,"House, apartment, flat",1,1,7287501,71,Male,White only,Divorced,"Native, born in United States",Excellent,70,168,24.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,35,80,0,0,126,0,500,0,0,285,270,0,76,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Excellent,5.5-6 feet,160-180,Bachelor's Degree,,0,126,580,555,0,0,111
+,2022,2.02205E+13,3614,South,Florida,87500,"House, apartment, flat",1,1,6899400,33,Male,White only,Never married,"Native, born in United States",Good,63,190,33.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,90,0,0,255,0,555,0,0,480,0,0,30,0,0,"$75,000 - $100,000",Millennials (23-38),White only,Good,5-5.5 feet,180-200,Bachelor's Degree,,0,255,645,480,0,0,60
+,2022,2.02205E+13,3615,South,Texas,87500,"House, apartment, flat",1,1,12489783,61,Female,White only,Married - spouse present,"Native, born in United States",Very good,66,126,20.3,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,90,50,0,0,325,0,600,0,0,230,0,0,25,120,0,"$75,000 - $100,000",Boomers (55-73),White only,Very good,5.5-6 feet,120-140,Master's or Doctoral Degree,,0,325,650,230,0,120,115
+,2022,2.02205E+13,3616,South,North Carolina,67500,"House, apartment, flat",1,1,15653727,63,Female,Black only,Never married,"Native, born in United States",Fair,62,240,43.9,Associate degree - academic program,College--three years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,45,0,30,0,0,45,0,360,0,0,840,0,120,0,0,0,"$50,000 - $75,000",Boomers (55-73),Black only,Fair,5-5.5 feet,200-300,Associate Degree,,0,45,390,840,0,0,165
+,2022,2.02205E+13,3617,South,Kentucky,2500,"House, apartment, flat",1,1,7646359,85,Female,Black only,Widowed,"Native, born in United States",Fair,62,190,34.7,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,120,10,0,0,485,0,400,0,0,395,0,0,30,0,0,"Less than $10,000",Silent (74-91),Black only,Fair,5-5.5 feet,180-200,Graduated High School,,0,485,410,395,0,0,150
+,2022,2.02205E+13,3618,West,Alaska,32500,"House, apartment, flat",1,1,3158295,58,Male,White only,Never married,"Native, born in United States",Good,73,265,35,Some college but no degree,College--three years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,55,0,0,55,0,500,0,0,180,75,0,35,0,480,"$30,000 - $50,000",Boomers (55-73),White only,Good,6-6.5 feet,200-300,Some College,,480,55,555,255,0,0,95
+,2022,2.02205E+13,3619,South,Texas,32500,"House, apartment, flat",1,1,16163045,54,Male,White only,Separated,"Native, born in United States",Good,64,156,26.8,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,33,0,0,55,0,537,0,0,270,0,0,75,0,470,"$30,000 - $50,000",Boomers (55-73),White only,Good,5-5.5 feet,140-160,Graduated High School,,470,55,570,270,0,0,75
+,2022,2.02205E+13,3620,Northeast,New Jersey,200000,"House, apartment, flat",1,1,13249814,39,Male,White only,Married - spouse present,"Native, born in United States",NIU (Not in universe),,9999,999,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,130,0,0,35,0,0,60,0,685,0,0,0,0,0,60,0,470,"$150,000 and over",Generation X (39-54),White only,"Other (Refused, Dont know, NIU)",,>300,Master's or Doctoral Degree,,470,60,720,0,0,0,190
+,2022,2.02205E+13,3621,South,Texas,17500,"House, apartment, flat",1,1,8054090,80,Female,White only,Widowed,"Native, born in United States",Good,61,158,29.9,Associate degree - occupational vocational,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,50,0,0,139,0,645,45,0,561,0,0,0,0,0,"$10,000 - $30,000",Silent (74-91),White only,Good,5-5.5 feet,140-160,Associate Degree,,0,139,740,561,0,0,0
+,2022,2.02205E+13,3622,South,North Carolina,87500,"House, apartment, flat",1,1,20266002,56,Female,White only,Married - spouse present,"Native, born in United States",Good,60,132,25.8,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,60,0,630,0,0,210,0,0,60,0,450,"$75,000 - $100,000",Boomers (55-73),White only,Good,5-5.5 feet,120-140,Graduated High School,,450,60,660,210,0,0,60
+,2022,2.02205E+13,3623,Midwest,Michigan,67500,"House, apartment, flat",1,1,9669883,68,Female,White only,Married - spouse present,"Native, born in United States",Good,60,148,28.9,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,70,0,0,65,0,465,0,0,140,0,0,51,0,619,"$50,000 - $75,000",Boomers (55-73),White only,Good,5-5.5 feet,140-160,Associate Degree,,619,65,535,140,0,0,81
+,2022,2.02205E+13,3624,South,Florida,55000,"House, apartment, flat",1,1,10116483,42,Female,Black only,Never married,"Native, born in United States",Very good,65,187,31.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,75,0,0,365,0,630,0,0,360,0,0,0,0,0,"$50,000 - $75,000",Generation X (39-54),Black only,Very good,5-5.5 feet,180-200,Bachelor's Degree,,0,365,705,360,0,0,10
+,2022,2.02205E+13,3625,West,Montana,45000,"House, apartment, flat",1,1,5856578,85,Female,White only,Widowed,"Native, born in United States",Very good,66,155,25,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,45,0,550,0,0,625,120,0,40,0,0,"$30,000 - $50,000",Silent (74-91),White only,Very good,5.5-6 feet,140-160,Bachelor's Degree,,0,45,610,745,0,0,40
+,2022,2.02205E+13,3626,Midwest,Minnesota,8750,"House, apartment, flat",1,1,7453939,59,Male,White only,Never married,"Native, born in United States",Good,70,160,23,Associate degree - occupational vocational,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,135,0,0,80,0,630,0,0,255,225,0,50,0,0,"Less than $10,000",Boomers (55-73),White only,Good,5.5-6 feet,160-180,Associate Degree,,0,80,765,480,0,0,50
+,2022,2.02205E+13,3627,Northeast,Connecticut,87500,"House, apartment, flat",1,1,26397685,57,Female,White only,Married - spouse present,"Native, born in United States",Very good,62,150,27.4,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,35,10,100,0,0,175,0,648,0,0,75,320,0,77,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Very good,5-5.5 feet,140-160,Graduated High School,,0,175,748,395,0,0,122
+,2022,2.02205E+13,3628,South,Tennessee,87500,"House, apartment, flat",1,1,8271186,57,Male,White only,Married - spouse present,"Native, born in United States",Good,72,190,25.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,5,55,0,0,98,0,517,0,0,100,0,30,80,0,555,"$75,000 - $100,000",Boomers (55-73),White only,Good,6-6.5 feet,180-200,Bachelor's Degree,,555,98,572,100,0,0,115
+,2022,2.02205E+13,3629,Midwest,Ohio,200000,"House, apartment, flat",1,1,4127280,40,Male,White only,Married - spouse present,"Native, born in United States",Very good,72,245,33.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,285,0,15,55,0,0,305,0,480,0,85,105,0,0,40,70,0,"$150,000 and over",Generation X (39-54),White only,Very good,6-6.5 feet,200-300,Bachelor's Degree,,0,305,535,190,0,70,340
+,2022,2.02205E+13,3630,Midwest,Missouri,125000,"House, apartment, flat",1,1,7240242,30,Male,White only,Married - spouse present,"Native, born in United States",Good,74,215,27.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,15,20,0,0,240,0,660,0,0,234,0,0,32,0,239,"$100,000 - $150,000",Millennials (23-38),White only,Good,6-6.5 feet,200-300,Bachelor's Degree,,239,240,680,234,0,0,47
+,2022,2.02205E+13,3631,South,Tennessee,45000,"House, apartment, flat",1,1,17549985,54,Male,Black only,Never married,"Native, born in United States",Fair,68,270,41,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,0,0,60,0,480,0,0,315,0,0,0,0,510,"$30,000 - $50,000",Boomers (55-73),Black only,Fair,5.5-6 feet,200-300,Bachelor's Degree,,510,60,555,315,0,0,0
+,2022,2.02205E+13,3632,South,South Carolina,45000,"House, apartment, flat",1,1,14229657,67,Male,White only,Married - spouse present,"Native, born in United States",Fair,70,246,35.3,High school graduate - GED,Tenth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,278,27,0,0,258,0,507,0,0,346,0,4,20,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Fair,5.5-6 feet,200-300,Graduated High School,,0,258,534,346,0,0,302
+,2022,2.02205E+13,3633,Midwest,Ohio,8750,"House, apartment, flat",1,1,3607708,32,Female,White only,Never married,"Native, born in United States",Excellent,62,155,28.3,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,86,0,60,110,0,0,332,0,625,0,0,0,90,0,137,0,0,"Less than $10,000",Millennials (23-38),White only,Excellent,5-5.5 feet,140-160,Some College,,0,332,735,90,0,0,283
+,2022,2.02205E+13,3634,West,California,37500,"House, apartment, flat",1,1,6853278,60,Female,Asian only,Married - spouse present,"Native, born in United States",Poor,,9997,998,7th or 8th grade,Seventh through eighth grade,Not in labor force,NIU (Not in universe),Has vision difficulty,No hearing difficulty,Has mobility limitation,No physical difficulty,Has difficulty remembering,0,0,85,120,0,0,60,0,615,0,120,365,0,0,75,0,0,"$30,000 - $50,000",Boomers (55-73),Asian only,Poor,,>300,Middle School or Less,,0,60,735,485,0,0,160
+,2022,2.02205E+13,3635,South,Maryland,87500,"House, apartment, flat",1,1,5362600,56,Female,White only,Never married,"Native, born in United States",Very good,69,9996,998,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,116,0,495,1,0,285,0,0,70,100,343,"$75,000 - $100,000",Boomers (55-73),White only,Very good,5.5-6 feet,>300,Master's or Doctoral Degree,,343,116,526,285,0,100,70
+,2022,2.02205E+13,3636,West,Wyoming,17500,"House, apartment, flat",1,1,13840600,40,Female,Black only,Married - spouse present,"Foreign born, not a U.S. citizen",Very good,63,9997,998,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,160,0,0,120,0,0,130,0,600,0,95,335,0,0,0,0,0,"$10,000 - $30,000",Generation X (39-54),Black only,Very good,5-5.5 feet,>300,Bachelor's Degree,,0,130,720,430,0,0,160
+,2022,2.02205E+13,3637,South,North Carolina,45000,"House, apartment, flat",1,1,35546892,59,Female,Black only,Married - spouse present,"Native, born in United States",Good,65,177,29.5,Less than 1st grade,Less than first grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,No difficulty remembering,660,0,0,45,0,0,60,0,600,0,0,75,0,0,0,0,0,"$30,000 - $50,000",Boomers (55-73),Black only,Good,5-5.5 feet,160-180,Middle School or Less,,0,60,645,75,0,0,660
+,2022,2.02205E+13,3638,South,Georgia,200000,"House, apartment, flat",1,1,9482703,50,Male,White only,Married - spouse present,"Native, born in United States",Very good,72,255,34.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,150,0,0,5,0,635,0,90,420,0,0,130,0,0,"$150,000 and over",Generation X (39-54),White only,Very good,6-6.5 feet,200-300,Bachelor's Degree,,0,5,785,510,0,0,140
+,2022,2.02205E+13,3639,Midwest,Iowa,87500,"House, apartment, flat",1,1,34085664,20,Male,White only,Never married,"Native, born in United States",Excellent,67,130,20.4,Some college but no degree,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,10,0,0,135,0,725,0,0,265,0,0,20,0,285,"$75,000 - $100,000",Generation Z (7-22),White only,Excellent,5.5-6 feet,120-140,Some College,,285,135,735,265,0,0,20
+,2022,2.02205E+13,3640,Northeast,New York,67500,"House, apartment, flat",1,1,34811775,18,Male,Asian only,Never married,"Native, born in United States",Fair,68,130,19.8,Some college but no degree,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,360,0,0,0,630,0,0,345,0,0,60,0,0,"$50,000 - $75,000",Generation Z (7-22),Asian only,Fair,5.5-6 feet,120-140,Some College,,0,0,675,345,360,0,60
+,2022,2.02205E+13,3641,West,Washington,2500,"House, apartment, flat",1,1,34459304,55,Female,White only,Divorced,"Native, born in United States",Very good,68,175,26.6,12th grade - no diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,15,0,0,130,0,315,0,0,235,0,0,0,0,745,"Less than $10,000",Boomers (55-73),White only,Very good,5.5-6 feet,160-180,Some High School,,745,130,330,235,0,0,0
+,2022,2.02206E+13,3642,Northeast,Massachusetts,200000,"House, apartment, flat",1,1,5323999,30,Male,Black only,Never married,"Native, born in United States",Fair,70,206,29.6,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,25,0,0,75,0,460,0,0,695,0,30,0,0,155,"$150,000 and over",Millennials (23-38),Black only,Fair,5.5-6 feet,200-300,Master's or Doctoral Degree,,155,75,485,695,0,0,30
+,2022,2.02206E+13,3643,South,Texas,200000,"House, apartment, flat",1,1,7948988,41,Female,White only,Married - spouse present,"Native, born in United States",Very good,60,152,29.7,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,75,0,0,60,0,0,285,0,675,0,0,240,0,0,30,0,0,"$150,000 and over",Generation X (39-54),White only,Very good,5-5.5 feet,140-160,Associate Degree,,0,285,735,240,0,0,105
+,2022,2.02206E+13,3644,West,New Mexico,67500,"House, apartment, flat",1,1,6794407,63,Female,White only,Widowed,"Native, born in United States",Good,65,160,26.6,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,90,0,630,0,0,630,0,0,0,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Good,5-5.5 feet,160-180,Master's or Doctoral Degree,,0,90,720,630,0,0,0
+,2022,2.02206E+13,3645,South,Texas,27500,"House, apartment, flat",1,1,20778458,73,Female,White only,Widowed,"Native, born in United States",Fair,62,220,40.2,12th grade - no diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,180,30,0,0,200,0,690,0,0,300,0,0,40,0,0,"$10,000 - $30,000",Silent (74-91),White only,Fair,5-5.5 feet,200-300,Some High School,,0,200,720,300,0,0,220
+,2022,2.02206E+13,3646,Midwest,Indiana,200000,"House, apartment, flat",1,1,15308180,68,Male,White only,Married - spouse present,"Native, born in United States",Very good,71,290,40.4,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,0,0,83,0,423,85,0,247,0,0,70,0,457,"$150,000 and over",Boomers (55-73),White only,Very good,5.5-6 feet,200-300,Graduated High School,,457,83,583,247,0,0,70
+,2022,2.02206E+13,3647,Midwest,Michigan,125000,"House, apartment, flat",1,1,16707831,56,Male,White only,Married - spouse present,"Native, born in United States",Good,70,205,29.4,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,5,175,0,0,360,0,555,0,0,90,0,0,255,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Graduated High School,,0,360,730,90,0,0,260
+,2022,2.02206E+13,3648,South,Texas,200000,"House, apartment, flat",1,1,28112255,20,Male,White only,Never married,"Native, born in United States",Very good,75,210,26.2,Some college but no degree,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,10,0,100,330,0,0,0,650,0,0,240,60,0,50,0,0,"$150,000 and over",Generation Z (7-22),White only,Very good,6-6.5 feet,200-300,Some College,,0,0,750,300,330,0,60
+,2022,2.02206E+13,3649,Midwest,Michigan,87500,"House, apartment, flat",1,1,5784152,32,Male,White only,Married - spouse present,"Native, born in United States",Very good,70,160,23,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,359,0,0,50,0,0,549,0,420,0,0,0,0,0,62,0,0,"$75,000 - $100,000",Millennials (23-38),White only,Very good,5.5-6 feet,160-180,Master's or Doctoral Degree,,0,549,470,0,0,0,421
+,2022,2.02206E+13,3650,South,Florida,11250,"House, apartment, flat",1,1,5132801,85,Female,White only,Widowed,"Foreign born, U.S. citizen by naturalization",Poor,64,200,34.3,Associate degree - academic program,College--three years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,30,0,0,0,0,600,0,0,810,0,0,0,0,0,"$10,000 - $30,000",Silent (74-91),White only,Poor,5-5.5 feet,200-300,Associate Degree,,0,0,630,810,0,0,0
+,2022,2.02206E+13,3651,Northeast,Pennsylvania,200000,"House, apartment, flat",1,1,7262210,64,Male,White only,Married - spouse present,"Native, born in United States",Excellent,69,170,25.1,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,75,0,180,0,0,185,0,600,0,0,180,60,0,160,0,0,"$150,000 and over",Boomers (55-73),White only,Excellent,5.5-6 feet,160-180,Master's or Doctoral Degree,,0,185,780,240,0,0,235
+,2022,2.02206E+13,3652,West,Nevada,37500,"House, apartment, flat",1,1,8420606,67,Female,Black only,Married - spouse present,"Native, born in United States",Very good,67,150,23.5,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,0,0,600,0,0,750,0,0,0,0,0,"$30,000 - $50,000",Boomers (55-73),Black only,Very good,5.5-6 feet,140-160,Master's or Doctoral Degree,,0,0,690,750,0,0,0
+,2022,2.02206E+13,3653,South,Virginia,45000,"House, apartment, flat",1,1,4065219,69,Male,White only,Divorced,"Native, born in United States",Excellent,68,132,20.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,65,0,0,190,0,525,0,0,660,0,0,0,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Excellent,5.5-6 feet,120-140,Bachelor's Degree,,0,190,590,660,0,0,0
+,2022,2.02206E+13,3654,Midwest,Ohio,22500,Mobile home or trailer with no permanent room added,1,1,17873916,73,Male,White only,Widowed,"Native, born in United States",Good,69,160,23.6,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,315,0,560,0,0,300,75,0,15,0,0,"$10,000 - $30,000",Silent (74-91),White only,Good,5.5-6 feet,160-180,Graduated High School,,0,315,605,375,0,0,15
+,2022,2.02206E+13,3655,South,Kentucky,45000,Mobile home or trailer with no permanent room added,1,1,9025278,50,Female,White-American Indian,Widowed,"Native, born in United States",Very good,70,153,22,Associate degree - occupational vocational,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,100,0,0,545,0,600,0,0,195,0,0,0,0,0,"$30,000 - $50,000",Generation X (39-54),Mixed,Very good,5.5-6 feet,140-160,Associate Degree,,0,545,700,195,0,0,0
+,2022,2.02206E+13,3656,South,Florida,22500,Mobile home or trailer with no permanent room added,1,1,10217723,56,Male,Black only,Never married,"Native, born in United States",Fair,72,265,35.9,12th grade - no diploma,Twelfth grade,Not in labor force,NIU (Not in universe),Has vision difficulty,Has hearing difficulty,Has mobility limitation,Has physical difficulty,Has difficulty remembering,0,0,0,1,0,0,0,0,960,0,0,479,0,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),Black only,Fair,6-6.5 feet,200-300,Some High School,,0,0,961,479,0,0,0
+,2022,2.02206E+13,3657,Midwest,Illinois,200000,"House, apartment, flat",1,1,11511022,22,Male,White only,Never married,"Native, born in United States",Very good,67,165,25.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,30,0,0,0,0,840,0,0,388,120,0,2,0,0,"$150,000 and over",Millennials (23-38),White only,Very good,5.5-6 feet,160-180,Bachelor's Degree,,0,0,870,508,0,0,62
+,2022,2.02206E+13,3658,South,Oklahoma,200000,"House, apartment, flat",1,1,6683695,59,Male,White only,Married - spouse present,"Native, born in United States",Fair,70,235,33.7,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,15,30,0,0,150,0,590,0,0,345,0,40,270,0,0,"$150,000 and over",Boomers (55-73),White only,Fair,5.5-6 feet,200-300,Some College,,0,150,620,345,0,0,325
+,2022,2.02206E+13,3659,Midwest,Illinois,87500,"House, apartment, flat",1,1,7472762,53,Female,Black only,Married - spouse present,"Native, born in United States",Good,62,157,28.7,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,45,70,0,0,405,0,630,0,0,210,0,10,70,0,0,"$75,000 - $100,000",Generation X (39-54),Black only,Good,5-5.5 feet,140-160,Some College,,0,405,700,210,0,0,125
+,2022,2.02206E+13,3660,South,Louisiana,27500,"House, apartment, flat",1,1,9099193,60,Female,Black only,Never married,"Native, born in United States",Good,65,237,39.4,Some college but no degree,College--three years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,70,552,0,20,0,508,0,0,260,0,0,30,0,0,"$10,000 - $30,000",Boomers (55-73),Black only,Good,5-5.5 feet,200-300,Some College,,0,20,578,260,552,0,30
+,2022,2.02206E+13,3661,Midwest,Ohio,200000,"House, apartment, flat",1,1,9935038,51,Male,White only,Married - spouse present,"Native, born in United States",Very good,77,270,32,Associate degree - occupational vocational,College--two years,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,180,0,550,0,0,426,0,0,44,0,240,"$150,000 and over",Generation X (39-54),White only,Very good,6-6.5 feet,200-300,Associate Degree,,240,180,550,426,0,0,44
+,2022,2.02206E+13,3662,Northeast,New York,32500,"House, apartment, flat",1,1,5219046,69,Male,White only,Married - spouse present,"Native, born in United States",Very good,77,280,33.2,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,20,0,0,0,0,0,751,0,50,390,0,0,79,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Very good,6-6.5 feet,200-300,Some College,,0,0,751,440,0,0,99
+,2022,2.02206E+13,3663,South,Georgia,17500,Mobile home or trailer with no permanent room added,1,1,14499762,55,Female,White only,Married - spouse present,"Native, born in United States",NIU (Not in universe),,9999,999,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,37,40,0,0,100,0,548,0,0,120,0,0,85,0,510,"$10,000 - $30,000",Boomers (55-73),White only,"Other (Refused, Dont know, NIU)",,>300,Some College,,510,100,588,120,0,0,122
+,2022,2.02206E+13,3664,Midwest,Indiana,125000,"House, apartment, flat",1,1,7641853,47,Female,White only,Married - spouse present,"Native, born in United States",Good,65,170,28.3,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,30,0,615,0,0,675,0,0,120,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Good,5-5.5 feet,160-180,Master's or Doctoral Degree,,0,30,615,675,0,0,120
+,2022,2.02206E+13,3665,Northeast,New York,200000,"House, apartment, flat",1,1,9024049,51,Male,White only,Married - spouse present,"Native, born in United States",Excellent,72,225,30.5,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,120,0,0,150,0,630,0,0,450,0,0,30,0,0,"$150,000 and over",Generation X (39-54),White only,Excellent,6-6.5 feet,200-300,Graduated High School,,0,150,750,450,0,0,90
+,2022,2.02206E+13,3666,Northeast,New Hampshire,200000,"House, apartment, flat",1,1,7705343,36,Female,White only,Never married,"Native, born in United States",Very good,69,150,22.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,360,0,840,0,0,120,0,0,30,0,0,"$150,000 and over",Millennials (23-38),White only,Very good,5.5-6 feet,140-160,Bachelor's Degree,,0,360,930,120,0,0,30
+,2022,2.02206E+13,3667,Midwest,Illinois,45000,"House, apartment, flat",1,1,3741969,78,Male,White only,Married - spouse present,"Native, born in United States",Poor,66,200,32.3,Some college but no degree,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,85,0,715,0,0,595,0,0,0,0,0,"$30,000 - $50,000",Silent (74-91),White only,Poor,5.5-6 feet,200-300,Some College,,0,85,760,595,0,0,0
+,2022,2.02206E+13,3668,Northeast,Massachusetts,200000,"House, apartment, flat",1,1,7643374,67,Female,White only,Married - spouse present,"Native, born in United States",Excellent,66,130,21,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,90,0,0,180,0,510,0,0,275,90,60,225,0,0,"$150,000 and over",Boomers (55-73),White only,Excellent,5.5-6 feet,120-140,Master's or Doctoral Degree,,0,180,600,365,0,0,295
+,2022,2.02206E+13,3669,South,Kentucky,22500,"House, apartment, flat",1,1,4817171,70,Female,White only,Separated,"Native, born in United States",NIU (Not in universe),,9999,999,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,15,0,0,0,0,915,0,0,510,0,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),White only,"Other (Refused, Dont know, NIU)",,>300,Master's or Doctoral Degree,,0,0,930,510,0,0,0
+,2022,2.02206E+13,3670,Midwest,Wisconsin,22500,"House, apartment, flat",1,1,14978270,49,Female,White only,Married - spouse present,"Native, born in United States",Good,61,190,35.9,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,5,30,180,0,0,0,480,5,0,30,0,0,100,0,610,"$10,000 - $30,000",Generation X (39-54),White only,Good,5-5.5 feet,180-200,Master's or Doctoral Degree,,610,0,515,30,180,0,105
+,2022,2.02206E+13,3671,South,Tennessee,17500,Mobile home or trailer with no permanent room added,1,1,11150736,24,Female,White only,Married - spouse present,"Native, born in United States",Excellent,64,130,22.3,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,60,0,75,15,0,0,65,0,745,0,0,60,0,0,420,0,0,"$10,000 - $30,000",Millennials (23-38),White only,Excellent,5-5.5 feet,120-140,Graduated High School,,0,65,760,60,0,0,555
+,2022,2.02206E+13,3672,Midwest,Indiana,87500,"House, apartment, flat",1,1,5971519,55,Male,White only,Married - spouse present,"Native, born in United States",Good,72,210,28.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,240,150,0,0,0,0,690,0,0,180,0,0,180,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Good,6-6.5 feet,200-300,Bachelor's Degree,,0,0,840,180,0,0,420
+,2022,2.02206E+13,3673,Northeast,New Jersey,200000,"House, apartment, flat",1,1,7667304,40,Male,Black only,Married - spouse present,"Native, born in United States",Very good,73,220,29,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,60,0,0,180,0,0,0,0,600,0,0,505,0,0,95,0,0,"$150,000 and over",Generation X (39-54),Black only,Very good,6-6.5 feet,200-300,Master's or Doctoral Degree,,0,0,780,505,0,0,155
+,2022,2.02206E+13,3674,West,California,125000,"House, apartment, flat",1,1,6638015,28,Female,Asian only,Married - spouse present,"Foreign born, not a U.S. citizen",Very good,64,130,22.3,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,180,30,0,0,120,0,880,0,0,180,0,0,50,0,0,"$100,000 - $150,000",Millennials (23-38),Asian only,Very good,5-5.5 feet,120-140,Master's or Doctoral Degree,,0,120,910,180,0,0,230
+,2022,2.02206E+13,3675,West,New Mexico,200000,"House, apartment, flat",1,1,4744336,31,Female,White only,Married - spouse present,"Native, born in United States",Excellent,66,130,21,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,150,0,60,165,0,0,480,0,450,0,0,0,0,0,60,0,0,"$150,000 and over",Millennials (23-38),White only,Excellent,5.5-6 feet,120-140,Master's or Doctoral Degree,,0,480,615,0,0,0,270
+,2022,2.02206E+13,3676,Northeast,Maine,125000,"House, apartment, flat",1,1,15652875,21,Female,White only,Never married,"Native, born in United States",Good,66,160,25.8,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,15,0,90,0,0,50,0,660,0,0,585,0,0,40,0,0,"$100,000 - $150,000",Generation Z (7-22),White only,Good,5.5-6 feet,160-180,Some College,,0,50,750,585,0,0,55
+,2022,2.02206E+13,3677,South,Louisiana,55000,"House, apartment, flat",1,1,7756199,69,Male,White only,Married - spouse present,"Native, born in United States",Excellent,75,175,21.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,150,0,0,280,0,635,0,0,240,45,0,0,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Excellent,6-6.5 feet,160-180,Bachelor's Degree,,0,280,785,285,0,0,0
+,2022,2.02206E+13,3678,South,Kentucky,55000,"House, apartment, flat",1,1,21345913,48,Female,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Poor,60,138,26.9,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,10,0,0,130,0,1300,0,0,0,0,0,0,0,0,"$50,000 - $75,000",Generation X (39-54),White only,Poor,5-5.5 feet,120-140,Graduated High School,,0,130,1310,0,0,0,0
+,2022,2.02206E+13,3679,South,Texas,22500,"House, apartment, flat",1,1,5274354,69,Male,White only,Divorced,"Native, born in United States",Fair,70,320,45.9,11th grade,Eleventh grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,60,0,0,120,0,540,0,0,690,0,0,20,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Fair,5.5-6 feet,>300,Some High School,,0,120,600,690,0,0,30
+,2022,2.02206E+13,3680,South,Mississippi,200000,"House, apartment, flat",1,1,5407615,34,Male,White only,Married - spouse present,"Native, born in United States",NIU (Not in universe),,9999,999,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,0,0,495,0,0,135,0,0,0,0,650,"$150,000 and over",Millennials (23-38),White only,"Other (Refused, Dont know, NIU)",,>300,Master's or Doctoral Degree,,650,0,555,135,0,0,0
+,2022,2.02206E+13,3681,Midwest,Wisconsin,27500,"House, apartment, flat",1,1,6531322,79,Female,White only,Widowed,"Native, born in United States",Very good,65,175,29.1,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,645,0,535,0,0,230,0,0,0,0,0,"$10,000 - $30,000",Silent (74-91),White only,Very good,5-5.5 feet,160-180,Master's or Doctoral Degree,,0,645,565,230,0,0,0
+,2022,2.02206E+13,3682,West,Washington,45000,"House, apartment, flat",1,1,3783226,62,Female,White only,Married - spouse present,"Native, born in United States",Very good,67,145,22.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,150,60,0,0,295,0,630,0,0,180,75,0,50,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Very good,5.5-6 feet,140-160,Bachelor's Degree,,0,295,690,255,0,0,200
+,2022,2.02206E+13,3683,Northeast,Pennsylvania,125000,"House, apartment, flat",1,1,7943303,45,Male,Asian only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Very good,70,156,22.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,410,0,575,0,25,390,10,0,0,0,0,"$100,000 - $150,000",Generation X (39-54),Asian only,Very good,5.5-6 feet,140-160,Bachelor's Degree,,0,410,605,425,0,0,0
+,2022,2.02206E+13,3684,Midwest,Iowa,67500,"House, apartment, flat",1,1,4247207,41,Male,White only,Married - spouse present,"Native, born in United States",Good,66,270,43.6,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,90,0,495,0,0,190,0,0,55,0,580,"$50,000 - $75,000",Generation X (39-54),White only,Good,5.5-6 feet,200-300,Graduated High School,,580,90,525,190,0,0,55
+,2022,2.02206E+13,3685,West,Oregon,87500,"House, apartment, flat",1,1,2492056,76,Male,White only,Married - spouse present,"Native, born in United States",Good,72,270,36.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,414,0,120,0,0,6,0,525,0,0,375,0,0,0,0,0,"$75,000 - $100,000",Silent (74-91),White only,Good,6-6.5 feet,200-300,Bachelor's Degree,,0,6,645,375,0,0,414
+,2022,2.02206E+13,3686,West,California,125000,"House, apartment, flat",1,1,16791296,27,Female,White-American Indian,Married - spouse present,"Native, born in United States",Fair,64,160,27.5,High school graduate - diploma,Twelfth grade,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,1,10,0,0,0,0,480,0,0,813,0,120,16,0,0,"$100,000 - $150,000",Millennials (23-38),Mixed,Fair,5-5.5 feet,160-180,Graduated High School,,0,0,490,813,0,0,137
+,2022,2.02206E+13,3687,Northeast,New Jersey,55000,"House, apartment, flat",1,1,5353639,41,Male,White only,Never married,"Native, born in United States",Good,67,244,38.2,Associate degree - academic program,College--two years,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,50,60,0,0,366,0,510,0,0,345,0,0,109,0,0,"$50,000 - $75,000",Generation X (39-54),White only,Good,5.5-6 feet,200-300,Associate Degree,,0,366,570,345,0,0,159
+,2022,2.02206E+13,3688,South,South Carolina,45000,"House, apartment, flat",1,1,6364546,68,Male,White only,Widowed,"Native, born in United States",Very good,71,230,32.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,5,80,0,0,185,0,476,0,0,430,0,0,105,90,0,"$30,000 - $50,000",Boomers (55-73),White only,Very good,5.5-6 feet,200-300,Bachelor's Degree,,0,185,556,430,0,90,110
+,2022,2.02206E+13,3689,West,California,200000,"House, apartment, flat",1,1,3980865,44,Male,White only,Married - spouse present,"Native, born in United States",Good,71,190,26.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,290,0,0,30,0,0,495,0,510,0,0,115,0,0,0,0,0,"$150,000 and over",Generation X (39-54),White only,Good,5.5-6 feet,180-200,Bachelor's Degree,,0,495,540,115,0,0,290
+,2022,2.02206E+13,3690,South,Virginia,45000,"House, apartment, flat",1,1,8822912,37,Female,White only,Married - spouse present,"Native, born in United States",Very good,66,175,28.2,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,5,0,30,165,0,0,90,0,525,0,0,150,0,0,25,0,450,"$30,000 - $50,000",Millennials (23-38),White only,Very good,5.5-6 feet,160-180,Master's or Doctoral Degree,,450,90,690,150,0,0,60
+,2022,2.02206E+13,3691,South,Texas,55000,"House, apartment, flat",1,1,5734761,79,Male,White only,Married - spouse present,"Native, born in United States",Very good,67,191,29.9,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,50,0,0,180,0,515,0,0,192,245,0,258,0,0,"$50,000 - $75,000",Silent (74-91),White only,Very good,5.5-6 feet,180-200,Graduated High School,,0,180,565,437,0,0,258
+,2022,2.02206E+13,3692,Midwest,Illinois,125000,"House, apartment, flat",1,1,9160574,43,Female,White-Asian,Married - spouse present,"Native, born in United States",Excellent,61,130,24.6,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,180,0,810,0,0,345,0,0,0,0,60,"$100,000 - $150,000",Generation X (39-54),Mixed,Excellent,5-5.5 feet,120-140,Graduated High School,,60,180,855,345,0,0,0
+,2022,2.02206E+13,3693,South,Tennessee,200000,"House, apartment, flat",1,1,4573540,57,Male,White only,Married - spouse present,"Native, born in United States",Very good,71,191,26.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,0,0,180,0,0,0,0,0,1260,0,0,"$150,000 and over",Boomers (55-73),White only,Very good,5.5-6 feet,180-200,Bachelor's Degree,,0,0,180,0,0,0,1260
+,2022,2.02206E+13,3694,West,Oregon,45000,"House, apartment, flat",1,1,7778738,29,Female,White only,Married - spouse present,"Native, born in United States",Good,71,9994,998,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,360,95,0,0,25,0,540,0,0,169,0,0,251,0,0,"$30,000 - $50,000",Millennials (23-38),White only,Good,5.5-6 feet,>300,Bachelor's Degree,,0,25,635,169,0,0,611
+,2022,2.02206E+13,3695,South,Tennessee,200000,"House, apartment, flat",1,1,5595405,32,Female,White only,Married - spouse present,"Native, born in United States",Very good,63,155,27.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,160,0,0,90,0,0,315,0,480,0,0,250,0,30,15,0,60,"$150,000 and over",Millennials (23-38),White only,Very good,5-5.5 feet,140-160,Bachelor's Degree,,60,315,570,250,0,0,205
+,2022,2.02206E+13,3696,Northeast,New Jersey,125000,"House, apartment, flat",1,1,20341598,43,Female,White only,Married - spouse present,"Native, born in United States",NIU (Not in universe),,9999,999,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,247,0,0,105,0,0,120,0,520,0,0,178,30,0,30,0,180,"$100,000 - $150,000",Generation X (39-54),White only,"Other (Refused, Dont know, NIU)",,>300,Bachelor's Degree,,180,120,625,208,0,0,277
+,2022,2.02206E+13,3697,Northeast,Pennsylvania,27500,"House, apartment, flat",1,1,2935329,61,Female,White only,Divorced,"Native, born in United States",Fair,62,98,17.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,Has difficulty remembering,0,0,0,75,0,0,190,0,800,0,0,375,0,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Fair,5-5.5 feet,<100,Bachelor's Degree,,0,190,875,375,0,0,0
+,2022,2.02206E+13,3698,South,Texas,37500,"House, apartment, flat",1,1,3910372,85,Male,White only,Widowed,"Native, born in United States",Good,68,150,22.8,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,0,0,660,0,70,570,0,0,50,0,0,"$30,000 - $50,000",Silent (74-91),White only,Good,5.5-6 feet,140-160,Some College,,0,0,750,640,0,0,50
+,2022,2.02206E+13,3699,South,Texas,17500,"House, apartment, flat",1,1,12884113,35,Male,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Good,67,230,36,12th grade - no diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,171,210,0,0,120,0,554,0,0,297,52,0,36,0,0,"$10,000 - $30,000",Millennials (23-38),White only,Good,5.5-6 feet,200-300,Some High School,,0,120,764,349,0,0,207
+,2022,2.02206E+13,3700,West,California,67500,"House, apartment, flat",1,1,9054228,44,Male,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Very good,71,200,27.9,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,125,60,0,0,0,0,810,0,0,440,0,0,5,0,0,"$50,000 - $75,000",Generation X (39-54),White only,Very good,5.5-6 feet,200-300,Graduated High School,,0,0,870,440,0,0,130
+,2022,2.02206E+13,3701,Midwest,Minnesota,125000,"House, apartment, flat",1,1,5811627,40,Male,White only,Married - spouse present,"Native, born in United States",Very good,72,260,35.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,105,0,0,90,0,570,0,0,70,0,0,40,0,530,"$100,000 - $150,000",Generation X (39-54),White only,Very good,6-6.5 feet,200-300,Bachelor's Degree,,530,90,675,70,0,0,40
+,2022,2.02206E+13,3702,West,Arizona,200000,"House, apartment, flat",1,1,6215267,44,Female,"American Indian, Alaskan Native",Married - spouse present,"Foreign born, not a U.S. citizen",NIU (Not in universe),,9999,999,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,5,0,195,90,0,0,345,0,645,0,0,25,20,0,70,0,0,"$150,000 and over",Generation X (39-54),"American Indian, Alaskan Native","Other (Refused, Dont know, NIU)",,>300,Master's or Doctoral Degree,,0,345,735,45,0,0,270
+,2022,2.02206E+13,3703,South,Kentucky,67500,"House, apartment, flat",1,1,49606232,16,Male,White only,Never married,"Native, born in United States",Good,56,130,29.1,9th grade,Ninth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,Has difficulty remembering,0,0,0,30,240,0,0,0,600,0,0,300,0,0,30,0,240,"$50,000 - $75,000",Generation Z (7-22),White only,Good,0-5 feet,120-140,Some High School,,240,0,630,300,240,0,30
+,2022,2.02206E+13,3704,Midwest,Ohio,22500,"House, apartment, flat",1,1,7648878,63,Male,White only,Never married,"Native, born in United States",Good,71,185,25.8,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,35,0,0,140,0,625,0,0,550,45,15,30,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Good,5.5-6 feet,180-200,Graduated High School,,0,140,660,595,0,0,45
+,2022,2.02206E+13,3705,Northeast,New Jersey,200000,"House, apartment, flat",1,1,13164765,62,Male,White only,Married - spouse present,"Native, born in United States",Very good,70,215,30.8,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,150,0,0,0,0,410,0,0,0,0,0,160,0,720,"$150,000 and over",Boomers (55-73),White only,Very good,5.5-6 feet,200-300,Master's or Doctoral Degree,,720,0,560,0,0,0,160
+,2022,2.02206E+13,3706,West,Colorado,87500,"House, apartment, flat",1,1,7557235,70,Female,White only,Married - spouse present,"Native, born in United States",Poor,63,9996,998,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,15,20,0,0,30,0,470,0,160,700,0,0,45,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Poor,5-5.5 feet,>300,Graduated High School,,0,30,490,860,0,0,60
+,2022,2.02206E+13,3707,West,California,67500,"House, apartment, flat",1,1,8035110,69,Female,White only,Married - spouse present,"Native, born in United States",Good,62,194,35.5,Some college but no degree,Twelfth grade,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,100,0,0,356,0,739,0,0,230,0,0,0,0,15,"$50,000 - $75,000",Boomers (55-73),White only,Good,5-5.5 feet,180-200,Some College,,15,356,839,230,0,0,0
+,2022,2.02206E+13,3708,West,Arizona,37500,Mobile home or trailer with no permanent room added,1,1,16018316,52,Male,White only,Married - spouse present,"Native, born in United States",Fair,68,155,23.6,Associate degree - occupational vocational,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,50,0,0,160,0,485,0,0,725,0,0,10,0,0,"$30,000 - $50,000",Generation X (39-54),White only,Fair,5.5-6 feet,140-160,Associate Degree,,0,160,535,725,0,0,20
+,2022,2.02206E+13,3709,Northeast,Pennsylvania,67500,"House, apartment, flat",1,1,6463123,39,Female,White only,Married - spouse present,"Native, born in United States",Fair,63,125,22.1,Associate degree - academic program,College--two years,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,479,0,45,10,0,0,60,0,825,0,0,0,0,0,21,0,0,"$50,000 - $75,000",Generation X (39-54),White only,Fair,5-5.5 feet,120-140,Associate Degree,,0,60,835,0,0,0,545
+,2022,2.02206E+13,3710,West,Oregon,11250,"House, apartment, flat",1,1,5640568,66,Female,"American Indian, Alaskan Native",Married - spouse present,"Native, born in United States",Good,65,155,25.8,Some college but no degree,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,63,210,40,0,0,215,0,712,0,0,120,0,0,80,0,0,"$10,000 - $30,000",Boomers (55-73),"American Indian, Alaskan Native",Good,5-5.5 feet,140-160,Some College,,0,215,752,120,0,0,353
+,2022,2.02206E+13,3711,Northeast,Pennsylvania,125000,"House, apartment, flat",1,1,26903513,43,Female,White only,Married - spouse present,"Native, born in United States",Good,65,225,37.4,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,197,0,15,125,0,0,35,0,520,0,0,135,0,0,65,0,270,"$100,000 - $150,000",Generation X (39-54),White only,Good,5-5.5 feet,200-300,Associate Degree,,270,35,645,135,0,0,277
+,2022,2.02206E+13,3712,South,South Carolina,67500,"House, apartment, flat",1,1,3105560,73,Female,White only,Widowed,"Native, born in United States",Very good,68,145,22,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,150,0,175,0,0,100,0,525,0,0,480,0,0,10,0,0,"$50,000 - $75,000",Silent (74-91),White only,Very good,5.5-6 feet,140-160,Master's or Doctoral Degree,,0,100,700,480,0,0,160
+,2022,2.02206E+13,3713,South,South Carolina,125000,"House, apartment, flat",1,1,5444028,50,Female,Asian only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Good,59,121,24.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,15,0,62,91,0,0,45,0,865,0,0,70,0,2,80,0,210,"$100,000 - $150,000",Generation X (39-54),Asian only,Good,0-5 feet,120-140,Bachelor's Degree,,210,45,956,70,0,0,159
+,2022,2.02206E+13,3714,South,Virginia,87500,"House, apartment, flat",1,1,27099782,42,Female,White only,Married - spouse present,"Native, born in United States",Very good,68,300,45.6,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,25,0,0,0,0,440,0,0,180,0,0,0,0,795,"$75,000 - $100,000",Generation X (39-54),White only,Very good,5.5-6 feet,>300,Associate Degree,,795,0,465,180,0,0,0
+,2022,2.02206E+13,3715,South,Georgia,13750,"House, apartment, flat",1,1,21536114,23,Female,White only,Never married,"Foreign born, not a U.S. citizen",Very good,60,110,21.5,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,10,0,30,45,0,0,210,0,790,0,195,60,0,0,100,0,0,"$10,000 - $30,000",Millennials (23-38),White only,Very good,5-5.5 feet,100-120,Graduated High School,,0,210,835,255,0,0,140
+,2022,2.02206E+13,3716,South,Delaware,55000,"House, apartment, flat",1,1,13652094,42,Female,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Very good,62,128,23.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,335,0,0,130,0,0,245,0,525,0,0,130,75,0,0,0,0,"$50,000 - $75,000",Generation X (39-54),White only,Very good,5-5.5 feet,120-140,Bachelor's Degree,,0,245,655,205,0,0,335
+,2022,2.02206E+13,3717,West,California,32500,"House, apartment, flat",1,1,13114374,66,Female,White only,Widowed,"Native, born in United States",Good,63,130,23,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,15,0,640,0,0,730,0,0,10,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Good,5-5.5 feet,120-140,Graduated High School,,0,15,685,730,0,0,10
+,2022,2.02206E+13,3718,West,California,125000,"House, apartment, flat",1,1,13343195,41,Female,White only,Never married,"Native, born in United States",NIU (Not in universe),,9999,999,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,30,0,20,0,0,0,10,0,590,0,0,0,0,0,35,0,755,"$100,000 - $150,000",Generation X (39-54),White only,"Other (Refused, Dont know, NIU)",,>300,Graduated High School,,755,10,590,0,0,0,85
+,2022,2.02206E+13,3719,West,California,200000,"House, apartment, flat",1,1,11447371,62,Male,Asian only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Fair,64,160,27.5,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,0,0,705,0,420,0,0,240,0,0,0,0,0,"$150,000 and over",Boomers (55-73),Asian only,Fair,5-5.5 feet,160-180,Some College,,0,705,495,240,0,0,0
+,2022,2.02206E+13,3720,Northeast,New York,67500,"House, apartment, flat",1,1,10490698,56,Female,White only,Never married,"Native, born in United States",Good,67,216,33.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,180,2,60,0,0,30,0,738,0,0,330,0,30,70,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Bachelor's Degree,,0,30,798,330,0,0,282
+,2022,2.02206E+13,3721,Midwest,Kansas,27500,"House, apartment, flat",1,1,5224287,73,Female,White only,Married - spouse present,"Native, born in United States",Good,65,160,26.6,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,40,0,0,30,0,660,0,0,710,0,0,0,0,0,"$10,000 - $30,000",Silent (74-91),White only,Good,5-5.5 feet,160-180,Graduated High School,,0,30,700,710,0,0,0
+,2022,2.02206E+13,3722,Northeast,New York,22500,"House, apartment, flat",1,1,3723685,68,Male,White only,Never married,"Native, born in United States",Very good,68,210,31.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,165,0,0,420,0,645,0,0,180,10,0,20,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Very good,5.5-6 feet,200-300,Bachelor's Degree,,0,420,810,190,0,0,20
+,2022,2.02206E+13,3723,South,Texas,45000,"House, apartment, flat",1,1,7160179,45,Male,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Fair,68,200,30.4,Some college but no degree,College--three years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,70,0,0,60,0,640,0,0,60,40,0,82,0,428,"$30,000 - $50,000",Generation X (39-54),White only,Fair,5.5-6 feet,200-300,Some College,,428,60,710,100,0,0,142
+,2022,2.02206E+13,3724,West,Utah,87500,"House, apartment, flat",1,1,5192803,52,Male,White only,Married - spouse present,"Native, born in United States",Very good,69,200,29.5,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,5,0,15,100,0,0,65,0,480,0,0,445,0,0,330,0,0,"$75,000 - $100,000",Generation X (39-54),White only,Very good,5.5-6 feet,200-300,Associate Degree,,0,65,580,445,0,0,350
+,2022,2.02206E+13,3725,South,Florida,125000,"House, apartment, flat",1,1,2116462,55,Female,White only,Divorced,"Foreign born, U.S. citizen by naturalization",Good,61,135,25.5,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,20,0,0,100,0,210,0,0,0,0,0,0,0,1110,"$100,000 - $150,000",Boomers (55-73),White only,Good,5-5.5 feet,120-140,Master's or Doctoral Degree,,1110,100,230,0,0,0,0
+,2022,2.02206E+13,3726,South,Texas,200000,"House, apartment, flat",1,1,20743529,39,Male,White only,Never married,"Native, born in United States",NIU (Not in universe),,9999,999,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,65,0,0,75,0,555,0,355,210,0,0,60,0,0,"$150,000 and over",Generation X (39-54),White only,"Other (Refused, Dont know, NIU)",,>300,Bachelor's Degree,,0,75,620,565,0,0,60
+,2022,2.02206E+13,3727,West,New Mexico,45000,"House, apartment, flat",1,1,10919785,48,Female,White only,Divorced,"Native, born in United States",NIU (Not in universe),,9999,999,High school graduate - diploma,Twelfth grade,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,0,0,456,0,0,20,0,0,44,0,890,"$30,000 - $50,000",Generation X (39-54),White only,"Other (Refused, Dont know, NIU)",,>300,Graduated High School,,890,0,486,20,0,0,44
+,2022,2.02206E+13,3728,Northeast,Massachusetts,200000,"House, apartment, flat",1,1,5049947,51,Male,Asian only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Very good,71,180,25.1,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,30,5,45,75,0,0,160,0,585,0,0,350,0,0,190,0,0,"$150,000 and over",Generation X (39-54),Asian only,Very good,5.5-6 feet,180-200,Master's or Doctoral Degree,,0,160,660,350,0,0,270
+,2022,2.02206E+13,3729,South,North Carolina,87500,"House, apartment, flat",1,1,2864175,77,Male,White only,Widowed,"Native, born in United States",Fair,70,180,25.8,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,3,45,0,0,240,0,600,0,0,462,0,0,90,0,0,"$75,000 - $100,000",Silent (74-91),White only,Fair,5.5-6 feet,180-200,Associate Degree,,0,240,645,462,0,0,93
+,2022,2.02206E+13,3730,Midwest,Nebraska,125000,"House, apartment, flat",1,1,8645191,34,Male,White only,Never married,"Native, born in United States",Very good,71,240,33.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,2,45,0,0,35,0,598,0,0,230,60,30,60,0,380,"$100,000 - $150,000",Millennials (23-38),White only,Very good,5.5-6 feet,200-300,Bachelor's Degree,,380,35,643,290,0,0,92
+,2022,2.02206E+13,3731,West,California,6250,"House, apartment, flat",1,1,6502926,43,Female,White only,Married - spouse present,"Native, born in United States",Good,71,210,29.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,150,0,0,0,0,660,0,0,240,0,0,10,0,370,"Less than $10,000",Generation X (39-54),White only,Good,5.5-6 feet,200-300,Bachelor's Degree,,370,0,810,240,0,0,20
+,2022,2.02206E+13,3732,Northeast,Connecticut,67500,"House, apartment, flat",1,1,10317595,32,Male,White only,Married - spouse absent,"Foreign born, not a U.S. citizen",Good,66,143,23.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,45,76,0,0,2,0,535,0,0,212,0,55,65,0,450,"$50,000 - $75,000",Millennials (23-38),White only,Good,5.5-6 feet,140-160,Bachelor's Degree,,450,2,611,212,0,0,165
+,2022,2.02206E+13,3733,Midwest,Wisconsin,125000,"House, apartment, flat",1,1,14738991,29,Male,White only,Never married,"Native, born in United States",Good,69,201,29.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,5,30,0,0,10,0,520,0,0,178,0,0,41,0,656,"$100,000 - $150,000",Millennials (23-38),White only,Good,5.5-6 feet,200-300,Bachelor's Degree,,656,10,550,178,0,0,46
+,2022,2.02206E+13,3734,West,Colorado,45000,"House, apartment, flat",1,1,55612891,16,Female,White only,Never married,"Native, born in United States",Good,67,9997,998,9th grade,Ninth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,5,0,0,70,0,0,228,0,710,0,0,273,0,127,27,0,0,"$30,000 - $50,000",Generation Z (7-22),White only,Good,5.5-6 feet,>300,Some High School,,0,228,780,273,0,0,159
+,2022,2.02206E+13,3735,South,Arkansas,87500,"House, apartment, flat",1,1,11507666,61,Female,White only,Married - spouse present,"Native, born in United States",Very good,65,150,25,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,18,0,53,45,60,0,288,25,565,0,69,105,0,0,207,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Very good,5-5.5 feet,140-160,Master's or Doctoral Degree,,0,313,610,174,60,0,278
+,2022,2.02206E+13,3736,Midwest,Missouri,67500,"House, apartment, flat",1,1,35725876,19,Female,White only,Never married,"Native, born in United States",Very good,66,155,25,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,0,0,560,0,45,240,90,0,30,0,445,"$50,000 - $75,000",Generation Z (7-22),White only,Very good,5.5-6 feet,140-160,Graduated High School,,445,0,590,375,0,0,30
+,2022,2.02206E+13,3737,South,Texas,200000,"House, apartment, flat",1,1,13491776,39,Female,White only,Married - spouse present,"Native, born in United States",Good,66,154,24.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,67,0,0,45,0,0,134,0,540,0,0,55,0,0,37,0,517,"$150,000 and over",Generation X (39-54),White only,Good,5.5-6 feet,140-160,Bachelor's Degree,,517,134,585,55,0,0,104
+,2022,2.02206E+13,3738,South,West Virginia,32500,"House, apartment, flat",1,1,2732601,71,Female,White only,Married - spouse present,"Native, born in United States",NIU (Not in universe),,9999,999,Associate degree - occupational vocational,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,35,0,0,80,0,600,0,0,725,0,0,0,0,0,"$30,000 - $50,000",Boomers (55-73),White only,"Other (Refused, Dont know, NIU)",,>300,Associate Degree,,0,80,635,725,0,0,0
+,2022,2.02206E+13,3739,Midwest,Wisconsin,200000,"House, apartment, flat",1,1,13110725,55,Female,White only,Married - spouse present,"Native, born in United States",Excellent,65,155,25.8,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,240,0,85,0,0,150,0,505,0,0,100,45,0,315,0,0,"$150,000 and over",Boomers (55-73),White only,Excellent,5-5.5 feet,140-160,Master's or Doctoral Degree,,0,150,590,145,0,0,555
+,2022,2.02206E+13,3740,South,Georgia,55000,"House, apartment, flat",1,1,18603002,20,Male,Black only,Never married,"Native, born in United States",Very good,69,198,29.2,High school graduate - diploma,Twelfth grade,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,90,0,20,70,0,0,120,0,730,0,0,210,0,0,80,0,0,"$50,000 - $75,000",Generation Z (7-22),Black only,Very good,5.5-6 feet,180-200,Graduated High School,,0,120,800,210,0,0,190
+,2022,2.02206E+13,3741,South,West Virginia,45000,"House, apartment, flat",1,1,12824089,28,Female,White only,Never married,"Native, born in United States",Good,64,125,21.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,60,10,5,0,0,190,0,665,0,0,490,0,0,20,0,0,"$30,000 - $50,000",Millennials (23-38),White only,Good,5-5.5 feet,120-140,Bachelor's Degree,,0,190,670,490,0,0,90
+,2022,2.02206E+13,3742,West,California,87500,"House, apartment, flat",1,1,15230546,76,Female,White only,Married - spouse present,"Native, born in United States",Very good,60,145,28.3,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,15,0,0,30,0,0,640,0,435,0,0,320,0,0,0,0,0,"$75,000 - $100,000",Silent (74-91),White only,Very good,5-5.5 feet,140-160,Graduated High School,,0,640,465,320,0,0,15
+,2022,2.02206E+13,3743,South,Georgia,27500,"House, apartment, flat",1,1,2792074,44,Male,Black only,Divorced,"Native, born in United States",Good,68,240,36.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,30,0,0,2,0,483,0,20,225,0,20,55,0,595,"$10,000 - $30,000",Generation X (39-54),Black only,Good,5.5-6 feet,200-300,Bachelor's Degree,,595,2,513,245,0,0,85
+,2022,2.02206E+13,3744,West,California,67500,"House, apartment, flat",1,1,2896776,76,Female,White only,Divorced,"Native, born in United States",Good,62,146,26.7,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,210,0,900,0,0,330,0,0,0,0,0,"$50,000 - $75,000",Silent (74-91),White only,Good,5-5.5 feet,140-160,Some College,,0,210,900,330,0,0,0
+,2022,2.02206E+13,3745,South,Texas,87500,"House, apartment, flat",1,1,7771923,51,Female,White only,Married - spouse present,"Native, born abroad of American parent or parents",Very good,70,250,35.9,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,50,0,0,40,0,660,0,0,690,0,0,0,0,0,"$75,000 - $100,000",Generation X (39-54),White only,Very good,5.5-6 feet,200-300,Master's or Doctoral Degree,,0,40,710,690,0,0,0
+,2022,2.02206E+13,3746,Midwest,Ohio,125000,"House, apartment, flat",1,1,8647085,47,Male,White only,Married - spouse present,"Native, born in United States",Very good,72,215,29.2,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,150,0,0,540,0,600,0,0,0,0,0,0,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Very good,6-6.5 feet,200-300,Graduated High School,,0,540,750,0,0,0,0
+,2022,2.02206E+13,3747,Midwest,Michigan,87500,"House, apartment, flat",1,1,36407008,18,Female,White only,Never married,"Native, born in United States",Excellent,63,130,23,Some college but no degree,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,115,0,0,15,0,465,0,0,300,0,0,40,0,465,"$75,000 - $100,000",Generation Z (7-22),White only,Excellent,5-5.5 feet,120-140,Some College,,465,15,580,300,0,0,50
+,2022,2.02206E+13,3748,West,California,6250,"House, apartment, flat",1,1,3755449,27,Female,White only,Never married,"Native, born in United States",Very good,63,157,27.8,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,360,0,0,45,0,0,0,0,720,0,0,315,0,0,0,0,0,"Less than $10,000",Millennials (23-38),White only,Very good,5-5.5 feet,140-160,Graduated High School,,0,0,765,315,0,0,360
+,2022,2.02206E+13,3749,South,Tennessee,67500,"House, apartment, flat",1,1,6467622,41,Female,White only,Married - spouse present,"Native, born in United States",Very good,67,230,36,High school graduate - diploma,Twelfth grade,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,0,0,195,0,0,540,270,0,435,0,0,"$50,000 - $75,000",Generation X (39-54),White only,Very good,5.5-6 feet,200-300,Graduated High School,,0,0,195,810,0,0,435
+,2022,2.02206E+13,3750,West,California,200000,"House, apartment, flat",1,1,10121058,37,Male,Asian only,Married - spouse present,"Foreign born, not a U.S. citizen",Good,66,216,34.9,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,20,0,0,130,0,0,70,0,700,0,0,390,0,0,40,0,0,"$150,000 and over",Millennials (23-38),Asian only,Good,5.5-6 feet,200-300,Master's or Doctoral Degree,,0,70,830,390,0,0,60
+,2022,2.02206E+13,3751,South,Georgia,13750,"House, apartment, flat",1,1,4704333,80,Female,Black only,Widowed,"Native, born in United States",NIU (Not in universe),,9999,999,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,40,0,0,405,0,630,0,10,190,10,0,0,0,0,"$10,000 - $30,000",Silent (74-91),Black only,"Other (Refused, Dont know, NIU)",,>300,Graduated High School,,0,405,670,210,0,0,0
+,2022,2.02206E+13,3752,Midwest,Michigan,87500,"House, apartment, flat",1,1,21997353,50,Male,Asian only,Married - spouse present,"Native, born in United States",Excellent,67,165,25.8,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,18,0,30,30,0,0,170,0,456,0,55,90,0,25,90,0,476,"$75,000 - $100,000",Generation X (39-54),Asian only,Excellent,5.5-6 feet,160-180,Master's or Doctoral Degree,,476,170,486,145,0,0,163
+,2022,2.02206E+13,3753,West,Oregon,45000,"House, apartment, flat",1,1,4467696,67,Male,"American Indian, Alaskan Native",Married - spouse present,"Native, born in United States",Good,69,285,42.1,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,0,0,540,0,0,855,0,0,0,0,0,"$30,000 - $50,000",Boomers (55-73),"American Indian, Alaskan Native",Good,5.5-6 feet,200-300,Graduated High School,,0,0,585,855,0,0,0
+,2022,2.02206E+13,3754,South,Texas,45000,"House, apartment, flat",1,1,4096135,80,Male,White only,Married - spouse present,"Native, born in United States",Good,68,215,32.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,90,0,1050,0,0,210,0,0,0,0,0,"$30,000 - $50,000",Silent (74-91),White only,Good,5.5-6 feet,200-300,Bachelor's Degree,,0,90,1140,210,0,0,0
+,2022,2.02206E+13,3755,South,Tennessee,45000,"House, apartment, flat",1,1,19344362,39,Female,Black only,Never married,"Native, born in United States",Good,61,152,28.7,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,10,0,0,80,120,715,0,0,370,0,0,85,0,0,"$30,000 - $50,000",Generation X (39-54),Black only,Good,5-5.5 feet,140-160,Master's or Doctoral Degree,,0,200,725,370,0,0,145
+,2022,2.02206E+13,3756,Midwest,Ohio,45000,"House, apartment, flat",1,1,28276536,17,Male,White only,Never married,"Native, born in United States",NIU (Not in universe),,9999,999,10th grade,Tenth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,50,0,0,0,0,610,0,0,150,120,0,25,0,485,"$30,000 - $50,000",Generation Z (7-22),White only,"Other (Refused, Dont know, NIU)",,>300,Some High School,,485,0,660,270,0,0,25
+,2022,2.02206E+13,3757,Northeast,Pennsylvania,22500,"House, apartment, flat",1,1,25189789,51,Female,White only,Divorced,"Native, born in United States",Good,65,185,30.8,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,0,0,0,0,540,0,0,205,0,120,40,0,460,"$10,000 - $30,000",Generation X (39-54),White only,Good,5-5.5 feet,180-200,Graduated High School,,460,0,615,205,0,0,160
+,2022,2.02206E+13,3758,South,Oklahoma,200000,"House, apartment, flat",1,1,5107745,57,Female,White only,Married - spouse present,"Native, born in United States",Good,67,210,32.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,60,0,0,90,0,540,0,0,360,0,0,55,0,275,"$150,000 and over",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Bachelor's Degree,,275,90,600,360,0,0,115
+,2022,2.02206E+13,3759,South,Louisiana,32500,"House, apartment, flat",1,1,9445724,85,Female,White only,Married - spouse present,"Native, born in United States",Very good,60,131,25.6,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,10,0,0,2,0,1427,0,0,0,0,0,0,0,1,"$30,000 - $50,000",Silent (74-91),White only,Very good,5-5.5 feet,120-140,Graduated High School,,1,2,1437,0,0,0,0
+,2022,2.02206E+13,3760,Midwest,Iowa,32500,"House, apartment, flat",1,1,6855890,70,Female,White only,Widowed,"Native, born in United States",Excellent,63,170,30.1,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,415,0,525,0,0,440,0,0,0,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Excellent,5-5.5 feet,160-180,Graduated High School,,0,415,585,440,0,0,0
+,2022,2.02206E+13,3761,South,South Carolina,55000,"House, apartment, flat",1,1,22799294,28,Male,White only,Never married,"Native, born in United States",Very good,75,280,35,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,53,20,0,0,0,465,0,0,389,20,0,13,0,480,"$50,000 - $75,000",Millennials (23-38),White only,Very good,6-6.5 feet,200-300,Some College,,480,0,518,409,20,0,13
+,2022,2.02206E+13,3762,South,Arkansas,22500,"House, apartment, flat",1,1,3645488,65,Male,White only,Divorced,"Native, born in United States",Fair,68,185,28.1,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,150,0,0,10,0,765,0,0,255,0,0,170,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Fair,5.5-6 feet,180-200,Graduated High School,,0,10,915,255,0,0,200
+,2022,2.02206E+13,3763,South,Arkansas,32500,"House, apartment, flat",1,1,8362943,85,Female,Black only,Widowed,"Native, born in United States",Fair,69,194,28.6,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,115,0,0,35,0,765,25,0,360,0,0,80,0,0,"$30,000 - $50,000",Silent (74-91),Black only,Fair,5.5-6 feet,180-200,Graduated High School,,0,35,905,360,0,0,140
+,2022,2.02206E+13,3764,South,Mississippi,8750,"House, apartment, flat",1,1,7836517,58,Female,Black only,Never married,"Native, born in United States",Fair,69,324,47.8,Associate degree - academic program,College--three years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,225,0,1085,0,0,85,0,0,0,0,0,"Less than $10,000",Boomers (55-73),Black only,Fair,5.5-6 feet,>300,Associate Degree,,0,225,1130,85,0,0,0
+,2022,2.02206E+13,3765,South,Virginia,67500,"House, apartment, flat",1,1,12408285,36,Male,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Very good,68,148,22.5,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,90,0,0,60,0,630,0,0,430,30,30,110,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Very good,5.5-6 feet,140-160,Master's or Doctoral Degree,,0,60,720,460,0,0,200
+,2022,2.02206E+13,3766,West,Wyoming,67500,"House, apartment, flat",1,1,13559731,25,Female,White only,Married - spouse present,"Native, born in United States",Excellent,64,160,27.5,Associate degree - academic program,College--two years,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,190,30,0,110,0,0,310,0,540,0,0,240,0,0,20,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Excellent,5-5.5 feet,160-180,Associate Degree,,0,310,650,240,0,0,240
+,2022,2.02206E+13,3767,West,California,125000,"House, apartment, flat",1,1,29550848,39,Male,White only,Never married,"Native, born in United States",Good,73,240,31.7,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Employed - at work,No,No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,60,0,480,0,0,701,75,0,4,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Good,6-6.5 feet,200-300,Master's or Doctoral Degree,,0,60,600,776,0,0,4
+,2022,2.02206E+13,3768,Northeast,New York,22500,"House, apartment, flat",1,1,4047894,80,Female,White only,Married - spouse present,"Native, born in United States",Very good,65,150,25,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,65,0,0,174,0,470,0,0,635,20,0,15,0,0,"$10,000 - $30,000",Silent (74-91),White only,Very good,5-5.5 feet,140-160,Master's or Doctoral Degree,,0,174,535,655,0,0,15
+,2022,2.02206E+13,3769,Northeast,New York,67500,"House, apartment, flat",1,1,36768028,47,Female,White only,Divorced,"Native, born in United States",Good,61,158,29.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,50,0,0,80,0,0,120,0,615,0,0,0,0,25,60,0,490,"$50,000 - $75,000",Generation X (39-54),White only,Good,5-5.5 feet,140-160,Bachelor's Degree,,490,120,695,0,0,0,135
+,2022,2.02206E+13,3770,South,Arkansas,125000,"House, apartment, flat",1,1,25900593,38,Female,White only,Married - spouse present,"Native, born in United States",Very good,69,175,25.8,Associate degree - occupational vocational,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,35,0,0,45,0,0,40,0,596,35,0,50,0,0,99,0,540,"$100,000 - $150,000",Generation X (39-54),White only,Very good,5.5-6 feet,160-180,Associate Degree,,540,40,676,50,0,0,134
+,2022,2.02206E+13,3771,South,Florida,45000,"House, apartment, flat",1,1,7359818,67,Female,White only,Divorced,"Native, born in United States",Good,63,143,25.3,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,40,0,0,71,0,540,0,0,359,0,0,110,0,260,"$30,000 - $50,000",Boomers (55-73),White only,Good,5-5.5 feet,140-160,Some College,,260,71,580,359,0,0,170
+,2022,2.02206E+13,3772,West,Washington,125000,"House, apartment, flat",1,1,7418603,41,Female,White only,Married - spouse present,"Native, born in United States",Excellent,66,160,25.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,30,0,40,90,0,0,30,0,540,0,0,80,0,0,630,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Excellent,5.5-6 feet,160-180,Bachelor's Degree,,0,30,630,80,0,0,700
+,2022,2.02206E+13,3773,Midwest,Michigan,55000,"House, apartment, flat",1,1,12066462,66,Female,White only,Married - spouse present,"Native, born in United States",Fair,60,240,46.9,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,No difficulty remembering,45,0,0,60,0,0,170,0,425,0,0,695,0,0,0,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Fair,5-5.5 feet,200-300,Graduated High School,,0,170,485,695,0,0,45
+,2022,2.02206E+13,3774,South,Oklahoma,13750,"House, apartment, flat",1,1,3175838,54,Female,White-American Indian,Married - spouse present,"Native, born in United States",Fair,71,9996,998,Associate degree - occupational vocational,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,195,150,0,0,360,0,510,0,0,144,0,0,81,0,0,"$10,000 - $30,000",Boomers (55-73),Mixed,Fair,5.5-6 feet,>300,Associate Degree,,0,360,660,144,0,0,276
+,2022,2.02206E+13,3775,West,Oregon,87500,"House, apartment, flat",1,1,4358838,72,Female,White only,Married - spouse present,"Native, born in United States",Good,64,200,34.3,11th grade,Eleventh grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,65,0,0,315,0,500,0,0,560,0,0,0,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Good,5-5.5 feet,200-300,Some High School,,0,315,565,560,0,0,0
+,2022,2.02206E+13,3776,South,Louisiana,200000,Mobile home or trailer with no permanent room added,1,1,11448392,52,Male,White only,Married - spouse present,"Native, born in United States",Good,71,251,35,Associate degree - occupational vocational,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,40,30,90,0,0,260,0,465,0,0,255,60,10,120,0,0,"$150,000 and over",Generation X (39-54),White only,Good,5.5-6 feet,200-300,Associate Degree,,0,260,555,315,0,0,200
+,2022,2.02206E+13,3777,Northeast,Connecticut,125000,"House, apartment, flat",1,1,8234652,31,Male,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Good,64,170,29.2,Some college but no degree,College--two years,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,340,0,660,0,0,410,0,0,0,0,0,"$100,000 - $150,000",Millennials (23-38),White only,Good,5-5.5 feet,160-180,Some College,,0,340,690,410,0,0,0
+,2022,2.02206E+13,3778,South,Tennessee,27500,"House, apartment, flat",1,1,5628942,24,Male,White only,Never married,"Native, born in United States",Very good,69,200,29.5,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,150,0,0,208,0,667,0,0,355,0,0,50,0,0,"$10,000 - $30,000",Millennials (23-38),White only,Very good,5.5-6 feet,200-300,Graduated High School,,0,208,817,355,0,0,60
+,2022,2.02206E+13,3779,Midwest,Indiana,32500,"House, apartment, flat",1,1,6451781,79,Male,White only,Divorced,"Native, born in United States",Very good,72,170,23.1,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,40,100,0,0,65,0,615,0,0,505,0,0,115,0,0,"$30,000 - $50,000",Silent (74-91),White only,Very good,6-6.5 feet,160-180,Some College,,0,65,715,505,0,0,155
+,2022,2.02206E+13,3780,South,Texas,55000,"House, apartment, flat",1,1,7278595,31,Female,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Good,62,138,25.2,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,130,0,0,160,0,0,390,0,690,0,0,70,0,0,0,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Good,5-5.5 feet,120-140,Some College,,0,390,850,70,0,0,130
+,2022,2.02206E+13,3781,West,New Mexico,27500,Mobile home or trailer with no permanent room added,1,1,3392836,85,Female,White only,Widowed,"Native, born in United States",Poor,57,140,30.3,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),Has vision difficulty,Has hearing difficulty,Has mobility limitation,Has physical difficulty,Has difficulty remembering,0,0,0,90,0,0,120,0,780,0,60,390,0,0,0,0,0,"$10,000 - $30,000",Silent (74-91),White only,Poor,0-5 feet,140-160,Some College,,0,120,870,450,0,0,0
+,2022,2.02206E+13,3782,West,California,200000,"House, apartment, flat",1,1,9621431,63,Female,Asian only,Married - spouse absent,"Foreign born, U.S. citizen by naturalization",Excellent,65,135,22.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,140,0,45,0,0,100,0,760,0,0,345,0,30,20,0,0,"$150,000 and over",Boomers (55-73),Asian only,Excellent,5-5.5 feet,120-140,Bachelor's Degree,,0,100,805,345,0,0,190
+,2022,2.02206E+13,3783,South,Arkansas,55000,"House, apartment, flat",1,1,24443909,19,Male,White only,Never married,"Native, born in United States",Very good,71,135,18.8,Some college but no degree,Twelfth grade,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,23,0,0,0,447,0,840,0,0,90,0,0,40,0,0,"$50,000 - $75,000",Generation Z (7-22),White only,Very good,5.5-6 feet,120-140,Some College,,0,447,840,90,0,0,63
+,2022,2.02206E+13,3784,West,Washington,200000,"House, apartment, flat",1,1,10495353,68,Male,White only,Divorced,"Native, born in United States",Very good,67,155,24.3,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,5,77,0,0,255,0,420,0,0,211,150,0,37,195,0,"$150,000 and over",Boomers (55-73),White only,Very good,5.5-6 feet,140-160,Master's or Doctoral Degree,,0,255,497,361,0,195,42
+,2022,2.02206E+13,3785,West,California,200000,"House, apartment, flat",1,1,14046474,26,Male,White only,Never married,"Native, born in United States",Very good,67,155,24.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,40,0,0,30,0,570,0,0,475,30,0,0,0,295,"$150,000 and over",Millennials (23-38),White only,Very good,5.5-6 feet,140-160,Bachelor's Degree,,295,30,610,505,0,0,0
+,2022,2.02206E+13,3786,Midwest,Wisconsin,27500,"House, apartment, flat",1,1,6598880,28,Male,White only,Never married,"Native, born in United States",Very good,74,180,23.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,165,0,525,0,0,135,180,0,225,0,90,"$10,000 - $30,000",Millennials (23-38),White only,Very good,6-6.5 feet,180-200,Bachelor's Degree,,90,165,645,315,0,0,225
+,2022,2.02206E+13,3787,Midwest,Wisconsin,87500,"House, apartment, flat",1,1,2718909,39,Female,White only,Divorced,"Native, born in United States",Good,64,9996,998,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,0,0,0,750,0,515,0,0,145,0,0,20,0,0,"$75,000 - $100,000",Generation X (39-54),White only,Good,5-5.5 feet,>300,Bachelor's Degree,,0,750,515,145,0,0,30
+,2022,2.02206E+13,3788,Northeast,Connecticut,87500,"House, apartment, flat",1,1,10145613,54,Male,White only,Never married,"Native, born in United States",Good,71,280,39,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,45,90,0,0,50,0,468,0,0,295,30,0,14,0,448,"$75,000 - $100,000",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Bachelor's Degree,,448,50,558,325,0,0,59
+,2022,2.02206E+13,3789,South,Georgia,55000,Mobile home or trailer with no permanent room added,1,1,4883487,37,Male,White only,Never married,"Native, born in United States",Good,72,287,38.9,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,180,0,0,180,0,900,0,0,180,0,0,0,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Good,6-6.5 feet,200-300,Associate Degree,,0,180,1080,180,0,0,0
+,2022,2.02206E+13,3790,Midwest,Illinois,67500,"House, apartment, flat",1,1,5740618,56,Female,White only,Never married,"Native, born in United States",Poor,62,180,32.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,150,0,0,0,0,660,0,0,240,360,0,30,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Poor,5-5.5 feet,180-200,Bachelor's Degree,,0,0,810,600,0,0,30
+,2022,2.02206E+13,3791,Midwest,Missouri,87500,"House, apartment, flat",1,1,11889738,16,Male,White only,Never married,"Native, born in United States",Excellent,67,180,28.2,10th grade,Tenth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,35,65,0,0,0,0,568,0,0,495,0,0,37,0,240,"$75,000 - $100,000",Generation Z (7-22),White only,Excellent,5.5-6 feet,180-200,Some High School,,240,0,633,495,0,0,72
+,2022,2.02206E+13,3792,West,California,13750,"House, apartment, flat",1,1,6039436,80,Female,White only,Divorced,"Native, born in United States",Good,68,125,19,Some college but no degree,College--four years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,Has difficulty remembering,0,0,0,30,0,0,112,0,851,0,220,164,0,63,0,0,0,"$10,000 - $30,000",Silent (74-91),White only,Good,5.5-6 feet,120-140,Some College,,0,112,881,384,0,0,63
+,2022,2.02206E+13,3793,Midwest,Michigan,45000,"House, apartment, flat",1,1,17726934,58,Female,Asian only,Divorced,"Foreign born, U.S. citizen by naturalization",Very good,61,124,23.4,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,90,0,500,0,0,265,60,0,30,0,465,"$30,000 - $50,000",Boomers (55-73),Asian only,Very good,5-5.5 feet,120-140,Graduated High School,,465,90,530,325,0,0,30
+,2022,2.02206E+13,3794,Northeast,Pennsylvania,37500,"House, apartment, flat",1,1,2491200,85,Female,White only,Never married,"Native, born in United States",Very good,60,121,23.6,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,280,0,490,0,0,503,35,72,0,0,0,"$30,000 - $50,000",Silent (74-91),White only,Very good,5-5.5 feet,120-140,Some College,,0,280,550,538,0,0,72
+,2022,2.02206E+13,3795,West,Nevada,125000,"House, apartment, flat",1,1,15094447,62,Male,White only,Married - spouse present,"Native, born in United States",Very good,72,215,29.2,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,20,0,570,0,0,250,0,0,20,0,490,"$100,000 - $150,000",Boomers (55-73),White only,Very good,6-6.5 feet,200-300,Graduated High School,,490,20,660,250,0,0,20
+,2022,2.02206E+13,3796,Midwest,Michigan,125000,"House, apartment, flat",1,1,8457167,51,Male,White only,Married - spouse present,"Native, born in United States",Very good,73,190,25.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,240,0,0,60,0,0,420,0,495,0,0,150,0,0,60,0,15,"$100,000 - $150,000",Generation X (39-54),White only,Very good,6-6.5 feet,180-200,Bachelor's Degree,,15,420,555,150,0,0,300
+,2022,2.02206E+13,3797,South,Virginia,55000,"House, apartment, flat",1,1,36052333,40,Male,White only,Never married,"Native, born in United States",Good,68,190,28.9,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,90,0,30,60,0,0,0,0,670,0,0,0,0,0,100,0,490,"$50,000 - $75,000",Generation X (39-54),White only,Good,5.5-6 feet,180-200,Graduated High School,,490,0,730,0,0,0,220
+,2022,2.02206E+13,3798,Midwest,Minnesota,200000,"House, apartment, flat",1,1,13983049,28,Female,White only,Never married,"Native, born in United States",Excellent,63,130,23,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,42,100,0,110,0,445,0,0,90,0,0,50,0,603,"$150,000 and over",Millennials (23-38),White only,Excellent,5-5.5 feet,120-140,Master's or Doctoral Degree,,603,110,487,90,100,0,50
+,2022,2.02206E+13,3799,South,Maryland,22500,"House, apartment, flat",1,1,5092698,75,Female,Black only,Divorced,"Native, born in United States",Fair,63,150,26.6,12th grade - no diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,60,0,0,810,0,0,480,0,0,90,0,0,"$10,000 - $30,000",Silent (74-91),Black only,Fair,5-5.5 feet,140-160,Some High School,,0,0,810,480,0,0,150
+,2022,2.02206E+13,3800,Northeast,New York,37500,"House, apartment, flat",1,1,15747347,26,Female,White only,Never married,"Native, born in United States",NIU (Not in universe),,9999,999,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,80,150,0,5,0,750,0,10,120,60,0,30,0,235,"$30,000 - $50,000",Millennials (23-38),White only,"Other (Refused, Dont know, NIU)",,>300,Some College,,235,5,830,190,150,0,30
+,2022,2.02206E+13,3801,South,Texas,67500,"House, apartment, flat",1,1,2593672,42,Male,White only,Divorced,"Native, born in United States",Very good,70,215,30.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,150,0,720,0,0,60,150,0,10,0,290,"$50,000 - $75,000",Generation X (39-54),White only,Very good,5.5-6 feet,200-300,Bachelor's Degree,,290,150,780,210,0,0,10
+,2022,2.02206E+13,3802,South,Texas,87500,"House, apartment, flat",1,1,12582295,61,Male,White only,Married - spouse present,"Native, born in United States",NIU (Not in universe),,9999,999,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,22,0,120,0,228,420,0,240,0,0,180,0,0,60,0,150,"$75,000 - $100,000",Boomers (55-73),White only,"Other (Refused, Dont know, NIU)",,>300,Bachelor's Degree,,150,420,360,180,0,0,310
+,2022,2.02206E+13,3803,South,North Carolina,67500,Mobile home or trailer with no permanent room added,1,1,9218629,57,Male,White-American Indian,Divorced,"Native, born in United States",Very good,68,140,21.3,High school graduate - GED,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,150,0,0,90,0,575,0,0,120,0,0,20,0,485,"$50,000 - $75,000",Boomers (55-73),Mixed,Very good,5.5-6 feet,140-160,Graduated High School,,485,90,725,120,0,0,20
+,2022,2.02206E+13,3804,South,Georgia,87500,"House, apartment, flat",1,1,39893945,51,Male,Black only,Married - spouse present,"Native, born in United States",Very good,73,230,30.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,0,0,580,0,0,450,0,0,105,195,0,"$75,000 - $100,000",Generation X (39-54),Black only,Very good,6-6.5 feet,200-300,Bachelor's Degree,,0,0,640,450,0,195,105
+,2022,2.02206E+13,3805,Northeast,Vermont,125000,"House, apartment, flat",1,1,5686914,62,Male,White only,Married - spouse present,"Native, born in United States",Fair,69,200,29.5,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,20,40,0,0,45,0,550,0,0,585,60,0,140,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Fair,5.5-6 feet,200-300,Graduated High School,,0,45,590,645,0,0,160
+,2022,2.02206E+13,3806,Northeast,Connecticut,45000,"House, apartment, flat",1,1,25479324,27,Female,Black only,Never married,"Native, born in United States",Excellent,64,150,25.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,75,0,40,150,0,0,20,0,456,0,0,540,0,0,159,0,0,"$30,000 - $50,000",Millennials (23-38),Black only,Excellent,5-5.5 feet,140-160,Bachelor's Degree,,0,20,606,540,0,0,274
+,2022,2.02206E+13,3807,Northeast,New York,8750,"House, apartment, flat",1,1,9599279,50,Male,Black only,Never married,"Native, born in United States",Poor,73,240,31.7,High school graduate - GED,Tenth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,Has difficulty remembering,0,0,0,2,0,0,0,0,556,0,30,852,0,0,0,0,0,"Less than $10,000",Generation X (39-54),Black only,Poor,6-6.5 feet,200-300,Graduated High School,,0,0,558,882,0,0,0
+,2022,2.02206E+13,3808,West,California,200000,"House, apartment, flat",1,1,15152903,52,Female,White only,Married - spouse present,"Native, born in United States",Very good,60,124,24.2,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,1,0,0,63,0,0,122,10,635,0,0,264,0,55,50,0,210,"$150,000 and over",Generation X (39-54),White only,Very good,5-5.5 feet,120-140,Master's or Doctoral Degree,,210,132,698,264,0,0,106
+,2022,2.02206E+13,3809,South,Florida,11250,"House, apartment, flat",1,1,2046317,80,Female,Black only,Divorced,"Native, born in United States",Fair,66,198,32,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,65,0,0,155,0,760,0,0,370,0,0,90,0,0,"$10,000 - $30,000",Silent (74-91),Black only,Fair,5.5-6 feet,180-200,Some College,,0,155,825,370,0,0,90
+,2022,2.02206E+13,3810,West,Washington,67500,"House, apartment, flat",1,1,21752130,35,Female,White only,Never married,"Native, born in United States",Fair,75,200,25,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,20,0,630,0,0,420,0,0,0,0,310,"$50,000 - $75,000",Millennials (23-38),White only,Fair,6-6.5 feet,200-300,Bachelor's Degree,,310,20,690,420,0,0,0
+,2022,2.02206E+13,3811,Northeast,New Jersey,200000,"House, apartment, flat",1,1,13309721,63,Female,White only,Married - spouse present,"Native, born in United States",Very good,68,124,18.9,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,215,0,0,25,0,570,0,0,80,0,20,70,0,450,"$150,000 and over",Boomers (55-73),White only,Very good,5.5-6 feet,120-140,Master's or Doctoral Degree,,450,25,785,80,0,0,100
+,2022,2.02206E+13,3812,South,North Carolina,200000,"House, apartment, flat",1,1,5031234,59,Male,White only,Married - spouse present,"Native, born in United States",Very good,70,190,27.3,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,20,15,0,0,400,0,680,0,0,120,0,0,205,0,0,"$150,000 and over",Boomers (55-73),White only,Very good,5.5-6 feet,180-200,Master's or Doctoral Degree,,0,400,695,120,0,0,225
+,2022,2.02206E+13,3813,South,South Carolina,55000,"House, apartment, flat",1,1,7706507,61,Female,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Excellent,62,144,26.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,535,0,545,0,0,235,14,0,0,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Excellent,5-5.5 feet,140-160,Bachelor's Degree,,0,535,590,249,0,0,0
+,2022,2.02206E+13,3814,Northeast,Massachusetts,200000,"House, apartment, flat",1,1,12680161,17,Male,White only,Never married,"Native, born in United States",Good,69,124,18.3,11th grade,Eleventh grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,160,0,0,0,755,0,0,341,0,0,4,60,0,"$150,000 and over",Generation Z (7-22),White only,Good,5.5-6 feet,120-140,Some High School,,0,0,815,341,160,60,4
+,2022,2.02206E+13,3815,Northeast,Massachusetts,200000,"House, apartment, flat",1,1,8789150,44,Male,White only,Married - spouse present,"Native, born in United States",Very good,72,195,26.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,60,0,0,75,0,0,0,0,585,0,0,80,60,0,0,0,580,"$150,000 and over",Generation X (39-54),White only,Very good,6-6.5 feet,180-200,Bachelor's Degree,,580,0,660,140,0,0,60
+,2022,2.02206E+13,3816,Midwest,Ohio,67500,"House, apartment, flat",1,1,2595922,75,Female,White only,Divorced,"Native, born in United States",Good,64,172,29.5,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,20,15,65,0,0,75,0,600,0,155,260,45,85,105,15,0,"$50,000 - $75,000",Silent (74-91),White only,Good,5-5.5 feet,160-180,Master's or Doctoral Degree,,0,75,665,460,0,15,225
+,2022,2.02206E+13,3817,South,Virginia,67500,"House, apartment, flat",1,1,12660767,48,Female,Asian only,Married - spouse present,"Foreign born, not a U.S. citizen",Very good,66,138,22.3,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,105,0,0,30,60,0,77,0,575,0,0,18,15,0,32,0,480,"$50,000 - $75,000",Generation X (39-54),Asian only,Very good,5.5-6 feet,120-140,Master's or Doctoral Degree,,480,77,605,33,60,0,137
+,2022,2.02206E+13,3818,West,Utah,200000,"House, apartment, flat",1,1,3920022,46,Female,Asian only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Very good,63,140,24.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,180,0,445,0,0,240,140,0,195,0,150,"$150,000 and over",Generation X (39-54),Asian only,Very good,5-5.5 feet,140-160,Bachelor's Degree,,150,180,535,380,0,0,195
+,2022,2.02206E+13,3819,Northeast,New York,125000,"House, apartment, flat",1,1,7230399,44,Female,White only,Divorced,"Native, born in United States",Very good,61,126,23.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,89,0,0,110,0,0,15,0,575,0,0,60,40,0,93,0,458,"$100,000 - $150,000",Generation X (39-54),White only,Very good,5-5.5 feet,120-140,Bachelor's Degree,,458,15,685,100,0,0,182
+,2022,2.02206E+13,3820,West,Arizona,8750,"House, apartment, flat",1,1,27824374,50,Female,White only,Widowed,"Foreign born, U.S. citizen by naturalization",NIU (Not in universe),,9999,999,High school graduate - GED,Ninth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,0,0,30,0,830,0,0,0,0,0,65,0,440,"Less than $10,000",Generation X (39-54),White only,"Other (Refused, Dont know, NIU)",,>300,Graduated High School,,440,30,905,0,0,0,65
+,2022,2.02206E+13,3821,West,Oregon,87500,"House, apartment, flat",1,1,4229070,39,Male,White only,Never married,"Foreign born, U.S. citizen by naturalization",Good,72,180,24.4,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,40,30,0,0,0,0,480,0,0,240,0,0,20,0,630,"$75,000 - $100,000",Generation X (39-54),White only,Good,6-6.5 feet,180-200,Graduated High School,,630,0,510,240,0,0,60
+,2022,2.02206E+13,3822,Northeast,Massachusetts,200000,"House, apartment, flat",1,1,4035211,60,Male,White only,Married - spouse present,"Native, born in United States",Excellent,69,180,26.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,45,0,0,515,0,330,0,0,240,0,0,30,0,270,"$150,000 and over",Boomers (55-73),White only,Excellent,5.5-6 feet,180-200,Bachelor's Degree,,270,515,375,240,0,0,40
+,2022,2.02206E+13,3823,Northeast,New York,87500,"House, apartment, flat",1,1,44039496,16,Female,White only,Never married,"Foreign born, not a U.S. citizen",Good,64,110,18.9,10th grade,Tenth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,590,0,0,0,595,0,0,80,0,0,55,0,0,"$75,000 - $100,000",Generation Z (7-22),White only,Good,5-5.5 feet,100-120,Some High School,,0,0,655,80,590,0,55
+,2022,2.02206E+13,3824,West,California,37500,"House, apartment, flat",1,1,40475449,21,Female,White only,Never married,"Native, born in United States",Good,68,190,28.9,Some college but no degree,College--three years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,3,0,0,0,579,0,0,0,510,0,0,292,0,0,56,0,0,"$30,000 - $50,000",Generation Z (7-22),White only,Good,5.5-6 feet,180-200,Some College,,0,0,510,292,579,0,59
+,2022,2.02206E+13,3825,West,California,125000,"House, apartment, flat",1,1,14402898,28,Female,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Good,61,130,24.6,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,25,0,585,45,0,130,0,70,105,0,390,"$100,000 - $150,000",Millennials (23-38),White only,Good,5-5.5 feet,120-140,Master's or Doctoral Degree,,390,25,720,130,0,0,175
+,2022,2.02206E+13,3826,West,Washington,125000,"House, apartment, flat",1,1,6881772,57,Male,Asian only,Never married,"Foreign born, U.S. citizen by naturalization",Very good,66,142,22.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,40,15,0,0,120,0,635,0,0,575,45,0,10,0,0,"$100,000 - $150,000",Boomers (55-73),Asian only,Very good,5.5-6 feet,140-160,Bachelor's Degree,,0,120,650,620,0,0,50
+,2022,2.02206E+13,3827,Midwest,Indiana,67500,"House, apartment, flat",1,1,4816208,65,Male,White only,Married - spouse present,"Native, born in United States",Good,67,190,29.8,Some college but no degree,College--three years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,240,0,510,0,0,600,0,0,0,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Good,5.5-6 feet,180-200,Some College,,0,240,600,600,0,0,0
+,2022,2.02206E+13,3828,Northeast,Pennsylvania,67500,"House, apartment, flat",1,1,6669155,61,Female,White only,Married - spouse present,"Native, born in United States",Good,67,190,29.8,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,95,0,540,0,0,565,0,0,15,0,180,"$50,000 - $75,000",Boomers (55-73),White only,Good,5.5-6 feet,180-200,Graduated High School,,180,95,585,565,0,0,15
+,2022,2.02206E+13,3829,West,New Mexico,67500,"House, apartment, flat",1,1,4565494,80,Female,White only,Widowed,"Native, born in United States",Very good,64,130,22.3,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,70,0,0,560,0,465,0,0,140,165,0,40,0,0,"$50,000 - $75,000",Silent (74-91),White only,Very good,5-5.5 feet,120-140,Some College,,0,560,535,305,0,0,40
+,2022,2.02206E+13,3830,Northeast,Maine,37500,"House, apartment, flat",1,1,6322872,25,Female,White only,Never married,"Native, born in United States",Fair,69,125,18.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,35,0,0,465,0,450,0,0,405,0,0,75,0,0,"$30,000 - $50,000",Millennials (23-38),White only,Fair,5.5-6 feet,120-140,Bachelor's Degree,,0,465,485,405,0,0,85
+,2022,2.02206E+13,3831,Midwest,Ohio,67500,"House, apartment, flat",1,1,7036542,60,Female,White only,Never married,"Native, born in United States",Very good,68,190,28.9,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,0,0,930,0,0,90,0,60,30,0,285,"$50,000 - $75,000",Boomers (55-73),White only,Very good,5.5-6 feet,180-200,Graduated High School,,285,0,975,90,0,0,90
+,2022,2.02206E+13,3832,South,Florida,27500,"House, apartment, flat",1,1,20471334,72,Female,Black only,Widowed,"Foreign born, U.S. citizen by naturalization",Fair,66,180,29,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,625,0,785,0,0,0,0,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),Black only,Fair,5.5-6 feet,180-200,Graduated High School,,0,625,815,0,0,0,0
+,2022,2.02206E+13,3833,Northeast,Maine,200000,"House, apartment, flat",1,1,5580135,27,Female,White only,Married - spouse present,"Native, born in United States",Good,61,136,25.7,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,113,0,60,200,0,0,5,0,420,0,0,440,10,0,192,0,0,"$150,000 and over",Millennials (23-38),White only,Good,5-5.5 feet,120-140,Associate Degree,,0,5,620,450,0,0,365
+,2022,2.02206E+13,3834,South,Kentucky,200000,"House, apartment, flat",1,1,3504376,41,Male,White only,Married - spouse present,"Native, born in United States",Excellent,67,150,23.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,270,0,0,150,0,600,0,0,200,210,0,10,0,0,"$150,000 and over",Generation X (39-54),White only,Excellent,5.5-6 feet,140-160,Bachelor's Degree,,0,150,870,410,0,0,10
+,2022,2.02206E+13,3835,South,Oklahoma,45000,"House, apartment, flat",1,1,4640088,51,Male,Asian only,Divorced,"Native, born abroad of American parent or parents",Very good,67,170,26.6,Associate degree - occupational vocational,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,80,90,0,0,155,0,510,0,0,135,0,20,75,0,375,"$30,000 - $50,000",Generation X (39-54),Asian only,Very good,5.5-6 feet,160-180,Associate Degree,,375,155,600,135,0,0,175
+,2022,2.02206E+13,3836,South,Texas,67500,Mobile home or trailer with no permanent room added,1,1,28361624,24,Female,White only,Never married,"Native, born in United States",Very good,60,140,27.3,High school graduate - GED,Tenth grade,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,70,0,10,40,0,0,110,0,600,0,0,595,0,0,15,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Very good,5-5.5 feet,140-160,Graduated High School,,0,110,640,595,0,0,95
+,2022,2.02206E+13,3837,South,Maryland,125000,"House, apartment, flat",1,1,27784488,26,Male,Black only,Never married,"Native, born in United States",Good,67,194,30.4,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,0,0,820,0,0,60,0,0,350,0,0,"$100,000 - $150,000",Millennials (23-38),Black only,Good,5.5-6 feet,180-200,Graduated High School,,0,0,850,60,0,0,350
+,2022,2.02206E+13,3838,Midwest,Wisconsin,87500,"House, apartment, flat",1,1,12029162,58,Female,White only,Married - spouse present,"Native, born in United States",Very good,65,9996,998,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,3,55,50,0,0,194,0,465,0,0,60,0,0,61,0,552,"$75,000 - $100,000",Boomers (55-73),White only,Very good,5-5.5 feet,>300,Bachelor's Degree,,552,194,515,60,0,0,119
+,2022,2.02206E+13,3839,West,Utah,200000,"House, apartment, flat",1,1,8807769,47,Male,White only,Married - spouse present,"Native, born in United States",Good,71,245,34.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,0,0,0,40,0,465,60,0,195,0,0,105,0,515,"$150,000 and over",Generation X (39-54),White only,Good,5.5-6 feet,200-300,Bachelor's Degree,,515,40,525,195,0,0,165
+,2022,2.02206E+13,3840,West,California,67500,"House, apartment, flat",1,1,22569554,61,Male,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Excellent,72,250,33.9,7th or 8th grade,Seventh through eighth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,20,0,480,0,0,160,0,0,120,0,600,"$50,000 - $75,000",Boomers (55-73),White only,Excellent,6-6.5 feet,200-300,Middle School or Less,,600,20,540,160,0,0,120
+,2022,2.02206E+13,3841,Northeast,Connecticut,200000,"House, apartment, flat",1,1,4162735,52,Female,Asian only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Excellent,61,115,21.7,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,120,0,10,0,0,120,0,770,0,0,300,0,0,120,0,0,"$150,000 and over",Generation X (39-54),Asian only,Excellent,5-5.5 feet,100-120,Some College,,0,120,780,300,0,0,240
+,2022,2.02206E+13,3842,West,California,125000,"House, apartment, flat",1,1,9359059,29,Female,White only,Married - spouse present,"Native, born in United States",Very good,66,140,22.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,225,0,0,0,0,645,0,0,385,100,0,85,0,0,"$100,000 - $150,000",Millennials (23-38),White only,Very good,5.5-6 feet,140-160,Bachelor's Degree,,0,0,870,485,0,0,85
+,2022,2.02206E+13,3843,South,District of Columbia,200000,"House, apartment, flat",1,1,19094592,79,Male,Black only,Divorced,"Native, born in United States",Very good,66,135,21.8,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,165,0,0,60,0,590,0,0,540,0,0,85,0,0,"$150,000 and over",Silent (74-91),Black only,Very good,5.5-6 feet,120-140,Master's or Doctoral Degree,,0,60,755,540,0,0,85
+,2022,2.02206E+13,3844,Northeast,New Jersey,67500,"House, apartment, flat",1,1,4027148,76,Male,White only,Married - spouse present,"Native, born in United States",Very good,72,264,35.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,540,0,195,0,0,0,0,570,0,0,0,0,0,135,0,0,"$50,000 - $75,000",Silent (74-91),White only,Very good,6-6.5 feet,200-300,Bachelor's Degree,,0,0,765,0,0,0,675
+,2022,2.02206E+13,3845,South,North Carolina,45000,"House, apartment, flat",1,1,18827706,75,Female,White only,Married - spouse present,"Native, born in United States",Good,62,175,32,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,100,135,0,0,160,0,570,0,0,410,45,0,20,0,0,"$30,000 - $50,000",Silent (74-91),White only,Good,5-5.5 feet,160-180,Graduated High School,,0,160,705,455,0,0,120
+,2022,2.02206E+13,3846,South,Georgia,27500,"House, apartment, flat",1,1,3637201,75,Female,White only,Married - spouse present,"Native, born in United States",Excellent,60,160,31.2,Some college but no degree,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,95,0,0,17,0,605,0,0,683,0,0,10,0,0,"$10,000 - $30,000",Silent (74-91),White only,Excellent,5-5.5 feet,160-180,Some College,,0,17,700,683,0,0,10
+,2022,2.02206E+13,3847,Midwest,Minnesota,32500,"House, apartment, flat",1,1,9880269,57,Female,White only,Divorced,"Native, born in United States",Fair,67,140,21.9,Some college but no degree,College--two years,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,20,35,0,0,90,0,375,0,0,60,0,90,60,0,710,"$30,000 - $50,000",Boomers (55-73),White only,Fair,5.5-6 feet,140-160,Some College,,710,90,410,60,0,0,170
+,2022,2.02206E+13,3848,South,Louisiana,37500,"House, apartment, flat",1,1,1750775,62,Female,Black only,Divorced,"Native, born in United States",Fair,64,180,30.9,Associate degree - academic program,College--four years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,35,0,0,60,0,660,0,165,430,0,0,90,0,0,"$30,000 - $50,000",Boomers (55-73),Black only,Fair,5-5.5 feet,180-200,Associate Degree,,0,60,695,595,0,0,90
+,2022,2.02206E+13,3849,Midwest,Missouri,87500,"House, apartment, flat",1,1,5166471,42,Male,White only,Married - spouse present,"Native, born in United States",Very good,69,177,26.1,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,20,0,0,61,0,253,0,0,50,0,0,160,0,896,"$75,000 - $100,000",Generation X (39-54),White only,Very good,5.5-6 feet,160-180,Graduated High School,,896,61,273,50,0,0,160
+,2022,2.02206E+13,3850,West,Arizona,8750,"House, apartment, flat",1,1,2145247,62,Female,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Good,60,154,30.1,Associate degree - occupational vocational,College--three years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,105,0,0,405,0,720,0,0,210,0,0,0,0,0,"Less than $10,000",Boomers (55-73),White only,Good,5-5.5 feet,140-160,Associate Degree,,0,405,825,210,0,0,0
+,2022,2.02206E+13,3851,West,Utah,125000,"House, apartment, flat",1,1,6433192,57,Male,White only,Married - spouse present,"Native, born in United States",Good,72,245,33.2,Some college but no degree,College--three years,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,90,0,40,0,0,150,0,500,0,0,60,10,0,0,0,590,"$100,000 - $150,000",Boomers (55-73),White only,Good,6-6.5 feet,200-300,Some College,,590,150,540,70,0,0,90
+,2022,2.02206E+13,3852,Northeast,Pennsylvania,22500,"House, apartment, flat",1,1,16880089,79,Male,White only,Married - spouse present,"Native, born in United States",Fair,67,160,25.1,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,240,180,0,0,120,0,660,0,0,165,0,0,40,0,0,"$10,000 - $30,000",Silent (74-91),White only,Fair,5.5-6 feet,160-180,Graduated High School,,0,120,840,165,0,0,280
+,2022,2.02206E+13,3853,Midwest,Illinois,67500,"House, apartment, flat",1,1,7272951,37,Male,White only,Never married,"Native, born in United States",Good,72,213,28.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,170,60,0,75,0,485,0,60,410,0,0,150,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Good,6-6.5 feet,200-300,Bachelor's Degree,,0,75,655,470,60,0,180
+,2022,2.02206E+13,3854,Midwest,Michigan,37500,"House, apartment, flat",1,1,6549210,24,Male,White only,Never married,"Native, born in United States",Very good,71,210,29.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,165,0,105,0,600,0,0,420,90,0,0,0,0,"$30,000 - $50,000",Millennials (23-38),White only,Very good,5.5-6 feet,200-300,Bachelor's Degree,,0,105,660,510,165,0,0
+,2022,2.02206E+13,3855,South,Kentucky,45000,"House, apartment, flat",1,1,6910995,85,Female,White only,Widowed,"Native, born in United States",Excellent,63,126,22.3,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,45,90,0,0,65,0,730,0,0,450,0,0,60,0,0,"$30,000 - $50,000",Silent (74-91),White only,Excellent,5-5.5 feet,120-140,Some College,,0,65,820,450,0,0,105
+,2022,2.02206E+13,3856,South,Florida,87500,"House, apartment, flat",1,1,12682280,46,Female,White only,Married - spouse present,"Native, born in United States",Good,68,160,24.3,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,32,0,0,90,0,0,145,0,563,0,150,10,0,0,180,270,0,"$75,000 - $100,000",Generation X (39-54),White only,Good,5.5-6 feet,160-180,Master's or Doctoral Degree,,0,145,653,160,0,270,212
+,2022,2.02206E+13,3857,Midwest,Iowa,17500,"House, apartment, flat",1,1,6091171,58,Female,White only,Never married,"Native, born in United States",Fair,67,330,51.7,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,40,0,0,40,0,630,0,0,730,0,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Fair,5.5-6 feet,>300,Graduated High School,,0,40,670,730,0,0,0
+,2022,2.02206E+13,3858,West,Colorado,27500,"House, apartment, flat",1,1,10117628,59,Female,White only,Never married,"Native, born in United States",Very good,65,9996,998,Associate degree - occupational vocational,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,55,0,0,45,0,400,0,0,230,0,0,10,0,700,"$10,000 - $30,000",Boomers (55-73),White only,Very good,5-5.5 feet,>300,Associate Degree,,700,45,455,230,0,0,10
+,2022,2.02206E+13,3859,South,Oklahoma,87500,"House, apartment, flat",1,1,12031234,35,Female,White only,Married - spouse present,"Native, born in United States",NIU (Not in universe),,9999,999,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,40,0,0,15,0,585,0,0,250,0,0,30,0,520,"$75,000 - $100,000",Millennials (23-38),White only,"Other (Refused, Dont know, NIU)",,>300,Master's or Doctoral Degree,,520,15,625,250,0,0,30
+,2022,2.02206E+13,3860,South,Alabama,22500,Mobile home or trailer with no permanent room added,1,1,9481129,63,Female,Black only,Never married,"Native, born in United States",Poor,64,200,34.3,7th or 8th grade,Seventh through eighth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,0,0,622,0,0,788,0,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),Black only,Poor,5-5.5 feet,200-300,Middle School or Less,,0,0,652,788,0,0,0
+,2022,2.02206E+13,3861,South,North Carolina,200000,"House, apartment, flat",1,1,24479042,50,Female,White-Asian,Divorced,"Native, born in United States",Good,62,145,26.5,12th grade - no diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,143,0,0,243,0,525,70,0,125,0,0,40,0,264,"$150,000 and over",Generation X (39-54),Mixed,Good,5-5.5 feet,140-160,Some High School,,264,243,738,125,0,0,50
+,2022,2.02206E+13,3862,South,Virginia,17500,"House, apartment, flat",1,1,4537947,73,Male,Black only,Never married,"Native, born in United States",Fair,67,190,29.8,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,60,0,720,0,240,240,0,0,120,0,0,"$10,000 - $30,000",Silent (74-91),Black only,Fair,5.5-6 feet,180-200,Graduated High School,,0,60,780,480,0,0,120
+,2022,2.02206E+13,3863,Midwest,Illinois,200000,"House, apartment, flat",1,1,7680224,70,Male,White only,Married - spouse present,"Native, born in United States",Very good,70,210,30.1,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,120,0,95,0,0,130,0,535,0,0,210,320,0,30,0,0,"$150,000 and over",Boomers (55-73),White only,Very good,5.5-6 feet,200-300,Master's or Doctoral Degree,,0,130,630,530,0,0,150
+,2022,2.02206E+13,3864,West,Arizona,200000,"House, apartment, flat",1,1,6667263,30,Female,White only,Never married,"Native, born in United States",Good,64,185,31.8,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,107,0,60,40,0,0,180,0,655,0,0,178,0,0,220,0,0,"$150,000 and over",Millennials (23-38),White only,Good,5-5.5 feet,180-200,Some College,,0,180,695,178,0,0,387
+,2022,2.02206E+13,3865,South,Oklahoma,67500,"House, apartment, flat",1,1,3048733,57,Female,White only,Married - spouse present,"Native, born in United States",Good,67,220,34.5,Some college but no degree,College--four years,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,65,0,0,499,0,468,0,127,271,0,0,10,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Some College,,0,499,533,398,0,0,10
+,2022,2.02206E+13,3866,West,Oregon,125000,"House, apartment, flat",1,1,7256281,61,Female,White only,Married - spouse present,"Native, born in United States",Very good,63,195,34.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,Has hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,40,80,0,0,71,0,564,0,0,225,0,10,170,0,250,"$100,000 - $150,000",Boomers (55-73),White only,Very good,5-5.5 feet,180-200,Bachelor's Degree,,250,71,644,225,0,0,220
+,2022,2.02206E+13,3867,West,Colorado,45000,"House, apartment, flat",1,1,35053325,23,Female,White only,Never married,"Native, born in United States",Good,62,135,24.7,High school graduate - diploma,Twelfth grade,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,45,20,0,0,135,0,670,0,0,530,0,0,40,0,0,"$30,000 - $50,000",Millennials (23-38),White only,Good,5-5.5 feet,120-140,Graduated High School,,0,135,690,530,0,0,85
+,2022,2.02206E+13,3868,West,New Mexico,32500,"House, apartment, flat",1,1,4567013,33,Male,White only,Separated,"Native, born in United States",Very good,70,184,26.4,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,20,0,0,0,0,630,0,0,242,0,0,60,0,488,"$30,000 - $50,000",Millennials (23-38),White only,Very good,5.5-6 feet,180-200,Some College,,488,0,650,242,0,0,60
+,2022,2.02206E+13,3869,Midwest,Missouri,87500,"House, apartment, flat",1,1,6078824,39,Female,White only,Married - spouse present,"Native, born in United States",Very good,62,135,24.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,60,0,0,30,0,0,274,0,448,0,0,538,30,0,0,0,0,"$75,000 - $100,000",Generation X (39-54),White only,Very good,5-5.5 feet,120-140,Bachelor's Degree,,0,274,478,568,0,0,60
+,2022,2.02206E+13,3870,South,Maryland,200000,"House, apartment, flat",1,1,6523101,53,Male,White only,Divorced,"Native, born in United States",Very good,72,190,25.8,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,150,110,0,0,15,0,530,0,0,450,60,0,65,0,0,"$150,000 and over",Generation X (39-54),White only,Very good,6-6.5 feet,180-200,Master's or Doctoral Degree,,0,15,640,510,0,0,215
+,2022,2.02206E+13,3871,Northeast,New Hampshire,125000,"House, apartment, flat",1,1,7094009,31,Male,White only,Married - spouse present,"Native, born in United States",Excellent,72,180,24.4,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,200,0,0,520,0,660,0,0,60,0,0,0,0,0,"$100,000 - $150,000",Millennials (23-38),White only,Excellent,6-6.5 feet,180-200,Graduated High School,,0,520,860,60,0,0,0
+,2022,2.02206E+13,3872,South,District of Columbia,125000,"House, apartment, flat",1,1,2334246,85,Female,White only,Widowed,"Native, born in United States",NIU (Not in universe),,9999,999,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,Has difficulty remembering,0,0,0,160,0,0,30,0,600,0,0,490,45,85,0,0,0,"$100,000 - $150,000",Silent (74-91),White only,"Other (Refused, Dont know, NIU)",,>300,Master's or Doctoral Degree,,0,30,760,535,0,0,85
+,2022,2.02206E+13,3873,Midwest,Wisconsin,11250,"House, apartment, flat",1,1,9712403,58,Female,White only,Never married,"Native, born in United States",Excellent,65,144,24,Associate degree - occupational vocational,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,30,50,30,0,0,27,0,533,0,165,304,120,0,181,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Excellent,5-5.5 feet,140-160,Associate Degree,,0,27,563,589,0,0,261
+,2022,2.02206E+13,3874,Northeast,Rhode Island,55000,"House, apartment, flat",1,1,6706504,79,Female,White only,Never married,"Native, born in United States",Good,64,134,23,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,170,10,0,0,105,0,555,0,15,520,0,0,65,0,0,"$50,000 - $75,000",Silent (74-91),White only,Good,5-5.5 feet,120-140,Master's or Doctoral Degree,,0,105,565,535,0,0,235
+,2022,2.02206E+13,3875,South,Louisiana,37500,Mobile home or trailer with no permanent room added,1,1,35728820,38,Female,White only,Never married,"Foreign born, not a U.S. citizen",Fair,66,340,54.9,10th grade,Tenth grade,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,15,0,0,239,0,510,0,0,23,0,20,180,0,393,"$30,000 - $50,000",Generation X (39-54),White only,Fair,5.5-6 feet,>300,Some High School,,393,239,525,23,0,0,260
+,2022,2.02206E+13,3876,Midwest,Wisconsin,125000,"House, apartment, flat",1,1,6808422,65,Female,White only,Married - spouse present,"Native, born abroad of American parent or parents",Very good,62,125,22.9,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,25,30,0,0,325,20,525,0,0,350,0,0,165,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Very good,5-5.5 feet,120-140,Graduated High School,,0,345,555,350,0,0,190
+,2022,2.02206E+13,3877,Midwest,Kansas,45000,"House, apartment, flat",1,1,8531260,43,Male,Black only,Married - spouse present,"Native, born in United States",Excellent,74,228,29.3,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,140,0,0,0,0,660,0,120,455,0,0,65,0,0,"$30,000 - $50,000",Generation X (39-54),Black only,Excellent,6-6.5 feet,200-300,Graduated High School,,0,0,800,575,0,0,65
+,2022,2.02206E+13,3878,Northeast,New York,200000,"House, apartment, flat",1,1,2365932,52,Male,White only,Widowed,"Native, born in United States",Very good,71,205,28.6,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,120,0,0,45,0,0,45,0,555,0,0,645,0,0,30,0,0,"$150,000 and over",Generation X (39-54),White only,Very good,5.5-6 feet,200-300,Master's or Doctoral Degree,,0,45,600,645,0,0,150
+,2022,2.02206E+13,3879,West,Oregon,17500,"House, apartment, flat",1,1,2969249,76,Female,White only,Divorced,"Native, born in United States",Poor,63,154,27.3,11th grade,Eleventh grade,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,140,0,0,260,0,360,0,0,500,0,0,10,0,0,"$10,000 - $30,000",Silent (74-91),White only,Poor,5-5.5 feet,140-160,Some High School,,0,260,500,500,0,0,10
+,2022,2.02206E+13,3880,Northeast,Rhode Island,200000,"House, apartment, flat",1,1,28184490,29,Female,White only,Never married,"Native, born in United States",Very good,64,150,25.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,120,0,600,0,0,125,0,0,45,30,430,"$150,000 and over",Millennials (23-38),White only,Very good,5-5.5 feet,140-160,Bachelor's Degree,,430,120,690,125,0,30,45
+,2022,2.02206E+13,3881,South,Tennessee,22500,"House, apartment, flat",1,1,25230667,31,Male,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Very good,,210,998,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,12,0,0,0,0,605,0,0,201,10,0,70,0,542,"$10,000 - $30,000",Millennials (23-38),White only,Very good,,200-300,Graduated High School,,542,0,617,211,0,0,70
+,2022,2.02206E+13,3882,South,Kentucky,87500,"House, apartment, flat",1,1,11349426,79,Female,White only,Married - spouse present,"Native, born in United States",Very good,62,137,25.1,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,105,0,0,495,0,480,0,0,330,30,0,0,0,0,"$75,000 - $100,000",Silent (74-91),White only,Very good,5-5.5 feet,120-140,Graduated High School,,0,495,585,360,0,0,0
+,2022,2.02206E+13,3883,South,Kentucky,45000,"House, apartment, flat",1,1,10933415,54,Female,White only,Married - spouse present,"Native, born in United States",Fair,62,145,26.5,11th grade,Eleventh grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,90,0,15,170,0,0,220,0,535,0,0,240,120,0,50,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Fair,5-5.5 feet,140-160,Some High School,,0,220,705,360,0,0,155
+,2022,2.02206E+13,3884,South,Texas,22500,"House, apartment, flat",1,1,12167744,71,Male,White only,Widowed,"Native, born in United States",Good,71,200,27.9,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,80,0,0,36,0,500,0,0,784,0,0,40,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Some College,,0,36,580,784,0,0,40
+,2022,2.02206E+13,3885,Northeast,New York,55000,"House, apartment, flat",1,1,9737644,63,Male,Asian only,Married - spouse present,"Foreign born, not a U.S. citizen",Good,68,145,22,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,30,0,20,95,0,0,50,0,325,0,0,360,35,0,35,0,490,"$50,000 - $75,000",Boomers (55-73),Asian only,Good,5.5-6 feet,140-160,Bachelor's Degree,,490,50,420,395,0,0,85
+,2022,2.02206E+13,3886,Northeast,Massachusetts,55000,"House, apartment, flat",1,1,4055855,75,Female,White only,Married - spouse present,"Native, born in United States",Poor,63,135,23.9,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,90,0,0,0,0,765,0,0,555,0,0,30,0,0,"$50,000 - $75,000",Silent (74-91),White only,Poor,5-5.5 feet,120-140,Graduated High School,,0,0,855,555,0,0,30
+,2022,2.02206E+13,3887,Midwest,Illinois,22500,"House, apartment, flat",1,1,2656740,80,Male,White only,Widowed,"Native, born in United States",Very good,67,135,21.1,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,215,0,0,20,0,605,0,60,505,0,35,0,0,0,"$10,000 - $30,000",Silent (74-91),White only,Very good,5.5-6 feet,120-140,Some College,,0,20,820,565,0,0,35
+,2022,2.02206E+13,3888,Midwest,Wisconsin,200000,"House, apartment, flat",1,1,6912953,47,Female,"American Indian, Alaskan Native",Married - spouse present,"Native, born in United States",Very good,66,200,32.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,240,0,360,0,0,570,0,60,0,0,120,"$150,000 and over",Generation X (39-54),"American Indian, Alaskan Native",Very good,5.5-6 feet,200-300,Bachelor's Degree,,120,240,450,570,0,0,60
+,2022,2.02206E+13,3889,South,Florida,32500,Mobile home or trailer with no permanent room added,1,1,4440567,80,Female,White only,Widowed,"Native, born in United States",Fair,66,150,24.2,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,87,0,685,0,0,424,0,0,0,0,0,"$30,000 - $50,000",Silent (74-91),White only,Fair,5.5-6 feet,140-160,Graduated High School,,0,87,805,424,0,0,0
+,2022,2.02206E+13,3890,Midwest,Wisconsin,22500,"House, apartment, flat",1,1,9565730,76,Male,White only,Married - spouse present,"Native, born in United States",Very good,71,220,30.7,Associate degree - occupational vocational,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,15,130,0,0,155,0,510,15,0,295,0,0,112,208,0,"$10,000 - $30,000",Silent (74-91),White only,Very good,5.5-6 feet,200-300,Associate Degree,,0,155,655,295,0,208,127
+,2022,2.02206E+13,3891,South,South Carolina,32500,"House, apartment, flat",1,1,26281260,38,Male,Black only,Never married,"Native, born in United States",Good,73,225,29.7,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,0,0,300,0,0,0,0,0,0,0,1140,"$30,000 - $50,000",Generation X (39-54),Black only,Good,6-6.5 feet,200-300,Graduated High School,,1140,0,300,0,0,0,0
+,2022,2.02206E+13,3892,South,Florida,55000,"House, apartment, flat",1,1,16592848,74,Male,White only,Widowed,"Native, born in United States",Very good,67,190,29.8,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,50,0,0,27,0,598,0,0,765,0,0,0,0,0,"$50,000 - $75,000",Silent (74-91),White only,Very good,5.5-6 feet,180-200,Graduated High School,,0,27,648,765,0,0,0
+,2022,2.02206E+13,3893,Midwest,Illinois,8750,"House, apartment, flat",1,1,3891584,70,Male,Black only,Never married,"Native, born in United States",Good,70,158,22.7,High school graduate - GED,Eleventh grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,105,0,0,75,0,690,0,0,540,0,0,30,0,0,"Less than $10,000",Boomers (55-73),Black only,Good,5.5-6 feet,140-160,Graduated High School,,0,75,795,540,0,0,30
+,2022,2.02206E+13,3894,West,Idaho,45000,"House, apartment, flat",1,1,4450738,38,Female,Hawaiian Pacific Islander only,Divorced,"Native, born in United States",Very good,70,200,28.7,Associate degree - academic program,College--two years,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,130,0,660,0,0,150,0,0,55,0,415,"$30,000 - $50,000",Generation X (39-54),Hawaiian Pacific Islander only,Very good,5.5-6 feet,200-300,Associate Degree,,415,130,690,150,0,0,55
+,2022,2.02206E+13,3895,West,New Mexico,125000,"House, apartment, flat",1,1,2885127,75,Male,White only,Divorced,"Native, born in United States",Very good,73,180,23.7,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,No physical difficulty,Has difficulty remembering,0,45,30,95,0,0,230,0,510,0,0,380,0,0,150,0,0,"$100,000 - $150,000",Silent (74-91),White only,Very good,6-6.5 feet,180-200,Master's or Doctoral Degree,,0,230,605,380,0,0,225
+,2022,2.02206E+13,3896,Midwest,Ohio,200000,"House, apartment, flat",1,1,17997810,66,Female,White only,Married - spouse present,"Native, born in United States",Good,62,123,22.5,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,540,0,570,0,0,210,0,0,0,0,0,"$150,000 and over",Boomers (55-73),White only,Good,5-5.5 feet,120-140,Graduated High School,,0,540,690,210,0,0,0
+,2022,2.02206E+13,3897,South,Texas,45000,"House, apartment, flat",1,1,9173833,49,Female,White only,Divorced,"Native, born in United States",Fair,64,153,26.3,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,10,0,13,90,0,0,380,0,607,0,0,299,0,0,41,0,0,"$30,000 - $50,000",Generation X (39-54),White only,Fair,5-5.5 feet,140-160,Graduated High School,,0,380,697,299,0,0,64
+,2022,2.02206E+13,3898,Northeast,New York,125000,"House, apartment, flat",1,1,13478923,64,Male,White only,Married - spouse present,"Native, born in United States",Very good,70,172,24.7,Some college but no degree,Twelfth grade,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,20,60,0,0,8,0,450,0,0,60,0,0,82,240,520,"$100,000 - $150,000",Boomers (55-73),White only,Very good,5.5-6 feet,160-180,Some College,,520,8,510,60,0,240,102
+,2022,2.02206E+13,3899,South,Florida,200000,"House, apartment, flat",1,1,3219620,78,Male,White only,Married - spouse present,"Native, born in United States",Very good,71,200,27.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,210,0,0,60,120,603,0,0,150,65,0,112,0,120,"$150,000 and over",Silent (74-91),White only,Very good,5.5-6 feet,200-300,Bachelor's Degree,,120,180,813,215,0,0,112
+,2022,2.02206E+13,3900,South,North Carolina,45000,"House, apartment, flat",1,1,37806839,48,Male,White only,Married - spouse present,"Native, born in United States",Good,66,240,38.7,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,150,0,0,0,0,370,0,0,170,0,0,90,0,660,"$30,000 - $50,000",Generation X (39-54),White only,Good,5.5-6 feet,200-300,Graduated High School,,660,0,520,170,0,0,90
+,2022,2.02206E+13,3901,South,Florida,45000,"House, apartment, flat",1,1,5677211,62,Male,White only,Married - spouse present,"Native, born in United States",Good,74,245,31.5,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,145,150,0,0,120,0,690,0,0,210,0,0,125,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Good,6-6.5 feet,200-300,Some College,,0,120,840,210,0,0,270
+,2022,2.02206E+13,3902,West,Montana,45000,"House, apartment, flat",1,1,9004232,39,Female,White only,Never married,"Native, born in United States",Excellent,64,155,26.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,105,0,0,95,0,560,0,0,200,30,0,28,0,340,"$30,000 - $50,000",Generation X (39-54),White only,Excellent,5-5.5 feet,140-160,Bachelor's Degree,,340,95,665,230,0,0,88
+,2022,2.02206E+13,3903,Midwest,Wisconsin,45000,"House, apartment, flat",1,1,9351837,54,Female,Black only,Never married,"Native, born in United States",Good,69,187,27.6,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,45,0,25,0,0,125,0,620,0,0,20,0,155,0,0,405,"$30,000 - $50,000",Boomers (55-73),Black only,Good,5.5-6 feet,180-200,Associate Degree,,405,125,645,20,0,0,200
+,2022,2.02206E+13,3904,South,North Carolina,125000,"House, apartment, flat",1,1,23339128,42,Male,White only,Married - spouse present,"Native, born in United States",Very good,76,185,22.5,Associate degree - occupational vocational,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,0,0,115,0,450,0,0,150,0,0,40,0,610,"$100,000 - $150,000",Generation X (39-54),White only,Very good,6-6.5 feet,180-200,Associate Degree,,610,115,525,150,0,0,40
+,2022,2.02206E+13,3905,South,Florida,67500,"House, apartment, flat",1,1,13024470,45,Male,White only,Never married,"Native, born in United States",Fair,72,272,36.9,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,2,85,0,0,236,0,627,0,0,425,0,45,20,0,0,"$50,000 - $75,000",Generation X (39-54),White only,Fair,6-6.5 feet,200-300,Graduated High School,,0,236,712,425,0,0,67
+,2022,2.02206E+13,3906,South,Alabama,200000,"House, apartment, flat",1,1,9354686,60,Female,White only,Married - spouse present,"Native, born in United States",Good,60,190,37.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,15,15,0,0,361,0,585,0,0,298,139,0,27,0,0,"$150,000 and over",Boomers (55-73),White only,Good,5-5.5 feet,180-200,Bachelor's Degree,,0,361,600,437,0,0,42
+,2022,2.02206E+13,3907,South,Tennessee,125000,"House, apartment, flat",1,1,6434941,68,Female,White only,Married - spouse present,"Native, born in United States",Excellent,62,140,25.6,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,20,90,0,0,70,0,560,61,0,180,0,0,90,0,369,"$100,000 - $150,000",Boomers (55-73),White only,Excellent,5-5.5 feet,140-160,Master's or Doctoral Degree,,369,70,711,180,0,0,110
+,2022,2.02206E+13,3908,South,Florida,13750,"House, apartment, flat",1,1,11497888,55,Female,White only,Married - spouse present,"Native, born in United States",Very good,68,265,40.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,2,10,165,90,0,0,35,0,540,0,0,487,0,10,101,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Very good,5.5-6 feet,200-300,Bachelor's Degree,,0,35,630,487,0,0,288
+,2022,2.02206E+13,3909,Midwest,Michigan,87500,"House, apartment, flat",1,1,13145284,37,Female,White only,Married - spouse present,"Native, born in United States",Very good,65,175,29.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,30,0,0,60,0,0,210,0,420,0,0,60,0,0,0,0,660,"$75,000 - $100,000",Millennials (23-38),White only,Very good,5-5.5 feet,160-180,Bachelor's Degree,,660,210,480,60,0,0,30
+,2022,2.02206E+13,3910,South,North Carolina,17500,"House, apartment, flat",1,1,12233573,62,Male,White only,Married - spouse present,"Native, born in United States",Good,69,198,29.2,Associate degree - occupational vocational,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,0,0,915,0,90,195,0,0,210,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Good,5.5-6 feet,180-200,Associate Degree,,0,0,945,285,0,0,210
+,2022,2.02206E+13,3911,Northeast,New Jersey,27500,"House, apartment, flat",1,1,3676653,33,Female,Black only,Never married,"Native, born abroad of American parent or parents",Excellent,62,132,24.1,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,120,0,0,15,0,0,30,0,1075,0,0,0,60,0,20,0,90,"$10,000 - $30,000",Millennials (23-38),Black only,Excellent,5-5.5 feet,120-140,Master's or Doctoral Degree,,90,30,1090,60,0,0,140
+,2022,2.02206E+13,3912,South,Kentucky,200000,"House, apartment, flat",1,1,4335007,62,Male,White only,Married - spouse present,"Native, born in United States",Very good,67,200,31.3,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,810,0,450,0,0,150,0,0,0,0,0,"$150,000 and over",Boomers (55-73),White only,Very good,5.5-6 feet,200-300,Some College,,0,810,480,150,0,0,0
+,2022,2.02206E+13,3913,South,Arkansas,87500,"House, apartment, flat",1,1,17937537,19,Male,White only,Never married,"Native, born in United States",NIU (Not in universe),,9999,999,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,0,0,630,0,0,30,660,0,120,0,0,"$75,000 - $100,000",Generation Z (7-22),White only,"Other (Refused, Dont know, NIU)",,>300,Some College,,0,0,630,690,0,0,120
+,2022,2.02206E+13,3914,West,Hawaii,87500,"House, apartment, flat",1,1,6983026,34,Female,White only,Never married,"Native, born in United States",Excellent,61,150,28.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,90,20,0,0,360,0,670,0,0,235,0,30,35,0,0,"$75,000 - $100,000",Millennials (23-38),White only,Excellent,5-5.5 feet,140-160,Bachelor's Degree,,0,360,690,235,0,0,155
+,2022,2.02206E+13,3915,Midwest,Iowa,87500,"House, apartment, flat",1,1,6214984,76,Male,White only,Married - spouse present,"Native, born in United States",Good,70,190,27.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,15,100,0,0,5,0,670,0,0,585,30,0,35,0,0,"$75,000 - $100,000",Silent (74-91),White only,Good,5.5-6 feet,180-200,Bachelor's Degree,,0,5,770,615,0,0,50
+,2022,2.02206E+13,3916,West,Colorado,200000,"House, apartment, flat",1,1,11515855,61,Male,White only,Married - spouse present,"Native, born in United States",Very good,69,211,31.2,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,70,0,0,45,0,410,0,0,35,220,0,120,0,540,"$150,000 and over",Boomers (55-73),White only,Very good,5.5-6 feet,200-300,Some College,,540,45,480,255,0,0,120
+,2022,2.02206E+13,3917,South,Texas,45000,"House, apartment, flat",1,1,52332963,47,Male,White only,Widowed,"Foreign born, not a U.S. citizen",Fair,56,98,22,5th or 6th grade,Fifth through sixth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,10,0,0,115,0,0,0,0,810,0,0,50,0,0,20,0,435,"$30,000 - $50,000",Generation X (39-54),White only,Fair,0-5 feet,<100,Middle School or Less,,435,0,925,50,0,0,30
+,2022,2.02206E+13,3918,Midwest,Illinois,37500,"House, apartment, flat",1,1,27701842,65,Male,White only,Widowed,"Native, born in United States",Very good,62,155,28.3,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,120,67,0,0,55,0,350,0,0,90,0,0,107,0,618,"$30,000 - $50,000",Boomers (55-73),White only,Very good,5-5.5 feet,140-160,Graduated High School,,618,55,417,90,0,0,227
+,2022,2.02206E+13,3919,West,Arizona,13750,"House, apartment, flat",1,1,4410680,85,Female,White only,Widowed,"Native, born in United States",Very good,59,130,26.3,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,15,10,130,0,0,83,0,497,0,337,319,0,0,49,0,0,"$10,000 - $30,000",Silent (74-91),White only,Very good,0-5 feet,120-140,Some College,,0,83,627,656,0,0,74
+,2022,2.02206E+13,3920,West,California,67500,"House, apartment, flat",1,1,8242302,31,Male,White only,Married - spouse present,"Native, born in United States",Good,70,220,31.6,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,8,20,0,0,5,0,668,0,0,102,60,37,76,0,464,"$50,000 - $75,000",Millennials (23-38),White only,Good,5.5-6 feet,200-300,Some College,,464,5,688,162,0,0,121
+,2022,2.02206E+13,3921,Midwest,Ohio,45000,"House, apartment, flat",1,1,24827352,58,Female,White only,Married - spouse present,"Native, born in United States",Very good,68,135,20.5,12th grade - no diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,150,0,75,0,0,240,0,210,0,0,90,0,0,40,0,635,"$30,000 - $50,000",Boomers (55-73),White only,Very good,5.5-6 feet,120-140,Some High School,,635,240,285,90,0,0,190
+,2022,2.02206E+13,3922,South,Texas,200000,"House, apartment, flat",1,1,3902994,31,Female,White only,Never married,"Native, born in United States",Good,60,180,35.2,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,35,0,0,400,0,595,0,0,208,90,0,22,0,90,"$150,000 and over",Millennials (23-38),White only,Good,5-5.5 feet,180-200,Master's or Doctoral Degree,,90,400,630,298,0,0,22
+,2022,2.02206E+13,3923,Midwest,Illinois,125000,"House, apartment, flat",1,1,4231664,65,Female,White only,Married - spouse present,"Native, born in United States",Fair,64,232,39.8,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,15,90,0,0,290,0,450,0,60,360,0,0,40,135,0,"$100,000 - $150,000",Boomers (55-73),White only,Fair,5-5.5 feet,200-300,Master's or Doctoral Degree,,0,290,540,420,0,135,55
+,2022,2.02206E+13,3924,Northeast,Pennsylvania,27500,"House, apartment, flat",1,1,19732385,78,Male,White only,Married - spouse present,"Native, born in United States",Fair,69,244,36,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,30,0,0,95,0,0,410,0,570,0,0,265,0,0,10,0,0,"$10,000 - $30,000",Silent (74-91),White only,Fair,5.5-6 feet,200-300,Graduated High School,,0,410,665,265,0,0,40
+,2022,2.02206E+13,3925,West,Arizona,200000,"House, apartment, flat",1,1,5912781,59,Male,White only,Married - spouse present,"Native, born in United States",Very good,71,174,24.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,180,0,0,75,0,670,0,0,30,105,0,320,0,0,"$150,000 and over",Boomers (55-73),White only,Very good,5.5-6 feet,160-180,Bachelor's Degree,,0,75,850,135,0,0,380
+,2022,2.02206E+13,3926,Northeast,New Jersey,45000,"House, apartment, flat",1,1,23090194,47,Male,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Very good,61,175,33.1,7th or 8th grade,Seventh through eighth grade,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,3,0,30,10,0,0,10,0,380,0,0,636,0,0,101,0,270,"$30,000 - $50,000",Generation X (39-54),White only,Very good,5-5.5 feet,160-180,Middle School or Less,,270,10,390,636,0,0,134
+,2022,2.02206E+13,3927,South,Maryland,87500,"House, apartment, flat",1,1,9607741,65,Female,White only,Married - spouse present,"Native, born in United States",Good,67,180,28.2,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,30,5,80,0,0,210,0,665,60,0,205,25,60,100,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Good,5.5-6 feet,180-200,Graduated High School,,0,210,805,230,0,0,195
+,2022,2.02206E+13,3928,West,Arizona,8750,"House, apartment, flat",1,1,13082428,16,Female,White only,Never married,"Native, born in United States",Very good,63,155,27.5,9th grade,Ninth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,107,0,205,145,185,0,90,0,495,0,0,68,0,0,145,0,0,"Less than $10,000",Generation Z (7-22),White only,Very good,5-5.5 feet,140-160,Some High School,,0,90,640,68,185,0,457
+,2022,2.02206E+13,3929,South,Virginia,200000,"House, apartment, flat",1,1,9461256,85,Female,White only,Widowed,"Foreign born, not a U.S. citizen",Fair,61,110,20.8,5th or 6th grade,Fifth through sixth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,180,0,0,0,0,480,0,0,600,0,0,0,0,0,"$150,000 and over",Silent (74-91),White only,Fair,5-5.5 feet,100-120,Middle School or Less,,0,0,660,600,0,0,0
+,2022,2.02206E+13,3930,Midwest,South Dakota,87500,"House, apartment, flat",1,1,4161112,69,Male,White only,Divorced,"Native, born in United States",Excellent,71,190,26.5,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,25,0,555,0,0,680,0,0,120,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Excellent,5.5-6 feet,180-200,Graduated High School,,0,25,615,680,0,0,120
+,2022,2.02206E+13,3931,South,North Carolina,200000,"House, apartment, flat",1,1,13034069,30,Female,White only,Never married,"Native, born in United States",Very good,68,135,20.5,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,90,105,0,0,105,0,560,0,0,120,0,0,10,0,450,"$150,000 and over",Millennials (23-38),White only,Very good,5.5-6 feet,120-140,Master's or Doctoral Degree,,450,105,665,120,0,0,100
+,2022,2.02206E+13,3932,Midwest,Michigan,22500,"House, apartment, flat",1,1,12933572,80,Male,White only,Divorced,"Native, born in United States",Very good,65,150,25,10th grade,Tenth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,90,30,0,0,270,0,690,0,0,320,0,0,40,0,0,"$10,000 - $30,000",Silent (74-91),White only,Very good,5-5.5 feet,140-160,Some High School,,0,270,720,320,0,0,130
+,2022,2.02206E+13,3933,South,Mississippi,45000,"House, apartment, flat",1,1,16484865,54,Female,White only,Divorced,"Native, born in United States",Good,67,330,51.7,High school graduate - GED,Ninth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,60,0,105,0,0,60,0,595,0,0,0,0,0,10,0,465,"$30,000 - $50,000",Boomers (55-73),White only,Good,5.5-6 feet,>300,Graduated High School,,465,60,700,0,0,0,70
+,2022,2.02206E+13,3934,Midwest,Missouri,87500,"House, apartment, flat",1,1,17901575,32,Female,White only,Married - spouse present,"Native, born in United States",Poor,64,163,28,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,100,0,0,65,0,600,0,0,135,60,0,0,0,390,"$75,000 - $100,000",Millennials (23-38),White only,Poor,5-5.5 feet,160-180,Bachelor's Degree,,390,65,700,195,0,0,0
+,2022,2.02206E+13,3935,West,Arizona,87500,"House, apartment, flat",1,1,22937070,16,Female,"American Indian, Alaskan Native",Never married,"Native, born in United States",NIU (Not in universe),,9999,999,7th or 8th grade,Seventh through eighth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,75,0,615,0,80,140,0,0,40,90,340,"$75,000 - $100,000",Generation Z (7-22),"American Indian, Alaskan Native","Other (Refused, Dont know, NIU)",,>300,Middle School or Less,,340,75,675,220,0,90,40
+,2022,2.02206E+13,3936,South,Texas,200000,"House, apartment, flat",1,1,9667493,41,Female,Asian only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Excellent,61,130,24.6,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,10,155,150,0,0,255,0,565,0,0,120,60,0,125,0,0,"$150,000 and over",Generation X (39-54),Asian only,Excellent,5-5.5 feet,120-140,Master's or Doctoral Degree,,0,255,715,180,0,0,290
+,2022,2.02206E+13,3937,South,Alabama,55000,"House, apartment, flat",1,1,11083745,52,Female,White only,Divorced,"Native, born in United States",Good,69,200,29.5,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,15,0,0,60,0,600,0,0,60,0,0,140,0,565,"$50,000 - $75,000",Generation X (39-54),White only,Good,5.5-6 feet,200-300,Master's or Doctoral Degree,,565,60,615,60,0,0,140
+,2022,2.02206E+13,3938,Northeast,Massachusetts,200000,"House, apartment, flat",1,1,8207963,35,Male,White only,Married - spouse present,"Native, born in United States",Excellent,72,170,23.1,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,30,0,660,0,0,0,0,0,60,0,630,"$150,000 and over",Millennials (23-38),White only,Excellent,6-6.5 feet,160-180,Master's or Doctoral Degree,,630,30,660,0,0,0,60
+,2022,2.02206E+13,3939,South,Virginia,200000,"House, apartment, flat",1,1,4556255,36,Male,White only,Married - spouse present,"Native, born in United States",Very good,72,220,29.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,110,0,5,115,0,0,132,0,640,0,0,148,210,30,5,0,45,"$150,000 and over",Millennials (23-38),White only,Very good,6-6.5 feet,200-300,Bachelor's Degree,,45,132,755,358,0,0,150
+,2022,2.02206E+13,3940,South,Tennessee,45000,"House, apartment, flat",1,1,7282727,29,Male,White only,Married - spouse present,"Native, born in United States",Good,75,288,36,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,110,120,0,0,65,0,600,0,0,525,0,0,20,0,0,"$30,000 - $50,000",Millennials (23-38),White only,Good,6-6.5 feet,200-300,Bachelor's Degree,,0,65,720,525,0,0,130
+,2022,2.02206E+13,3941,Midwest,Wisconsin,45000,"House, apartment, flat",1,1,16639873,62,Female,White only,Married - spouse present,"Native, born in United States",Excellent,63,115,20.4,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,25,0,0,210,0,480,0,0,616,45,0,0,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Excellent,5-5.5 feet,100-120,Graduated High School,,0,210,505,661,0,0,0
+,2022,2.02206E+13,3942,South,Oklahoma,45000,"House, apartment, flat",1,1,3403192,77,Male,White only,Married - spouse present,"Native, born in United States",Fair,70,210,30.1,11th grade,Eleventh grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,25,0,0,30,0,495,0,0,890,0,0,0,0,0,"$30,000 - $50,000",Silent (74-91),White only,Fair,5.5-6 feet,200-300,Some High School,,0,30,520,890,0,0,0
+,2022,2.02206E+13,3943,West,California,87500,"House, apartment, flat",1,1,5018632,45,Male,Asian only,Married - spouse present,"Native, born abroad of American parent or parents",NIU (Not in universe),,9999,999,Some college but no degree,College--three years,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,200,0,159,91,0,0,35,0,670,0,0,134,0,0,120,0,30,"$75,000 - $100,000",Generation X (39-54),Asian only,"Other (Refused, Dont know, NIU)",,>300,Some College,,30,35,761,134,0,0,479
+,2022,2.02206E+13,3944,Midwest,Wisconsin,22500,"House, apartment, flat",1,1,17758809,52,Male,White only,Divorced,"Native, born in United States",Very good,73,187,24.7,Some college but no degree,College--three years,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,20,0,0,130,0,1000,0,0,110,120,60,0,0,0,"$10,000 - $30,000",Generation X (39-54),White only,Very good,6-6.5 feet,180-200,Some College,,0,130,1020,230,0,0,60
+,2022,2.02206E+13,3945,West,New Mexico,8750,"House, apartment, flat",1,1,11246341,17,Male,White only,Married - spouse absent,"Native, born in United States",Fair,71,150,20.9,10th grade,Tenth grade,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,0,0,630,0,0,675,90,0,0,0,0,"Less than $10,000",Generation Z (7-22),White only,Fair,5.5-6 feet,140-160,Some High School,,0,0,675,765,0,0,0
+,2022,2.02206E+13,3946,West,Hawaii,200000,"House, apartment, flat",1,1,5266854,71,Male,Asian only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Fair,66,200,32.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,90,90,0,0,160,0,480,0,70,505,0,0,45,0,0,"$150,000 and over",Boomers (55-73),Asian only,Fair,5.5-6 feet,200-300,Bachelor's Degree,,0,160,570,575,0,0,135
+,2022,2.02206E+13,3947,Northeast,Pennsylvania,55000,"House, apartment, flat",1,1,7885681,76,Male,White only,Married - spouse present,"Native, born in United States",Very good,67,184,28.8,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,130,90,0,0,275,0,660,0,0,130,0,0,155,0,0,"$50,000 - $75,000",Silent (74-91),White only,Very good,5.5-6 feet,180-200,Master's or Doctoral Degree,,0,275,750,130,0,0,285
+,2022,2.02206E+13,3948,West,Utah,125000,"House, apartment, flat",1,1,4221423,33,Male,White only,Married - spouse present,"Native, born in United States",Good,72,230,31.2,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,45,0,30,120,0,0,0,0,810,0,120,120,0,0,195,0,0,"$100,000 - $150,000",Millennials (23-38),White only,Good,6-6.5 feet,200-300,Some College,,0,0,930,240,0,0,270
+,2022,2.02206E+13,3949,South,Florida,11250,"House, apartment, flat",1,1,2566120,69,Female,White only,Widowed,"Native, born in Puerto Rico or U.S. Outlying Area",Fair,62,121,22.1,11th grade,Eleventh grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,20,0,0,0,0,1330,0,60,0,0,30,0,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Fair,5-5.5 feet,120-140,Some High School,,0,0,1350,60,0,0,30
+,2022,2.02206E+13,3950,South,Tennessee,200000,"House, apartment, flat",1,1,9053852,80,Male,White only,Married - spouse present,"Native, born in United States",Very good,68,166,25.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,35,0,40,0,0,55,0,754,90,0,180,0,0,157,4,0,"$150,000 and over",Silent (74-91),White only,Very good,5.5-6 feet,160-180,Bachelor's Degree,,0,55,884,180,0,4,192
+,2022,2.02206E+13,3951,South,Georgia,67500,"House, apartment, flat",1,1,6710503,46,Female,White only,Married - spouse present,"Native, born in United States",Good,69,280,41.3,10th grade,Tenth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,30,0,0,40,0,0,170,0,780,0,0,410,0,0,10,0,0,"$50,000 - $75,000",Generation X (39-54),White only,Good,5.5-6 feet,200-300,Some High School,,0,170,820,410,0,0,40
+,2022,2.02206E+13,3952,South,Virginia,2500,"House, apartment, flat",1,1,1812098,80,Female,Black only,Divorced,"Native, born in United States",Good,70,170,24.4,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,20,0,0,0,0,480,0,0,835,0,0,0,0,0,"Less than $10,000",Silent (74-91),Black only,Good,5.5-6 feet,160-180,Master's or Doctoral Degree,,0,0,500,835,0,0,0
+,2022,2.02206E+13,3953,Midwest,Kansas,87500,"House, apartment, flat",1,1,3238655,42,Male,White only,Married - spouse present,"Native, born in United States",Very good,75,185,23.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,185,0,80,35,0,0,190,0,540,0,0,372,0,0,38,0,0,"$75,000 - $100,000",Generation X (39-54),White only,Very good,6-6.5 feet,180-200,Bachelor's Degree,,0,190,575,372,0,0,303
+,2022,2.02206E+13,3954,South,Tennessee,32500,"House, apartment, flat",1,1,3369718,71,Male,White only,Divorced,"Native, born in United States",Very good,73,150,19.8,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,75,50,240,0,65,0,591,0,2,242,40,60,75,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Very good,6-6.5 feet,140-160,Master's or Doctoral Degree,,0,65,641,284,240,0,210
+,2022,2.02206E+13,3955,South,Virginia,200000,"House, apartment, flat",1,1,14862004,46,Female,White only,Married - spouse present,"Native, born in United States",Excellent,66,160,25.8,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,115,0,0,135,0,535,0,0,75,0,0,17,0,480,"$150,000 and over",Generation X (39-54),White only,Excellent,5.5-6 feet,160-180,Master's or Doctoral Degree,,480,135,650,75,0,0,17
+,2022,2.02206E+13,3956,South,South Carolina,45000,"House, apartment, flat",1,1,9996258,79,Male,White only,Widowed,"Native, born in United States",Very good,69,150,22.1,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,15,0,0,540,0,525,0,0,360,0,0,0,0,0,"$30,000 - $50,000",Silent (74-91),White only,Very good,5.5-6 feet,140-160,Graduated High School,,0,540,540,360,0,0,0
+,2022,2.02206E+13,3957,Midwest,Minnesota,55000,"House, apartment, flat",1,1,15072963,32,Male,Black only,Never married,"Native, born in United States",Excellent,72,200,27.1,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,Has mobility limitation,No physical difficulty,Has difficulty remembering,0,0,130,25,0,0,110,0,525,0,0,462,0,0,48,0,20,"$50,000 - $75,000",Millennials (23-38),Black only,Excellent,6-6.5 feet,200-300,Some College,,20,110,550,462,0,0,178
+,2022,2.02206E+13,3958,South,Mississippi,8750,Mobile home or trailer with no permanent room added,1,1,13140480,58,Male,Black only,Divorced,"Native, born in United States",Fair,67,290,45.4,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,10,0,0,0,0,520,0,0,850,60,0,0,0,0,"Less than $10,000",Boomers (55-73),Black only,Fair,5.5-6 feet,200-300,Graduated High School,,0,0,530,910,0,0,0
+,2022,2.02206E+13,3959,South,Texas,125000,"House, apartment, flat",1,1,5816064,56,Male,White only,Never married,"Native, born in United States",Good,72,270,36.6,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,15,0,0,0,0,695,0,0,660,30,0,10,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Good,6-6.5 feet,200-300,Master's or Doctoral Degree,,0,0,710,690,0,0,40
+,2022,2.02206E+13,3960,South,Texas,67500,"House, apartment, flat",1,1,9672429,85,Female,White only,Married - spouse present,"Native, born in United States",Very good,65,130,21.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,130,0,0,345,0,630,0,30,305,0,0,0,0,0,"$50,000 - $75,000",Silent (74-91),White only,Very good,5-5.5 feet,120-140,Bachelor's Degree,,0,345,760,335,0,0,0
+,2022,2.02206E+13,3961,South,Virginia,200000,"House, apartment, flat",1,1,8019860,61,Male,White only,Married - spouse present,"Native, born in United States",Good,71,230,32.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,60,90,60,0,0,180,0,480,0,0,450,90,0,30,0,0,"$150,000 and over",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Bachelor's Degree,,0,180,540,540,0,0,180
+,2022,2.02206E+13,3962,West,Nevada,55000,"House, apartment, flat",1,1,14883693,54,Female,White only,Married - spouse absent,"Native, born in United States",Very good,71,227,31.7,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,40,35,0,0,151,0,636,0,0,548,0,30,0,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Very good,5.5-6 feet,200-300,Master's or Doctoral Degree,,0,151,671,548,0,0,70
+,2022,2.02206E+13,3963,Northeast,Massachusetts,2500,"House, apartment, flat",1,1,3436038,57,Male,Black only,Divorced,"Native, born in United States",Good,73,255,33.6,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,40,60,0,0,38,0,385,0,2,670,0,0,245,0,0,"Less than $10,000",Boomers (55-73),Black only,Good,6-6.5 feet,200-300,Some College,,0,38,445,672,0,0,285
+,2022,2.02206E+13,3964,Midwest,Minnesota,27500,"House, apartment, flat",1,1,5328560,67,Male,White only,Married - spouse present,"Native, born in United States",Good,72,210,28.5,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,10,0,0,0,0,465,0,0,685,240,0,40,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Good,6-6.5 feet,200-300,Graduated High School,,0,0,475,925,0,0,40
+,2022,2.02206E+13,3965,West,Colorado,87500,"House, apartment, flat",1,1,6001189,40,Male,White only,Married - spouse present,"Native, born in United States",Good,69,195,28.8,11th grade,Eleventh grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,90,0,0,0,0,360,0,0,240,370,0,10,0,360,"$75,000 - $100,000",Generation X (39-54),White only,Good,5.5-6 feet,180-200,Some High School,,360,0,450,610,0,0,20
+,2022,2.02206E+13,3966,Midwest,Iowa,67500,"House, apartment, flat",1,1,8532136,77,Female,White only,Widowed,"Native, born in United States",Good,59,220,44.4,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,20,0,0,35,0,402,0,0,983,0,0,0,0,0,"$50,000 - $75,000",Silent (74-91),White only,Good,0-5 feet,200-300,Graduated High School,,0,35,422,983,0,0,0
+,2022,2.02206E+13,3967,West,California,87500,"House, apartment, flat",1,1,9344680,63,Female,Asian only,Divorced,"Foreign born, U.S. citizen by naturalization",Very good,63,120,21.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,65,110,0,45,0,505,0,0,80,0,0,160,0,475,"$75,000 - $100,000",Boomers (55-73),Asian only,Very good,5-5.5 feet,120-140,Bachelor's Degree,,475,45,570,80,110,0,160
+,2022,2.02206E+13,3968,Midwest,Nebraska,87500,"House, apartment, flat",1,1,5953702,63,Female,White only,Married - spouse present,"Native, born in United States",Good,73,214,28.2,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,92,170,65,0,0,330,0,343,0,0,150,0,0,290,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Good,6-6.5 feet,200-300,Graduated High School,,0,330,408,150,0,0,552
+,2022,2.02206E+13,3969,West,Washington,125000,"House, apartment, flat",1,1,9022040,58,Male,White only,Married - spouse present,"Native, born in United States",Fair,64,114,19.6,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,200,0,0,196,0,600,0,0,60,0,0,120,0,264,"$100,000 - $150,000",Boomers (55-73),White only,Fair,5-5.5 feet,100-120,Some College,,264,196,800,60,0,0,120
+,2022,2.02206E+13,3970,West,California,125000,"House, apartment, flat",1,1,7106892,34,Male,White-Black,Married - spouse present,"Native, born in United States",Good,73,210,27.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,150,0,0,100,0,0,60,0,555,0,0,80,0,0,0,0,450,"$100,000 - $150,000",Millennials (23-38),Mixed,Good,6-6.5 feet,200-300,Bachelor's Degree,,450,60,655,80,0,0,150
+,2022,2.02206E+13,3971,West,Arizona,87500,"House, apartment, flat",1,1,7750833,85,Male,White only,Divorced,"Native, born in United States",Very good,70,180,25.8,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,45,0,0,300,0,515,80,0,345,0,30,65,0,0,"$75,000 - $100,000",Silent (74-91),White only,Very good,5.5-6 feet,180-200,Master's or Doctoral Degree,,0,300,640,345,0,0,155
+,2022,2.02206E+13,3972,South,Georgia,32500,"House, apartment, flat",1,1,6317164,23,Male,White only,Married - spouse present,"Native, born in United States",NIU (Not in universe),,9999,999,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,95,0,0,65,0,0,55,0,660,0,0,30,0,0,20,0,515,"$30,000 - $50,000",Millennials (23-38),White only,"Other (Refused, Dont know, NIU)",,>300,Some College,,515,55,725,30,0,0,115
+,2022,2.02206E+13,3973,West,Colorado,200000,"House, apartment, flat",1,1,12457478,32,Male,Asian only,Married - spouse present,"Foreign born, not a U.S. citizen",Good,67,143,22.4,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,20,0,520,0,0,140,135,0,50,0,455,"$150,000 and over",Millennials (23-38),Asian only,Good,5.5-6 feet,140-160,Master's or Doctoral Degree,,455,20,640,275,0,0,50
+,2022,2.02206E+13,3974,Midwest,Michigan,200000,"House, apartment, flat",1,1,11838996,36,Female,White only,Married - spouse present,"Native, born in United States",Excellent,65,126,21,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,45,0,0,15,0,0,140,0,605,0,0,60,0,0,95,0,480,"$150,000 and over",Millennials (23-38),White only,Excellent,5-5.5 feet,120-140,Bachelor's Degree,,480,140,620,60,0,0,140
+,2022,2.02206E+13,3975,South,Oklahoma,32500,"House, apartment, flat",1,1,5406687,35,Male,Asian only,Married - spouse present,"Foreign born, not a U.S. citizen",Good,65,180,30,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,20,0,558,0,0,198,0,0,44,0,575,"$30,000 - $50,000",Millennials (23-38),Asian only,Good,5-5.5 feet,180-200,Graduated High School,,575,20,603,198,0,0,44
+,2022,2.02206E+13,3976,West,Utah,27500,"House, apartment, flat",1,1,1707972,75,Female,White only,Divorced,"Native, born in United States",Very good,62,180,32.9,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,330,0,630,0,0,408,0,0,12,0,0,"$10,000 - $30,000",Silent (74-91),White only,Very good,5-5.5 feet,180-200,Some College,,0,330,690,408,0,0,12
+,2022,2.02206E+13,3977,West,California,200000,"House, apartment, flat",1,1,13571597,40,Male,White only,Married - spouse present,"Native, born in United States",Very good,73,200,26.4,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,110,0,4,60,0,0,95,0,461,0,0,150,20,0,20,0,520,"$150,000 and over",Generation X (39-54),White only,Very good,6-6.5 feet,200-300,Master's or Doctoral Degree,,520,95,521,170,0,0,134
+,2022,2.02206E+13,3978,Midwest,Indiana,125000,"House, apartment, flat",1,1,6006635,46,Male,White only,Married - spouse present,"Native, born in United States",Very good,72,180,24.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,125,0,0,0,0,540,0,0,0,0,0,70,135,495,"$100,000 - $150,000",Generation X (39-54),White only,Very good,6-6.5 feet,180-200,Bachelor's Degree,,495,0,665,0,0,135,70
+,2022,2.02206E+13,3979,South,North Carolina,87500,"House, apartment, flat",1,1,4015894,64,Female,White only,Married - spouse present,"Native, born in United States",Very good,63,150,26.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,20,0,0,0,0,800,0,90,420,75,0,25,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Very good,5-5.5 feet,140-160,Bachelor's Degree,,0,0,820,585,0,0,35
+,2022,2.02206E+13,3980,Midwest,Iowa,22500,"House, apartment, flat",1,1,6768543,31,Female,White only,Divorced,"Native, born in United States",Excellent,61,120,22.7,High school graduate - GED,Tenth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,130,0,20,60,0,0,65,55,600,0,90,75,0,0,50,0,265,"$10,000 - $30,000",Millennials (23-38),White only,Excellent,5-5.5 feet,120-140,Graduated High School,,265,120,660,165,0,0,200
+,2022,2.02206E+13,3981,South,Texas,67500,"House, apartment, flat",1,1,11949190,23,Male,White only,Never married,"Native, born in United States",Good,63,190,33.7,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,15,0,60,0,0,2,0,585,0,0,658,0,0,120,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Good,5-5.5 feet,180-200,Graduated High School,,0,2,645,658,0,0,135
+,2022,2.02206E+13,3982,South,Georgia,55000,"House, apartment, flat",1,1,16766554,29,Male,White only,Married - spouse present,"Native, born in United States",Excellent,70,200,28.7,Associate degree - occupational vocational,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,50,0,0,60,0,555,0,30,120,60,0,30,0,535,"$50,000 - $75,000",Millennials (23-38),White only,Excellent,5.5-6 feet,200-300,Associate Degree,,535,60,605,210,0,0,30
+,2022,2.02206E+13,3983,West,California,200000,"House, apartment, flat",1,1,23526955,58,Female,White only,Married - spouse present,"Native, born in United States",Very good,60,118,23,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,205,0,60,0,0,275,0,570,0,0,305,0,0,25,0,0,"$150,000 and over",Boomers (55-73),White only,Very good,5-5.5 feet,100-120,Graduated High School,,0,275,630,305,0,0,230
+,2022,2.02206E+13,3984,Midwest,Illinois,200000,"House, apartment, flat",1,1,13257609,32,Female,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Good,64,158,27.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,285,0,0,90,0,0,330,0,550,0,0,140,45,0,0,0,0,"$150,000 and over",Millennials (23-38),White only,Good,5-5.5 feet,140-160,Bachelor's Degree,,0,330,640,185,0,0,285
+,2022,2.02206E+13,3985,West,California,32500,"House, apartment, flat",1,1,8602811,80,Male,White only,Married - spouse present,"Native, born in United States",Very good,72,219,29.7,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,Has physical difficulty,Has difficulty remembering,0,0,10,75,0,0,195,155,510,0,0,442,0,0,53,0,0,"$30,000 - $50,000",Silent (74-91),White only,Very good,6-6.5 feet,200-300,Some College,,0,350,585,442,0,0,63
+,2022,2.02206E+13,3986,South,North Carolina,22500,"House, apartment, flat",1,1,7088515,85,Female,White only,Widowed,"Native, born in United States",Fair,59,118,23.8,Associate degree - academic program,College--four years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,No difficulty remembering,0,3,0,55,0,0,121,0,906,0,0,255,0,90,10,0,0,"$10,000 - $30,000",Silent (74-91),White only,Fair,0-5 feet,100-120,Associate Degree,,0,121,961,255,0,0,103
+,2022,2.02206E+13,3987,Northeast,Pennsylvania,67500,"House, apartment, flat",1,1,13946704,78,Female,White only,Married - spouse present,"Native, born in United States",Excellent,64,155,26.6,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,60,0,120,0,0,150,0,630,0,0,430,20,0,30,0,0,"$50,000 - $75,000",Silent (74-91),White only,Excellent,5-5.5 feet,140-160,Graduated High School,,0,150,750,450,0,0,90
+,2022,2.02206E+13,3988,Northeast,Pennsylvania,67500,"House, apartment, flat",1,1,7608749,67,Female,White only,Married - spouse present,"Native, born in United States",Good,61,160,30.2,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,65,0,0,515,0,570,0,0,290,0,0,0,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Good,5-5.5 feet,160-180,Graduated High School,,0,515,635,290,0,0,0
+,2022,2.02206E+13,3989,West,California,45000,"House, apartment, flat",1,1,9686209,53,Female,"American Indian, Alaskan Native",Married - spouse present,"Native, born in United States",Good,59,195,39.4,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,30,0,585,0,0,300,0,0,30,0,465,"$30,000 - $50,000",Generation X (39-54),"American Indian, Alaskan Native",Good,0-5 feet,180-200,Graduated High School,,465,30,615,300,0,0,30
+,2022,2.02206E+13,3990,Northeast,Maine,87500,"House, apartment, flat",1,1,40252193,15,Female,White only,Never married,"Native, born in United States",Fair,64,105,18,9th grade,Ninth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,10,0,0,60,60,0,15,0,295,0,0,965,0,15,20,0,0,"$75,000 - $100,000",Generation Z (7-22),White only,Fair,5-5.5 feet,100-120,Some High School,,0,15,355,965,60,0,45
+,2022,2.02206E+13,3991,West,Washington,17500,"House, apartment, flat",1,1,2523000,76,Female,White only,Divorced,"Native, born in United States",Very good,62,165,30.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,75,0,540,0,0,415,60,0,0,0,350,"$10,000 - $30,000",Silent (74-91),White only,Very good,5-5.5 feet,160-180,Bachelor's Degree,,350,75,540,475,0,0,0
+,2022,2.02206E+13,3992,West,Washington,67500,"House, apartment, flat",1,1,6646618,77,Female,White only,Married - spouse present,"Native, born in United States",Very good,68,180,27.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,150,0,0,160,0,570,75,0,335,0,0,90,0,0,"$50,000 - $75,000",Silent (74-91),White only,Very good,5.5-6 feet,180-200,Bachelor's Degree,,0,160,795,335,0,0,150
+,2022,2.02206E+13,3993,West,New Mexico,87500,"House, apartment, flat",1,1,5799662,56,Female,White only,Married - spouse present,"Native, born in United States",Good,63,140,24.8,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,11,0,0,20,0,0,390,0,750,0,0,269,0,0,0,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Good,5-5.5 feet,140-160,Graduated High School,,0,390,770,269,0,0,11
+,2022,2.02206E+13,3994,Midwest,Missouri,2500,"House, apartment, flat",1,1,21079075,16,Female,White only,Never married,"Native, born in United States",Good,62,9997,998,9th grade,Ninth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,405,50,0,0,10,0,800,0,0,150,0,0,25,0,0,"Less than $10,000",Generation Z (7-22),White only,Good,5-5.5 feet,>300,Some High School,,0,10,850,150,0,0,430
+,2022,2.02206E+13,3995,South,Texas,125000,"House, apartment, flat",1,1,4970320,63,Female,White only,Widowed,"Native, born in United States",Very good,66,198,32,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,45,50,0,0,245,90,615,0,0,270,0,0,125,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Very good,5.5-6 feet,180-200,Some College,,0,335,665,270,0,0,170
+,2022,2.02206E+13,3996,South,North Carolina,200000,"House, apartment, flat",1,1,18231144,30,Male,White only,Divorced,"Native, born in United States",Excellent,68,185,28.1,High school graduate - diploma,Twelfth grade,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,53,20,0,0,20,0,420,0,0,223,0,0,44,0,660,"$150,000 and over",Millennials (23-38),White only,Excellent,5.5-6 feet,180-200,Graduated High School,,660,20,440,223,0,0,97
+,2022,2.02206E+13,3997,West,Washington,55000,"House, apartment, flat",1,1,3312704,70,Female,White only,Widowed,"Native, born in United States",Very good,61,113,21.3,Associate degree - occupational vocational,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,45,0,0,30,0,0,435,0,630,0,0,210,0,0,0,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Very good,5-5.5 feet,100-120,Associate Degree,,0,435,660,210,0,0,45
+,2022,2.02206E+13,3998,Midwest,Nebraska,45000,"House, apartment, flat",1,1,3247903,80,Male,White only,Married - spouse present,"Native, born in United States",Good,70,200,28.7,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,0,0,1260,0,0,60,0,0,0,0,0,"$30,000 - $50,000",Silent (74-91),White only,Good,5.5-6 feet,200-300,Graduated High School,,0,0,1380,60,0,0,0
+,2022,2.02206E+13,3999,Midwest,Illinois,13750,"House, apartment, flat",1,1,10913054,71,Female,Black only,Divorced,"Foreign born, U.S. citizen by naturalization",NIU (Not in universe),,9999,999,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,0,0,660,0,0,490,170,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),Black only,"Other (Refused, Dont know, NIU)",,>300,Graduated High School,,0,0,780,660,0,0,0
+,2022,2.02206E+13,4000,Northeast,New Jersey,125000,"House, apartment, flat",1,1,8947606,85,Male,White only,Widowed,"Native, born in United States",Very good,73,200,26.4,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,120,0,555,0,0,705,0,0,0,0,0,"$100,000 - $150,000",Silent (74-91),White only,Very good,6-6.5 feet,200-300,Master's or Doctoral Degree,,0,120,615,705,0,0,0
+,2022,2.02206E+13,4001,West,California,125000,"House, apartment, flat",1,1,10797345,30,Male,White only,Never married,"Native, born in United States",Very good,70,160,23,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,0,0,420,0,0,270,0,0,90,0,600,"$100,000 - $150,000",Millennials (23-38),White only,Very good,5.5-6 feet,160-180,Bachelor's Degree,,600,0,480,270,0,0,90
+,2022,2.02206E+13,4002,Northeast,Massachusetts,37500,"House, apartment, flat",1,1,10632195,78,Female,White only,Married - spouse present,"Native, born in United States",Fair,63,145,25.7,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,80,0,60,190,0,0,250,0,400,0,0,240,60,90,70,0,0,"$30,000 - $50,000",Silent (74-91),White only,Fair,5-5.5 feet,140-160,Graduated High School,,0,250,590,300,0,0,300
+,2022,2.02206E+13,4003,Northeast,New York,67500,"House, apartment, flat",1,1,14252526,25,Female,White only,Never married,"Native, born in United States",Excellent,64,125,21.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,50,0,0,90,0,620,0,0,75,105,0,20,0,480,"$50,000 - $75,000",Millennials (23-38),White only,Excellent,5-5.5 feet,120-140,Bachelor's Degree,,480,90,670,180,0,0,20
+,2022,2.02206E+13,4004,South,Texas,67500,"House, apartment, flat",1,1,32926476,50,Female,White only,Never married,"Foreign born, U.S. citizen by naturalization",Fair,62,200,36.6,9th grade,Ninth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,35,0,0,595,0,390,0,0,420,0,0,0,0,0,"$50,000 - $75,000",Generation X (39-54),White only,Fair,5-5.5 feet,200-300,Some High School,,0,595,425,420,0,0,0
+,2022,2.02206E+13,4005,Midwest,Ohio,37500,"House, apartment, flat",1,1,12973507,85,Female,White only,Married - spouse present,"Native, born in United States",Fair,63,147,26,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,110,0,0,260,0,555,0,0,515,0,0,0,0,0,"$30,000 - $50,000",Silent (74-91),White only,Fair,5-5.5 feet,140-160,Graduated High School,,0,260,665,515,0,0,0
+,2022,2.02206E+13,4006,West,California,200000,"House, apartment, flat",1,1,2989415,65,Female,White only,Divorced,"Native, born in United States",Good,64,140,24,Some college but no degree,College--three years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,80,20,0,0,625,0,680,0,0,0,0,0,35,0,0,"$150,000 and over",Boomers (55-73),White only,Good,5-5.5 feet,140-160,Some College,,0,625,700,0,0,0,115
+,2022,2.02206E+13,4007,Northeast,New York,125000,"House, apartment, flat",1,1,6953801,53,Male,White only,Married - spouse present,"Native, born in United States",Very good,73,190,25.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,330,0,0,75,0,0,61,0,500,0,0,225,0,0,140,109,0,"$100,000 - $150,000",Generation X (39-54),White only,Very good,6-6.5 feet,180-200,Bachelor's Degree,,0,61,575,225,0,109,470
+,2022,2.02206E+13,4008,Northeast,Pennsylvania,55000,"House, apartment, flat",1,1,6669155,61,Female,White only,Married - spouse present,"Native, born in United States",Fair,61,175,33.1,High school graduate - diploma,Twelfth grade,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,25,20,0,0,40,0,520,0,0,412,0,0,63,0,360,"$50,000 - $75,000",Boomers (55-73),White only,Fair,5-5.5 feet,160-180,Graduated High School,,360,40,540,412,0,0,88
+,2022,2.02206E+13,4009,West,California,125000,"House, apartment, flat",1,1,11701869,25,Male,"American Indian, Alaskan Native",Never married,"Native, born in United States",Fair,70,340,48.8,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,2,20,0,0,30,0,480,0,0,848,0,0,0,0,0,"$100,000 - $150,000",Millennials (23-38),"American Indian, Alaskan Native",Fair,5.5-6 feet,>300,Some College,,0,30,500,848,0,0,2
+,2022,2.02206E+13,4010,South,North Carolina,45000,"House, apartment, flat",1,1,4049040,57,Female,White only,Divorced,"Native, born in United States",Very good,67,165,25.8,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,35,60,0,140,0,635,0,0,340,60,0,130,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Very good,5.5-6 feet,160-180,Master's or Doctoral Degree,,0,140,670,400,60,0,140
+,2022,2.02206E+13,4011,South,South Carolina,125000,"House, apartment, flat",1,1,8058691,68,Male,White only,Married - spouse present,"Native, born in United States",Excellent,71,210,29.3,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,105,0,20,30,0,585,0,30,85,0,0,105,0,480,"$100,000 - $150,000",Boomers (55-73),White only,Excellent,5.5-6 feet,200-300,Some College,,480,30,690,115,0,0,125
+,2022,2.02206E+13,4012,Northeast,Pennsylvania,11250,"House, apartment, flat",1,1,3684648,65,Female,White only,Never married,"Native, born in United States",Good,65,110,18.3,Associate degree - occupational vocational,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,45,50,0,0,230,0,650,0,60,280,0,60,65,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Good,5-5.5 feet,100-120,Associate Degree,,0,230,700,340,0,0,170
+,2022,2.02206E+13,4013,South,Tennessee,32500,"House, apartment, flat",1,1,3573155,42,Male,White only,Never married,"Foreign born, not a U.S. citizen",Good,72,187,25.4,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,30,0,600,0,0,360,300,0,120,0,0,"$30,000 - $50,000",Generation X (39-54),White only,Good,6-6.5 feet,180-200,Master's or Doctoral Degree,,0,30,630,660,0,0,120
+,2022,2.02206E+13,4014,West,Oregon,67500,"House, apartment, flat",1,1,7737701,32,Male,White only,Never married,"Native, born in United States",NIU (Not in universe),,9999,998,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,50,0,0,25,0,458,0,0,300,0,0,52,0,520,"$50,000 - $75,000",Millennials (23-38),White only,"Other (Refused, Dont know, NIU)",,>300,Bachelor's Degree,,520,25,508,300,0,0,52
+,2022,2.02206E+13,4015,West,California,67500,"House, apartment, flat",1,1,2847584,78,Female,Asian only,Married - spouse present,"Native, born abroad of American parent or parents",Fair,62,110,20.1,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,120,15,70,0,0,75,0,675,0,0,375,0,0,110,0,0,"$50,000 - $75,000",Silent (74-91),Asian only,Fair,5-5.5 feet,100-120,Associate Degree,,0,75,745,375,0,0,245
+,2022,2.02206E+13,4016,Northeast,Massachusetts,200000,"House, apartment, flat",1,1,13113397,67,Female,White only,Married - spouse present,"Native, born in United States",Excellent,64,122,20.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,35,0,0,475,0,535,0,0,140,225,0,20,0,0,"$150,000 and over",Boomers (55-73),White only,Excellent,5-5.5 feet,120-140,Bachelor's Degree,,0,475,570,365,0,0,20
+,2022,2.02206E+13,4017,Northeast,New York,2500,"House, apartment, flat",1,1,6056148,36,Male,White only,Never married,"Native, born in United States",Fair,68,190,28.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,Has difficulty remembering,0,0,45,255,273,0,30,0,410,0,0,0,0,0,417,0,0,"Less than $10,000",Millennials (23-38),White only,Fair,5.5-6 feet,180-200,Bachelor's Degree,,0,30,665,0,273,0,462
+,2022,2.02206E+13,4018,Northeast,Pennsylvania,45000,"House, apartment, flat",1,1,17369597,17,Male,White only,Never married,"Native, born in United States",Excellent,,9996,998,10th grade,Tenth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,1,62,0,30,0,120,0,700,0,60,133,225,0,79,30,0,"$30,000 - $50,000",Generation Z (7-22),White only,Excellent,,>300,Some High School,,0,120,700,418,30,30,142
+,2022,2.02206E+13,4019,West,Washington,17500,"House, apartment, flat",1,1,4374009,66,Male,White only,Married - spouse present,"Native, born in United States",Very good,71,230,32.1,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,180,0,0,60,0,690,0,0,450,0,0,60,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Very good,5.5-6 feet,200-300,Graduated High School,,0,60,870,450,0,0,60
+,2022,2.02206E+13,4020,Midwest,Minnesota,87500,"House, apartment, flat",1,1,2389760,77,Female,White only,Divorced,"Native, born in United States",Good,64,160,27.5,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,0,0,780,0,0,630,0,0,30,0,0,"$75,000 - $100,000",Silent (74-91),White only,Good,5-5.5 feet,160-180,Master's or Doctoral Degree,,0,0,780,630,0,0,30
+,2022,2.02206E+13,4021,Northeast,Vermont,125000,"House, apartment, flat",1,1,18220542,33,Male,White only,Married - spouse present,"Native, born in United States",Fair,72,265,35.9,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,140,0,0,105,0,0,220,0,495,285,0,75,0,0,120,0,0,"$100,000 - $150,000",Millennials (23-38),White only,Fair,6-6.5 feet,200-300,Graduated High School,,0,220,885,75,0,0,260
+,2022,2.02206E+13,4022,South,Kentucky,67500,"House, apartment, flat",1,1,6683825,31,Male,White only,Married - spouse present,"Native, born in United States",Very good,72,157,21.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,65,0,0,10,0,705,0,0,600,0,0,60,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Very good,6-6.5 feet,140-160,Bachelor's Degree,,0,10,770,600,0,0,60
+,2022,2.02206E+13,4023,Midwest,Wisconsin,45000,"House, apartment, flat",1,1,4614270,57,Female,White only,Separated,"Native, born in United States",Good,61,195,36.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,28,12,0,0,13,0,590,0,60,434,121,39,67,0,76,"$30,000 - $50,000",Boomers (55-73),White only,Good,5-5.5 feet,180-200,Bachelor's Degree,,76,13,602,615,0,0,134
+,2022,2.02206E+13,4024,South,Texas,11250,"House, apartment, flat",1,1,9887134,62,Female,White only,Divorced,"Native, born in United States",Poor,66,154,24.9,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),Has vision difficulty,Has hearing difficulty,Has mobility limitation,Has physical difficulty,Has difficulty remembering,0,0,0,1,0,0,516,0,723,150,0,30,0,0,20,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Poor,5.5-6 feet,140-160,Some College,,0,516,874,30,0,0,20
+,2022,2.02206E+13,4025,West,Washington,67500,"House, apartment, flat",1,1,12522807,75,Female,White only,Married - spouse present,"Native, born in United States",Good,70,202,29,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,457,0,513,0,0,380,60,0,0,0,0,"$50,000 - $75,000",Silent (74-91),White only,Good,5.5-6 feet,200-300,Graduated High School,,0,457,543,440,0,0,0
+,2022,2.02206E+13,4026,West,Oregon,200000,"House, apartment, flat",1,1,10999134,40,Female,White only,Married - spouse present,"Native, born in United States",Very good,64,178,30.6,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,135,0,0,55,0,0,30,0,530,0,0,145,0,0,34,0,471,"$150,000 and over",Generation X (39-54),White only,Very good,5-5.5 feet,160-180,Master's or Doctoral Degree,,471,30,585,145,0,0,169
+,2022,2.02206E+13,4027,Midwest,Ohio,125000,"House, apartment, flat",1,1,5533902,66,Female,Black only,Never married,"Native, born in United States",Good,66,250,40.3,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,0,0,684,0,0,0,0,0,0,0,726,"$100,000 - $150,000",Boomers (55-73),Black only,Good,5.5-6 feet,200-300,Master's or Doctoral Degree,,726,0,714,0,0,0,0
+,2022,2.02206E+13,4028,West,California,87500,"House, apartment, flat",1,1,20454616,31,Male,Asian only,Never married,"Native, born in United States",Very good,71,200,27.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,67,90,0,0,0,505,0,0,300,15,0,0,0,463,"$75,000 - $100,000",Millennials (23-38),Asian only,Very good,5.5-6 feet,200-300,Bachelor's Degree,,463,0,572,315,90,0,0
+,2022,2.02206E+13,4029,South,Florida,32500,Mobile home or trailer with 1 or more rooms added,1,1,2485034,70,Female,White only,Widowed,"Native, born in United States",Good,63,170,30.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,25,0,115,0,0,390,0,585,0,0,226,0,45,54,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Good,5-5.5 feet,160-180,Bachelor's Degree,,0,390,700,226,0,0,124
+,2022,2.02206E+13,4030,South,Maryland,200000,"House, apartment, flat",1,1,21833492,71,Male,White only,Married - spouse present,"Native, born in United States",Very good,73,200,26.4,High school graduate - diploma,Twelfth grade,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,31,0,0,0,0,549,0,0,120,0,0,20,0,720,"$150,000 and over",Boomers (55-73),White only,Very good,6-6.5 feet,200-300,Graduated High School,,720,0,580,120,0,0,20
+,2022,2.02206E+13,4031,Northeast,New Jersey,27500,"House, apartment, flat",1,1,5429974,63,Male,Black only,Married - spouse absent,"Foreign born, not a U.S. citizen",Good,71,190,26.5,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,140,0,546,0,0,589,0,105,0,0,0,"$10,000 - $30,000",Boomers (55-73),Black only,Good,5.5-6 feet,180-200,Graduated High School,,0,140,606,589,0,0,105
+,2022,2.02206E+13,4032,Northeast,Pennsylvania,13750,"House, apartment, flat",1,1,11596672,59,Male,White only,Never married,"Native, born in United States",Very good,71,200,27.9,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,No physical difficulty,Has difficulty remembering,0,0,15,15,0,0,90,0,630,0,0,540,0,0,10,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Very good,5.5-6 feet,200-300,Graduated High School,,0,90,645,540,0,0,25
+,2022,2.02206E+13,4033,South,Virginia,67500,"House, apartment, flat",1,1,1575283,64,Female,White only,Divorced,"Native, born in Puerto Rico or U.S. Outlying Area",Fair,62,170,31.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,60,0,0,120,0,780,0,0,390,90,0,0,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Fair,5-5.5 feet,160-180,Bachelor's Degree,,0,120,840,480,0,0,0
+,2022,2.02206E+13,4034,West,Arizona,45000,"House, apartment, flat",1,1,7112109,76,Male,White only,Divorced,"Native, born in United States",Fair,68,290,44.1,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,0,0,0,20,0,505,0,0,915,0,0,0,0,0,"$30,000 - $50,000",Silent (74-91),White only,Fair,5.5-6 feet,200-300,Master's or Doctoral Degree,,0,20,505,915,0,0,0
+,2022,2.02206E+13,4035,Midwest,Michigan,22500,"House, apartment, flat",1,1,2577635,75,Female,White only,Divorced,"Native, born in United States",Excellent,69,340,50.2,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,95,0,0,235,0,611,0,0,357,0,0,43,89,0,"$10,000 - $30,000",Silent (74-91),White only,Excellent,5.5-6 feet,>300,Some College,,0,235,706,357,0,89,53
+,2022,2.02206E+13,4036,Midwest,Minnesota,87500,"House, apartment, flat",1,1,13638052,28,Male,White only,Married - spouse present,"Native, born in United States",Very good,68,260,39.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,0,0,440,0,0,0,140,0,160,0,640,"$75,000 - $100,000",Millennials (23-38),White only,Very good,5.5-6 feet,200-300,Bachelor's Degree,,640,0,500,140,0,0,160
+,2022,2.02206E+13,4037,South,Tennessee,125000,"House, apartment, flat",1,1,3982185,62,Female,White only,Married - spouse present,"Native, born in United States",Very good,68,9996,998,Associate degree - occupational vocational,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,10,0,220,120,0,0,125,0,584,0,0,260,0,0,121,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Very good,5.5-6 feet,>300,Associate Degree,,0,125,704,260,0,0,351
+,2022,2.02206E+13,4038,South,Texas,200000,"House, apartment, flat",1,1,16284122,40,Female,White only,Never married,"Native, born in United States",Very good,71,185,25.8,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,6,0,120,0,0,0,0,540,0,0,59,0,0,85,0,630,"$150,000 and over",Generation X (39-54),White only,Very good,5.5-6 feet,180-200,Master's or Doctoral Degree,,630,0,660,59,0,0,91
+,2022,2.02206E+13,4039,Northeast,Massachusetts,45000,"House, apartment, flat",1,1,2520398,57,Female,White only,Never married,"Foreign born, U.S. citizen by naturalization",Fair,59,124,25,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),Has vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,10,0,0,115,0,675,0,390,220,0,30,0,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Fair,0-5 feet,120-140,Graduated High School,,0,115,685,610,0,0,30
+,2022,2.02206E+13,4040,Northeast,Massachusetts,87500,"House, apartment, flat",1,1,4570937,31,Female,White only,Married - spouse present,"Native, born in United States",Very good,65,190,31.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,100,0,30,85,0,0,150,0,635,0,0,400,0,0,40,0,0,"$75,000 - $100,000",Millennials (23-38),White only,Very good,5-5.5 feet,180-200,Bachelor's Degree,,0,150,720,400,0,0,170
+,2022,2.02206E+13,4041,Northeast,New York,125000,"House, apartment, flat",1,1,36974849,25,Female,White only,Never married,"Foreign born, U.S. citizen by naturalization",Very good,69,200,29.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,50,0,0,50,0,460,0,0,215,0,0,50,0,585,"$100,000 - $150,000",Millennials (23-38),White only,Very good,5.5-6 feet,200-300,Bachelor's Degree,,585,50,510,215,0,0,80
+,2022,2.02206E+13,4042,West,Nevada,45000,"House, apartment, flat",1,1,2507500,79,Male,White only,Widowed,"Native, born in United States",Very good,70,170,24.4,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,35,0,0,35,0,580,0,0,640,90,60,0,0,0,"$30,000 - $50,000",Silent (74-91),White only,Very good,5.5-6 feet,160-180,Graduated High School,,0,35,615,730,0,0,60
+,2022,2.02206E+13,4043,Midwest,Nebraska,125000,"House, apartment, flat",1,1,5534491,47,Female,White only,Widowed,"Native, born in United States",Good,67,180,28.2,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,195,0,0,0,502,0,480,0,0,180,0,0,83,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Good,5.5-6 feet,180-200,Graduated High School,,0,502,480,180,0,0,278
+,2022,2.02206E+13,4044,West,Washington,125000,"House, apartment, flat",1,1,4865600,45,Male,White only,Married - spouse present,"Native, born in United States",Good,72,255,34.6,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,15,0,0,55,0,0,0,0,485,0,0,220,43,0,45,0,577,"$100,000 - $150,000",Generation X (39-54),White only,Good,6-6.5 feet,200-300,Master's or Doctoral Degree,,577,0,540,263,0,0,60
+,2022,2.02206E+13,4045,South,Georgia,67500,"House, apartment, flat",1,1,27238567,47,Male,Black only,Married - spouse present,"Foreign born, not a U.S. citizen",Good,70,248,35.6,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,0,0,405,0,0,60,30,0,55,0,830,"$50,000 - $75,000",Generation X (39-54),Black only,Good,5.5-6 feet,200-300,Master's or Doctoral Degree,,830,0,465,90,0,0,55
+,2022,2.02206E+13,4046,Northeast,New Jersey,200000,"House, apartment, flat",1,1,12183701,39,Male,White only,Married - spouse present,"Native, born in United States",Very good,71,197,27.5,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,150,0,0,135,0,0,30,30,630,0,0,45,0,0,0,0,420,"$150,000 and over",Generation X (39-54),White only,Very good,5.5-6 feet,180-200,Master's or Doctoral Degree,,420,60,765,45,0,0,150
+,2022,2.02206E+13,4047,Midwest,Illinois,200000,"House, apartment, flat",1,1,5228749,60,Female,Black only,Married - spouse present,"Native, born in United States",Good,66,190,30.7,Some college but no degree,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,0,0,210,0,810,0,30,315,0,0,0,0,0,"$150,000 and over",Boomers (55-73),Black only,Good,5.5-6 feet,180-200,Some College,,0,210,885,345,0,0,0
+,2022,2.02206E+13,4048,West,California,200000,"House, apartment, flat",1,1,11922902,53,Male,White only,Married - spouse present,"Native, born in United States",Very good,68,158,24,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,60,0,450,0,0,210,45,0,21,0,594,"$150,000 and over",Generation X (39-54),White only,Very good,5.5-6 feet,140-160,Bachelor's Degree,,594,60,510,255,0,0,21
+,2022,2.02206E+13,4049,South,Arkansas,27500,"House, apartment, flat",1,1,4698038,67,Female,White only,Married - spouse present,"Native, born in United States",Good,64,210,36,High school graduate - GED,Eleventh grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,100,0,0,45,0,645,0,150,420,0,0,70,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Good,5-5.5 feet,200-300,Graduated High School,,0,45,745,570,0,0,80
+,2022,2.02206E+13,4050,Northeast,Connecticut,67500,"House, apartment, flat",1,1,6372240,31,Male,White only,Never married,"Native, born in United States",Good,72,230,31.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,90,120,0,0,165,0,655,0,0,195,60,0,125,0,30,"$50,000 - $75,000",Millennials (23-38),White only,Good,6-6.5 feet,200-300,Bachelor's Degree,,30,165,775,255,0,0,215
+,2022,2.02206E+13,4051,West,California,200000,"House, apartment, flat",1,1,6611484,61,Male,White only,Married - spouse present,"Native, born in United States",Good,72,208,28.2,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,120,0,10,15,0,0,0,0,540,0,0,388,0,0,57,0,290,"$150,000 and over",Boomers (55-73),White only,Good,6-6.5 feet,200-300,Master's or Doctoral Degree,,290,0,555,388,0,0,187
+,2022,2.02206E+13,4052,Midwest,Wisconsin,45000,"House, apartment, flat",1,1,5694408,45,Male,White only,Married - spouse present,"Native, born in United States",Good,70,213,30.6,Associate degree - academic program,College--four years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,Has difficulty remembering,40,0,0,40,0,0,105,0,500,0,0,0,0,0,134,0,531,"$30,000 - $50,000",Generation X (39-54),White only,Good,5.5-6 feet,200-300,Associate Degree,,531,105,540,0,0,0,174
+,2022,2.02206E+13,4053,South,Texas,55000,"House, apartment, flat",1,1,10283175,38,Female,Black only,Never married,"Native, born in United States",Good,65,280,46.6,Associate degree - academic program,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,10,0,15,30,135,0,70,0,570,0,0,70,0,90,0,0,450,"$50,000 - $75,000",Generation X (39-54),Black only,Good,5-5.5 feet,200-300,Associate Degree,,450,70,600,70,135,0,115
+,2022,2.02206E+13,4054,West,Utah,125000,"House, apartment, flat",1,1,5308588,34,Male,White only,Married - spouse present,"Native, born in United States",Good,70,230,33,Associate degree - academic program,College--two years,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,20,0,0,90,0,5,0,0,545,0,0,60,0,0,150,0,570,"$100,000 - $150,000",Millennials (23-38),White only,Good,5.5-6 feet,200-300,Associate Degree,,570,0,635,60,0,0,175
+,2022,2.02206E+13,4055,Midwest,Wisconsin,200000,"House, apartment, flat",1,1,3725515,68,Male,White only,Married - spouse absent,"Native, born in United States",Very good,69,235,34.7,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,150,0,0,180,0,600,0,0,0,0,0,99,0,411,"$150,000 and over",Boomers (55-73),White only,Very good,5.5-6 feet,200-300,Master's or Doctoral Degree,,411,180,750,0,0,0,99
+,2022,2.02206E+13,4056,South,Texas,125000,Mobile home or trailer with no permanent room added,1,1,17079411,49,Female,White only,Married - spouse present,"Native, born in United States",Fair,64,232,39.8,Some college but no degree,College--one year,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,30,0,0,262,0,690,175,0,58,0,0,50,0,145,"$100,000 - $150,000",Generation X (39-54),White only,Fair,5-5.5 feet,200-300,Some College,,145,262,895,58,0,0,80
+,2022,2.02206E+13,4057,Northeast,Pennsylvania,22500,"House, apartment, flat",1,1,5752067,62,Female,Black only,Never married,"Native, born in United States",Fair,69,340,50.2,5th or 6th grade,Fifth through sixth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,60,0,0,0,0,1080,0,0,300,0,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),Black only,Fair,5.5-6 feet,>300,Middle School or Less,,0,0,1140,300,0,0,0
+,2022,2.02206E+13,4058,Northeast,Pennsylvania,125000,"House, apartment, flat",1,1,6337209,32,Male,White only,Married - spouse present,"Native, born in United States",NIU (Not in universe),,9999,999,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,115,0,0,30,0,0,160,0,625,0,0,120,180,0,150,0,0,"$100,000 - $150,000",Millennials (23-38),White only,"Other (Refused, Dont know, NIU)",,>300,Bachelor's Degree,,0,160,655,300,0,0,265
+,2022,2.02206E+13,4059,West,Washington,200000,"House, apartment, flat",1,1,12490748,59,Female,White only,Married - spouse present,"Native, born in United States",Excellent,67,108,16.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,20,10,155,0,0,115,10,575,60,0,220,0,15,260,0,0,"$150,000 and over",Boomers (55-73),White only,Excellent,5.5-6 feet,100-120,Bachelor's Degree,,0,125,790,220,0,0,305
+,2022,2.02206E+13,4060,Midwest,Iowa,55000,"House, apartment, flat",1,1,14782360,49,Female,White only,Divorced,"Foreign born, not a U.S. citizen",Good,65,185,30.8,7th or 8th grade,Seventh through eighth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,105,0,0,60,0,0,190,0,520,0,0,30,0,0,105,0,430,"$50,000 - $75,000",Generation X (39-54),White only,Good,5-5.5 feet,180-200,Middle School or Less,,430,190,580,30,0,0,210
+,2022,2.02206E+13,4061,South,Texas,27500,"House, apartment, flat",1,1,14027356,31,Female,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Excellent,62,150,27.4,Less than 1st grade,Less than first grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,690,0,600,0,0,90,0,0,0,0,0,"$10,000 - $30,000",Millennials (23-38),White only,Excellent,5-5.5 feet,140-160,Middle School or Less,,0,690,660,90,0,0,0
+,2022,2.02206E+13,4062,Northeast,New Jersey,200000,"House, apartment, flat",1,1,7162569,45,Male,White only,Married - spouse present,"Native, born in United States",Very good,71,175,24.4,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,90,0,0,75,0,0,135,0,480,0,0,45,0,0,90,0,525,"$150,000 and over",Generation X (39-54),White only,Very good,5.5-6 feet,160-180,Master's or Doctoral Degree,,525,135,555,45,0,0,180
+,2022,2.02206E+13,4063,Midwest,Kansas,55000,"House, apartment, flat",1,1,8946317,35,Male,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Excellent,71,170,23.7,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,145,0,0,35,0,0,45,0,485,0,0,109,60,0,36,0,495,"$50,000 - $75,000",Millennials (23-38),White only,Excellent,5.5-6 feet,160-180,Graduated High School,,495,45,520,169,0,0,181
+,2022,2.02206E+13,4064,Midwest,Michigan,27500,"House, apartment, flat",1,1,1397906,63,Female,White only,Married - spouse absent,"Native, born in United States",Good,62,140,25.6,Some college but no degree,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,0,0,0,60,0,420,0,0,960,0,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Good,5-5.5 feet,140-160,Some College,,0,60,420,960,0,0,0
+,2022,2.02206E+13,4065,Northeast,New York,22500,"House, apartment, flat",1,1,11984577,68,Female,Black only,Widowed,"Native, born in United States",Very good,66,145,23.4,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,130,30,90,0,0,35,0,685,0,0,95,45,75,255,0,0,"$10,000 - $30,000",Boomers (55-73),Black only,Very good,5.5-6 feet,140-160,Graduated High School,,0,35,775,140,0,0,490
+,2022,2.02206E+13,4066,Midwest,Missouri,125000,"House, apartment, flat",1,1,6575350,28,Female,White only,Married - spouse present,"Native, born in United States",Very good,63,185,32.8,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,87,0,0,130,0,472,0,0,240,180,1,300,0,0,"$100,000 - $150,000",Millennials (23-38),White only,Very good,5-5.5 feet,180-200,Some College,,0,130,559,420,0,0,331
+,2022,2.02206E+13,4067,Northeast,New Hampshire,87500,"House, apartment, flat",1,1,14280024,31,Female,White only,Never married,"Native, born in United States",Excellent,64,160,27.5,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,20,0,0,0,0,0,0,0,590,0,0,30,0,0,70,0,730,"$75,000 - $100,000",Millennials (23-38),White only,Excellent,5-5.5 feet,160-180,Graduated High School,,730,0,590,30,0,0,90
+,2022,2.02206E+13,4068,Northeast,Maine,17500,"House, apartment, flat",1,1,7247047,80,Male,White only,Divorced,"Native, born in United States",NIU (Not in universe),,9999,999,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,50,0,0,65,0,750,0,0,575,0,0,0,0,0,"$10,000 - $30,000",Silent (74-91),White only,"Other (Refused, Dont know, NIU)",,>300,Some College,,0,65,800,575,0,0,0
+,2022,2.02206E+13,4069,South,Tennessee,17500,Mobile home or trailer with no permanent room added,1,1,9081187,75,Female,White only,Widowed,"Native, born in United States",Good,66,174,28.1,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,80,0,0,455,0,600,0,0,265,0,0,0,0,0,"$10,000 - $30,000",Silent (74-91),White only,Good,5.5-6 feet,160-180,Graduated High School,,0,455,680,265,0,0,0
+,2022,2.02206E+13,4070,South,Oklahoma,37500,"House, apartment, flat",1,1,3762963,57,Female,White only,Divorced,"Native, born in United States",Excellent,69,194,28.6,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,25,0,515,0,0,760,60,0,50,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Excellent,5.5-6 feet,180-200,Some College,,0,25,545,820,0,0,50
+,2022,2.02206E+13,4071,South,Texas,55000,"House, apartment, flat",1,1,4105925,68,Female,White only,Divorced,"Native, born in United States",Good,61,198,37.4,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,55,30,0,0,140,0,690,0,90,348,0,0,87,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Good,5-5.5 feet,180-200,Associate Degree,,0,140,720,438,0,0,142
+,2022,2.02206E+13,4072,South,North Carolina,200000,"House, apartment, flat",1,1,5363800,71,Male,White only,Married - spouse present,"Native, born in United States",Excellent,70,180,25.8,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,3,0,35,40,60,0,140,5,520,45,0,308,60,0,104,0,120,"$150,000 and over",Boomers (55-73),White only,Excellent,5.5-6 feet,180-200,Master's or Doctoral Degree,,120,145,605,368,60,0,142
+,2022,2.02206E+13,4073,South,Mississippi,87500,"House, apartment, flat",1,1,4133150,60,Female,White only,Never married,"Native, born in United States",Good,70,340,48.8,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,40,0,0,50,0,675,0,180,465,0,0,30,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Good,5.5-6 feet,>300,Graduated High School,,0,50,715,645,0,0,30
+,2022,2.02206E+13,4074,Midwest,Iowa,125000,"House, apartment, flat",1,1,8582917,41,Male,White only,Married - spouse present,"Native, born in United States",Very good,71,275,38.4,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,86,0,12,33,0,0,47,0,558,0,0,65,0,0,71,0,568,"$100,000 - $150,000",Generation X (39-54),White only,Very good,5.5-6 feet,200-300,Some College,,568,47,591,65,0,0,169
+,2022,2.02206E+13,4075,Northeast,New Jersey,87500,"House, apartment, flat",1,1,13688036,63,Male,White only,Married - spouse present,"Native, born in United States",Very good,69,145,21.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,270,75,0,0,80,0,560,0,70,235,0,0,95,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Very good,5.5-6 feet,140-160,Bachelor's Degree,,0,80,635,305,0,0,365
+,2022,2.02206E+13,4076,West,Idaho,45000,"House, apartment, flat",1,1,9575500,37,Female,White only,Married - spouse present,"Native, born in United States",Very good,65,200,33.3,Associate degree - occupational vocational,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,477,0,550,0,20,0,20,0,6,0,322,"$30,000 - $50,000",Millennials (23-38),White only,Very good,5-5.5 feet,200-300,Associate Degree,,322,477,595,40,0,0,6
+,2022,2.02206E+13,4077,Midwest,Illinois,37500,"House, apartment, flat",1,1,4207549,63,Female,White only,Married - spouse present,"Native, born in United States",Very good,58,150,31.3,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,46,35,60,0,0,15,0,439,30,60,642,0,0,113,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Very good,0-5 feet,140-160,Some College,,0,15,529,702,0,0,194
+,2022,2.02206E+13,4078,Midwest,Indiana,32500,"House, apartment, flat",1,1,3515916,63,Female,White only,Divorced,"Native, born in United States",Excellent,63,140,24.8,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,20,0,0,60,0,0,90,0,820,0,0,450,0,0,0,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Excellent,5-5.5 feet,140-160,Associate Degree,,0,90,880,450,0,0,20
+,2022,2.02206E+13,4079,South,Texas,125000,"House, apartment, flat",1,1,25482277,48,Female,White only,Married - spouse present,"Native, born in United States",Fair,65,299,49.8,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,30,0,0,20,0,0,130,0,345,0,0,150,0,0,0,0,765,"$100,000 - $150,000",Generation X (39-54),White only,Fair,5-5.5 feet,200-300,Master's or Doctoral Degree,,765,130,365,150,0,0,30
+,2022,2.02206E+13,4080,Northeast,Pennsylvania,11250,"House, apartment, flat",1,1,7153749,25,Female,White only,Never married,"Native, born in United States",Good,65,234,38.9,Associate degree - academic program,College--three years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,25,0,930,0,0,370,115,0,0,0,0,"$10,000 - $30,000",Millennials (23-38),White only,Good,5-5.5 feet,200-300,Associate Degree,,0,25,930,485,0,0,0
+,2022,2.02206E+13,4081,West,Colorado,200000,"House, apartment, flat",1,1,13373762,36,Female,White only,Married - spouse present,"Native, born in United States",NIU (Not in universe),,9999,998,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,25,0,15,15,0,0,155,0,610,0,0,40,0,0,60,5,515,"$150,000 and over",Millennials (23-38),White only,"Other (Refused, Dont know, NIU)",,>300,Associate Degree,,515,155,625,40,0,5,100
+,2022,2.02206E+13,4082,West,Colorado,200000,"House, apartment, flat",1,1,4696350,54,Male,White only,Never married,"Native, born in United States",Good,69,190,28.1,Some college but no degree,College--one year,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,2,40,120,0,0,0,0,600,0,70,358,30,0,220,0,0,"$150,000 and over",Boomers (55-73),White only,Good,5.5-6 feet,180-200,Some College,,0,0,720,458,0,0,262
+,2022,2.02206E+13,4083,South,Texas,67500,"House, apartment, flat",1,1,3269195,60,Female,White only,Married - spouse present,"Native, born in United States",Very good,63,112,19.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,105,60,0,0,275,10,640,0,20,115,30,0,140,45,0,"$50,000 - $75,000",Boomers (55-73),White only,Very good,5-5.5 feet,100-120,Bachelor's Degree,,0,285,700,165,0,45,245
+,2022,2.02206E+13,4084,West,California,67500,"House, apartment, flat",1,1,17773834,24,Female,White only,Married - spouse present,"Native, born in United States",Excellent,65,150,25,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,50,0,0,100,0,600,0,0,300,60,90,0,0,240,"$50,000 - $75,000",Millennials (23-38),White only,Excellent,5-5.5 feet,140-160,Master's or Doctoral Degree,,240,100,650,360,0,0,90
+,2022,2.02206E+13,4085,South,South Carolina,67500,"House, apartment, flat",1,1,4230653,49,Male,White only,Never married,"Native, born in United States",Very good,69,165,24.4,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,330,0,538,0,0,150,240,0,62,0,0,"$50,000 - $75,000",Generation X (39-54),White only,Very good,5.5-6 feet,160-180,Master's or Doctoral Degree,,0,330,658,390,0,0,62
+,2022,2.02206E+13,4086,Northeast,Pennsylvania,55000,"House, apartment, flat",1,1,3309771,73,Female,White only,Never married,"Native, born in United States",Very good,66,180,29,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,85,0,0,0,0,505,0,0,585,160,0,105,0,0,"$50,000 - $75,000",Silent (74-91),White only,Very good,5.5-6 feet,180-200,Master's or Doctoral Degree,,0,0,590,745,0,0,105
+,2022,2.02206E+13,4087,South,North Carolina,67500,"House, apartment, flat",1,1,10329313,48,Male,White only,Separated,"Native, born in United States",Good,66,175,28.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,20,0,0,135,0,675,0,0,372,0,0,13,0,225,"$50,000 - $75,000",Generation X (39-54),White only,Good,5.5-6 feet,160-180,Bachelor's Degree,,225,135,695,372,0,0,13
+,2022,2.02206E+13,4088,Midwest,Illinois,17500,"House, apartment, flat",1,1,14246284,31,Female,Black only,Never married,"Native, born in United States",Good,61,179,33.8,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,125,0,0,105,90,0,90,0,420,0,0,90,0,0,70,0,450,"$10,000 - $30,000",Millennials (23-38),Black only,Good,5-5.5 feet,160-180,Some College,,450,90,525,90,90,0,195
+,2022,2.02206E+13,4089,West,California,200000,"House, apartment, flat",1,1,5615188,35,Male,Asian only,Married - spouse present,"Foreign born, not a U.S. citizen",Very good,71,140,19.5,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,570,0,15,60,0,0,60,0,480,0,0,249,0,0,6,0,0,"$150,000 and over",Millennials (23-38),Asian only,Very good,5.5-6 feet,140-160,Master's or Doctoral Degree,,0,60,540,249,0,0,591
+,2022,2.02206E+13,4090,South,North Carolina,67500,"House, apartment, flat",1,1,16692427,44,Female,White only,Married - spouse present,"Native, born in United States",Good,65,175,29.1,Associate degree - academic program,College--three years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,60,0,0,510,0,570,0,0,290,0,0,0,0,0,"$50,000 - $75,000",Generation X (39-54),White only,Good,5-5.5 feet,160-180,Associate Degree,,0,510,630,290,0,0,10
+,2022,2.02206E+13,4091,Midwest,Kansas,37500,"House, apartment, flat",1,1,5000739,85,Female,White only,Widowed,"Native, born in United States",Excellent,63,180,31.9,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,80,0,0,350,0,605,0,15,390,0,0,0,0,0,"$30,000 - $50,000",Silent (74-91),White only,Excellent,5-5.5 feet,180-200,Some College,,0,350,685,405,0,0,0
+,2022,2.02206E+13,4092,West,California,200000,"House, apartment, flat",1,1,3030008,38,Female,White only,Married - spouse present,"Native, born in United States",Excellent,67,150,23.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,80,0,45,90,0,0,260,0,615,0,70,185,0,0,70,10,15,"$150,000 and over",Generation X (39-54),White only,Excellent,5.5-6 feet,140-160,Bachelor's Degree,,15,260,705,255,0,10,195
+,2022,2.02206E+13,4093,Northeast,New York,200000,"House, apartment, flat",1,1,5485232,56,Male,White only,Married - spouse present,"Native, born in United States",Fair,70,220,31.6,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,Has difficulty remembering,5,0,5,35,0,0,30,0,420,0,0,390,0,0,23,0,487,"$150,000 and over",Boomers (55-73),White only,Fair,5.5-6 feet,200-300,Master's or Doctoral Degree,,487,30,455,390,0,0,33
+,2022,2.02206E+13,4094,West,Colorado,87500,"House, apartment, flat",1,1,19258824,63,Male,White only,Married - spouse present,"Native, born in United States",Very good,74,235,30.2,11th grade,Eleventh grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,30,0,542,0,0,88,0,0,100,0,590,"$75,000 - $100,000",Boomers (55-73),White only,Very good,6-6.5 feet,200-300,Some High School,,590,30,632,88,0,0,100
+,2022,2.02206E+13,4095,South,Virginia,125000,"House, apartment, flat",1,1,7006884,25,Female,Black only,Never married,"Native, born in United States",Good,64,220,37.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,30,0,120,0,0,60,0,750,0,0,420,0,0,60,0,0,"$100,000 - $150,000",Millennials (23-38),Black only,Good,5-5.5 feet,200-300,Bachelor's Degree,,0,60,870,420,0,0,90
+,2022,2.02206E+13,4096,South,Florida,125000,"House, apartment, flat",1,1,10505200,41,Female,White only,Married - spouse present,"Native, born in United States",Good,64,200,34.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,45,0,0,18,0,0,15,0,535,0,0,767,0,0,60,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Good,5-5.5 feet,200-300,Bachelor's Degree,,0,15,553,767,0,0,105
+,2022,2.02206E+13,4097,West,Arizona,27500,"House, apartment, flat",1,1,2900485,65,Male,White only,Divorced,"Foreign born, U.S. citizen by naturalization",Very good,69,220,32.5,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,10,0,120,0,0,60,0,740,0,55,355,60,0,40,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Very good,5.5-6 feet,200-300,Master's or Doctoral Degree,,0,60,860,470,0,0,50
+,2022,2.02206E+13,4098,South,Florida,27500,"House, apartment, flat",1,1,6922849,52,Male,White only,Married - spouse present,"Native, born in United States",Poor,70,130,18.7,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,95,0,0,34,0,480,0,0,831,0,0,0,0,0,"$10,000 - $30,000",Generation X (39-54),White only,Poor,5.5-6 feet,120-140,Graduated High School,,0,34,575,831,0,0,0
+,2022,2.02206E+13,4099,Midwest,Michigan,125000,"House, apartment, flat",1,1,11498771,49,Female,White only,Never married,"Native, born in United States",Very good,60,117,22.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,10,10,50,0,0,188,0,460,0,0,180,0,70,472,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Very good,5-5.5 feet,100-120,Bachelor's Degree,,0,188,510,180,0,0,562
+,2022,2.02206E+13,4100,South,Virginia,55000,"House, apartment, flat",1,1,6089936,23,Female,White only,Never married,"Native, born in United States",Very good,62,155,28.3,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,180,0,0,150,0,765,30,0,200,60,0,55,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Very good,5-5.5 feet,140-160,Some College,,0,150,975,260,0,0,55
+,2022,2.02206E+13,4101,Northeast,Pennsylvania,200000,"House, apartment, flat",1,1,13111730,43,Male,White only,Married - spouse present,"Native, born abroad of American parent or parents",Fair,66,220,35.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,30,0,0,100,0,0,10,0,490,0,0,300,0,0,0,0,450,"$150,000 and over",Generation X (39-54),White only,Fair,5.5-6 feet,200-300,Bachelor's Degree,,450,10,590,300,0,0,30
+,2022,2.02206E+13,4102,South,Florida,22500,"House, apartment, flat",1,1,4941321,67,Male,White only,Widowed,"Foreign born, not a U.S. citizen",Very good,67,165,25.8,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,70,0,0,20,0,465,0,0,90,0,0,180,0,615,"$10,000 - $30,000",Boomers (55-73),White only,Very good,5.5-6 feet,160-180,Associate Degree,,615,20,535,90,0,0,180
+,2022,2.02206E+13,4103,Midwest,Minnesota,67500,"House, apartment, flat",1,1,6346165,47,Female,White only,Divorced,"Native, born in United States",Fair,68,320,48.7,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,20,0,555,0,0,805,0,60,0,0,0,"$50,000 - $75,000",Generation X (39-54),White only,Fair,5.5-6 feet,>300,Some College,,0,20,555,805,0,0,60
+,2022,2.02206E+13,4104,West,Arizona,8750,"House, apartment, flat",1,1,3278732,72,Female,White only,Divorced,"Native, born in United States",Good,60,180,35.2,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,330,0,330,0,0,600,0,0,20,0,0,"Less than $10,000",Boomers (55-73),White only,Good,5-5.5 feet,180-200,Some College,,0,330,360,600,0,0,20
+,2022,2.02206E+13,4105,West,California,125000,"House, apartment, flat",1,1,18954442,43,Male,White only,Married - spouse present,"Native, born in United States",Good,67,170,26.6,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,150,0,0,0,485,0,200,0,0,390,0,0,40,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Good,5.5-6 feet,160-180,Master's or Doctoral Degree,,0,485,200,390,0,0,190
+,2022,2.02206E+13,4106,West,Idaho,200000,"House, apartment, flat",1,1,2969760,50,Male,White only,Married - spouse absent,"Native, born in United States",NIU (Not in universe),,9999,998,Some college but no degree,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,13,39,0,0,0,0,812,330,0,180,0,0,66,0,0,"$150,000 and over",Generation X (39-54),White only,"Other (Refused, Dont know, NIU)",,>300,Some College,,0,0,1181,180,0,0,79
+,2022,2.02206E+13,4107,South,North Carolina,27500,"House, apartment, flat",1,1,18167522,65,Female,White only,Married - spouse present,"Native, born in United States",Good,61,204,38.5,High school graduate - GED,Seventh through eighth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,395,0,105,0,0,210,0,655,0,0,0,0,75,0,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Good,5-5.5 feet,200-300,Graduated High School,,0,210,760,0,0,0,470
+,2022,2.02206E+13,4108,Northeast,New Jersey,45000,"House, apartment, flat",1,1,5352049,75,Female,White only,Widowed,"Native, born in United States",Very good,63,170,30.1,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,130,0,0,390,0,570,0,0,350,0,0,0,0,0,"$30,000 - $50,000",Silent (74-91),White only,Very good,5-5.5 feet,160-180,Graduated High School,,0,390,700,350,0,0,0
+,2022,2.02206E+13,4109,West,Utah,55000,"House, apartment, flat",1,1,5398075,49,Female,White only,Divorced,"Native, born in United States",Fair,65,118,19.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,135,0,0,20,0,0,15,0,663,0,125,180,0,0,92,90,0,"$50,000 - $75,000",Generation X (39-54),White only,Fair,5-5.5 feet,100-120,Bachelor's Degree,,0,15,683,305,0,90,227
+,2022,2.02206E+13,4110,Northeast,Pennsylvania,87500,"House, apartment, flat",1,1,7709803,76,Female,White only,Married - spouse present,"Native, born in United States",Fair,64,180,30.9,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,60,0,0,255,0,630,0,0,465,0,30,0,0,0,"$75,000 - $100,000",Silent (74-91),White only,Fair,5-5.5 feet,180-200,Master's or Doctoral Degree,,0,255,690,465,0,0,30
+,2022,2.02206E+13,4111,South,Texas,8750,"House, apartment, flat",1,1,1948649,80,Female,White only,Widowed,"Foreign born, U.S. citizen by naturalization",Very good,68,169,25.7,"1st, 2nd, 3rd, or 4th grade",First through fourth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,90,0,0,45,0,756,0,95,360,0,20,55,0,0,"Less than $10,000",Silent (74-91),White only,Very good,5.5-6 feet,160-180,Middle School or Less,,0,45,846,455,0,0,75
+,2022,2.02206E+13,4112,Northeast,New York,27500,"House, apartment, flat",1,1,16528931,47,Male,White only,Divorced,"Foreign born, not a U.S. citizen",Excellent,70,160,23,12th grade - no diploma,Twelfth grade,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,40,0,0,0,0,405,0,0,0,0,0,74,0,921,"$10,000 - $30,000",Generation X (39-54),White only,Excellent,5.5-6 feet,160-180,Some High School,,921,0,445,0,0,0,74
+,2022,2.02206E+13,4113,West,California,45000,"House, apartment, flat",1,1,4151581,68,Male,White only,Widowed,"Native, born in United States",Very good,72,175,23.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,30,0,570,0,0,480,0,0,90,210,0,"$30,000 - $50,000",Boomers (55-73),White only,Very good,6-6.5 feet,160-180,Bachelor's Degree,,0,30,630,480,0,210,90
+,2022,2.02206E+13,4114,South,West Virginia,17500,"House, apartment, flat",1,1,6432758,56,Female,White only,Never married,"Native, born in United States",Good,63,145,25.7,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,35,0,0,0,0,535,0,0,840,30,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Good,5-5.5 feet,140-160,Graduated High School,,0,0,570,870,0,0,0
+,2022,2.02206E+13,4115,West,Colorado,200000,"House, apartment, flat",1,1,8691909,80,Male,White only,Married - spouse present,"Native, born in United States",Good,72,212,28.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,100,0,0,310,0,520,0,0,480,0,0,30,0,0,"$150,000 and over",Silent (74-91),White only,Good,6-6.5 feet,200-300,Bachelor's Degree,,0,310,620,480,0,0,30
+,2022,2.02206E+13,4116,South,Texas,200000,"House, apartment, flat",1,1,7306940,34,Female,Black only,Never married,"Native, born in United States",Excellent,66,137,22.1,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,60,0,600,0,120,640,0,0,20,0,0,"$150,000 and over",Millennials (23-38),Black only,Excellent,5.5-6 feet,120-140,Master's or Doctoral Degree,,0,60,600,760,0,0,20
+,2022,2.02206E+13,4117,West,Idaho,55000,"House, apartment, flat",1,1,14108238,24,Female,Asian only,Never married,"Native, born in United States",Very good,63,130,23,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,15,15,140,0,0,5,0,525,0,0,215,15,0,50,0,460,"$50,000 - $75,000",Millennials (23-38),Asian only,Very good,5-5.5 feet,120-140,Master's or Doctoral Degree,,460,5,665,230,0,0,80
+,2022,2.02206E+13,4118,Midwest,Michigan,125000,"House, apartment, flat",1,1,7319560,30,Male,White only,Married - spouse present,"Native, born in United States",Very good,71,200,27.9,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,55,0,30,45,0,0,115,0,465,0,0,130,0,0,120,0,480,"$100,000 - $150,000",Millennials (23-38),White only,Very good,5.5-6 feet,200-300,Master's or Doctoral Degree,,480,115,510,130,0,0,205
+,2022,2.02206E+13,4119,West,California,27500,"House, apartment, flat",1,1,31046687,26,Female,White only,Never married,"Native, born in United States",Very good,68,170,25.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,35,0,510,0,0,300,0,0,70,0,480,"$10,000 - $30,000",Millennials (23-38),White only,Very good,5.5-6 feet,160-180,Bachelor's Degree,,480,35,555,300,0,0,70
+,2022,2.02206E+13,4120,West,Arizona,37500,Mobile home or trailer with no permanent room added,1,1,3211673,33,Male,White only,Divorced,"Native, born in United States",Excellent,73,203,26.8,Associate degree - academic program,College--three years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,70,0,0,10,0,540,0,0,65,0,0,60,0,695,"$30,000 - $50,000",Millennials (23-38),White only,Excellent,6-6.5 feet,200-300,Associate Degree,,695,10,610,65,0,0,60
+,2022,2.02206E+13,4121,Northeast,Massachusetts,125000,"House, apartment, flat",1,1,7520507,34,Male,White only,Married - spouse present,"Native, born in United States",Good,73,275,36.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,70,0,73,0,0,280,0,650,0,0,233,0,0,134,0,0,"$100,000 - $150,000",Millennials (23-38),White only,Good,6-6.5 feet,200-300,Bachelor's Degree,,0,280,723,233,0,0,204
+,2022,2.02206E+13,4122,Midwest,Nebraska,11250,"House, apartment, flat",1,1,8539125,58,Female,White only,Married - spouse present,"Native, born in United States",Very good,63,135,23.9,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,240,0,540,0,0,580,0,0,20,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Very good,5-5.5 feet,120-140,Graduated High School,,0,240,600,580,0,0,20
+,2022,2.02206E+13,4123,Midwest,Wisconsin,200000,"House, apartment, flat",1,1,22061993,33,Female,White only,Married - spouse present,"Native, born in United States",Excellent,64,110,18.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,490,0,0,30,0,0,285,0,540,0,0,10,0,0,40,0,0,"$150,000 and over",Millennials (23-38),White only,Excellent,5-5.5 feet,100-120,Bachelor's Degree,,0,285,570,10,0,0,530
+,2022,2.02206E+13,4124,West,California,67500,"House, apartment, flat",1,1,14618634,39,Female,White only,Divorced,"Native, born in United States",Good,65,200,33.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,150,0,870,206,0,30,0,0,0,0,0,"$50,000 - $75,000",Generation X (39-54),White only,Good,5-5.5 feet,200-300,Bachelor's Degree,,0,150,1166,30,0,0,0
+,2022,2.02206E+13,4125,West,Washington,200000,"House, apartment, flat",1,1,10818562,59,Female,White only,Never married,"Native, born in United States",Good,67,260,40.7,Associate degree - academic program,College--four years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,90,0,0,78,0,0,95,0,555,15,0,60,0,0,52,0,495,"$150,000 and over",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Associate Degree,,495,95,648,60,0,0,142
+,2022,2.02206E+13,4126,South,Florida,125000,"House, apartment, flat",1,1,33116970,56,Male,Black only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Very good,70,207,29.7,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,30,0,654,0,0,45,0,0,90,0,531,"$100,000 - $150,000",Boomers (55-73),Black only,Very good,5.5-6 feet,200-300,Master's or Doctoral Degree,,531,30,744,45,0,0,90
+,2022,2.02206E+13,4127,Midwest,Ohio,67500,"House, apartment, flat",1,1,8351136,54,Male,White only,Married - spouse present,"Native, born in United States",Poor,64,165,28.3,High school graduate - GED,Eleventh grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,Has difficulty remembering,0,5,240,30,0,0,120,0,685,0,0,300,0,0,60,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Poor,5-5.5 feet,160-180,Graduated High School,,0,120,715,300,0,0,305
+,2022,2.02206E+13,4128,West,Washington,125000,"House, apartment, flat",1,1,3624454,61,Female,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Very good,61,120,22.7,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,0,0,45,0,480,0,0,480,300,0,0,0,60,"$100,000 - $150,000",Boomers (55-73),White only,Very good,5-5.5 feet,120-140,Master's or Doctoral Degree,,60,45,555,780,0,0,0
+,2022,2.02206E+13,4129,Midwest,Ohio,22500,"House, apartment, flat",1,1,13533709,77,Female,White only,Married - spouse present,"Native, born in United States",Very good,61,190,35.9,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,135,0,0,570,0,360,0,30,345,0,0,0,0,0,"$10,000 - $30,000",Silent (74-91),White only,Very good,5-5.5 feet,180-200,Graduated High School,,0,570,495,375,0,0,0
+,2022,2.02206E+13,4130,South,Florida,200000,"House, apartment, flat",1,1,7565871,45,Male,White only,Divorced,"Native, born in United States",Good,73,268,35.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,40,0,0,90,0,540,0,0,390,0,0,0,0,380,"$150,000 and over",Generation X (39-54),White only,Good,6-6.5 feet,200-300,Bachelor's Degree,,380,90,580,390,0,0,0
+,2022,2.02206E+13,4131,South,North Carolina,32500,"House, apartment, flat",1,1,3483120,62,Female,White only,Divorced,"Native, born in United States",Good,62,150,27.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,10,10,95,0,0,61,0,821,0,0,360,0,0,83,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Good,5-5.5 feet,140-160,Bachelor's Degree,,0,61,916,360,0,0,103
+,2022,2.02206E+13,4132,South,Florida,200000,"House, apartment, flat",1,1,22631727,26,Male,White only,Never married,"Foreign born, not a U.S. citizen",Very good,75,250,31.2,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,270,0,0,0,0,600,0,0,570,0,0,0,0,0,"$150,000 and over",Millennials (23-38),White only,Very good,6-6.5 feet,200-300,Associate Degree,,0,0,870,570,0,0,0
+,2022,2.02206E+13,4133,West,California,27500,"House, apartment, flat",1,1,4349915,58,Male,White only,Never married,"Native, born in United States",Excellent,66,140,22.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,120,0,20,0,0,0,0,565,0,0,490,20,0,100,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Excellent,5.5-6 feet,140-160,Bachelor's Degree,,0,0,585,510,0,0,220
+,2022,2.02206E+13,4134,Northeast,Massachusetts,125000,"House, apartment, flat",1,1,4071246,29,Male,White only,Married - spouse present,"Native, born in United States",Excellent,74,225,28.9,Some college but no degree,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,20,0,0,50,0,0,138,0,570,0,0,370,250,0,20,0,22,"$100,000 - $150,000",Millennials (23-38),White only,Excellent,6-6.5 feet,200-300,Some College,,22,138,620,620,0,0,40
+,2022,2.02206E+13,4135,Midwest,Ohio,8750,"House, apartment, flat",1,1,12666836,62,Female,Black only,Never married,"Native, born in United States",Very good,,195,998,11th grade,Eleventh grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,20,20,0,0,1,0,329,0,0,1020,0,0,50,0,0,"Less than $10,000",Boomers (55-73),Black only,Very good,,180-200,Some High School,,0,1,349,1020,0,0,70
+,2022,2.02206E+13,4136,South,North Carolina,125000,"House, apartment, flat",1,1,3255694,51,Female,Black only,Divorced,"Native, born in United States",Fair,64,165,28.3,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,50,0,0,0,0,555,0,0,830,0,0,0,0,5,"$100,000 - $150,000",Generation X (39-54),Black only,Fair,5-5.5 feet,160-180,Master's or Doctoral Degree,,5,0,605,830,0,0,0
+,2022,2.02206E+13,4137,West,California,87500,"House, apartment, flat",1,1,21290217,41,Male,White only,Married - spouse present,"Native, born in United States",Good,69,280,41.3,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,5,20,0,0,65,0,690,0,0,115,0,10,35,0,500,"$75,000 - $100,000",Generation X (39-54),White only,Good,5.5-6 feet,200-300,Some College,,500,65,710,115,0,0,50
+,2022,2.02206E+13,4138,West,California,200000,"House, apartment, flat",1,1,9402542,68,Female,White only,Married - spouse present,"Native, born in United States",Very good,63,126,22.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,105,0,0,258,0,642,0,30,270,50,0,0,0,0,"$150,000 and over",Boomers (55-73),White only,Very good,5-5.5 feet,120-140,Bachelor's Degree,,0,258,747,350,0,0,60
+,2022,2.02206E+13,4139,West,Arizona,37500,Mobile home or trailer with no permanent room added,1,1,8409361,65,Female,White only,Married - spouse present,"Native, born in United States",Good,64,225,38.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,65,0,0,129,0,556,0,0,670,0,20,0,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Good,5-5.5 feet,200-300,Bachelor's Degree,,0,129,621,670,0,0,20
+,2022,2.02206E+13,4140,West,California,55000,"House, apartment, flat",1,1,21138228,23,Female,White only,Never married,"Native, born in United States",Very good,77,340,40.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,50,60,50,0,0,59,0,526,0,0,0,20,0,250,0,325,"$50,000 - $75,000",Millennials (23-38),White only,Very good,6-6.5 feet,>300,Bachelor's Degree,,325,59,576,20,0,0,360
+,2022,2.02206E+13,4141,South,District of Columbia,8750,"House, apartment, flat",1,1,6616912,30,Female,Black only,Never married,"Native, born in United States",Good,,9996,998,High school graduate - GED,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,255,0,0,90,0,0,30,0,585,0,0,480,0,0,0,0,0,"Less than $10,000",Millennials (23-38),Black only,Good,,>300,Graduated High School,,0,30,675,480,0,0,255
+,2022,2.02206E+13,4142,West,Nevada,37500,"House, apartment, flat",1,1,2155336,72,Female,White only,Divorced,"Native, born in United States",Very good,59,175,35.3,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,15,0,0,65,0,540,0,0,790,0,30,0,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Very good,0-5 feet,160-180,Some College,,0,65,555,790,0,0,30
+,2022,2.02206E+13,4143,South,Kentucky,87500,"House, apartment, flat",1,1,5130748,69,Female,White only,Married - spouse present,"Native, born in United States",Good,64,130,22.3,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,90,0,0,420,0,585,0,105,195,0,0,35,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Good,5-5.5 feet,120-140,Graduated High School,,0,420,675,300,0,0,45
+,2022,2.02206E+13,4144,South,Texas,125000,"House, apartment, flat",1,1,37737512,53,Female,White only,Married - spouse present,"Native, born in United States",NIU (Not in universe),,9999,999,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,90,0,561,0,90,35,0,0,34,0,585,"$100,000 - $150,000",Generation X (39-54),White only,"Other (Refused, Dont know, NIU)",,>300,Graduated High School,,585,90,606,125,0,0,34
+,2022,2.02206E+13,4145,Midwest,Ohio,45000,"House, apartment, flat",1,1,6549208,76,Male,White only,Married - spouse present,"Native, born in United States",Poor,68,155,23.6,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,80,0,0,45,0,570,0,0,645,0,0,40,0,0,"$30,000 - $50,000",Silent (74-91),White only,Poor,5.5-6 feet,140-160,Graduated High School,,0,45,650,645,0,0,100
+,2022,2.02206E+13,4146,West,Alaska,55000,"House, apartment, flat",1,1,3724734,56,Female,Asian only,Widowed,"Foreign born, not a U.S. citizen",Very good,66,200,32.3,Associate degree - occupational vocational,College--four years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,26,100,62,0,0,10,0,178,0,0,360,0,0,704,0,0,"$50,000 - $75,000",Boomers (55-73),Asian only,Very good,5.5-6 feet,200-300,Associate Degree,,0,10,240,360,0,0,830
+,2022,2.02206E+13,4147,Midwest,Minnesota,200000,"House, apartment, flat",1,1,10832492,61,Female,White only,Married - spouse present,"Native, born in United States",Excellent,66,135,21.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,70,0,0,15,0,505,0,0,200,60,0,65,45,480,"$150,000 and over",Boomers (55-73),White only,Excellent,5.5-6 feet,120-140,Bachelor's Degree,,480,15,575,260,0,45,65
+,2022,2.02206E+13,4148,South,Louisiana,87500,"House, apartment, flat",1,1,7272100,30,Female,Black only,Never married,"Native, born in United States",NIU (Not in universe),,9999,999,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,Has vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,Has difficulty remembering,0,0,10,30,0,0,0,0,600,0,0,0,0,0,335,0,465,"$75,000 - $100,000",Millennials (23-38),Black only,"Other (Refused, Dont know, NIU)",,>300,Master's or Doctoral Degree,,465,0,630,0,0,0,345
+,2022,2.02206E+13,4149,Midwest,Michigan,27500,"House, apartment, flat",1,1,13048043,53,Female,White only,Divorced,"Native, born in United States",Good,61,180,34,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,40,0,0,190,0,515,0,0,115,0,0,115,0,465,"$10,000 - $30,000",Generation X (39-54),White only,Good,5-5.5 feet,180-200,Some College,,465,190,555,115,0,0,115
+,2022,2.02206E+13,4150,Midwest,Illinois,55000,"House, apartment, flat",1,1,9897058,57,Male,White only,Married - spouse present,"Native, born in United States",Good,67,265,41.5,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,Has difficulty remembering,0,0,7,30,0,0,17,0,510,0,0,868,0,0,8,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Some College,,0,17,540,868,0,0,15
+,2022,2.02206E+13,4151,South,Texas,32500,"House, apartment, flat",1,1,5741294,60,Male,White only,Divorced,"Native, born in United States",Good,66,145,23.4,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),Has vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,80,0,0,200,0,560,0,0,540,60,0,0,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Good,5.5-6 feet,140-160,Some College,,0,200,640,600,0,0,0
+,2022,2.02206E+13,4152,South,Texas,125000,"House, apartment, flat",1,1,7981172,37,Female,White only,Married - spouse present,"Native, born in United States",Good,70,150,21.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,270,0,90,140,0,0,75,0,600,0,0,0,0,0,60,0,205,"$100,000 - $150,000",Millennials (23-38),White only,Good,5.5-6 feet,140-160,Bachelor's Degree,,205,75,740,0,0,0,420
+,2022,2.02206E+13,4153,South,Texas,32500,"House, apartment, flat",1,1,10586747,41,Male,Black only,Separated,"Native, born in United States",Fair,75,270,33.7,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,40,0,0,435,0,425,0,0,207,0,0,46,0,257,"$30,000 - $50,000",Generation X (39-54),Black only,Fair,6-6.5 feet,200-300,Some College,,257,435,465,207,0,0,76
+,2022,2.02206E+13,4154,Northeast,New Jersey,55000,"House, apartment, flat",1,1,6236198,42,Female,White only,Married - spouse present,"Native, born in United States",Very good,62,118,21.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,140,0,10,0,0,0,186,0,559,0,0,225,180,0,140,0,0,"$50,000 - $75,000",Generation X (39-54),White only,Very good,5-5.5 feet,100-120,Bachelor's Degree,,0,186,559,405,0,0,290
+,2022,2.02206E+13,4155,Northeast,New Hampshire,125000,"House, apartment, flat",1,1,7751259,64,Male,White only,Divorced,"Native, born in United States",Good,67,215,33.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,5,185,0,0,300,0,470,0,0,90,270,0,120,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Bachelor's Degree,,0,300,655,360,0,0,125
+,2022,2.02206E+13,4156,South,Florida,125000,"House, apartment, flat",1,1,8571818,78,Male,White only,Married - spouse present,"Native, born in United States",Very good,69,210,31,Associate degree - academic program,College--four years,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,30,0,65,0,0,190,0,450,0,0,335,0,0,35,95,150,"$100,000 - $150,000",Silent (74-91),White only,Very good,5.5-6 feet,200-300,Associate Degree,,150,190,515,335,0,95,65
+,2022,2.02206E+13,4157,West,Idaho,200000,"House, apartment, flat",1,1,19582403,33,Male,White only,Divorced,"Native, born in United States",Excellent,69,164,24.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,0,0,680,0,0,20,240,0,80,0,360,"$150,000 and over",Millennials (23-38),White only,Excellent,5.5-6 feet,160-180,Bachelor's Degree,,360,0,740,260,0,0,80
+,2022,2.02206E+13,4158,West,California,200000,"House, apartment, flat",1,1,4279060,67,Female,White only,Married - spouse present,"Native, born in United States",Very good,68,245,37.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,65,0,0,516,0,522,0,0,90,0,0,61,0,176,"$150,000 and over",Boomers (55-73),White only,Very good,5.5-6 feet,200-300,Bachelor's Degree,,176,516,587,90,0,0,71
+,2022,2.02206E+13,4159,South,Georgia,87500,"House, apartment, flat",1,1,10062344,59,Male,White only,Married - spouse present,"Native, born in United States",Very good,74,280,35.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,200,140,0,0,0,0,565,0,0,280,0,0,255,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Very good,6-6.5 feet,200-300,Bachelor's Degree,,0,0,705,280,0,0,455
+,2022,2.02206E+13,4160,South,Florida,87500,Mobile home or trailer with 1 or more rooms added,1,1,2974448,75,Female,White only,Married - spouse present,"Native, born in United States",Good,69,185,27.3,Some college but no degree,Twelfth grade,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,120,0,420,0,0,870,0,0,0,0,0,"$75,000 - $100,000",Silent (74-91),White only,Good,5.5-6 feet,180-200,Some College,,0,120,450,870,0,0,0
+,2022,2.02206E+13,4161,West,California,125000,"House, apartment, flat",1,1,13974538,33,Female,Asian only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Excellent,62,124,22.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,35,0,0,65,0,0,40,0,885,0,0,415,0,0,0,0,0,"$100,000 - $150,000",Millennials (23-38),Asian only,Excellent,5-5.5 feet,120-140,Bachelor's Degree,,0,40,950,415,0,0,35
+,2022,2.02206E+13,4162,West,Idaho,200000,"House, apartment, flat",1,1,9085676,46,Female,White only,Married - spouse present,"Native, born in United States",Good,62,200,36.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,60,0,470,0,0,220,0,0,155,0,490,"$150,000 and over",Generation X (39-54),White only,Good,5-5.5 feet,200-300,Bachelor's Degree,,490,60,515,220,0,0,155
+,2022,2.02206E+13,4163,South,Texas,11250,Mobile home or trailer with no permanent room added,1,1,3747902,62,Female,White only,Widowed,"Native, born in United States",Fair,66,115,18.6,Associate degree - occupational vocational,Twelfth grade,Not in labor force,NIU (Not in universe),Has vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,Has difficulty remembering,0,0,30,120,0,0,35,0,510,0,350,375,0,0,20,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Fair,5.5-6 feet,100-120,Associate Degree,,0,35,630,725,0,0,50
+,2022,2.02206E+13,4164,West,California,27500,"House, apartment, flat",1,1,2670912,76,Female,White only,Married - spouse present,"Native, born in United States",Fair,61,200,37.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,0,0,1220,0,0,180,0,0,0,0,10,"$10,000 - $30,000",Silent (74-91),White only,Fair,5-5.5 feet,200-300,Bachelor's Degree,,10,0,1250,180,0,0,0
+,2022,2.02206E+13,4165,South,Arkansas,55000,"House, apartment, flat",1,1,11955872,45,Male,White only,Married - spouse present,"Native, born in Puerto Rico or U.S. Outlying Area",Good,70,224,32.1,High school graduate - GED,Seventh through eighth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,40,0,0,25,0,590,0,0,260,0,0,30,0,495,"$50,000 - $75,000",Generation X (39-54),White only,Good,5.5-6 feet,200-300,Graduated High School,,495,25,630,260,0,0,30
+,2022,2.02206E+13,4166,Northeast,Massachusetts,27500,"House, apartment, flat",1,1,6569306,53,Female,White only,Never married,"Foreign born, U.S. citizen by naturalization",Good,59,165,33.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,155,120,0,0,0,0,750,0,0,300,0,0,115,0,0,"$10,000 - $30,000",Generation X (39-54),White only,Good,0-5 feet,160-180,Bachelor's Degree,,0,0,870,300,0,0,270
+,2022,2.02206E+13,4167,West,California,200000,"House, apartment, flat",1,1,3852137,40,Male,White only,Married - spouse present,"Native, born in United States",Good,72,225,30.5,Some college but no degree,College--three years,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,20,0,100,135,0,0,0,0,677,0,0,420,0,0,88,0,0,"$150,000 and over",Generation X (39-54),White only,Good,6-6.5 feet,200-300,Some College,,0,0,812,420,0,0,208
+,2022,2.02206E+13,4168,Midwest,Minnesota,200000,"House, apartment, flat",1,1,10726708,42,Female,White only,Married - spouse present,"Native, born in United States",Refused,,9996,998,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,63,0,8,36,0,0,3,0,569,0,0,30,0,0,96,150,485,"$150,000 and over",Generation X (39-54),White only,"Other (Refused, Dont know, NIU)",,>300,Bachelor's Degree,,485,3,605,30,0,150,167
+,2022,2.02206E+13,4169,Midwest,Kansas,37500,"House, apartment, flat",1,1,5619272,33,Female,White only,Divorced,"Native, born in United States",Good,62,130,23.8,Associate degree - academic program,College--four years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,45,0,0,90,0,0,30,0,525,0,0,120,0,0,45,0,540,"$30,000 - $50,000",Millennials (23-38),White only,Good,5-5.5 feet,120-140,Associate Degree,,540,30,615,120,0,0,90
+,2022,2.02206E+13,4170,Midwest,Iowa,13750,"House, apartment, flat",1,1,17745412,44,Male,White only,Never married,"Native, born in United States",Poor,65,235,39.1,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,20,0,0,140,0,280,0,0,1000,0,0,0,0,0,"$10,000 - $30,000",Generation X (39-54),White only,Poor,5-5.5 feet,200-300,Some College,,0,140,300,1000,0,0,0
+,2022,2.02206E+13,4171,West,Colorado,37500,"House, apartment, flat",1,1,5069985,29,Male,White only,Married - spouse present,"Native, born in United States",Good,67,130,20.4,Some college but no degree,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,45,0,0,90,0,0,170,0,490,0,60,470,0,5,20,0,0,"$30,000 - $50,000",Millennials (23-38),White only,Good,5.5-6 feet,120-140,Some College,,0,170,580,530,0,0,70
+,2022,2.02206E+13,4172,West,Montana,55000,"House, apartment, flat",1,1,4623400,85,Female,White only,Widowed,"Native, born in United States",Good,67,150,23.5,Associate degree - occupational vocational,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,50,0,0,230,0,350,0,0,750,0,0,60,0,0,"$50,000 - $75,000",Silent (74-91),White only,Good,5.5-6 feet,140-160,Associate Degree,,0,230,400,750,0,0,60
+,2022,2.02206E+13,4173,South,Texas,200000,"House, apartment, flat",1,1,4553714,44,Male,Asian only,Married - spouse present,"Foreign born, not a U.S. citizen",Good,67,168,26.3,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,55,105,0,0,300,0,650,0,0,270,0,0,50,0,10,"$150,000 and over",Generation X (39-54),Asian only,Good,5.5-6 feet,160-180,Master's or Doctoral Degree,,10,300,755,270,0,0,105
+,2022,2.02206E+13,4174,South,Florida,87500,"House, apartment, flat",1,1,5344018,55,Male,White only,Married - spouse present,"Native, born in United States",Good,61,212,40.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,120,50,0,0,45,0,595,0,0,240,60,0,90,0,240,"$75,000 - $100,000",Boomers (55-73),White only,Good,5-5.5 feet,200-300,Bachelor's Degree,,240,45,645,300,0,0,210
+,2022,2.02206E+13,4175,Midwest,Michigan,125000,"House, apartment, flat",1,1,39595158,17,Female,White only,Never married,"Native, born in United States",Very good,63,122,21.6,10th grade,Tenth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,10,425,0,0,0,525,0,0,232,0,0,63,0,185,"$100,000 - $150,000",Generation Z (7-22),White only,Very good,5-5.5 feet,120-140,Some High School,,185,0,535,232,425,0,63
+,2022,2.02206E+13,4176,Midwest,Missouri,67500,"House, apartment, flat",1,1,5206213,77,Female,White only,Married - spouse present,"Native, born in United States",Good,62,9996,998,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,68,47,0,0,65,0,525,0,60,612,0,30,33,0,0,"$50,000 - $75,000",Silent (74-91),White only,Good,5-5.5 feet,>300,Graduated High School,,0,65,572,672,0,0,131
+,2022,2.02206E+13,4177,Northeast,Pennsylvania,67500,"House, apartment, flat",1,1,4808063,71,Male,White only,Widowed,"Native, born in United States",Very good,72,250,33.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,195,0,90,0,0,0,0,615,0,0,240,0,0,300,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Very good,6-6.5 feet,200-300,Bachelor's Degree,,0,0,705,240,0,0,495
+,2022,2.02206E+13,4178,South,Virginia,55000,"House, apartment, flat",1,1,5891996,61,Male,White only,Married - spouse present,"Native, born in United States",Very good,72,225,30.5,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,60,0,0,16,0,487,0,0,190,0,0,687,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Very good,6-6.5 feet,200-300,Graduated High School,,0,16,547,190,0,0,687
+,2022,2.02206E+13,4179,South,Tennessee,37500,"House, apartment, flat",1,1,30703342,36,Female,White only,Never married,"Foreign born, not a U.S. citizen",Very good,,185,998,7th or 8th grade,Seventh through eighth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,61,0,0,30,0,580,0,0,180,0,0,20,0,569,"$30,000 - $50,000",Millennials (23-38),White only,Very good,,180-200,Middle School or Less,,569,30,641,180,0,0,20
+,2022,2.02206E+13,4180,Northeast,Pennsylvania,55000,"House, apartment, flat",1,1,9649109,72,Male,White only,Never married,"Native, born in United States",Very good,72,155,21,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,20,150,0,0,300,0,585,0,0,315,60,0,10,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Very good,6-6.5 feet,140-160,Associate Degree,,0,300,735,375,0,0,30
+,2022,2.02206E+13,4181,Midwest,Indiana,87500,"House, apartment, flat",1,1,4184469,45,Female,White only,Married - spouse present,"Native, born in United States",Good,62,140,25.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,90,0,0,80,0,0,500,0,600,0,0,110,0,0,0,0,0,"$75,000 - $100,000",Generation X (39-54),White only,Good,5-5.5 feet,140-160,Bachelor's Degree,,0,500,680,110,0,0,90
+,2022,2.02206E+13,4182,Midwest,Indiana,37500,"House, apartment, flat",1,1,4712779,46,Male,White only,Married - spouse present,"Native, born in United States",Good,72,340,46.1,Associate degree - occupational vocational,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,15,67,0,0,20,0,450,0,0,187,0,0,28,0,673,"$30,000 - $50,000",Generation X (39-54),White only,Good,6-6.5 feet,>300,Associate Degree,,673,20,517,187,0,0,43
+,2022,2.02206E+13,4183,Midwest,Michigan,37500,"House, apartment, flat",1,1,16974498,29,Female,White only,Married - spouse present,"Native, born in United States",Good,68,218,33.1,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,45,0,53,30,0,0,115,0,590,0,0,35,0,0,72,0,500,"$30,000 - $50,000",Millennials (23-38),White only,Good,5.5-6 feet,200-300,Graduated High School,,500,115,620,35,0,0,170
+,2022,2.02206E+13,4184,West,California,125000,"House, apartment, flat",1,1,2655653,75,Female,White only,Divorced,"Native, born in United States",Fair,65,180,30,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,40,0,0,605,0,495,0,0,150,0,60,0,0,0,"$100,000 - $150,000",Silent (74-91),White only,Fair,5-5.5 feet,180-200,Bachelor's Degree,,0,605,535,150,0,0,60
+,2022,2.02206E+13,4185,South,Virginia,45000,"House, apartment, flat",1,1,15071394,23,Female,White only,Never married,"Native, born in United States",Very good,69,195,28.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,20,0,0,645,0,535,0,0,110,0,0,120,0,10,"$30,000 - $50,000",Millennials (23-38),White only,Very good,5.5-6 feet,180-200,Bachelor's Degree,,10,645,555,110,0,0,120
+,2022,2.02206E+13,4186,Midwest,Ohio,27500,"House, apartment, flat",1,1,10279219,66,Female,White only,Married - spouse present,"Native, born in United States",Refused,,9996,998,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,15,0,0,20,0,600,60,0,550,75,90,30,0,0,"$10,000 - $30,000",Boomers (55-73),White only,"Other (Refused, Dont know, NIU)",,>300,Bachelor's Degree,,0,20,675,625,0,0,120
+,2022,2.02206E+13,4187,West,California,200000,"House, apartment, flat",1,1,39407419,21,Female,Asian only,Divorced,"Foreign born, not a U.S. citizen",Good,66,130,21,Some college but no degree,College--two years,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,1,0,0,105,0,0,1,0,550,0,0,0,0,0,50,0,733,"$150,000 and over",Generation Z (7-22),Asian only,Good,5.5-6 feet,120-140,Some College,,733,1,655,0,0,0,51
+,2022,2.02206E+13,4188,Northeast,New York,125000,"House, apartment, flat",1,1,33852275,38,Male,White only,Married - spouse present,"Native, born in United States",Good,71,210,29.3,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,45,30,0,5,65,0,530,0,0,215,0,0,16,0,534,"$100,000 - $150,000",Generation X (39-54),White only,Good,5.5-6 feet,200-300,Graduated High School,,534,65,560,215,0,0,66
+,2022,2.02206E+13,4189,Northeast,Pennsylvania,200000,"House, apartment, flat",1,1,9260779,30,Male,White only,Married - spouse present,"Native, born in United States",Very good,56,212,47.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,230,90,0,0,225,0,690,0,0,110,0,0,95,0,0,"$150,000 and over",Millennials (23-38),White only,Very good,0-5 feet,200-300,Bachelor's Degree,,0,225,780,110,0,0,325
+,2022,2.02206E+13,4190,West,Washington,200000,"House, apartment, flat",1,1,13232368,42,Male,Asian only,Never married,"Native, born in United States",Good,70,145,20.8,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,97,0,80,150,0,0,165,0,603,0,0,150,0,0,125,0,0,"$150,000 and over",Generation X (39-54),Asian only,Good,5.5-6 feet,140-160,Master's or Doctoral Degree,,0,165,753,150,0,0,302
+,2022,2.02206E+13,4191,West,Arizona,67500,"House, apartment, flat",1,1,3691962,85,Male,White only,Married - spouse present,"Native, born in United States",Very good,71,150,20.9,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,140,0,0,150,120,635,0,0,230,60,0,105,0,0,"$50,000 - $75,000",Silent (74-91),White only,Very good,5.5-6 feet,140-160,Master's or Doctoral Degree,,0,270,775,290,0,0,105
+,2022,2.02206E+13,4192,South,Florida,32500,"House, apartment, flat",1,1,6257562,39,Male,White only,Married - spouse present,"Native, born in United States",Excellent,75,205,25.6,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,90,0,495,0,0,610,185,0,60,0,0,"$30,000 - $50,000",Generation X (39-54),White only,Excellent,6-6.5 feet,200-300,Master's or Doctoral Degree,,0,90,495,795,0,0,60
+,2022,2.02206E+13,4193,Midwest,Illinois,87500,"House, apartment, flat",1,1,20350438,52,Female,White only,Divorced,"Native, born in United States",NIU (Not in universe),,9999,999,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,81,0,390,0,0,284,0,0,30,0,625,"$75,000 - $100,000",Generation X (39-54),White only,"Other (Refused, Dont know, NIU)",,>300,Graduated High School,,625,81,420,284,0,0,30
+,2022,2.02206E+13,4194,West,Oregon,200000,"House, apartment, flat",1,1,9260724,58,Male,White only,Married - spouse present,"Native, born in United States",Very good,74,215,27.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,60,0,0,80,0,410,0,0,90,0,0,80,0,660,"$150,000 and over",Boomers (55-73),White only,Very good,6-6.5 feet,200-300,Bachelor's Degree,,660,80,470,90,0,0,140
+,2022,2.02206E+13,4195,Midwest,Indiana,2500,"House, apartment, flat",1,1,17746031,23,Female,White only,Never married,"Native, born in United States",Very good,62,160,29.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,300,0,0,0,660,0,0,390,0,0,0,0,0,"Less than $10,000",Millennials (23-38),White only,Very good,5-5.5 feet,160-180,Bachelor's Degree,,0,0,750,390,300,0,0
+,2022,2.02206E+13,4196,West,Alaska,125000,"House, apartment, flat",1,1,2622209,72,Female,White only,Married - spouse present,"Native, born in United States",Very good,62,132,24.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,10,0,0,210,0,516,0,20,180,60,0,64,380,0,"$100,000 - $150,000",Boomers (55-73),White only,Very good,5-5.5 feet,120-140,Bachelor's Degree,,0,210,526,260,0,380,64
+,2022,2.02206E+13,4197,Northeast,Massachusetts,45000,"House, apartment, flat",1,1,5828597,85,Female,White only,Widowed,"Native, born in United States",Good,63,118,20.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,Has mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,175,0,0,60,0,765,0,0,370,30,10,0,0,0,"$30,000 - $50,000",Silent (74-91),White only,Good,5-5.5 feet,100-120,Bachelor's Degree,,0,60,940,400,0,0,10
+,2022,2.02206E+13,4198,South,Florida,55000,"House, apartment, flat",1,1,2066794,54,Female,White only,Never married,"Native, born in Puerto Rico or U.S. Outlying Area",Good,64,157,26.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,35,0,0,370,0,945,0,0,90,0,0,0,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Good,5-5.5 feet,140-160,Bachelor's Degree,,0,370,980,90,0,0,0
+,2022,2.02206E+13,4199,South,Tennessee,87500,"House, apartment, flat",1,1,6885961,79,Male,White only,Married - spouse present,"Native, born in United States",Fair,71,220,30.7,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,40,75,0,0,15,0,645,0,0,580,0,0,60,0,0,"$75,000 - $100,000",Silent (74-91),White only,Fair,5.5-6 feet,200-300,Master's or Doctoral Degree,,0,15,720,580,0,0,100
+,2022,2.02206E+13,4200,Midwest,Illinois,17500,"House, apartment, flat",1,1,3139115,60,Female,White-American Indian,Never married,"Native, born in United States",Poor,63,157,27.8,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,22,95,0,0,12,0,121,0,0,1160,0,0,25,0,0,"$10,000 - $30,000",Boomers (55-73),Mixed,Poor,5-5.5 feet,140-160,Some College,,0,12,216,1160,0,0,47
+,2022,2.02206E+13,4201,South,Texas,27500,"House, apartment, flat",1,1,4917756,45,Female,White only,Divorced,"Foreign born, not a U.S. citizen",Fair,60,145,28.3,5th or 6th grade,Fifth through sixth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,110,160,0,0,60,0,655,150,0,135,0,5,165,0,0,"$10,000 - $30,000",Generation X (39-54),White only,Fair,5-5.5 feet,140-160,Middle School or Less,,0,60,965,135,0,0,280
+,2022,2.02206E+13,4202,West,California,87500,"House, apartment, flat",1,1,6554792,78,Female,White only,Widowed,"Native, born in United States",Excellent,72,129,17.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,40,0,0,183,0,640,0,0,382,0,0,30,0,0,"$75,000 - $100,000",Silent (74-91),White only,Excellent,6-6.5 feet,120-140,Bachelor's Degree,,0,183,680,382,0,0,30
+,2022,2.02206E+13,4203,West,Washington,200000,"House, apartment, flat",1,1,7029258,80,Female,White only,Married - spouse present,"Native, born in United States",Fair,59,112,22.6,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,115,0,0,22,0,785,0,0,518,0,0,0,0,0,"$150,000 and over",Silent (74-91),White only,Fair,0-5 feet,100-120,Some College,,0,22,900,518,0,0,0
+,2022,2.02206E+13,4204,South,Delaware,22500,"House, apartment, flat",1,1,10137151,75,Male,White only,Divorced,"Native, born in United States",Very good,69,200,29.5,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,0,0,165,0,480,0,0,680,0,0,40,0,0,"$10,000 - $30,000",Silent (74-91),White only,Very good,5.5-6 feet,200-300,Graduated High School,,0,165,555,680,0,0,40
+,2022,2.02206E+13,4205,Midwest,Illinois,22500,"House, apartment, flat",1,1,4403519,79,Female,White only,Widowed,"Native, born in United States",Poor,64,185,31.8,11th grade,Eleventh grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,60,30,0,0,290,0,300,0,0,570,0,180,10,0,0,"$10,000 - $30,000",Silent (74-91),White only,Poor,5-5.5 feet,180-200,Some High School,,0,290,330,570,0,0,250
+,2022,2.02206E+13,4206,Northeast,Pennsylvania,55000,"House, apartment, flat",1,1,5545882,51,Female,"American Indian, Alaskan Native",Married - spouse present,"Native, born in United States",Good,68,195,29.6,Some college but no degree,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,50,0,0,470,0,705,0,0,195,0,0,10,0,0,"$50,000 - $75,000",Generation X (39-54),"American Indian, Alaskan Native",Good,5.5-6 feet,180-200,Some College,,0,470,755,195,0,0,20
+,2022,2.02206E+13,4207,Northeast,Pennsylvania,200000,"House, apartment, flat",1,1,13314787,34,Male,White only,Never married,"Native, born in United States",Very good,74,230,29.5,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,0,0,0,0,600,0,0,0,120,0,60,0,585,"$150,000 and over",Millennials (23-38),White only,Very good,6-6.5 feet,200-300,Associate Degree,,585,0,675,120,0,0,60
+,2022,2.02206E+13,4208,South,South Carolina,200000,"House, apartment, flat",1,1,12164606,44,Female,White only,Married - spouse present,"Native, born in United States",Excellent,69,130,19.2,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,20,0,70,190,0,0,225,0,425,5,0,155,185,60,105,0,0,"$150,000 and over",Generation X (39-54),White only,Excellent,5.5-6 feet,120-140,Master's or Doctoral Degree,,0,225,620,340,0,0,255
+,2022,2.02206E+13,4209,West,California,125000,"House, apartment, flat",1,1,16811371,77,Male,Black only,Married - spouse present,"Native, born in United States",Fair,75,206,25.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,35,60,0,0,85,0,400,0,0,627,105,90,38,0,0,"$100,000 - $150,000",Silent (74-91),Black only,Fair,6-6.5 feet,200-300,Bachelor's Degree,,0,85,460,732,0,0,163
+,2022,2.02206E+13,4210,South,Louisiana,125000,"House, apartment, flat",1,1,10615897,52,Male,White only,Married - spouse present,"Native, born in United States",Good,75,280,35,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,35,0,540,0,0,220,0,0,50,0,550,"$100,000 - $150,000",Generation X (39-54),White only,Good,6-6.5 feet,200-300,Some College,,550,35,585,220,0,0,50
+,2022,2.02206E+13,4211,South,Mississippi,67500,"House, apartment, flat",1,1,34014113,40,Male,White only,Married - spouse present,"Native, born in United States",Poor,72,275,37.3,High school graduate - GED,Eleventh grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,20,0,540,0,0,385,0,0,30,0,465,"$50,000 - $75,000",Generation X (39-54),White only,Poor,6-6.5 feet,200-300,Graduated High School,,465,20,540,385,0,0,30
+,2022,2.02206E+13,4212,Northeast,New York,55000,"House, apartment, flat",1,1,4662474,67,Male,White only,Married - spouse present,"Native, born in United States",Good,72,190,25.8,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,120,0,600,0,0,330,180,0,30,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Good,6-6.5 feet,180-200,Master's or Doctoral Degree,,0,120,720,510,0,0,30
+,2022,2.02206E+13,4213,South,Oklahoma,45000,"House, apartment, flat",1,1,5287864,31,Female,White only,Married - spouse present,"Native, born in United States",Very good,65,9994,998,Some college but no degree,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,30,0,40,137,0,0,0,0,628,0,0,465,90,0,50,0,0,"$30,000 - $50,000",Millennials (23-38),White only,Very good,5-5.5 feet,>300,Some College,,0,0,765,555,0,0,120
+,2022,2.02206E+13,4214,South,Louisiana,32500,"House, apartment, flat",1,1,9184796,80,Female,White only,Never married,"Native, born in United States",Fair,63,160,28.3,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,55,0,0,20,0,620,0,30,135,45,0,45,0,490,"$30,000 - $50,000",Silent (74-91),White only,Fair,5-5.5 feet,160-180,Graduated High School,,490,20,675,210,0,0,45
+,2022,2.02206E+13,4215,Northeast,Rhode Island,200000,"House, apartment, flat",1,1,11809212,44,Male,White only,Married - spouse present,"Native, born in United States",Very good,69,164,24.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,60,0,0,50,0,0,115,0,540,0,0,95,0,0,5,0,510,"$150,000 and over",Generation X (39-54),White only,Very good,5.5-6 feet,160-180,Bachelor's Degree,,510,115,590,95,0,0,65
+,2022,2.02206E+13,4216,Midwest,North Dakota,87500,"House, apartment, flat",1,1,4329896,40,Male,White only,Married - spouse present,"Native, born in United States",Very good,71,175,24.4,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,240,120,0,0,30,0,480,0,0,430,0,0,140,0,0,"$75,000 - $100,000",Generation X (39-54),White only,Very good,5.5-6 feet,160-180,Master's or Doctoral Degree,,0,30,600,430,0,0,380
+,2022,2.02206E+13,4217,Northeast,New Hampshire,55000,"House, apartment, flat",1,1,22172192,43,Female,White only,Married - spouse present,"Native, born in United States",Very good,61,150,28.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,90,0,35,90,0,0,160,0,725,0,0,300,0,0,40,0,0,"$50,000 - $75,000",Generation X (39-54),White only,Very good,5-5.5 feet,140-160,Bachelor's Degree,,0,160,815,300,0,0,165
+,2022,2.02206E+13,4218,South,Texas,200000,"House, apartment, flat",1,1,32289992,17,Female,White only,Never married,"Native, born in United States",Good,62,120,21.9,10th grade,Tenth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,3,0,675,0,0,702,0,0,0,0,0,"$150,000 and over",Generation Z (7-22),White only,Good,5-5.5 feet,120-140,Some High School,,0,3,735,702,0,0,0
+,2022,2.02206E+13,4219,Midwest,Illinois,55000,"House, apartment, flat",1,1,3621890,67,Female,White only,Widowed,"Native, born in United States",Very good,65,195,32.4,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,420,0,460,0,0,230,330,0,0,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Very good,5-5.5 feet,180-200,Some College,,0,420,460,560,0,0,0
+,2022,2.02206E+13,4220,Midwest,Indiana,200000,"House, apartment, flat",1,1,11285462,32,Female,White-Asian,Married - spouse present,"Native, born in United States",Good,70,160,23,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,60,0,630,0,0,630,0,0,0,0,0,"$150,000 and over",Millennials (23-38),Mixed,Good,5.5-6 feet,160-180,Bachelor's Degree,,0,60,750,630,0,0,0
+,2022,2.02206E+13,4221,Northeast,New York,37500,"House, apartment, flat",1,1,6104395,60,Female,White only,Never married,"Foreign born, not a U.S. citizen",Good,59,169,34.1,"1st, 2nd, 3rd, or 4th grade",First through fourth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,160,0,0,340,0,570,0,0,370,0,0,0,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Good,0-5 feet,160-180,Middle School or Less,,0,340,730,370,0,0,0
+,2022,2.02206E+13,4222,West,California,55000,"House, apartment, flat",1,1,4824759,72,Male,White only,Divorced,"Native, born in United States",Fair,71,235,32.8,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,Has difficulty remembering,0,0,0,165,0,0,60,0,690,0,0,420,0,85,20,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Fair,5.5-6 feet,200-300,Graduated High School,,0,60,855,420,0,0,105
+,2022,2.02206E+13,4223,South,Kentucky,17500,Mobile home or trailer with no permanent room added,1,1,8498608,80,Female,White only,Widowed,"Native, born in United States",Good,66,140,22.6,9th grade,Ninth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,50,0,0,160,0,540,0,60,630,0,0,0,0,0,"$10,000 - $30,000",Silent (74-91),White only,Good,5.5-6 feet,140-160,Some High School,,0,160,590,690,0,0,0
+,2022,2.02206E+13,4224,South,Oklahoma,55000,"House, apartment, flat",1,1,2663784,77,Male,White only,Married - spouse present,"Native, born in United States",Very good,75,216,27,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,30,0,65,0,0,150,0,495,0,45,430,0,15,210,0,0,"$50,000 - $75,000",Silent (74-91),White only,Very good,6-6.5 feet,200-300,Bachelor's Degree,,0,150,560,475,0,0,255
+,2022,2.02206E+13,4225,South,Texas,45000,"House, apartment, flat",1,1,12090104,74,Male,White only,Married - spouse present,"Native, born in United States",Very good,71,225,31.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,150,50,75,0,0,0,0,513,0,0,600,0,0,52,0,0,"$30,000 - $50,000",Silent (74-91),White only,Very good,5.5-6 feet,200-300,Bachelor's Degree,,0,0,588,600,0,0,252
+,2022,2.02206E+13,4226,Northeast,New York,22500,"House, apartment, flat",1,1,80570960,22,Male,White only,Never married,"Foreign born, not a U.S. citizen",Very good,69,170,25.1,High school graduate - diploma,Twelfth grade,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,20,0,0,0,0,690,0,0,610,120,0,0,0,0,"$10,000 - $30,000",Millennials (23-38),White only,Very good,5.5-6 feet,160-180,Graduated High School,,0,0,710,730,0,0,0
+,2022,2.02206E+13,4227,West,Arizona,125000,"House, apartment, flat",1,1,4864255,65,Male,White only,Married - spouse present,"Native, born in United States",Very good,73,215,28.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,135,0,0,0,0,585,0,0,240,270,0,210,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Very good,6-6.5 feet,200-300,Bachelor's Degree,,0,0,720,510,0,0,210
+,2022,2.02206E+13,4228,South,Florida,125000,"House, apartment, flat",1,1,17378973,25,Male,White only,Never married,"Native, born in United States",Fair,66,240,38.7,High school graduate - diploma,Twelfth grade,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,110,0,0,55,0,780,0,0,495,0,0,0,0,0,"$100,000 - $150,000",Millennials (23-38),White only,Fair,5.5-6 feet,200-300,Graduated High School,,0,55,890,495,0,0,0
+,2022,2.02206E+13,4229,South,Alabama,55000,"House, apartment, flat",1,1,3978595,75,Female,White only,Never married,"Native, born in United States",Very good,64,165,28.3,Some college but no degree,College--two years,Employed - at work,No,Has vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,0,0,510,0,0,370,30,0,55,0,475,"$50,000 - $75,000",Silent (74-91),White only,Very good,5-5.5 feet,160-180,Some College,,475,0,510,400,0,0,55
+,2022,2.02206E+13,4230,West,Washington,55000,"House, apartment, flat",1,1,7336030,38,Male,White only,Married - spouse absent,"Native, born in United States",Fair,72,260,35.3,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,5,0,60,0,0,0,0,20,0,0,775,0,0,185,0,395,"$50,000 - $75,000",Generation X (39-54),White only,Fair,6-6.5 feet,200-300,Some College,,395,0,80,775,0,0,190
+,2022,2.02206E+13,4231,South,Kentucky,67500,"House, apartment, flat",1,1,36330058,19,Female,White only,Never married,"Native, born in United States",Good,66,200,32.3,Some college but no degree,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,80,60,0,300,0,760,0,0,240,0,0,0,0,0,"$50,000 - $75,000",Generation Z (7-22),White only,Good,5.5-6 feet,200-300,Some College,,0,300,840,240,60,0,0
+,2022,2.02206E+13,4232,Midwest,Wisconsin,125000,"House, apartment, flat",1,1,9555525,36,Male,White only,Married - spouse present,"Native, born in United States",Very good,71,165,23,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,131,0,0,30,0,0,86,0,509,0,0,28,0,0,89,0,557,"$100,000 - $150,000",Millennials (23-38),White only,Very good,5.5-6 feet,160-180,Bachelor's Degree,,557,86,539,28,0,0,220
+,2022,2.02206E+13,4233,South,Delaware,55000,"House, apartment, flat",1,1,12454010,75,Male,White only,Married - spouse present,"Native, born in United States",Good,68,150,22.8,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,190,0,540,0,0,620,60,0,0,0,0,"$50,000 - $75,000",Silent (74-91),White only,Good,5.5-6 feet,140-160,Some College,,0,190,570,680,0,0,0
+,2022,2.02206E+13,4234,West,California,32500,"House, apartment, flat",1,1,11442965,28,Female,White only,Married - spouse absent,"Native, born in United States",Excellent,68,160,24.3,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,10,5,60,0,0,80,0,480,90,0,220,0,0,60,0,435,"$30,000 - $50,000",Millennials (23-38),White only,Excellent,5.5-6 feet,160-180,Master's or Doctoral Degree,,435,80,630,220,0,0,75
+,2022,2.02206E+13,4235,South,Florida,22500,"House, apartment, flat",1,1,7180115,71,Female,White only,Divorced,"Native, born in United States",Excellent,60,135,26.4,Associate degree - academic program,College--four years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,180,150,0,0,175,0,590,0,0,330,0,0,15,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Excellent,5-5.5 feet,120-140,Associate Degree,,0,175,740,330,0,0,195
+,2022,2.02206E+13,4236,South,Texas,67500,"House, apartment, flat",1,1,13721336,60,Female,White only,Married - spouse present,"Native, born in United States",Good,65,145,24.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,221,90,35,0,0,325,0,534,0,0,120,60,0,45,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Good,5-5.5 feet,140-160,Bachelor's Degree,,0,325,569,180,0,0,356
+,2022,2.02206E+13,4237,Northeast,Pennsylvania,200000,"House, apartment, flat",1,1,36036544,59,Male,White only,Married - spouse present,"Native, born in United States",Good,68,224,34.1,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,65,0,0,75,0,0,20,0,500,30,0,170,0,0,80,0,500,"$150,000 and over",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Graduated High School,,500,20,605,170,0,0,145
+,2022,2.02206E+13,4238,Northeast,Pennsylvania,45000,"House, apartment, flat",1,1,4501047,79,Female,White only,Widowed,"Native, born in United States",Excellent,65,172,28.6,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,50,0,0,160,0,550,0,60,265,30,50,28,247,0,"$30,000 - $50,000",Silent (74-91),White only,Excellent,5-5.5 feet,160-180,Graduated High School,,0,160,600,355,0,247,78
+,2022,2.02206E+13,4239,South,Georgia,45000,"House, apartment, flat",1,1,7228942,80,Female,White only,Widowed,"Native, born in United States",Very good,67,172,26.9,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,180,0,0,300,0,510,0,0,450,0,0,0,0,0,"$30,000 - $50,000",Silent (74-91),White only,Very good,5.5-6 feet,160-180,Some College,,0,300,690,450,0,0,0
+,2022,2.02206E+13,4240,South,Tennessee,32500,"House, apartment, flat",1,1,8711221,58,Female,White only,Divorced,"Native, born in United States",Good,67,145,22.7,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,Has difficulty remembering,0,0,0,50,0,0,279,0,390,0,60,611,50,0,0,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Good,5.5-6 feet,140-160,Some College,,0,279,440,721,0,0,0
+,2022,2.02206E+13,4241,Midwest,Indiana,67500,"House, apartment, flat",1,1,7849896,66,Male,White only,Divorced,"Native, born in United States",Poor,73,218,28.8,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),Has vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,10,0,0,0,0,745,0,0,685,0,0,0,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Poor,6-6.5 feet,200-300,Some College,,0,0,755,685,0,0,0
+,2022,2.02206E+13,4242,Midwest,Minnesota,45000,"House, apartment, flat",1,1,5857749,73,Male,White only,Married - spouse present,"Native, born in United States",Fair,68,142,21.6,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,140,0,0,200,0,555,0,0,305,135,0,30,0,0,"$30,000 - $50,000",Silent (74-91),White only,Fair,5.5-6 feet,140-160,Master's or Doctoral Degree,,0,200,695,440,0,0,30
+,2022,2.02206E+13,4243,West,Colorado,55000,"House, apartment, flat",1,1,5727798,72,Female,White only,Divorced,"Native, born in United States",Very good,67,205,32.1,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,120,30,40,0,0,95,0,600,0,0,345,50,30,100,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Very good,5.5-6 feet,200-300,Some College,,0,95,640,395,0,0,280
+,2022,2.02206E+13,4244,West,California,87500,"House, apartment, flat",1,1,2925994,44,Male,White only,Never married,"Foreign born, U.S. citizen by naturalization",Very good,74,205,26.3,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,150,140,0,0,15,0,595,0,0,500,0,0,40,0,0,"$75,000 - $100,000",Generation X (39-54),White only,Very good,6-6.5 feet,200-300,Some College,,0,15,735,500,0,0,190
+,2022,2.02206E+13,4245,Northeast,New York,32500,"House, apartment, flat",1,1,8368019,69,Female,White only,Widowed,"Native, born in United States",Good,56,184,41.2,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,8,20,70,0,0,165,0,540,0,0,512,0,0,125,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Good,0-5 feet,180-200,Associate Degree,,0,165,610,512,0,0,153
+,2022,2.02206E+13,4246,Midwest,Michigan,2500,"House, apartment, flat",1,1,5277402,37,Male,White only,Married - spouse absent,"Native, born in United States",Poor,68,160,24.3,Associate degree - academic program,College--three years,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,20,0,0,125,0,690,0,0,485,0,0,120,0,0,"Less than $10,000",Millennials (23-38),White only,Poor,5.5-6 feet,160-180,Associate Degree,,0,125,710,485,0,0,120
+,2022,2.02206E+13,4247,Midwest,Indiana,37500,"House, apartment, flat",1,1,14570338,73,Female,White only,Married - spouse present,"Native, born in United States",Very good,66,150,24.2,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,Has difficulty remembering,0,0,0,20,0,0,350,0,421,0,0,629,0,0,20,0,0,"$30,000 - $50,000",Silent (74-91),White only,Very good,5.5-6 feet,140-160,Graduated High School,,0,350,441,629,0,0,20
+,2022,2.02206E+13,4248,Midwest,Minnesota,200000,"House, apartment, flat",1,1,30862610,17,Female,White only,Never married,"Native, born in United States",Very good,64,135,23.2,11th grade,Eleventh grade,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,100,0,570,0,0,180,180,60,60,180,0,"$150,000 and over",Generation Z (7-22),White only,Very good,5-5.5 feet,120-140,Some High School,,0,100,660,360,0,180,120
+,2022,2.02206E+13,4249,Northeast,New Jersey,125000,"House, apartment, flat",1,1,9943234,47,Male,White only,Married - spouse present,"Native, born in United States",Very good,72,190,25.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,0,0,480,0,0,240,0,0,90,0,480,"$100,000 - $150,000",Generation X (39-54),White only,Very good,6-6.5 feet,180-200,Bachelor's Degree,,480,0,570,240,0,0,90
+,2022,2.02206E+13,4250,Midwest,Iowa,37500,"House, apartment, flat",1,1,6255068,32,Male,White only,Never married,"Native, born in United States",Good,74,220,28.2,Associate degree - academic program,College--three years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,0,0,460,0,0,340,0,0,50,0,500,"$30,000 - $50,000",Millennials (23-38),White only,Good,6-6.5 feet,200-300,Associate Degree,,500,0,550,340,0,0,50
+,2022,2.02206E+13,4251,South,South Carolina,67500,"House, apartment, flat",1,1,6168959,32,Male,White only,Never married,"Native, born in United States",Very good,71,300,41.8,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,45,0,120,135,0,0,365,0,695,0,0,60,0,0,20,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Very good,5.5-6 feet,>300,Graduated High School,,0,365,830,60,0,0,185
+,2022,2.02206E+13,4252,West,California,67500,"House, apartment, flat",1,1,4947039,67,Male,White only,Married - spouse present,"Native, born in United States",Excellent,70,170,24.4,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,215,0,780,0,75,210,0,0,40,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Excellent,5.5-6 feet,160-180,Some College,,0,215,900,285,0,0,40
+,2022,2.02206E+13,4253,South,Texas,45000,"House, apartment, flat",1,1,4139374,80,Male,White only,Married - spouse present,"Native, born in United States",Good,68,220,33.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,48,309,0,0,52,0,435,0,0,569,0,0,27,0,0,"$30,000 - $50,000",Silent (74-91),White only,Good,5.5-6 feet,200-300,Bachelor's Degree,,0,52,744,569,0,0,75
+,2022,2.02206E+13,4254,Northeast,Connecticut,200000,"House, apartment, flat",1,1,8528736,67,Female,White only,Married - spouse present,"Native, born in United States",Excellent,64,180,30.9,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,45,95,0,0,120,0,550,55,0,380,75,0,120,0,0,"$150,000 and over",Boomers (55-73),White only,Excellent,5-5.5 feet,180-200,Master's or Doctoral Degree,,0,120,700,455,0,0,165
+,2022,2.02206E+13,4255,Northeast,Pennsylvania,45000,"House, apartment, flat",1,1,20552594,24,Male,White only,Never married,"Native, born in United States",Good,67,210,32.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,0,0,495,0,0,525,0,0,0,0,360,"$30,000 - $50,000",Millennials (23-38),White only,Good,5.5-6 feet,200-300,Bachelor's Degree,,360,0,555,525,0,0,0
+,2022,2.02206E+13,4256,South,North Carolina,200000,"House, apartment, flat",1,1,20288059,55,Female,White only,Married - spouse present,"Native, born in United States",Very good,60,107,20.9,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,20,30,0,0,5,0,565,0,90,0,20,0,95,60,555,"$150,000 and over",Boomers (55-73),White only,Very good,5-5.5 feet,100-120,Master's or Doctoral Degree,,555,5,595,110,0,60,115
+,2022,2.02206E+13,4257,South,Tennessee,87500,"House, apartment, flat",1,1,10701647,65,Female,White only,Married - spouse present,"Native, born in United States",Very good,70,162,23.2,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,20,20,150,0,0,211,0,565,0,0,276,60,0,138,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Very good,5.5-6 feet,160-180,Master's or Doctoral Degree,,0,211,715,336,0,0,178
+,2022,2.02206E+13,4258,South,Texas,200000,"House, apartment, flat",1,1,17298479,51,Female,White only,Married - spouse present,"Native, born in United States",Refused,,9996,998,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,95,0,0,85,0,575,0,0,645,0,0,40,0,0,"$150,000 and over",Generation X (39-54),White only,"Other (Refused, Dont know, NIU)",,>300,Bachelor's Degree,,0,85,670,645,0,0,40
+,2022,2.02206E+13,4259,South,Texas,200000,"House, apartment, flat",1,1,13906176,43,Male,White only,Married - spouse present,"Native, born in United States",Good,69,225,33.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,76,0,480,0,0,210,0,0,0,0,629,"$150,000 and over",Generation X (39-54),White only,Good,5.5-6 feet,200-300,Bachelor's Degree,,629,76,525,210,0,0,0
+,2022,2.02206E+13,4260,Northeast,Pennsylvania,125000,"House, apartment, flat",1,1,10711412,60,Male,White only,Married - spouse present,"Native, born in United States",Good,68,215,32.7,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,175,0,0,120,0,660,0,0,275,0,0,210,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Graduated High School,,0,120,835,275,0,0,210
+,2022,2.02206E+13,4261,West,California,200000,"House, apartment, flat",1,1,3824938,61,Male,White only,Divorced,"Foreign born, U.S. citizen by naturalization",Very good,71,180,25.1,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,Has mobility limitation,No physical difficulty,Has difficulty remembering,0,6,11,75,0,0,75,5,591,90,0,120,90,0,167,0,210,"$150,000 and over",Boomers (55-73),White only,Very good,5.5-6 feet,180-200,Master's or Doctoral Degree,,210,80,756,210,0,0,184
+,2022,2.02206E+13,4262,South,North Carolina,67500,"House, apartment, flat",1,1,6370317,35,Female,White only,Separated,"Native, born in United States",Good,64,230,39.5,Associate degree - academic program,College--three years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,60,0,0,130,0,520,0,0,120,0,0,50,0,550,"$50,000 - $75,000",Millennials (23-38),White only,Good,5-5.5 feet,200-300,Associate Degree,,550,130,580,120,0,0,60
+,2022,2.02206E+13,4263,South,Texas,125000,"House, apartment, flat",1,1,15123267,31,Female,White only,Never married,"Native, born in United States",Good,66,185,29.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,35,0,0,0,122,0,602,15,0,175,0,0,18,0,453,"$100,000 - $150,000",Millennials (23-38),White only,Good,5.5-6 feet,180-200,Bachelor's Degree,,453,122,617,175,0,0,53
+,2022,2.02206E+13,4264,South,Arkansas,27500,"House, apartment, flat",1,1,5044701,49,Female,White only,Married - spouse present,"Native, born in United States",Fair,62,225,41.1,Some college but no degree,College--three years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,165,0,695,0,0,60,0,0,25,0,450,"$10,000 - $30,000",Generation X (39-54),White only,Fair,5-5.5 feet,200-300,Some College,,450,165,740,60,0,0,25
+,2022,2.02206E+13,4265,West,California,37500,"House, apartment, flat",1,1,12380519,32,Male,Black only,Never married,"Foreign born, not a U.S. citizen",Good,72,195,26.4,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,15,80,0,0,0,0,540,0,0,190,0,0,100,0,455,"$30,000 - $50,000",Millennials (23-38),Black only,Good,6-6.5 feet,180-200,Some College,,455,0,620,190,0,0,115
+,2022,2.02206E+13,4266,South,North Carolina,45000,"House, apartment, flat",1,1,16517318,18,Male,White only,Never married,"Foreign born, not a U.S. citizen",Good,72,197,26.7,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,80,0,0,300,0,840,0,0,195,0,0,25,0,0,"$30,000 - $50,000",Generation Z (7-22),White only,Good,6-6.5 feet,180-200,Graduated High School,,0,300,920,195,0,0,25
+,2022,2.02206E+13,4267,West,Washington,125000,"House, apartment, flat",1,1,5379919,80,Female,White only,Married - spouse absent,"Native, born in United States",Excellent,63,110,19.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,56,60,90,0,0,113,0,555,0,0,284,0,1,32,144,0,"$100,000 - $150,000",Silent (74-91),White only,Excellent,5-5.5 feet,100-120,Bachelor's Degree,,0,113,645,284,0,144,149
+,2022,2.02206E+13,4268,Northeast,Massachusetts,200000,"House, apartment, flat",1,1,19071853,62,Female,White only,Married - spouse present,"Native, born in United States",Good,66,175,28.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,43,58,64,30,0,0,385,0,530,5,30,75,0,105,115,0,0,"$150,000 and over",Boomers (55-73),White only,Good,5.5-6 feet,160-180,Bachelor's Degree,,0,385,565,105,0,0,385
+,2022,2.02206E+13,4269,West,California,67500,"House, apartment, flat",1,1,7764482,67,Female,White only,Divorced,"Native, born in United States",Excellent,63,124,22,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,20,0,0,10,0,570,0,0,570,180,0,30,60,0,"$50,000 - $75,000",Boomers (55-73),White only,Excellent,5-5.5 feet,120-140,Bachelor's Degree,,0,10,590,750,0,60,30
+,2022,2.02206E+13,4270,South,Alabama,45000,"House, apartment, flat",1,1,2067396,53,Female,Black only,Never married,"Native, born in United States",Good,66,182,29.4,Associate degree - occupational vocational,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,30,0,660,0,0,585,0,0,105,0,0,"$30,000 - $50,000",Generation X (39-54),Black only,Good,5.5-6 feet,180-200,Associate Degree,,0,30,720,585,0,0,105
+,2022,2.02206E+13,4271,South,Virginia,125000,"House, apartment, flat",1,1,12176814,46,Female,Asian only,Never married,"Foreign born, not a U.S. citizen",Very good,69,180,26.6,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,70,0,0,150,0,548,0,0,120,0,0,22,0,530,"$100,000 - $150,000",Generation X (39-54),Asian only,Very good,5.5-6 feet,180-200,Master's or Doctoral Degree,,530,150,618,120,0,0,22
+,2022,2.02206E+13,4272,West,Colorado,125000,"House, apartment, flat",1,1,12636939,56,Female,White only,Married - spouse present,"Native, born in United States",Very good,67,130,20.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,105,0,540,0,0,240,60,0,20,0,415,"$100,000 - $150,000",Boomers (55-73),White only,Very good,5.5-6 feet,120-140,Bachelor's Degree,,415,105,600,300,0,0,20
+,2022,2.02206E+13,4273,South,Maryland,87500,"House, apartment, flat",1,1,9138203,36,Female,White only,Married - spouse present,"Native, born in United States",Very good,77,250,29.6,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,90,0,10,70,0,0,255,0,550,0,0,335,0,0,130,0,0,"$75,000 - $100,000",Millennials (23-38),White only,Very good,6-6.5 feet,200-300,Graduated High School,,0,255,620,335,0,0,230
+,2022,2.02206E+13,4274,Northeast,New Hampshire,37500,"House, apartment, flat",1,1,12958529,75,Female,White only,Married - spouse present,"Native, born in United States",Good,61,126,23.8,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,90,0,0,290,0,480,0,0,395,25,60,40,0,0,"$30,000 - $50,000",Silent (74-91),White only,Good,5-5.5 feet,120-140,Graduated High School,,0,290,570,420,0,0,160
+,2022,2.02206E+13,4275,South,Oklahoma,200000,"House, apartment, flat",1,1,7322975,66,Female,"American Indian, Alaskan Native",Married - spouse present,"Native, born in United States",Good,65,140,23.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,840,0,480,0,0,0,0,0,0,0,0,"$150,000 and over",Boomers (55-73),"American Indian, Alaskan Native",Good,5-5.5 feet,140-160,Bachelor's Degree,,0,840,600,0,0,0,0
+,2022,2.02206E+13,4276,West,California,32500,"House, apartment, flat",1,1,36413060,23,Male,White only,Never married,"Native, born in United States",Very good,71,216,30.1,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,35,0,0,20,0,640,0,0,215,0,0,20,0,510,"$30,000 - $50,000",Millennials (23-38),White only,Very good,5.5-6 feet,200-300,Graduated High School,,510,20,675,215,0,0,20
+,2022,2.02206E+13,4277,West,Wyoming,55000,"House, apartment, flat",1,1,8507592,57,Female,White only,Widowed,"Native, born in United States",Good,65,140,23.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,152,0,615,0,0,61,0,0,28,0,584,"$50,000 - $75,000",Boomers (55-73),White only,Good,5-5.5 feet,140-160,Bachelor's Degree,,584,152,615,61,0,0,28
+,2022,2.02206E+13,4278,South,Georgia,200000,"House, apartment, flat",1,1,5669464,41,Male,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Very good,69,180,26.6,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,305,0,0,175,0,0,45,0,735,0,90,60,0,0,30,0,0,"$150,000 and over",Generation X (39-54),White only,Very good,5.5-6 feet,180-200,Master's or Doctoral Degree,,0,45,910,150,0,0,335
+,2022,2.02206E+13,4279,West,California,87500,"House, apartment, flat",1,1,6899916,34,Male,White only,Married - spouse present,"Native, born in United States",Very good,72,180,24.4,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,0,0,355,0,0,30,0,45,410,0,540,"$75,000 - $100,000",Millennials (23-38),White only,Very good,6-6.5 feet,180-200,Master's or Doctoral Degree,,540,0,415,30,0,0,455
+,2022,2.02206E+13,4280,South,Florida,200000,"House, apartment, flat",1,1,7386629,54,Male,White only,Never married,"Foreign born, not a U.S. citizen",Very good,67,216,33.8,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,105,0,0,0,0,450,0,0,301,0,0,53,0,466,"$150,000 and over",Boomers (55-73),White only,Very good,5.5-6 feet,200-300,Master's or Doctoral Degree,,466,0,555,301,0,0,53
+,2022,2.02206E+13,4281,Midwest,Illinois,17500,"House, apartment, flat",1,1,6186182,67,Female,White only,Never married,"Native, born in United States",Fair,62,243,44.4,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,30,0,0,120,0,915,0,0,300,0,0,30,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Fair,5-5.5 feet,200-300,Graduated High School,,0,120,945,300,0,0,30
+,2022,2.02207E+13,4282,Northeast,New York,8750,"House, apartment, flat",1,1,25273438,35,Female,Black only,Never married,"Foreign born, not a U.S. citizen",Fair,61,9997,998,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,120,0,0,35,0,0,340,0,745,160,0,0,0,10,30,0,0,"Less than $10,000",Millennials (23-38),Black only,Fair,5-5.5 feet,>300,Some College,,0,340,940,0,0,0,160
+,2022,2.02207E+13,4283,South,Texas,17500,"House, apartment, flat",1,1,13717043,68,Male,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Fair,68,226,34.4,High school graduate - GED,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,40,0,0,0,0,690,15,0,620,0,30,45,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Fair,5.5-6 feet,200-300,Graduated High School,,0,0,745,620,0,0,75
+,2022,2.02207E+13,4284,South,Oklahoma,200000,"House, apartment, flat",1,1,3040866,76,Male,White only,Married - spouse absent,"Native, born in United States",Excellent,69,170,25.1,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,15,0,0,0,0,600,0,0,0,0,0,0,0,825,"$150,000 and over",Silent (74-91),White only,Excellent,5.5-6 feet,160-180,Master's or Doctoral Degree,,825,0,615,0,0,0,0
+,2022,2.02207E+13,4285,South,North Carolina,87500,"House, apartment, flat",1,1,8546417,67,Female,Black only,Married - spouse present,"Native, born in United States",Very good,66,160,25.8,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,50,0,0,25,0,450,0,0,655,0,0,200,0,0,"$75,000 - $100,000",Boomers (55-73),Black only,Very good,5.5-6 feet,160-180,Graduated High School,,0,25,500,655,0,0,260
+,2022,2.02207E+13,4286,West,California,67500,"House, apartment, flat",1,1,10841205,28,Female,White only,Never married,"Native, born in United States",Good,63,187,33.1,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,191,0,0,20,0,0,35,0,631,0,0,403,0,0,120,0,40,"$50,000 - $75,000",Millennials (23-38),White only,Good,5-5.5 feet,180-200,Some College,,40,35,651,403,0,0,311
+,2022,2.02207E+13,4287,South,Louisiana,200000,"House, apartment, flat",1,1,9891512,36,Female,White only,Married - spouse present,"Native, born in United States",Good,66,200,32.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,0,0,345,0,680,0,0,170,170,0,0,0,0,"$150,000 and over",Millennials (23-38),White only,Good,5.5-6 feet,200-300,Bachelor's Degree,,0,345,755,340,0,0,0
+,2022,2.02207E+13,4288,Northeast,Pennsylvania,200000,"House, apartment, flat",1,1,22547446,62,Female,White only,Married - spouse present,"Native, born in United States",Very good,63,165,29.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,130,0,0,86,0,635,10,0,160,0,0,50,0,339,"$150,000 and over",Boomers (55-73),White only,Very good,5-5.5 feet,160-180,Bachelor's Degree,,339,86,775,160,0,0,80
+,2022,2.02207E+13,4289,West,California,37500,"House, apartment, flat",1,1,13650772,30,Male,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Good,68,198,30.1,9th grade,Ninth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,60,0,0,60,0,0,0,0,600,0,0,175,0,0,10,0,535,"$30,000 - $50,000",Millennials (23-38),White only,Good,5.5-6 feet,180-200,Some High School,,535,0,660,175,0,0,70
+,2022,2.02207E+13,4290,South,Alabama,87500,"House, apartment, flat",1,1,4387998,34,Male,White only,Married - spouse present,"Native, born in United States",Very good,74,220,28.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,195,0,0,165,0,0,0,0,495,0,0,375,210,0,0,0,0,"$75,000 - $100,000",Millennials (23-38),White only,Very good,6-6.5 feet,200-300,Bachelor's Degree,,0,0,660,585,0,0,195
+,2022,2.02207E+13,4291,Northeast,New York,200000,"House, apartment, flat",1,1,11918489,66,Female,White only,Married - spouse present,"Native, born in United States",Good,65,148,24.6,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,5,0,10,65,0,0,90,0,422,150,0,225,40,0,433,0,0,"$150,000 and over",Boomers (55-73),White only,Good,5-5.5 feet,140-160,Associate Degree,,0,90,637,265,0,0,448
+,2022,2.02207E+13,4292,West,California,87500,"House, apartment, flat",1,1,4693215,85,Male,White only,Married - spouse present,"Native, born in United States",Good,71,208,29,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,45,60,0,0,195,0,660,0,0,310,0,0,170,0,0,"$75,000 - $100,000",Silent (74-91),White only,Good,5.5-6 feet,200-300,Master's or Doctoral Degree,,0,195,720,310,0,0,215
+,2022,2.02207E+13,4293,South,Georgia,200000,"House, apartment, flat",1,1,16698182,49,Female,Black only,Married - spouse present,"Native, born in United States",Good,62,172,31.5,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,90,0,0,240,0,540,0,0,300,0,0,210,0,0,"$150,000 and over",Generation X (39-54),Black only,Good,5-5.5 feet,160-180,Master's or Doctoral Degree,,0,240,630,300,0,0,270
+,2022,2.02207E+13,4294,Northeast,Pennsylvania,37500,"House, apartment, flat",1,1,31188399,28,Male,White only,Never married,"Native, born in United States",Good,67,140,21.9,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,30,0,0,10,0,585,0,0,0,0,0,75,0,730,"$30,000 - $50,000",Millennials (23-38),White only,Good,5.5-6 feet,140-160,Graduated High School,,730,10,615,0,0,0,85
+,2022,2.02207E+13,4295,Midwest,Missouri,200000,"House, apartment, flat",1,1,3658193,76,Male,White only,Widowed,"Native, born in United States",Good,72,210,28.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,180,0,0,270,0,410,0,0,580,0,0,0,0,0,"$150,000 and over",Silent (74-91),White only,Good,6-6.5 feet,200-300,Bachelor's Degree,,0,270,590,580,0,0,0
+,2022,2.02207E+13,4296,South,Tennessee,55000,"House, apartment, flat",1,1,6552165,28,Female,White only,Married - spouse absent,"Native, born in United States",Very good,65,153,25.5,Associate degree - academic program,College--two years,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,30,0,90,60,0,0,180,0,643,120,0,90,0,0,117,0,60,"$50,000 - $75,000",Millennials (23-38),White only,Very good,5-5.5 feet,140-160,Associate Degree,,60,180,823,90,0,0,237
+,2022,2.02207E+13,4297,South,Florida,200000,"House, apartment, flat",1,1,30046299,58,Female,White only,Married - spouse present,"Native, born in United States",Good,63,180,31.9,Associate degree - academic program,College--three years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,0,0,390,0,0,350,0,0,70,0,510,"$150,000 and over",Boomers (55-73),White only,Good,5-5.5 feet,180-200,Associate Degree,,510,0,510,350,0,0,70
+,2022,2.02207E+13,4298,South,South Carolina,200000,"House, apartment, flat",1,1,5278995,62,Female,White only,Married - spouse present,"Native, born in United States",Good,66,9996,998,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,2,60,0,0,0,0,538,0,0,540,0,0,300,0,0,"$150,000 and over",Boomers (55-73),White only,Good,5.5-6 feet,>300,Master's or Doctoral Degree,,0,0,598,540,0,0,302
+,2022,2.02207E+13,4299,Northeast,New Hampshire,87500,"House, apartment, flat",1,1,21942303,56,Male,White only,Married - spouse present,"Native, born in United States",Very good,72,215,29.2,High school graduate - diploma,Twelfth grade,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,135,0,0,120,0,560,0,0,345,70,0,40,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Very good,6-6.5 feet,200-300,Graduated High School,,0,120,695,415,0,0,100
+,2022,2.02207E+13,4300,Midwest,Minnesota,200000,"House, apartment, flat",1,1,14638219,30,Female,White only,Married - spouse present,"Native, born in United States",Good,64,200,34.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,5,115,0,0,140,0,540,0,0,30,30,60,20,0,500,"$150,000 and over",Millennials (23-38),White only,Good,5-5.5 feet,200-300,Bachelor's Degree,,500,140,655,60,0,0,85
+,2022,2.02207E+13,4301,Midwest,Illinois,125000,"House, apartment, flat",1,1,9260256,48,Female,White only,Married - spouse present,"Native, born in United States",Very good,67,135,21.1,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,10,0,55,10,0,0,444,0,562,0,0,105,150,10,94,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Very good,5.5-6 feet,120-140,Master's or Doctoral Degree,,0,444,572,255,0,0,169
+,2022,2.02207E+13,4302,South,Tennessee,32500,"House, apartment, flat",1,1,11912434,33,Female,White only,Divorced,"Native, born in United States",Fair,63,105,18.6,Associate degree - academic program,College--two years,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,180,0,125,0,0,315,0,384,0,0,370,0,0,6,0,0,"$30,000 - $50,000",Millennials (23-38),White only,Fair,5-5.5 feet,100-120,Associate Degree,,0,315,509,370,0,0,186
+,2022,2.02207E+13,4303,Northeast,New York,6250,"House, apartment, flat",1,1,6414071,67,Female,Black only,Never married,"Foreign born, U.S. citizen by naturalization",Good,61,171,32.3,High school graduate - GED,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,10,0,0,0,0,620,0,0,790,0,0,20,0,0,"Less than $10,000",Boomers (55-73),Black only,Good,5-5.5 feet,160-180,Graduated High School,,0,0,630,790,0,0,20
+,2022,2.02207E+13,4304,South,Texas,13750,"House, apartment, flat",1,1,13836286,43,Male,White only,Never married,"Native, born in United States",Fair,67,290,45.4,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,45,0,0,0,0,0,900,0,0,495,0,0,0,0,0,"$10,000 - $30,000",Generation X (39-54),White only,Fair,5.5-6 feet,200-300,Graduated High School,,0,0,900,495,0,0,45
+,2022,2.02207E+13,4305,Northeast,New Jersey,200000,"House, apartment, flat",1,1,126844590,21,Female,Asian only,Never married,"Native, born in United States",Excellent,62,108,19.8,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,75,0,570,0,0,645,60,0,0,0,0,"$150,000 and over",Generation Z (7-22),Asian only,Excellent,5-5.5 feet,100-120,Some College,,0,75,660,705,0,0,0
+,2022,2.02207E+13,4306,South,Florida,87500,"House, apartment, flat",1,1,13479535,45,Female,White only,Married - spouse present,"Native, born in United States",Fair,64,127,21.8,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,238,0,550,0,0,532,0,0,0,0,0,"$75,000 - $100,000",Generation X (39-54),White only,Fair,5-5.5 feet,120-140,Graduated High School,,0,238,670,532,0,0,0
+,2022,2.02207E+13,4307,South,Arkansas,11250,"House, apartment, flat",1,1,3116359,71,Female,White only,Divorced,"Native, born in United States",Good,63,9997,998,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,145,0,0,30,0,810,0,145,270,0,0,40,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Good,5-5.5 feet,>300,Some College,,0,30,955,415,0,0,40
+,2022,2.02207E+13,4308,Northeast,New York,2500,"House, apartment, flat",1,1,2931382,66,Female,White only,Never married,"Foreign born, not a U.S. citizen",Fair,63,180,31.9,Some college but no degree,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,70,0,0,260,0,690,0,0,360,60,0,0,0,0,"Less than $10,000",Boomers (55-73),White only,Fair,5-5.5 feet,180-200,Some College,,0,260,760,420,0,0,0
+,2022,2.02207E+13,4309,Midwest,Illinois,125000,"House, apartment, flat",1,1,9160435,36,Female,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Very good,60,135,26.4,Some college but no degree,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,255,0,0,20,0,0,0,0,585,0,0,0,0,0,130,0,450,"$100,000 - $150,000",Millennials (23-38),White only,Very good,5-5.5 feet,120-140,Some College,,450,0,605,0,0,0,385
+,2022,2.02207E+13,4310,Northeast,New York,200000,"House, apartment, flat",1,1,5887628,69,Female,White only,Married - spouse present,"Native, born in United States",Very good,63,200,35.4,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,90,0,345,0,600,0,0,315,0,0,0,90,0,"$150,000 and over",Boomers (55-73),White only,Very good,5-5.5 feet,200-300,Master's or Doctoral Degree,,0,345,600,315,90,90,0
+,2022,2.02207E+13,4311,South,Virginia,6250,"House, apartment, flat",1,1,8568994,63,Male,White only,Widowed,"Native, born in United States",Excellent,71,210,29.3,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,5,0,0,240,0,585,0,0,300,270,0,40,0,0,"Less than $10,000",Boomers (55-73),White only,Excellent,5.5-6 feet,200-300,Graduated High School,,0,240,590,570,0,0,40
+,2022,2.02207E+13,4312,South,Texas,125000,"House, apartment, flat",1,1,46142719,58,Female,Black only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Very good,67,9997,998,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,70,0,605,0,15,100,0,0,120,0,500,"$100,000 - $150,000",Boomers (55-73),Black only,Very good,5.5-6 feet,>300,Master's or Doctoral Degree,,500,70,635,115,0,0,120
+,2022,2.02207E+13,4313,Midwest,Iowa,22500,"House, apartment, flat",1,1,33094193,29,Male,White only,Never married,"Foreign born, not a U.S. citizen",NIU (Not in universe),,9999,999,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,2,10,70,0,0,65,0,575,0,0,208,0,0,85,0,425,"$10,000 - $30,000",Millennials (23-38),White only,"Other (Refused, Dont know, NIU)",,>300,Graduated High School,,425,65,645,208,0,0,97
+,2022,2.02207E+13,4314,Midwest,Illinois,37500,"House, apartment, flat",1,1,8411202,24,Male,White only,Never married,"Native, born in United States",Very good,73,145,19.1,Some college but no degree,College--three years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,0,0,716,0,0,480,120,0,4,0,0,"$30,000 - $50,000",Millennials (23-38),White only,Very good,6-6.5 feet,140-160,Some College,,0,0,836,600,0,0,4
+,2022,2.02207E+13,4315,Northeast,Massachusetts,200000,"House, apartment, flat",1,1,5357926,58,Female,White only,Married - spouse present,"Native, born in United States",Very good,63,116,20.5,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,105,0,0,230,0,630,0,90,225,0,0,40,0,0,"$150,000 and over",Boomers (55-73),White only,Very good,5-5.5 feet,100-120,Master's or Doctoral Degree,,0,230,735,315,0,0,40
+,2022,2.02207E+13,4316,South,Louisiana,55000,"House, apartment, flat",1,1,5561517,57,Female,White only,Married - spouse present,"Native, born in United States",Good,67,204,31.9,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,20,0,0,225,0,460,0,0,735,0,0,0,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Some College,,0,225,480,735,0,0,0
+,2022,2.02207E+13,4317,South,Florida,55000,"House, apartment, flat",1,1,4391939,80,Female,White only,Married - spouse present,"Native, born in United States",Excellent,60,110,21.5,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,32,0,0,172,0,815,0,71,280,0,30,40,0,0,"$50,000 - $75,000",Silent (74-91),White only,Excellent,5-5.5 feet,100-120,Associate Degree,,0,172,847,351,0,0,70
+,2022,2.02207E+13,4318,South,Georgia,87500,"House, apartment, flat",1,1,6898414,66,Male,White only,Married - spouse present,"Native, born in United States",Excellent,72,215,29.2,Associate degree - occupational vocational,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,0,0,585,0,660,0,0,120,0,0,0,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Excellent,6-6.5 feet,200-300,Associate Degree,,0,585,735,120,0,0,0
+,2022,2.02207E+13,4319,Midwest,Ohio,17500,"House, apartment, flat",1,1,5067068,36,Male,White only,Never married,"Native, born in United States",Good,68,180,27.4,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,315,0,0,90,0,0,300,0,495,0,0,240,0,0,0,0,0,"$10,000 - $30,000",Millennials (23-38),White only,Good,5.5-6 feet,180-200,Some College,,0,300,585,240,0,0,315
+,2022,2.02207E+13,4320,West,Utah,2500,"House, apartment, flat",1,1,3512576,66,Female,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Good,57,121,26.2,Some college but no degree,College--four years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,330,0,60,0,0,60,0,780,0,205,0,0,0,5,0,0,"Less than $10,000",Boomers (55-73),White only,Good,0-5 feet,120-140,Some College,,0,60,840,205,0,0,335
+,2022,2.02207E+13,4321,South,Texas,125000,"House, apartment, flat",1,1,8704889,49,Female,White only,Divorced,"Native, born in Puerto Rico or U.S. Outlying Area",Excellent,64,136,23.3,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,7,30,10,100,0,0,32,0,375,0,0,335,300,0,251,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Excellent,5-5.5 feet,120-140,Master's or Doctoral Degree,,0,32,475,635,0,0,298
+,2022,2.02207E+13,4322,South,North Carolina,87500,"House, apartment, flat",1,1,7149791,55,Male,White only,Married - spouse present,"Native, born in United States",NIU (Not in universe),,9999,998,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,80,0,0,113,0,0,390,0,440,0,155,203,45,0,14,0,0,"$75,000 - $100,000",Boomers (55-73),White only,"Other (Refused, Dont know, NIU)",,>300,Bachelor's Degree,,0,390,553,403,0,0,94
+,2022,2.02207E+13,4323,Midwest,Nebraska,125000,"House, apartment, flat",1,1,11302724,38,Female,White only,Married - spouse present,"Native, born in United States",Good,66,260,42,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,45,0,25,35,0,0,40,0,595,40,0,86,0,0,109,0,435,"$100,000 - $150,000",Generation X (39-54),White only,Good,5.5-6 feet,200-300,Associate Degree,,435,40,670,86,0,0,179
+,2022,2.02207E+13,4324,Northeast,Pennsylvania,200000,"House, apartment, flat",1,1,4588274,35,Female,White only,Married - spouse present,"Native, born in United States",Fair,69,144,21.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,85,0,102,125,0,0,444,0,570,0,0,37,60,0,17,0,0,"$150,000 and over",Millennials (23-38),White only,Fair,5.5-6 feet,140-160,Bachelor's Degree,,0,444,695,97,0,0,204
+,2022,2.02207E+13,4325,Midwest,Wisconsin,200000,"House, apartment, flat",1,1,10210865,40,Male,White only,Married - spouse present,"Native, born in United States",Good,71,225,31.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,2,65,0,0,0,0,420,0,0,260,0,0,48,0,540,"$150,000 and over",Generation X (39-54),White only,Good,5.5-6 feet,200-300,Bachelor's Degree,,540,0,485,260,0,0,50
+,2022,2.02207E+13,4326,Midwest,Ohio,125000,"House, apartment, flat",1,1,6229256,66,Female,White only,Married - spouse present,"Native, born in United States",Excellent,66,180,29,High school graduate - diploma,Twelfth grade,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,90,60,0,0,60,0,540,0,60,140,0,0,217,0,273,"$100,000 - $150,000",Boomers (55-73),White only,Excellent,5.5-6 feet,180-200,Graduated High School,,273,60,600,200,0,0,307
+,2022,2.02207E+13,4327,Midwest,Ohio,125000,"House, apartment, flat",1,1,15816309,33,Female,White only,Married - spouse present,"Native, born in United States",Very good,67,170,26.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,30,0,35,75,0,0,225,0,495,0,0,0,0,0,85,0,495,"$100,000 - $150,000",Millennials (23-38),White only,Very good,5.5-6 feet,160-180,Bachelor's Degree,,495,225,570,0,0,0,150
+,2022,2.02207E+13,4328,West,California,125000,"House, apartment, flat",1,1,15617168,44,Female,White only,Divorced,"Native, born in United States",Excellent,68,178,27.1,Associate degree - academic program,College--four years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,25,40,0,0,20,0,568,0,0,190,35,0,167,0,395,"$100,000 - $150,000",Generation X (39-54),White only,Excellent,5.5-6 feet,160-180,Associate Degree,,395,20,608,225,0,0,192
+,2022,2.02207E+13,4329,South,Florida,87500,"House, apartment, flat",1,1,6073501,32,Female,White only,Married - spouse present,"Native, born in United States",Good,62,130,23.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,150,0,0,0,0,660,0,0,450,0,0,120,0,0,"$75,000 - $100,000",Millennials (23-38),White only,Good,5-5.5 feet,120-140,Bachelor's Degree,,0,0,810,450,0,0,120
+,2022,2.02207E+13,4330,Midwest,South Dakota,67500,"House, apartment, flat",1,1,5769388,31,Female,White only,Married - spouse present,"Native, born in United States",Very good,60,116,22.7,Some college but no degree,College--three years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,345,0,0,75,0,0,120,0,540,0,0,360,0,0,0,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Very good,5-5.5 feet,100-120,Some College,,0,120,615,360,0,0,345
+,2022,2.02207E+13,4331,Midwest,Ohio,32500,"House, apartment, flat",1,1,5308588,70,Male,White only,Never married,"Native, born in United States",Good,70,190,27.3,High school graduate - GED,Eleventh grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,2,0,0,35,0,563,0,0,75,0,0,60,0,705,"$30,000 - $50,000",Boomers (55-73),White only,Good,5.5-6 feet,180-200,Graduated High School,,705,35,565,75,0,0,60
+,2022,2.02207E+13,4332,Midwest,Ohio,67500,"House, apartment, flat",1,1,17171921,39,Male,White only,Married - spouse present,"Native, born in United States",Good,67,200,31.3,High school graduate - GED,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,600,0,540,0,0,180,0,0,0,0,0,"$50,000 - $75,000",Generation X (39-54),White only,Good,5.5-6 feet,200-300,Graduated High School,,0,600,660,180,0,0,0
+,2022,2.02207E+13,4333,West,California,87500,"House, apartment, flat",1,1,55239029,38,Female,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Good,62,130,23.8,7th or 8th grade,Seventh through eighth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,360,0,0,60,0,0,300,0,720,0,0,0,0,0,0,0,0,"$75,000 - $100,000",Generation X (39-54),White only,Good,5-5.5 feet,120-140,Middle School or Less,,0,300,780,0,0,0,360
+,2022,2.02207E+13,4334,South,Virginia,87500,"House, apartment, flat",1,1,29817211,48,Male,White only,Married - spouse present,"Native, born in United States",Fair,69,206,30.4,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,25,25,0,0,30,30,555,0,0,215,0,0,60,0,500,"$75,000 - $100,000",Generation X (39-54),White only,Fair,5.5-6 feet,200-300,Graduated High School,,500,60,580,215,0,0,85
+,2022,2.02207E+13,4335,South,Florida,67500,"House, apartment, flat",1,1,20417377,53,Male,Black only,Never married,"Native, born in United States",Fair,72,260,35.3,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,18,15,90,0,0,0,0,477,0,0,90,45,0,94,0,611,"$50,000 - $75,000",Generation X (39-54),Black only,Fair,6-6.5 feet,200-300,Master's or Doctoral Degree,,611,0,567,135,0,0,127
+,2022,2.02207E+13,4336,South,Florida,200000,"House, apartment, flat",1,1,9997738,42,Male,White only,Married - spouse present,"Native, born in United States",Very good,77,245,29,Associate degree - academic program,College--four years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,180,0,90,0,0,265,0,615,0,0,200,0,0,90,0,0,"$150,000 and over",Generation X (39-54),White only,Very good,6-6.5 feet,200-300,Associate Degree,,0,265,705,200,0,0,270
+,2022,2.02207E+13,4337,South,Arkansas,55000,"House, apartment, flat",1,1,15437387,17,Female,White only,Never married,"Native, born in United States",Very good,69,160,23.6,10th grade,Tenth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,20,0,0,15,0,360,0,0,160,0,0,145,0,730,"$50,000 - $75,000",Generation Z (7-22),White only,Very good,5.5-6 feet,160-180,Some High School,,730,15,380,160,0,0,155
+,2022,2.02207E+13,4338,South,Florida,125000,"House, apartment, flat",1,1,21689785,77,Female,White only,Married - spouse absent,"Foreign born, U.S. citizen by naturalization",Excellent,56,132,29.6,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,90,0,760,0,60,465,0,0,20,0,0,"$100,000 - $150,000",Silent (74-91),White only,Excellent,0-5 feet,120-140,Graduated High School,,0,90,805,525,0,0,20
+,2022,2.02207E+13,4339,Midwest,Ohio,125000,"House, apartment, flat",1,1,52294736,17,Female,White only,Never married,"Native, born in United States",Fair,64,130,22.3,9th grade,Ninth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,4,0,150,267,0,90,0,540,0,0,234,0,0,155,0,0,"$100,000 - $150,000",Generation Z (7-22),White only,Fair,5-5.5 feet,120-140,Some High School,,0,90,690,234,267,0,159
+,2022,2.02207E+13,4340,South,Texas,87500,"House, apartment, flat",1,1,20526061,49,Female,White only,Married - spouse present,"Native, born in United States",Very good,63,139,24.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,90,210,0,0,240,0,400,0,0,420,0,0,80,0,0,"$75,000 - $100,000",Generation X (39-54),White only,Very good,5-5.5 feet,120-140,Bachelor's Degree,,0,240,610,420,0,0,170
+,2022,2.02207E+13,4341,West,Colorado,55000,"House, apartment, flat",1,1,4264819,33,Female,Asian only,Married - spouse present,"Native, born in United States",Good,64,225,38.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,Has difficulty remembering,0,0,0,55,0,0,105,0,810,0,0,470,0,0,0,0,0,"$50,000 - $75,000",Millennials (23-38),Asian only,Good,5-5.5 feet,200-300,Bachelor's Degree,,0,105,865,470,0,0,0
+,2022,2.02207E+13,4342,South,Texas,27500,"House, apartment, flat",1,1,4979311,69,Female,White only,Divorced,"Native, born in United States",Excellent,63,155,27.5,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,15,0,0,0,0,570,0,0,720,60,0,45,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Excellent,5-5.5 feet,140-160,Associate Degree,,0,0,585,780,0,0,75
+,2022,2.02207E+13,4343,West,Nevada,200000,"House, apartment, flat",1,1,12072347,33,Female,White only,Married - spouse present,"Native, born in United States",Good,61,105,19.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,Has mobility limitation,No physical difficulty,No difficulty remembering,190,0,0,45,0,0,15,0,470,0,0,120,0,0,0,0,600,"$150,000 and over",Millennials (23-38),White only,Good,5-5.5 feet,100-120,Bachelor's Degree,,600,15,515,120,0,0,190
+,2022,2.02207E+13,4344,West,Oregon,67500,"House, apartment, flat",1,1,13973107,27,Male,White only,Married - spouse present,"Native, born in United States",Good,77,145,17.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,95,120,0,0,0,0,309,0,0,500,0,0,416,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Good,6-6.5 feet,140-160,Bachelor's Degree,,0,0,429,500,0,0,511
+,2022,2.02207E+13,4345,South,Maryland,200000,"House, apartment, flat",1,1,9491914,66,Male,White only,Married - spouse present,"Native, born in United States",Very good,69,150,22.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,Has difficulty remembering,0,0,30,60,0,0,450,0,410,60,0,60,0,0,70,0,300,"$150,000 and over",Boomers (55-73),White only,Very good,5.5-6 feet,140-160,Bachelor's Degree,,300,450,530,60,0,0,100
+,2022,2.02207E+13,4346,South,Florida,13750,"House, apartment, flat",1,1,3824844,45,Male,White only,Married - spouse present,"Native, born in United States",Very good,70,170,24.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Unemployed - on layoff,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,20,0,0,100,0,0,85,0,480,0,0,431,180,0,84,0,0,"$10,000 - $30,000",Generation X (39-54),White only,Very good,5.5-6 feet,160-180,Bachelor's Degree,,0,85,580,611,0,0,104
+,2022,2.02207E+13,4347,Midwest,Michigan,17500,"House, apartment, flat",1,1,15118951,85,Female,White only,Divorced,"Native, born in United States",Fair,65,228,37.9,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,120,0,0,10,0,765,0,0,525,0,0,20,0,0,"$10,000 - $30,000",Silent (74-91),White only,Fair,5-5.5 feet,200-300,Graduated High School,,0,10,885,525,0,0,20
+,2022,2.02207E+13,4348,South,Florida,55000,"House, apartment, flat",1,1,46715371,64,Male,White only,Married - spouse absent,"Foreign born, not a U.S. citizen",Excellent,67,175,27.4,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,65,0,0,30,0,500,0,0,0,0,45,35,0,765,"$50,000 - $75,000",Boomers (55-73),White only,Excellent,5.5-6 feet,160-180,Graduated High School,,765,30,565,0,0,0,80
+,2022,2.02207E+13,4349,Northeast,New York,22500,"House, apartment, flat",1,1,21095145,39,Male,Black only,Never married,"Foreign born, U.S. citizen by naturalization",Good,66,140,22.6,11th grade,Eleventh grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,360,0,90,0,0,0,0,745,0,0,0,180,0,65,0,0,"$10,000 - $30,000",Generation X (39-54),Black only,Good,5.5-6 feet,140-160,Some High School,,0,0,835,180,0,0,425
+,2022,2.02207E+13,4350,South,Virginia,200000,"House, apartment, flat",1,1,6916846,40,Male,White only,Married - spouse present,"Native, born in United States",Good,70,190,27.3,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,90,0,0,80,0,0,20,0,600,0,0,380,210,0,60,0,0,"$150,000 and over",Generation X (39-54),White only,Good,5.5-6 feet,180-200,Master's or Doctoral Degree,,0,20,680,590,0,0,150
+,2022,2.02207E+13,4351,Midwest,Michigan,2500,"House, apartment, flat",1,1,19901587,19,Male,"American Indian, Alaskan Native",Never married,"Native, born in United States",Good,67,180,28.2,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,1,20,100,60,0,0,0,690,0,0,533,0,0,36,0,0,"Less than $10,000",Generation Z (7-22),"American Indian, Alaskan Native",Good,5.5-6 feet,180-200,Graduated High School,,0,0,790,533,60,0,57
+,2022,2.02207E+13,4352,South,Texas,200000,"House, apartment, flat",1,1,12178319,43,Male,White only,Married - spouse present,"Native, born in United States",Very good,70,135,19.4,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,0,0,630,0,0,150,0,0,0,0,540,"$150,000 and over",Generation X (39-54),White only,Very good,5.5-6 feet,120-140,Master's or Doctoral Degree,,540,0,750,150,0,0,0
+,2022,2.02207E+13,4353,Northeast,New York,67500,"House, apartment, flat",1,1,5964833,70,Male,Asian only,Widowed,"Foreign born, U.S. citizen by naturalization",Good,60,150,29.3,"1st, 2nd, 3rd, or 4th grade",First through fourth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,0,0,585,0,0,625,0,0,105,0,0,"$50,000 - $75,000",Boomers (55-73),Asian only,Good,5-5.5 feet,140-160,Middle School or Less,,0,0,705,625,0,0,105
+,2022,2.02207E+13,4354,Northeast,New York,125000,"House, apartment, flat",1,1,46532435,18,Female,Black only,Never married,"Native, born in United States",NIU (Not in universe),,9999,999,11th grade,Eleventh grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,105,0,0,155,0,0,15,0,850,0,0,315,0,0,0,0,0,"$100,000 - $150,000",Generation Z (7-22),Black only,"Other (Refused, Dont know, NIU)",,>300,Some High School,,0,15,1005,315,0,0,105
+,2022,2.02207E+13,4355,West,California,32500,"House, apartment, flat",1,1,20614003,45,Female,"American Indian, Alaskan Native",Widowed,"Foreign born, not a U.S. citizen",Fair,59,135,27.3,5th or 6th grade,Fifth through sixth grade,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,210,0,0,0,0,0,680,0,350,0,0,180,0,0,20,0,0,"$30,000 - $50,000",Generation X (39-54),"American Indian, Alaskan Native",Fair,0-5 feet,120-140,Middle School or Less,,0,680,350,180,0,0,230
+,2022,2.02207E+13,4356,West,Montana,200000,"House, apartment, flat",1,1,12296829,50,Female,White only,Married - spouse present,"Native, born in United States",Good,65,200,33.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,80,0,600,0,0,150,0,0,20,0,545,"$150,000 and over",Generation X (39-54),White only,Good,5-5.5 feet,200-300,Bachelor's Degree,,545,80,645,150,0,0,20
+,2022,2.02207E+13,4357,West,Oregon,22500,"House, apartment, flat",1,1,39186351,24,Female,White only,Never married,"Native, born in United States",Good,69,300,44.3,Some college but no degree,College--one year,Unemployed - on layoff,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,65,0,625,0,0,630,0,0,60,0,0,"$10,000 - $30,000",Millennials (23-38),White only,Good,5.5-6 feet,>300,Some College,,0,65,685,630,0,0,60
+,2022,2.02207E+13,4358,South,Maryland,125000,"House, apartment, flat",1,1,5663866,80,Female,White only,Married - spouse present,"Native, born in United States",Good,64,128,22,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,195,0,0,75,0,650,0,0,520,0,0,0,0,0,"$100,000 - $150,000",Silent (74-91),White only,Good,5-5.5 feet,120-140,Some College,,0,75,845,520,0,0,0
+,2022,2.02207E+13,4359,West,Oregon,67500,"House, apartment, flat",1,1,25147032,52,Male,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Good,65,185,30.8,12th grade - no diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,80,0,0,240,0,355,0,0,250,0,0,60,0,455,"$50,000 - $75,000",Generation X (39-54),White only,Good,5-5.5 feet,180-200,Some High School,,455,240,435,250,0,0,60
+,2022,2.02207E+13,4360,Northeast,Pennsylvania,87500,"House, apartment, flat",1,1,7267298,53,Female,White only,Married - spouse present,"Native, born in United States",Good,62,148,27.1,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,15,0,0,70,0,0,430,0,510,0,0,245,90,0,20,0,60,"$75,000 - $100,000",Generation X (39-54),White only,Good,5-5.5 feet,140-160,Master's or Doctoral Degree,,60,430,580,335,0,0,35
+,2022,2.02207E+13,4361,South,Mississippi,27500,"House, apartment, flat",1,1,11224364,61,Male,White only,Married - spouse present,"Native, born in United States",Good,76,190,23.1,High school graduate - GED,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,0,0,490,0,0,920,0,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Good,6-6.5 feet,180-200,Graduated High School,,0,0,520,920,0,0,0
+,2022,2.02207E+13,4362,West,Utah,87500,"House, apartment, flat",1,1,14824816,75,Male,White only,Married - spouse present,"Native, born in United States",Very good,72,225,30.5,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,105,105,0,0,120,0,395,0,0,135,0,0,180,0,400,"$75,000 - $100,000",Silent (74-91),White only,Very good,6-6.5 feet,200-300,Some College,,400,120,500,135,0,0,285
+,2022,2.02207E+13,4363,Midwest,Michigan,125000,"House, apartment, flat",1,1,18977363,24,Female,White only,Never married,"Native, born in United States",Excellent,66,140,22.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,45,0,0,381,0,475,0,0,60,300,0,149,0,0,"$100,000 - $150,000",Millennials (23-38),White only,Excellent,5.5-6 feet,140-160,Bachelor's Degree,,0,381,520,360,0,0,179
+,2022,2.02207E+13,4364,West,California,87500,"House, apartment, flat",1,1,17632754,70,Male,White only,Widowed,"Native, born in United States",Good,71,203,28.3,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,7,40,0,0,90,0,575,0,0,240,0,0,488,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Graduated High School,,0,90,615,240,0,0,495
+,2022,2.02207E+13,4365,South,South Carolina,67500,"House, apartment, flat",1,1,8264982,33,Male,White only,Married - spouse present,"Native, born in United States",Excellent,73,175,23.1,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,5,0,5,70,0,0,0,0,665,30,0,50,0,0,75,182,285,"$50,000 - $75,000",Millennials (23-38),White only,Excellent,6-6.5 feet,160-180,Some College,,285,0,765,50,0,182,85
+,2022,2.02207E+13,4366,Midwest,Iowa,67500,"House, apartment, flat",1,1,5244776,60,Male,White only,Divorced,"Native, born in United States",Fair,73,260,34.3,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,0,0,445,0,522,370,0,0,73,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Fair,6-6.5 feet,200-300,Graduated High School,,0,0,475,892,0,0,73
+,2022,2.02207E+13,4367,Midwest,Ohio,45000,"House, apartment, flat",1,1,7033812,64,Male,White only,Married - spouse present,"Native, born in United States",Very good,72,180,24.4,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,120,90,0,0,180,0,600,0,0,390,0,0,60,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Very good,6-6.5 feet,180-200,Master's or Doctoral Degree,,0,180,690,390,0,0,180
+,2022,2.02207E+13,4368,South,Texas,45000,"House, apartment, flat",1,1,10270013,61,Female,White only,Married - spouse present,"Native, born in United States",Good,64,9996,998,12th grade - no diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,200,0,0,60,0,0,0,0,1180,0,0,0,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Good,5-5.5 feet,>300,Some High School,,0,60,200,1180,0,0,0
+,2022,2.02207E+13,4369,Northeast,Connecticut,22500,"House, apartment, flat",1,1,15199170,24,Male,White only,Never married,"Foreign born, not a U.S. citizen",Fair,56,150,33.6,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,60,0,480,0,0,810,0,0,60,0,0,"$10,000 - $30,000",Millennials (23-38),White only,Fair,0-5 feet,140-160,Graduated High School,,0,60,510,810,0,0,60
+,2022,2.02207E+13,4370,Northeast,New York,27500,"House, apartment, flat",1,1,5701776,85,Male,Asian only,Widowed,"Foreign born, U.S. citizen by naturalization",Fair,67,200,31.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,30,0,0,30,0,660,0,0,720,0,0,0,0,0,"$10,000 - $30,000",Silent (74-91),Asian only,Fair,5.5-6 feet,200-300,Bachelor's Degree,,0,30,690,720,0,0,0
+,2022,2.02207E+13,4371,Midwest,Wisconsin,45000,"House, apartment, flat",1,1,6441307,80,Female,White only,Married - spouse present,"Native, born in United States",Very good,64,138,23.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,210,0,555,0,0,360,150,0,90,0,0,"$30,000 - $50,000",Silent (74-91),White only,Very good,5-5.5 feet,120-140,Bachelor's Degree,,0,210,600,510,0,0,90
+,2022,2.02207E+13,4372,Northeast,Pennsylvania,67500,"House, apartment, flat",1,1,5068173,77,Male,White only,Divorced,"Native, born in United States",Very good,72,250,33.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),Has vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,30,195,0,0,245,0,375,0,0,555,0,0,40,0,0,"$50,000 - $75,000",Silent (74-91),White only,Very good,6-6.5 feet,200-300,Bachelor's Degree,,0,245,570,555,0,0,70
+,2022,2.02207E+13,4373,South,Texas,67500,"House, apartment, flat",1,1,17956700,41,Female,"American Indian, Alaskan Native",Married - spouse present,"Native, born in United States",Good,70,156,22.4,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,70,0,0,3,0,0,80,0,537,0,0,135,0,40,0,0,555,"$50,000 - $75,000",Generation X (39-54),"American Indian, Alaskan Native",Good,5.5-6 feet,140-160,Some College,,555,80,540,135,0,0,110
+,2022,2.02207E+13,4374,South,Georgia,125000,"House, apartment, flat",1,1,56189496,21,Male,White only,Never married,"Native, born in United States",Very good,71,200,27.9,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,150,0,0,30,0,600,0,0,490,0,0,20,0,0,"$100,000 - $150,000",Generation Z (7-22),White only,Very good,5.5-6 feet,200-300,Graduated High School,,0,30,750,490,0,0,20
+,2022,2.02207E+13,4375,West,California,45000,"House, apartment, flat",1,1,44213701,33,Female,Black only,Never married,"Native, born in United States",Good,59,154,31.1,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,120,90,0,0,180,0,900,0,0,90,0,0,60,0,0,"$30,000 - $50,000",Millennials (23-38),Black only,Good,0-5 feet,140-160,Some College,,0,180,990,90,0,0,180
+,2022,2.02207E+13,4376,Northeast,New York,55000,"House, apartment, flat",1,1,5281088,44,Male,White only,Separated,"Native, born in United States",Excellent,72,204,27.7,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,180,0,0,60,0,0,210,0,600,0,0,90,60,0,60,0,180,"$50,000 - $75,000",Generation X (39-54),White only,Excellent,6-6.5 feet,200-300,Master's or Doctoral Degree,,180,210,660,150,0,0,240
+,2022,2.02207E+13,4377,South,Georgia,17500,"House, apartment, flat",1,1,13946031,76,Female,White only,Widowed,"Native, born in United States",Good,61,9997,998,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,No difficulty remembering,0,0,60,35,0,0,110,0,720,0,0,475,0,0,40,0,0,"$10,000 - $30,000",Silent (74-91),White only,Good,5-5.5 feet,>300,Graduated High School,,0,110,755,475,0,0,100
+,2022,2.02207E+13,4378,West,California,87500,"House, apartment, flat",1,1,10962948,29,Female,White only,Married - spouse present,"Native, born in United States",Very good,64,105,18,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,120,0,870,0,0,330,0,0,0,0,0,"$75,000 - $100,000",Millennials (23-38),White only,Very good,5-5.5 feet,100-120,Graduated High School,,0,120,990,330,0,0,0
+,2022,2.02207E+13,4379,South,Arkansas,67500,"House, apartment, flat",1,1,5548367,78,Female,White only,Married - spouse present,"Native, born in United States",Good,66,180,29,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,30,0,180,0,0,270,0,480,0,0,480,0,0,0,0,0,"$50,000 - $75,000",Silent (74-91),White only,Good,5.5-6 feet,180-200,Graduated High School,,0,270,660,480,0,0,30
+,2022,2.02207E+13,4380,Midwest,Iowa,67500,"House, apartment, flat",1,1,5556966,23,Male,White only,Never married,"Native, born in United States",Very good,71,155,21.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,180,90,0,0,0,0,540,0,0,570,0,0,60,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Very good,5.5-6 feet,140-160,Bachelor's Degree,,0,0,630,570,0,0,240
+,2022,2.02207E+13,4381,Northeast,New Jersey,67500,"House, apartment, flat",1,1,4275679,67,Female,Black only,Widowed,"Native, born in United States",Good,68,282,42.9,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,100,123,0,0,345,0,525,0,0,55,165,45,82,0,0,"$50,000 - $75,000",Boomers (55-73),Black only,Good,5.5-6 feet,200-300,Master's or Doctoral Degree,,0,345,648,220,0,0,227
+,2022,2.02207E+13,4382,Northeast,New York,200000,"House, apartment, flat",1,1,26190148,37,Female,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Good,61,170,32.1,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,150,0,0,120,0,840,0,0,300,0,0,30,0,0,"$150,000 and over",Millennials (23-38),White only,Good,5-5.5 feet,160-180,Graduated High School,,0,120,990,300,0,0,30
+,2022,2.02207E+13,4383,South,Florida,125000,"House, apartment, flat",1,1,20583805,50,Male,White only,Married - spouse present,"Native, born in United States",Very good,69,173,25.5,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,10,0,650,0,0,165,0,0,45,0,480,"$100,000 - $150,000",Generation X (39-54),White only,Very good,5.5-6 feet,160-180,Graduated High School,,480,10,740,165,0,0,45
+,2022,2.02207E+13,4384,South,Florida,67500,"House, apartment, flat",1,1,6651655,80,Female,White only,Divorced,"Native, born in United States",Fair,60,107,20.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,45,0,660,0,0,690,0,0,0,0,0,"$50,000 - $75,000",Silent (74-91),White only,Fair,5-5.5 feet,100-120,Bachelor's Degree,,0,45,705,690,0,0,0
+,2022,2.02207E+13,4385,South,Georgia,200000,"House, apartment, flat",1,1,37558840,25,Male,White-Black,Never married,"Native, born in United States",Very good,67,187,29.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,10,0,50,15,0,0,32,0,640,0,0,531,0,20,37,0,60,"$150,000 and over",Millennials (23-38),Mixed,Very good,5.5-6 feet,180-200,Bachelor's Degree,,60,32,655,531,0,0,117
+,2022,2.02207E+13,4386,Northeast,Massachusetts,200000,"House, apartment, flat",1,1,7978817,36,Male,White only,Married - spouse present,"Native, born in United States",Very good,68,180,27.4,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,585,0,0,120,0,0,30,0,510,0,0,0,0,0,0,0,195,"$150,000 and over",Millennials (23-38),White only,Very good,5.5-6 feet,180-200,Master's or Doctoral Degree,,195,30,630,0,0,0,585
+,2022,2.02207E+13,4387,Northeast,Pennsylvania,45000,"House, apartment, flat",1,1,26394699,31,Male,White only,Never married,"Native, born in United States",Good,72,215,29.2,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,0,0,570,0,0,225,0,0,30,0,525,"$30,000 - $50,000",Millennials (23-38),White only,Good,6-6.5 feet,200-300,Graduated High School,,525,0,660,225,0,0,30
+,2022,2.02207E+13,4388,South,Florida,37500,Mobile home or trailer with 1 or more rooms added,1,1,15093360,59,Male,Black only,Divorced,"Native, born in United States",Good,71,166,23.1,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,170,0,480,0,0,670,0,90,0,0,0,"$30,000 - $50,000",Boomers (55-73),Black only,Good,5.5-6 feet,160-180,Some College,,0,170,510,670,0,0,90
+,2022,2.02207E+13,4389,South,Kentucky,87500,"House, apartment, flat",1,1,6182088,63,Male,White only,Married - spouse present,"Native, born in United States",Excellent,70,98,14.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,120,90,0,0,115,0,615,0,0,450,0,0,50,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Excellent,5.5-6 feet,<100,Bachelor's Degree,,0,115,705,450,0,0,170
+,2022,2.02207E+13,4390,West,Oregon,32500,"House, apartment, flat",1,1,4896539,70,Male,White only,Married - spouse present,"Native, born in United States",Very good,68,173,26.3,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,300,0,330,0,0,765,0,0,0,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Very good,5.5-6 feet,160-180,Graduated High School,,0,300,375,765,0,0,0
+,2022,2.02207E+13,4391,South,Texas,125000,"House, apartment, flat",1,1,6671029,49,Male,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Good,70,288,41.3,Associate degree - occupational vocational,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,450,0,810,0,0,60,0,0,0,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Good,5.5-6 feet,200-300,Associate Degree,,0,450,930,60,0,0,0
+,2022,2.02207E+13,4392,South,North Carolina,200000,"House, apartment, flat",1,1,73406838,27,Male,Black only,Never married,"Native, born in United States",Fair,73,150,19.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,0,0,670,0,0,240,0,0,20,0,450,"$150,000 and over",Millennials (23-38),Black only,Fair,6-6.5 feet,140-160,Bachelor's Degree,,450,0,730,240,0,0,20
+,2022,2.02207E+13,4393,South,Oklahoma,87500,"House, apartment, flat",1,1,11928436,66,Female,"American Indian, Alaskan Native",Married - spouse present,"Native, born in United States",Fair,64,190,32.6,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,35,0,0,465,0,630,0,0,310,0,0,0,0,0,"$75,000 - $100,000",Boomers (55-73),"American Indian, Alaskan Native",Fair,5-5.5 feet,180-200,Associate Degree,,0,465,665,310,0,0,0
+,2022,2.02207E+13,4394,West,Nevada,55000,"House, apartment, flat",1,1,12857862,63,Male,White only,Married - spouse present,"Foreign born, not a U.S. citizen",NIU (Not in universe),,9999,999,9th grade,Ninth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,0,0,640,0,0,200,0,0,60,0,540,"$50,000 - $75,000",Boomers (55-73),White only,"Other (Refused, Dont know, NIU)",,>300,Some High School,,540,0,640,200,0,0,60
+,2022,2.02207E+13,4395,Midwest,Michigan,125000,"House, apartment, flat",1,1,6620327,30,Female,White only,Never married,"Foreign born, U.S. citizen by naturalization",Very good,59,120,24.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,185,180,0,40,0,0,295,0,614,0,0,120,0,0,6,0,0,"$100,000 - $150,000",Millennials (23-38),White only,Very good,0-5 feet,120-140,Bachelor's Degree,,0,295,654,120,0,0,371
+,2022,2.02207E+13,4396,West,Idaho,200000,"House, apartment, flat",1,1,4841757,50,Male,White only,Divorced,"Native, born in United States",Good,73,220,29,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,70,0,60,0,0,180,0,610,0,0,380,0,0,140,0,0,"$150,000 and over",Generation X (39-54),White only,Good,6-6.5 feet,200-300,Master's or Doctoral Degree,,0,180,670,380,0,0,210
+,2022,2.02207E+13,4397,Northeast,Massachusetts,37500,"House, apartment, flat",1,1,18425762,51,Female,White only,Divorced,"Native, born in United States",Good,64,156,26.8,Associate degree - academic program,College--two years,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,195,0,530,0,0,275,0,0,40,0,340,"$30,000 - $50,000",Generation X (39-54),White only,Good,5-5.5 feet,140-160,Associate Degree,,340,195,590,275,0,0,40
+,2022,2.02207E+13,4398,West,California,200000,"House, apartment, flat",1,1,14440762,39,Female,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Very good,60,130,25.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,0,0,450,0,0,135,0,0,90,0,675,"$150,000 and over",Generation X (39-54),White only,Very good,5-5.5 feet,120-140,Bachelor's Degree,,675,0,540,135,0,0,90
+,2022,2.02207E+13,4399,Northeast,New York,200000,"House, apartment, flat",1,1,16547359,33,Female,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Good,64,162,27.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,155,0,10,60,0,0,100,0,610,0,80,290,0,0,135,0,0,"$150,000 and over",Millennials (23-38),White only,Good,5-5.5 feet,160-180,Bachelor's Degree,,0,100,670,370,0,0,300
+,2022,2.02207E+13,4400,Midwest,Michigan,32500,"House, apartment, flat",1,1,11137489,52,Female,White only,Never married,"Native, born in United States",Very good,62,140,25.6,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,20,0,0,24,0,365,0,0,453,30,0,35,0,433,"$30,000 - $50,000",Generation X (39-54),White only,Very good,5-5.5 feet,140-160,Graduated High School,,433,24,385,483,0,0,35
+,2022,2.02207E+13,4401,South,Mississippi,27500,"House, apartment, flat",1,1,10787478,36,Female,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Very good,58,185,38.7,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,230,0,0,60,0,0,120,0,430,0,0,60,0,0,60,0,480,"$10,000 - $30,000",Millennials (23-38),White only,Very good,0-5 feet,180-200,Graduated High School,,480,120,490,60,0,0,290
+,2022,2.02207E+13,4402,South,Louisiana,125000,"House, apartment, flat",1,1,23823873,51,Male,White only,Married - spouse present,"Native, born in United States",Very good,71,195,27.2,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,65,0,0,110,0,423,0,0,180,0,0,87,0,510,"$100,000 - $150,000",Generation X (39-54),White only,Very good,5.5-6 feet,180-200,Master's or Doctoral Degree,,510,110,488,180,0,0,97
+,2022,2.02207E+13,4403,South,Virginia,67500,"House, apartment, flat",1,1,8251930,32,Female,White only,Married - spouse present,"Native, born in United States",Very good,63,105,18.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,655,0,0,30,0,0,45,0,560,0,0,95,0,55,0,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Very good,5-5.5 feet,100-120,Bachelor's Degree,,0,45,590,95,0,0,710
+,2022,2.02207E+13,4404,Northeast,New York,200000,"House, apartment, flat",1,1,11429075,53,Female,White only,Married - spouse present,"Native, born in United States",Very good,65,137,22.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,185,10,50,30,60,0,330,0,606,0,0,20,20,20,104,0,0,"$150,000 and over",Generation X (39-54),White only,Very good,5-5.5 feet,120-140,Bachelor's Degree,,0,330,636,40,60,0,369
+,2022,2.02207E+13,4405,Northeast,Pennsylvania,17500,"House, apartment, flat",1,1,4987016,67,Female,White only,Divorced,"Native, born in United States",Good,60,175,34.2,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,0,0,160,0,875,0,0,330,0,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Good,5-5.5 feet,160-180,Graduated High School,,0,160,950,330,0,0,0
+,2022,2.02207E+13,4406,Midwest,Michigan,2500,"House, apartment, flat",1,1,18858342,21,Female,White only,Never married,"Native, born in United States",Good,67,175,27.4,Some college but no degree,College--three years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,92,90,0,60,0,633,0,0,0,0,0,40,0,525,"Less than $10,000",Generation Z (7-22),White only,Good,5.5-6 feet,160-180,Some College,,525,60,725,0,90,0,40
+,2022,2.02207E+13,4407,Midwest,Illinois,125000,"House, apartment, flat",1,1,12167737,63,Female,Asian only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Good,62,124,22.7,Associate degree - occupational vocational,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,120,0,70,0,0,0,0,690,0,0,485,0,0,75,0,0,"$100,000 - $150,000",Boomers (55-73),Asian only,Good,5-5.5 feet,120-140,Associate Degree,,0,0,760,485,0,0,195
+,2022,2.02207E+13,4408,South,Alabama,67500,"House, apartment, flat",1,1,7140993,66,Male,Asian only,Divorced,"Native, born abroad of American parent or parents",Good,77,180,21.3,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,125,15,0,0,240,0,360,0,0,345,0,0,355,0,0,"$50,000 - $75,000",Boomers (55-73),Asian only,Good,6-6.5 feet,180-200,Graduated High School,,0,240,375,345,0,0,480
+,2022,2.02207E+13,4409,South,Tennessee,55000,"House, apartment, flat",1,1,13166358,30,Male,Asian only,Never married,"Foreign born, not a U.S. citizen",Good,65,117,19.5,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,240,0,750,0,0,450,0,0,0,0,0,"$50,000 - $75,000",Millennials (23-38),Asian only,Good,5-5.5 feet,100-120,Master's or Doctoral Degree,,0,240,750,450,0,0,0
+,2022,2.02207E+13,4410,West,California,200000,"House, apartment, flat",1,1,2987941,71,Male,White only,Divorced,"Native, born in United States",Very good,76,205,25,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,120,0,600,0,0,45,0,0,495,0,60,"$150,000 and over",Boomers (55-73),White only,Very good,6-6.5 feet,200-300,Master's or Doctoral Degree,,60,120,690,45,0,0,495
+,2022,2.02207E+13,4411,Midwest,Indiana,125000,"House, apartment, flat",1,1,3709111,48,Male,White only,Married - spouse present,"Native, born in United States",Very good,69,175,25.8,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,135,0,0,275,0,730,0,0,155,0,0,0,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Very good,5.5-6 feet,160-180,Some College,,0,275,865,155,0,0,0
+,2022,2.02207E+13,4412,Northeast,New Jersey,125000,"House, apartment, flat",1,1,6683731,79,Male,White only,Widowed,"Native, born in United States",Good,69,270,39.9,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,300,0,0,0,0,515,0,0,335,0,0,270,0,0,"$100,000 - $150,000",Silent (74-91),White only,Good,5.5-6 feet,200-300,Graduated High School,,0,0,815,335,0,0,280
+,2022,2.02207E+13,4413,Midwest,Indiana,125000,"House, apartment, flat",1,1,7418223,46,Male,White only,Married - spouse present,"Native, born in United States",Very good,71,175,24.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,60,0,630,20,0,510,90,0,100,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Very good,5.5-6 feet,160-180,Bachelor's Degree,,0,60,680,600,0,0,100
+,2022,2.02207E+13,4414,South,Alabama,67500,"House, apartment, flat",1,1,5499355,67,Male,White only,Married - spouse present,"Native, born in United States",Very good,68,205,31.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,45,0,465,0,0,270,0,0,65,0,475,"$50,000 - $75,000",Boomers (55-73),White only,Very good,5.5-6 feet,200-300,Bachelor's Degree,,475,45,525,270,0,0,65
+,2022,2.02207E+13,4415,Northeast,Pennsylvania,45000,"House, apartment, flat",1,1,35533972,39,Male,White only,Married - spouse present,"Native, born in United States",Poor,69,225,33.2,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,245,0,490,0,0,0,0,0,30,0,675,"$30,000 - $50,000",Generation X (39-54),White only,Poor,5.5-6 feet,200-300,Graduated High School,,675,245,490,0,0,0,30
+,2022,2.02207E+13,4416,Northeast,Pennsylvania,67500,"House, apartment, flat",1,1,12468212,51,Female,White only,Divorced,"Native, born in United States",NIU (Not in universe),,9999,999,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,30,0,570,0,0,60,0,0,120,0,630,"$50,000 - $75,000",Generation X (39-54),White only,"Other (Refused, Dont know, NIU)",,>300,Bachelor's Degree,,630,30,600,60,0,0,120
+,2022,2.02207E+13,4417,South,Florida,11250,"House, apartment, flat",1,1,14648262,58,Female,Asian only,Never married,"Foreign born, U.S. citizen by naturalization",Good,64,140,24,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,35,0,340,0,0,400,5,0,65,0,480,"$10,000 - $30,000",Boomers (55-73),Asian only,Good,5-5.5 feet,140-160,Graduated High School,,480,35,430,405,0,0,65
+,2022,2.02207E+13,4418,Northeast,New York,17500,"House, apartment, flat",1,1,14585981,27,Male,White only,Married - spouse present,"Native, born in United States",Excellent,72,185,25.1,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,50,0,0,150,0,555,0,120,526,0,0,39,0,0,"$10,000 - $30,000",Millennials (23-38),White only,Excellent,6-6.5 feet,180-200,Master's or Doctoral Degree,,0,150,605,646,0,0,39
+,2022,2.02207E+13,4419,West,California,37500,"House, apartment, flat",1,1,3730686,80,Female,White only,Widowed,"Native, born in United States",Excellent,63,150,26.6,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,90,0,570,0,0,240,0,60,0,420,0,"$30,000 - $50,000",Silent (74-91),White only,Excellent,5-5.5 feet,140-160,Some College,,0,90,630,240,0,420,60
+,2022,2.02207E+13,4420,Midwest,Wisconsin,200000,"House, apartment, flat",1,1,9980943,47,Female,White only,Married - spouse present,"Native, born in United States",Very good,67,185,29,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,15,150,0,0,175,0,660,0,0,125,20,0,295,0,0,"$150,000 and over",Generation X (39-54),White only,Very good,5.5-6 feet,180-200,Bachelor's Degree,,0,175,810,145,0,0,310
+,2022,2.02207E+13,4421,South,Oklahoma,67500,"House, apartment, flat",1,1,9691298,72,Male,White only,Married - spouse present,"Native, born in United States",Excellent,69,140,20.7,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,160,0,0,195,0,510,0,0,495,60,0,20,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Excellent,5.5-6 feet,140-160,Master's or Doctoral Degree,,0,195,670,555,0,0,20
+,2022,2.02207E+13,4422,Midwest,Missouri,200000,"House, apartment, flat",1,1,8167426,51,Female,White only,Married - spouse present,"Native, born in United States",Fair,65,115,19.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,120,0,15,90,0,0,150,0,550,60,0,90,0,0,95,0,270,"$150,000 and over",Generation X (39-54),White only,Fair,5-5.5 feet,100-120,Bachelor's Degree,,270,150,700,90,0,0,230
+,2022,2.02207E+13,4423,West,California,45000,"House, apartment, flat",1,1,5054354,41,Male,Black only,Never married,"Native, born in United States",Fair,72,198,26.9,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,0,0,630,0,0,540,150,0,0,0,0,"$30,000 - $50,000",Generation X (39-54),Black only,Fair,6-6.5 feet,180-200,Master's or Doctoral Degree,,0,0,750,690,0,0,0
+,2022,2.02207E+13,4424,Northeast,Massachusetts,37500,"House, apartment, flat",1,1,16412742,53,Male,White only,Never married,"Native, born in United States",Very good,64,163,28,High school graduate - diploma,Twelfth grade,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,11,6,0,0,1,0,718,0,0,534,60,0,110,0,0,"$30,000 - $50,000",Generation X (39-54),White only,Very good,5-5.5 feet,160-180,Graduated High School,,0,1,724,594,0,0,121
+,2022,2.02207E+13,4425,South,Arkansas,125000,"House, apartment, flat",1,1,15585691,75,Male,White only,Married - spouse present,"Native, born in United States",Fair,74,228,29.3,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,60,0,0,165,0,645,200,0,360,0,0,10,0,0,"$100,000 - $150,000",Silent (74-91),White only,Fair,6-6.5 feet,200-300,Master's or Doctoral Degree,,0,165,905,360,0,0,10
+,2022,2.02207E+13,4426,South,West Virginia,67500,"House, apartment, flat",1,1,13036911,60,Female,White only,Married - spouse present,"Native, born in United States",Good,65,132,22,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,300,80,0,0,100,0,695,15,0,185,0,15,50,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Good,5-5.5 feet,120-140,Some College,,0,100,790,185,0,0,365
+,2022,2.02207E+13,4427,Midwest,Wisconsin,55000,"House, apartment, flat",1,1,6366819,71,Male,White only,Married - spouse present,"Native, born in United States",Very good,68,180,27.4,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,240,0,0,205,0,520,0,0,255,150,0,70,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Very good,5.5-6 feet,180-200,Graduated High School,,0,205,760,405,0,0,70
+,2022,2.02207E+13,4428,Midwest,Iowa,17500,"House, apartment, flat",1,1,12743740,75,Male,White only,Married - spouse present,"Native, born in United States",Good,74,185,23.8,Associate degree - occupational vocational,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,0,0,610,0,0,390,210,0,20,0,0,"$10,000 - $30,000",Silent (74-91),White only,Good,6-6.5 feet,180-200,Associate Degree,,0,0,730,600,0,0,20
+,2022,2.02207E+13,4429,West,Montana,125000,"House, apartment, flat",1,1,6146290,56,Female,White only,Married - spouse present,"Native, born in United States",Very good,63,230,40.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,265,0,95,0,0,95,0,615,0,0,195,75,5,80,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Very good,5-5.5 feet,200-300,Bachelor's Degree,,0,95,710,270,0,0,350
+,2022,2.02207E+13,4430,South,West Virginia,67500,"House, apartment, flat",1,1,27090229,47,Male,White only,Married - spouse present,"Native, born in United States",Good,66,200,32.3,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,5,45,0,0,75,0,450,0,0,280,0,0,84,0,501,"$50,000 - $75,000",Generation X (39-54),White only,Good,5.5-6 feet,200-300,Graduated High School,,501,75,495,280,0,0,89
+,2022,2.02207E+13,4431,Midwest,Indiana,8750,"House, apartment, flat",1,1,10251427,58,Female,White only,Divorced,"Native, born in United States",Fair,62,140,25.6,Some college but no degree,College--one year,Employed - at work,No,Has vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,145,0,630,0,0,345,0,0,35,0,255,"Less than $10,000",Boomers (55-73),White only,Fair,5-5.5 feet,140-160,Some College,,255,145,660,345,0,0,35
+,2022,2.02207E+13,4432,Northeast,Massachusetts,45000,"House, apartment, flat",1,1,11172059,68,Male,White only,Married - spouse present,"Native, born in United States",Good,71,320,44.6,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,105,0,0,120,0,545,0,0,670,0,0,0,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Good,5.5-6 feet,>300,Graduated High School,,0,120,650,670,0,0,0
+,2022,2.02207E+13,4433,South,Kentucky,67500,"House, apartment, flat",1,1,12969813,85,Male,White only,Widowed,"Native, born in United States",Good,67,185,29,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,30,0,440,0,110,860,0,0,0,0,0,"$50,000 - $75,000",Silent (74-91),White only,Good,5.5-6 feet,180-200,Master's or Doctoral Degree,,0,30,440,970,0,0,0
+,2022,2.02207E+13,4434,Northeast,New York,45000,"House, apartment, flat",1,1,13171103,36,Female,White only,Never married,"Native, born in United States",Very good,69,217,32,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,521,4,45,0,0,10,0,615,0,0,185,0,0,60,0,0,"$30,000 - $50,000",Millennials (23-38),White only,Very good,5.5-6 feet,200-300,Bachelor's Degree,,0,10,660,185,0,0,585
+,2022,2.02207E+13,4435,West,Montana,22500,"House, apartment, flat",1,1,3374371,73,Female,White only,Never married,"Native, born in United States",Very good,70,145,20.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,210,0,60,0,0,210,0,605,0,0,225,0,0,90,0,0,"$10,000 - $30,000",Silent (74-91),White only,Very good,5.5-6 feet,140-160,Bachelor's Degree,,0,210,665,225,0,0,300
+,2022,2.02207E+13,4436,South,Florida,200000,"House, apartment, flat",1,1,5287636,85,Male,White only,Widowed,"Native, born in United States",Fair,70,156,22.4,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,100,0,0,520,0,420,0,0,400,0,0,0,0,0,"$150,000 and over",Silent (74-91),White only,Fair,5.5-6 feet,140-160,Master's or Doctoral Degree,,0,520,520,400,0,0,0
+,2022,2.02207E+13,4437,West,Oregon,87500,"House, apartment, flat",1,1,6238414,42,Female,White only,Married - spouse present,"Native, born in United States",Excellent,66,155,25,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,105,0,0,150,0,0,240,0,585,0,0,180,120,0,0,0,0,"$75,000 - $100,000",Generation X (39-54),White only,Excellent,5.5-6 feet,140-160,Bachelor's Degree,,0,240,735,300,0,0,105
+,2022,2.02207E+13,4438,Northeast,Pennsylvania,45000,"House, apartment, flat",1,1,9106101,70,Female,White only,Married - spouse present,"Native, born in United States",Good,62,255,46.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,135,0,0,75,0,530,0,330,330,0,0,40,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Good,5-5.5 feet,200-300,Bachelor's Degree,,0,75,665,660,0,0,40
+,2022,2.02207E+13,4439,Midwest,Illinois,125000,"House, apartment, flat",1,1,6250512,38,Female,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Good,62,220,40.2,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,0,0,390,0,0,60,0,0,0,0,960,"$100,000 - $150,000",Generation X (39-54),White only,Good,5-5.5 feet,200-300,Master's or Doctoral Degree,,960,0,420,60,0,0,0
+,2022,2.02207E+13,4440,South,Florida,67500,"House, apartment, flat",1,1,6062948,42,Male,White only,Married - spouse present,"Native, born in United States",Good,71,190,26.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,215,0,0,140,0,0,150,0,525,0,0,300,0,0,110,0,0,"$50,000 - $75,000",Generation X (39-54),White only,Good,5.5-6 feet,180-200,Bachelor's Degree,,0,150,665,300,0,0,325
+,2022,2.02207E+13,4441,Midwest,Minnesota,87500,"House, apartment, flat",1,1,21348459,63,Female,White only,Married - spouse present,"Native, born in United States",Very good,64,150,25.7,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,17,0,0,5,0,470,0,0,553,0,0,24,0,371,"$75,000 - $100,000",Boomers (55-73),White only,Very good,5-5.5 feet,140-160,Graduated High School,,371,5,487,553,0,0,24
+,2022,2.02207E+13,4442,South,Louisiana,55000,"House, apartment, flat",1,1,5609935,57,Female,Black only,Married - spouse present,"Native, born in United States",Excellent,64,140,24,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,240,0,690,0,60,390,0,0,0,0,0,"$50,000 - $75,000",Boomers (55-73),Black only,Excellent,5-5.5 feet,140-160,Bachelor's Degree,,0,240,750,450,0,0,0
+,2022,2.02207E+13,4443,Midwest,Michigan,27500,"House, apartment, flat",1,1,11455111,39,Female,White only,Never married,"Native, born in United States",Very good,65,168,28,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,30,0,690,60,0,300,150,0,180,0,0,"$10,000 - $30,000",Generation X (39-54),White only,Very good,5-5.5 feet,160-180,Master's or Doctoral Degree,,0,30,780,450,0,0,180
+,2022,2.02207E+13,4444,Midwest,Minnesota,67500,"House, apartment, flat",1,1,29114375,85,Male,White only,Married - spouse present,"Native, born in United States",Fair,69,186,27.5,7th or 8th grade,Seventh through eighth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,120,0,120,0,0,120,0,810,0,0,270,0,0,0,0,0,"$50,000 - $75,000",Silent (74-91),White only,Fair,5.5-6 feet,180-200,Middle School or Less,,0,120,930,270,0,0,120
+,2022,2.02207E+13,4445,West,Washington,125000,"House, apartment, flat",1,1,13978850,37,Male,White only,Married - spouse present,"Native, born in United States",Good,70,205,29.4,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,110,0,0,45,0,480,0,0,330,0,0,0,0,475,"$100,000 - $150,000",Millennials (23-38),White only,Good,5.5-6 feet,200-300,Some College,,475,45,590,330,0,0,0
+,2022,2.02207E+13,4446,South,Kentucky,37500,"House, apartment, flat",1,1,7967371,67,Male,White only,Married - spouse present,"Native, born in United States",Good,68,250,38,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,15,120,0,0,0,0,705,0,0,240,0,0,270,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Associate Degree,,0,0,825,240,0,0,285
+,2022,2.02207E+13,4447,Northeast,Massachusetts,200000,"House, apartment, flat",1,1,8611253,53,Male,White only,Married - spouse present,"Native, born in United States",Excellent,71,185,25.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,35,105,0,0,390,0,645,0,0,15,210,0,40,0,0,"$150,000 and over",Generation X (39-54),White only,Excellent,5.5-6 feet,180-200,Bachelor's Degree,,0,390,750,225,0,0,75
+,2022,2.02207E+13,4448,South,Texas,200000,"House, apartment, flat",1,1,11742683,27,Female,Asian only,Married - spouse present,"Native, born in United States",Very good,64,150,25.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,75,120,0,0,40,0,822,0,0,135,30,0,218,0,0,"$150,000 and over",Millennials (23-38),Asian only,Very good,5-5.5 feet,140-160,Bachelor's Degree,,0,40,942,165,0,0,293
+,2022,2.02207E+13,4449,Midwest,Illinois,87500,"House, apartment, flat",1,1,28973996,26,Female,White only,Never married,"Native, born in United States",Excellent,65,115,19.1,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,0,0,610,0,0,240,0,0,10,0,505,"$75,000 - $100,000",Millennials (23-38),White only,Excellent,5-5.5 feet,100-120,Graduated High School,,505,0,655,240,0,0,10
+,2022,2.02207E+13,4450,South,Texas,55000,"House, apartment, flat",1,1,3279065,66,Male,White only,Widowed,"Native, born in United States",Good,70,208,29.8,Some college but no degree,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,90,0,60,0,0,55,0,612,0,0,535,85,0,3,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Some College,,0,55,672,620,0,0,93
+,2022,2.02207E+13,4451,Northeast,New Jersey,200000,"House, apartment, flat",1,1,15024897,76,Female,White only,Divorced,"Foreign born, U.S. citizen by naturalization",Fair,65,260,43.3,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,90,0,0,60,0,690,0,0,600,0,0,0,0,0,"$150,000 and over",Silent (74-91),White only,Fair,5-5.5 feet,200-300,Some College,,0,60,780,600,0,0,0
+,2022,2.02207E+13,4452,Midwest,Ohio,125000,"House, apartment, flat",1,1,18284748,35,Female,White only,Married - spouse present,"Native, born in United States",Very good,60,127,24.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,195,0,0,35,0,0,45,0,800,240,0,56,0,0,69,0,0,"$100,000 - $150,000",Millennials (23-38),White only,Very good,5-5.5 feet,120-140,Bachelor's Degree,,0,45,1075,56,0,0,264
+,2022,2.02207E+13,4453,Midwest,Michigan,67500,"House, apartment, flat",1,1,38670187,32,Male,White only,Never married,"Native, born in United States",Excellent,74,175,22.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,0,0,600,0,360,240,60,0,180,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Excellent,6-6.5 feet,160-180,Bachelor's Degree,,0,0,600,660,0,0,180
+,2022,2.02207E+13,4454,South,North Carolina,22500,"House, apartment, flat",1,1,21797281,27,Male,White only,Never married,"Native, born in United States",Good,72,160,21.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,40,0,550,60,0,90,0,0,100,0,570,"$10,000 - $30,000",Millennials (23-38),White only,Good,6-6.5 feet,160-180,Bachelor's Degree,,570,40,640,90,0,0,100
+,2022,2.02207E+13,4455,South,North Carolina,37500,"House, apartment, flat",1,1,6920323,57,Female,White only,Divorced,"Native, born in United States",Good,60,130,25.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,0,0,600,0,0,780,0,0,0,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Good,5-5.5 feet,120-140,Bachelor's Degree,,0,0,660,780,0,0,0
+,2022,2.02207E+13,4456,West,Washington,87500,Mobile home or trailer with no permanent room added,1,1,4372446,39,Female,Hawaiian Pacific Islander only,Married - spouse present,"Native, born in United States",Very good,60,127,24.8,Some college but no degree,Twelfth grade,Unemployed - on layoff,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,30,0,0,135,120,0,180,0,405,0,0,60,0,0,510,0,0,"$75,000 - $100,000",Generation X (39-54),Hawaiian Pacific Islander only,Very good,5-5.5 feet,120-140,Some College,,0,180,540,60,120,0,540
+,2022,2.02207E+13,4457,Midwest,Illinois,67500,"House, apartment, flat",1,1,8687113,69,Male,White only,Divorced,"Native, born in United States",Excellent,70,162,23.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,90,0,0,60,0,510,0,0,720,0,0,30,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Excellent,5.5-6 feet,160-180,Bachelor's Degree,,0,60,600,720,0,0,60
+,2022,2.02207E+13,4458,Northeast,Massachusetts,200000,"House, apartment, flat",1,1,5422576,39,Male,White only,Married - spouse present,"Native, born in United States",Very good,66,155,25,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,45,0,5,60,0,0,490,0,600,0,0,90,120,0,30,0,0,"$150,000 and over",Generation X (39-54),White only,Very good,5.5-6 feet,140-160,Bachelor's Degree,,0,490,660,210,0,0,80
+,2022,2.02207E+13,4459,South,South Carolina,125000,"House, apartment, flat",1,1,12606172,30,Male,White only,Never married,"Native, born in United States",Very good,70,175,25.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,45,0,506,0,0,260,45,0,4,0,550,"$100,000 - $150,000",Millennials (23-38),White only,Very good,5.5-6 feet,160-180,Bachelor's Degree,,550,45,536,305,0,0,4
+,2022,2.02207E+13,4460,Midwest,Indiana,125000,"House, apartment, flat",1,1,15595112,60,Female,White only,Married - spouse present,"Native, born in United States",Very good,62,215,39.3,Some college but no degree,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,340,0,635,0,60,240,0,0,45,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Very good,5-5.5 feet,200-300,Some College,,0,340,755,300,0,0,45
+,2022,2.02207E+13,4461,Midwest,Indiana,11250,"House, apartment, flat",1,1,11223361,80,Male,White only,Widowed,"Native, born in United States",Good,75,160,20,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,20,40,0,0,5,0,600,0,0,685,0,0,90,0,0,"$10,000 - $30,000",Silent (74-91),White only,Good,6-6.5 feet,160-180,Master's or Doctoral Degree,,0,5,640,685,0,0,110
+,2022,2.02207E+13,4462,West,Idaho,87500,"House, apartment, flat",1,1,8154560,62,Male,White only,Married - spouse present,"Native, born in United States",Poor,71,165,23,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,0,0,65,0,490,120,0,330,120,0,70,0,60,"$75,000 - $100,000",Boomers (55-73),White only,Poor,5.5-6 feet,160-180,Bachelor's Degree,,60,65,685,450,0,0,70
+,2022,2.02207E+13,4463,South,Louisiana,200000,"House, apartment, flat",1,1,7101640,55,Male,White only,Married - spouse present,"Native, born in United States",Excellent,69,160,23.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,50,85,0,0,356,0,738,0,0,150,45,0,16,0,0,"$150,000 and over",Boomers (55-73),White only,Excellent,5.5-6 feet,160-180,Bachelor's Degree,,0,356,823,195,0,0,66
+,2022,2.02207E+13,4464,Northeast,Pennsylvania,55000,"House, apartment, flat",1,1,15823531,32,Female,White only,Never married,"Foreign born, not a U.S. citizen",Good,57,299,64.7,High school graduate - diploma,Twelfth grade,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,120,65,0,0,70,0,535,0,0,100,0,0,50,0,500,"$50,000 - $75,000",Millennials (23-38),White only,Good,0-5 feet,200-300,Graduated High School,,500,70,600,100,0,0,170
+,2022,2.02207E+13,4465,Midwest,Wisconsin,32500,"House, apartment, flat",1,1,4588831,76,Female,White only,Widowed,"Native, born in United States",Good,66,130,21,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,90,0,0,325,0,735,0,45,180,0,0,25,10,0,"$30,000 - $50,000",Silent (74-91),White only,Good,5.5-6 feet,120-140,Graduated High School,,0,325,825,225,0,10,55
+,2022,2.02207E+13,4466,West,Colorado,125000,"House, apartment, flat",1,1,16027527,51,Female,White only,Divorced,"Native, born in United States",Very good,63,135,23.9,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,100,0,0,110,0,495,0,0,120,30,0,0,0,585,"$100,000 - $150,000",Generation X (39-54),White only,Very good,5-5.5 feet,120-140,Master's or Doctoral Degree,,585,110,595,150,0,0,0
+,2022,2.02207E+13,4467,South,South Carolina,200000,"House, apartment, flat",1,1,15967403,42,Male,White only,Never married,"Native, born in United States",Poor,74,150,19.3,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,90,0,0,90,0,560,0,0,540,0,0,70,0,0,"$150,000 and over",Generation X (39-54),White only,Poor,6-6.5 feet,140-160,Graduated High School,,0,90,650,540,0,0,70
+,2022,2.02207E+13,4468,Northeast,Massachusetts,125000,"House, apartment, flat",1,1,7684048,72,Male,White only,Married - spouse present,"Native, born in United States",Very good,77,182,21.6,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,190,0,620,0,0,540,60,0,0,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Very good,6-6.5 feet,180-200,Master's or Doctoral Degree,,0,190,650,600,0,0,0
+,2022,2.02207E+13,4469,South,Louisiana,200000,"House, apartment, flat",1,1,13107679,49,Male,White only,Married - spouse present,"Native, born in United States",Excellent,73,175,23.1,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,91,0,0,70,0,0,40,0,490,0,60,150,90,0,14,0,435,"$150,000 and over",Generation X (39-54),White only,Excellent,6-6.5 feet,160-180,Master's or Doctoral Degree,,435,40,560,300,0,0,105
+,2022,2.02207E+13,4470,South,Texas,13750,"House, apartment, flat",1,1,11373849,65,Male,"American Indian, Alaskan Native",Never married,"Native, born in United States",Good,,180,998,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,25,0,0,20,0,420,0,0,920,55,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),"American Indian, Alaskan Native",Good,,180-200,Graduated High School,,0,20,445,975,0,0,0
+,2022,2.02207E+13,4471,Northeast,New Jersey,200000,"House, apartment, flat",1,1,5525869,53,Female,Asian only,Divorced,"Foreign born, U.S. citizen by naturalization",Fair,60,103,20.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,0,0,570,0,570,0,0,120,0,0,0,0,105,"$150,000 and over",Generation X (39-54),Asian only,Fair,5-5.5 feet,100-120,Bachelor's Degree,,105,570,645,120,0,0,0
+,2022,2.02207E+13,4472,West,California,87500,"House, apartment, flat",1,1,4764864,62,Male,White only,Separated,"Foreign born, not a U.S. citizen",Very good,68,170,25.8,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,0,0,465,0,0,345,0,0,55,0,545,"$75,000 - $100,000",Boomers (55-73),White only,Very good,5.5-6 feet,160-180,Some College,,545,0,495,345,0,0,55
+,2022,2.02207E+13,4473,South,North Carolina,200000,"House, apartment, flat",1,1,15764184,55,Male,White only,Married - spouse present,"Native, born in United States",Very good,70,165,23.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,80,0,0,165,0,411,0,0,219,0,0,50,0,515,"$150,000 and over",Boomers (55-73),White only,Very good,5.5-6 feet,160-180,Bachelor's Degree,,515,165,491,219,0,0,50
+,2022,2.02207E+13,4474,Northeast,Vermont,27500,"House, apartment, flat",1,1,7801142,69,Female,White only,Widowed,"Native, born in United States",Good,61,149,28.2,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,125,0,390,0,0,865,0,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Good,5-5.5 feet,140-160,Graduated High School,,0,125,450,865,0,0,0
+,2022,2.02207E+13,4475,South,North Carolina,200000,"House, apartment, flat",1,1,15877114,22,Male,White only,Never married,"Native, born in United States",Very good,70,160,23,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,60,0,10,0,635,0,0,615,0,0,0,0,0,"$150,000 and over",Millennials (23-38),White only,Very good,5.5-6 feet,160-180,Some College,,0,10,755,615,60,0,0
+,2022,2.02207E+13,4476,West,California,32500,"House, apartment, flat",1,1,8367299,57,Female,White only,Never married,"Foreign born, not a U.S. citizen",Poor,59,126,25.4,"1st, 2nd, 3rd, or 4th grade",First through fourth grade,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,120,60,0,0,55,0,625,0,0,550,30,0,0,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Poor,0-5 feet,120-140,Middle School or Less,,0,55,685,580,0,0,120
+,2022,2.02207E+13,4477,South,Texas,11250,"House, apartment, flat",1,1,67833151,15,Male,White only,Never married,"Native, born in United States",Fair,62,98,17.9,9th grade,Ninth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,No physical difficulty,Has difficulty remembering,0,0,0,30,0,0,0,0,600,0,0,690,0,120,0,0,0,"$10,000 - $30,000",Generation Z (7-22),White only,Fair,5-5.5 feet,<100,Some High School,,0,0,630,690,0,0,120
+,2022,2.02207E+13,4478,Midwest,Wisconsin,200000,"House, apartment, flat",1,1,7217670,58,Female,White only,Married - spouse present,"Native, born in United States",Very good,63,125,22.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,40,0,0,435,0,680,0,0,255,0,0,30,0,0,"$150,000 and over",Boomers (55-73),White only,Very good,5-5.5 feet,120-140,Bachelor's Degree,,0,435,720,255,0,0,30
+,2022,2.02207E+13,4479,Northeast,Connecticut,87500,"House, apartment, flat",1,1,12280506,37,Female,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Good,61,125,23.6,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,105,0,0,40,0,0,100,0,520,0,0,110,0,0,80,0,485,"$75,000 - $100,000",Millennials (23-38),White only,Good,5-5.5 feet,120-140,Graduated High School,,485,100,560,110,0,0,185
+,2022,2.02207E+13,4480,South,Mississippi,6250,"House, apartment, flat",1,1,2529307,69,Female,Black only,Divorced,"Native, born in United States",Poor,65,280,46.6,10th grade,Tenth grade,Not in labor force,NIU (Not in universe),Has vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,30,0,600,0,0,780,0,0,0,0,0,"Less than $10,000",Boomers (55-73),Black only,Poor,5-5.5 feet,200-300,Some High School,,0,30,630,780,0,0,0
+,2022,2.02207E+13,4481,West,Oregon,37500,Mobile home or trailer with no permanent room added,1,1,10451810,70,Female,White only,Married - spouse present,"Native, born in United States",Good,62,110,20.1,Associate degree - academic program,College--four years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,60,0,55,75,0,0,330,0,515,20,0,270,0,0,115,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Good,5-5.5 feet,100-120,Associate Degree,,0,330,610,270,0,0,230
+,2022,2.02207E+13,4482,West,Washington,87500,"House, apartment, flat",1,1,9085120,29,Male,White only,Never married,"Native, born in United States",Very good,71,185,25.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,240,0,780,0,0,360,0,0,0,0,0,"$75,000 - $100,000",Millennials (23-38),White only,Very good,5.5-6 feet,180-200,Bachelor's Degree,,0,240,840,360,0,0,0
+,2022,2.02207E+13,4483,South,Virginia,200000,"House, apartment, flat",1,1,15962840,62,Female,White only,Divorced,"Foreign born, not a U.S. citizen",Very good,77,224,26.6,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,55,0,0,210,0,630,0,0,180,0,30,20,315,0,"$150,000 and over",Boomers (55-73),White only,Very good,6-6.5 feet,200-300,Graduated High School,,0,210,685,180,0,315,50
+,2022,2.02207E+13,4484,Northeast,Connecticut,87500,"House, apartment, flat",1,1,5892363,48,Male,White only,Never married,"Native, born in United States",Good,77,265,31.4,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,140,0,0,730,0,510,0,0,0,0,10,20,0,0,"$75,000 - $100,000",Generation X (39-54),White only,Good,6-6.5 feet,200-300,Graduated High School,,0,730,650,0,0,0,60
+,2022,2.02207E+13,4485,South,Alabama,87500,"House, apartment, flat",1,1,9814261,58,Male,White only,Married - spouse present,"Native, born in United States",Good,64,210,36,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,40,90,0,0,20,0,530,0,0,90,0,0,85,0,585,"$75,000 - $100,000",Boomers (55-73),White only,Good,5-5.5 feet,200-300,Bachelor's Degree,,585,20,620,90,0,0,125
+,2022,2.02207E+13,4486,West,Oregon,200000,"House, apartment, flat",1,1,5639686,42,Female,White only,Divorced,"Native, born in United States",Excellent,71,155,21.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,120,0,0,60,0,0,240,0,540,0,0,420,0,0,60,0,0,"$150,000 and over",Generation X (39-54),White only,Excellent,5.5-6 feet,140-160,Bachelor's Degree,,0,240,600,420,0,0,180
+,2022,2.02207E+13,4487,Northeast,Pennsylvania,45000,"House, apartment, flat",1,1,8984478,40,Male,White only,Married - spouse present,"Native, born in United States",Good,73,250,33,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,10,0,0,60,0,0,0,0,495,0,0,95,68,0,32,110,570,"$30,000 - $50,000",Generation X (39-54),White only,Good,6-6.5 feet,200-300,Bachelor's Degree,,570,0,555,163,0,110,42
+,2022,2.02207E+13,4488,South,Florida,45000,"House, apartment, flat",1,1,32330444,27,Female,White only,Never married,"Native, born in United States",Very good,66,152,24.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,35,65,0,0,5,0,485,0,0,545,45,0,30,0,230,"$30,000 - $50,000",Millennials (23-38),White only,Very good,5.5-6 feet,140-160,Bachelor's Degree,,230,5,550,590,0,0,65
+,2022,2.02207E+13,4489,West,California,32500,"House, apartment, flat",1,1,10362571,58,Female,White only,Divorced,"Foreign born, U.S. citizen by naturalization",Good,64,260,44.6,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,2,0,145,0,0,360,0,773,0,0,20,0,0,140,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Good,5-5.5 feet,200-300,Graduated High School,,0,360,918,20,0,0,142
+,2022,2.02207E+13,4490,West,Nevada,125000,"House, apartment, flat",1,1,16985540,34,Male,"American Indian, Alaskan Native",Married - spouse present,"Foreign born, U.S. citizen by naturalization",Good,65,160,26.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,120,0,0,110,0,0,0,0,560,10,0,120,0,0,70,0,445,"$100,000 - $150,000",Millennials (23-38),"American Indian, Alaskan Native",Good,5-5.5 feet,160-180,Bachelor's Degree,,445,0,680,120,0,0,190
+,2022,2.02207E+13,4491,Northeast,Pennsylvania,32500,"House, apartment, flat",1,1,4977258,67,Male,White only,Divorced,"Native, born in United States",Poor,68,111,16.9,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,30,85,0,0,145,0,625,0,0,535,0,0,20,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Poor,5.5-6 feet,100-120,Graduated High School,,0,145,710,535,0,0,50
+,2022,2.02207E+13,4492,West,Arizona,87500,"House, apartment, flat",1,1,10145614,66,Female,White only,Married - spouse present,"Native, born in United States",Excellent,66,123,19.9,Associate degree - academic program,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,70,0,0,90,0,430,0,0,70,60,0,0,0,720,"$75,000 - $100,000",Boomers (55-73),White only,Excellent,5.5-6 feet,120-140,Associate Degree,,720,90,500,130,0,0,0
+,2022,2.02207E+13,4493,Northeast,New York,17500,"House, apartment, flat",1,1,12120900,70,Male,Asian only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Poor,63,150,26.6,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,120,40,70,0,0,120,0,579,0,30,301,90,0,50,40,0,"$10,000 - $30,000",Boomers (55-73),Asian only,Poor,5-5.5 feet,140-160,Master's or Doctoral Degree,,0,120,649,421,0,40,210
+,2022,2.02207E+13,4494,South,Tennessee,27500,"House, apartment, flat",1,1,9962715,18,Female,White only,Separated,"Native, born in United States",Good,63,9997,998,10th grade,Tenth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,72,0,0,0,0,600,0,0,708,0,0,50,0,0,"$10,000 - $30,000",Generation Z (7-22),White only,Good,5-5.5 feet,>300,Some High School,,0,0,672,708,0,0,60
+,2022,2.02207E+13,4495,South,Virginia,11250,"House, apartment, flat",1,1,17046997,50,Female,White only,Divorced,"Native, born in United States",Fair,64,172,29.5,Associate degree - academic program,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,70,0,0,40,0,710,0,0,344,240,0,36,0,0,"$10,000 - $30,000",Generation X (39-54),White only,Fair,5-5.5 feet,160-180,Associate Degree,,0,40,780,584,0,0,36
+,2022,2.02207E+13,4496,South,Louisiana,45000,"House, apartment, flat",1,1,17419091,24,Male,Asian only,Married - spouse present,"Native, born in United States",Good,74,280,35.9,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,60,0,30,60,0,0,160,0,464,0,0,60,0,0,12,0,594,"$30,000 - $50,000",Millennials (23-38),Asian only,Good,6-6.5 feet,200-300,Some College,,594,160,524,60,0,0,102
+,2022,2.02207E+13,4497,West,California,200000,"House, apartment, flat",1,1,7686505,53,Female,White only,Married - spouse present,"Native, born in United States",NIU (Not in universe),,9999,999,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,5,60,40,0,0,222,0,585,0,60,378,0,0,90,0,0,"$150,000 and over",Generation X (39-54),White only,"Other (Refused, Dont know, NIU)",,>300,Bachelor's Degree,,0,222,625,438,0,0,155
+,2022,2.02207E+13,4498,Northeast,Pennsylvania,22500,"House, apartment, flat",1,1,9489052,68,Female,White only,Widowed,"Native, born in United States",Very good,65,132,22,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,25,50,0,0,234,0,540,81,0,490,0,0,20,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Very good,5-5.5 feet,120-140,Graduated High School,,0,234,671,490,0,0,45
+,2022,2.02207E+13,4499,South,Texas,125000,"House, apartment, flat",1,1,5289199,45,Female,White only,Married - spouse present,"Native, born in United States",Very good,65,112,18.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,15,0,30,120,0,0,339,0,585,0,60,45,40,0,206,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Very good,5-5.5 feet,100-120,Bachelor's Degree,,0,339,705,145,0,0,251
+,2022,2.02207E+13,4500,South,Virginia,125000,"House, apartment, flat",1,1,7822247,69,Female,White only,Widowed,"Foreign born, U.S. citizen by naturalization",Very good,64,140,24,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,75,0,0,150,0,450,0,0,480,75,0,60,120,0,"$100,000 - $150,000",Boomers (55-73),White only,Very good,5-5.5 feet,140-160,Master's or Doctoral Degree,,0,150,525,555,0,120,90
+,2022,2.02207E+13,4501,Midwest,Illinois,8750,"House, apartment, flat",1,1,30566034,21,Male,White only,Never married,"Native, born in United States",Excellent,68,125,19,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,20,0,480,0,0,180,0,260,0,0,440,"Less than $10,000",Generation Z (7-22),White only,Excellent,5.5-6 feet,120-140,Some College,,440,20,540,180,0,0,260
+,2022,2.02207E+13,4502,West,California,67500,"House, apartment, flat",1,1,33851856,17,Male,White only,Never married,"Native, born in United States",Good,68,170,25.8,11th grade,Eleventh grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,105,0,0,0,0,855,0,120,300,0,0,60,0,0,"$50,000 - $75,000",Generation Z (7-22),White only,Good,5.5-6 feet,160-180,Some High School,,0,0,960,420,0,0,60
+,2022,2.02207E+13,4503,South,Arkansas,37500,"House, apartment, flat",1,1,11770667,75,Male,White only,Married - spouse present,"Native, born in United States",Very good,70,206,29.6,Some college but no degree,Twelfth grade,Not in labor force,NIU (Not in universe),Has vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,190,0,0,60,0,570,0,0,435,0,0,125,0,0,"$30,000 - $50,000",Silent (74-91),White only,Very good,5.5-6 feet,200-300,Some College,,0,60,760,435,0,0,185
+,2022,2.02207E+13,4504,South,North Carolina,27500,"House, apartment, flat",1,1,5996872,43,Male,White only,Separated,"Foreign born, not a U.S. citizen",Good,64,165,28.3,Associate degree - academic program,College--four years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,120,0,515,0,0,120,52,0,68,0,475,"$10,000 - $30,000",Generation X (39-54),White only,Good,5-5.5 feet,160-180,Associate Degree,,475,120,605,172,0,0,68
+,2022,2.02207E+13,4505,Northeast,Connecticut,11250,"House, apartment, flat",1,1,13446843,58,Female,White only,Married - spouse present,"Native, born in United States",Good,70,185,26.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,35,0,0,85,0,470,0,0,305,20,0,0,0,525,"$10,000 - $30,000",Boomers (55-73),White only,Good,5.5-6 feet,180-200,Bachelor's Degree,,525,85,505,325,0,0,0
+,2022,2.02207E+13,4506,Midwest,Nebraska,87500,"House, apartment, flat",1,1,17222554,70,Male,Black only,Married - spouse present,"Native, born in United States",Very good,76,195,23.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,15,60,0,0,60,0,630,120,0,465,0,0,90,0,0,"$75,000 - $100,000",Boomers (55-73),Black only,Very good,6-6.5 feet,180-200,Bachelor's Degree,,0,60,810,465,0,0,105
+,2022,2.02207E+13,4507,West,Utah,87500,"House, apartment, flat",1,1,6784953,66,Male,White only,Married - spouse present,"Native, born in United States",Poor,70,204,29.3,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,125,115,0,0,125,0,570,50,0,300,0,60,95,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Poor,5.5-6 feet,200-300,Master's or Doctoral Degree,,0,125,735,300,0,0,280
+,2022,2.02207E+13,4508,West,California,67500,"House, apartment, flat",1,1,16251746,70,Female,White only,Married - spouse present,"Native, born in United States",Fair,65,190,31.6,Associate degree - occupational vocational,College--three years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,30,0,105,140,0,0,30,0,540,0,0,395,0,0,105,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Fair,5-5.5 feet,180-200,Associate Degree,,0,30,680,395,0,0,240
+,2022,2.02207E+13,4509,Midwest,Iowa,87500,"House, apartment, flat",1,1,9955249,30,Female,White only,Married - spouse present,"Native, born in United States",Good,66,270,43.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,30,0,60,10,80,0,0,0,460,0,0,114,0,0,46,0,640,"$75,000 - $100,000",Millennials (23-38),White only,Good,5.5-6 feet,200-300,Bachelor's Degree,,640,0,470,114,80,0,136
+,2022,2.02207E+13,4510,South,Maryland,87500,"House, apartment, flat",1,1,23895086,40,Female,Black only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Good,65,165,27.5,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,90,100,480,0,25,75,0,30,0,0,595,"$75,000 - $100,000",Generation X (39-54),Black only,Good,5-5.5 feet,160-180,Master's or Doctoral Degree,,595,190,525,100,0,0,30
+,2022,2.02207E+13,4511,Northeast,Pennsylvania,125000,"House, apartment, flat",1,1,6539715,80,Female,White only,Divorced,"Foreign born, U.S. citizen by naturalization",Fair,62,124,22.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,Has mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,135,0,0,0,0,611,15,0,584,35,60,0,0,0,"$100,000 - $150,000",Silent (74-91),White only,Fair,5-5.5 feet,120-140,Bachelor's Degree,,0,0,761,619,0,0,60
+,2022,2.02207E+13,4512,South,Georgia,200000,"House, apartment, flat",1,1,48573252,21,Male,White only,Never married,"Native, born in United States",Very good,71,210,29.3,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,120,30,0,0,60,0,480,0,0,290,60,0,85,0,315,"$150,000 and over",Generation Z (7-22),White only,Very good,5.5-6 feet,200-300,Some College,,315,60,510,350,0,0,205
+,2022,2.02207E+13,4513,West,Arizona,87500,"House, apartment, flat",1,1,29754005,15,Female,White only,Never married,"Native, born in United States",Very good,61,130,24.6,10th grade,Tenth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,135,0,0,0,0,660,0,0,420,195,0,30,0,0,"$75,000 - $100,000",Generation Z (7-22),White only,Very good,5-5.5 feet,120-140,Some High School,,0,0,795,615,0,0,30
+,2022,2.02207E+13,4514,Northeast,Pennsylvania,87500,"House, apartment, flat",1,1,19565048,37,Male,White only,Married - spouse present,"Native, born in United States",Good,70,230,33,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,135,0,0,60,0,0,240,0,445,0,105,0,0,0,205,0,250,"$75,000 - $100,000",Millennials (23-38),White only,Good,5.5-6 feet,200-300,Graduated High School,,250,240,505,105,0,0,340
+,2022,2.02207E+13,4515,West,California,27500,"House, apartment, flat",1,1,70208644,20,Female,Black only,Never married,"Native, born in United States",Excellent,62,135,24.7,High school graduate - GED,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,20,249,0,0,0,809,0,0,180,0,0,2,0,0,"$10,000 - $30,000",Generation Z (7-22),Black only,Excellent,5-5.5 feet,120-140,Graduated High School,,0,0,829,180,249,0,2
+,2022,2.02207E+13,4516,West,California,22500,"House, apartment, flat",1,1,33827763,48,Female,White only,Never married,"Foreign born, not a U.S. citizen",NIU (Not in universe),,9999,999,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,240,0,960,0,0,180,0,0,0,0,0,"$10,000 - $30,000",Generation X (39-54),White only,"Other (Refused, Dont know, NIU)",,>300,Graduated High School,,0,240,1020,180,0,0,0
+,2022,2.02207E+13,4517,Midwest,Michigan,87500,"House, apartment, flat",1,1,14577724,70,Female,White only,Married - spouse present,"Native, born in United States",Very good,65,152,25.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,128,85,30,0,0,53,0,500,0,0,557,25,0,62,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Very good,5-5.5 feet,140-160,Bachelor's Degree,,0,53,530,582,0,0,275
+,2022,2.02207E+13,4518,South,Tennessee,67500,"House, apartment, flat",1,1,10187350,36,Male,White only,Married - spouse present,"Native, born in United States",Very good,72,235,31.9,High school graduate - GED,Eleventh grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,60,0,140,0,0,0,110,0,445,0,0,130,0,0,180,375,0,"$50,000 - $75,000",Millennials (23-38),White only,Very good,6-6.5 feet,200-300,Graduated High School,,0,110,445,130,0,375,380
+,2022,2.02207E+13,4519,Midwest,Illinois,32500,"House, apartment, flat",1,1,2633304,68,Female,White only,Widowed,"Foreign born, U.S. citizen by naturalization",NIU (Not in universe),,9999,999,Associate degree - occupational vocational,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,0,0,780,0,0,210,0,0,45,0,375,"$30,000 - $50,000",Boomers (55-73),White only,"Other (Refused, Dont know, NIU)",,>300,Associate Degree,,375,0,810,210,0,0,45
+,2022,2.02207E+13,4520,West,Washington,45000,"House, apartment, flat",1,1,7914000,64,Male,White only,Never married,"Native, born in United States",Very good,71,240,33.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,182,0,103,0,0,0,0,510,0,0,300,0,30,157,0,158,"$30,000 - $50,000",Boomers (55-73),White only,Very good,5.5-6 feet,200-300,Bachelor's Degree,,158,0,613,300,0,0,369
+,2022,2.02207E+13,4521,Midwest,Ohio,200000,"House, apartment, flat",1,1,33631311,18,Female,White only,Never married,"Native, born in United States",Excellent,64,110,18.9,11th grade,Eleventh grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,225,0,31,0,570,0,0,424,30,0,0,100,0,"$150,000 and over",Generation Z (7-22),White only,Excellent,5-5.5 feet,100-120,Some High School,,0,31,630,454,225,100,0
+,2022,2.02207E+13,4522,West,Washington,200000,"House, apartment, flat",1,1,17448433,30,Female,White only,Married - spouse present,"Native, born in United States",Very good,60,155,30.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,195,0,0,40,0,0,131,0,600,0,0,111,0,0,0,0,363,"$150,000 and over",Millennials (23-38),White only,Very good,5-5.5 feet,140-160,Bachelor's Degree,,363,131,640,111,0,0,195
+,2022,2.02207E+13,4523,Midwest,Michigan,87500,Mobile home or trailer with no permanent room added,1,1,5721808,74,Female,White only,Married - spouse present,"Native, born in United States",Very good,66,153,24.7,Some college but no degree,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,95,0,0,140,0,545,0,0,600,0,30,20,0,0,"$75,000 - $100,000",Silent (74-91),White only,Very good,5.5-6 feet,140-160,Some College,,0,140,640,600,0,0,60
+,2022,2.02207E+13,4524,West,California,125000,"House, apartment, flat",1,1,10314984,68,Female,Black-American Indian,Divorced,"Native, born in United States",Very good,66,198,32,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,75,0,125,15,0,0,340,0,495,0,0,165,0,30,155,0,0,"$100,000 - $150,000",Boomers (55-73),Mixed,Very good,5.5-6 feet,180-200,Master's or Doctoral Degree,,0,340,510,165,0,0,385
+,2022,2.02207E+13,4525,South,Arkansas,17500,"House, apartment, flat",1,1,3844462,69,Female,White only,Married - spouse present,"Native, born in United States",Poor,65,175,29.1,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,150,0,720,0,0,120,360,0,60,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Poor,5-5.5 feet,160-180,Some College,,0,150,750,480,0,0,60
+,2022,2.02207E+13,4526,Midwest,Ohio,87500,"House, apartment, flat",1,1,6101731,72,Female,White only,Widowed,"Native, born in United States",Very good,61,165,31.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,15,35,0,0,52,0,515,0,0,172,0,0,80,0,541,"$75,000 - $100,000",Boomers (55-73),White only,Very good,5-5.5 feet,160-180,Bachelor's Degree,,541,52,550,172,0,0,95
+,2022,2.02207E+13,4527,Midwest,Kansas,45000,"House, apartment, flat",1,1,8649126,72,Male,White only,Married - spouse present,"Native, born in United States",Very good,72,160,21.7,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,245,0,35,0,0,180,0,515,0,0,60,320,0,85,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Very good,6-6.5 feet,160-180,Associate Degree,,0,180,550,380,0,0,330
+,2022,2.02207E+13,4528,West,Oregon,200000,"House, apartment, flat",1,1,3086296,65,Male,White only,Married - spouse present,"Native, born in United States",Good,73,210,27.7,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,135,0,0,190,0,590,0,0,365,0,75,25,0,0,"$150,000 and over",Boomers (55-73),White only,Good,6-6.5 feet,200-300,Master's or Doctoral Degree,,0,190,725,365,0,0,100
+,2022,2.02207E+13,4529,South,Virginia,87500,"House, apartment, flat",1,1,13657021,69,Female,White only,Married - spouse present,"Native, born in United States",Good,59,163,32.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,20,0,0,622,0,470,0,0,328,0,0,0,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Good,0-5 feet,160-180,Bachelor's Degree,,0,622,490,328,0,0,0
+,2022,2.02207E+13,4530,West,California,125000,"House, apartment, flat",1,1,32326043,20,Female,White only,Never married,"Native, born in United States",Good,63,165,29.2,Some college but no degree,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,45,90,0,0,35,0,820,0,0,240,120,0,90,0,0,"$100,000 - $150,000",Generation Z (7-22),White only,Good,5-5.5 feet,160-180,Some College,,0,35,910,360,0,0,135
+,2022,2.02207E+13,4531,Midwest,Minnesota,200000,"House, apartment, flat",1,1,59794832,20,Male,Asian only,Never married,"Native, born in United States",Very good,70,195,28,Some college but no degree,College--two years,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,150,0,630,0,0,525,0,0,105,0,0,"$150,000 and over",Generation Z (7-22),Asian only,Very good,5.5-6 feet,180-200,Some College,,0,150,660,525,0,0,105
+,2022,2.02207E+13,4532,West,Arizona,125000,"House, apartment, flat",1,1,17515582,49,Female,White only,Married - spouse present,"Native, born in United States",Very good,67,150,23.5,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,10,0,0,15,0,0,320,0,495,0,0,180,0,0,0,0,420,"$100,000 - $150,000",Generation X (39-54),White only,Very good,5.5-6 feet,140-160,Master's or Doctoral Degree,,420,320,510,180,0,0,10
+,2022,2.02207E+13,4533,West,Idaho,125000,"House, apartment, flat",1,1,4085951,34,Female,White only,Married - spouse present,"Native, born in United States",Good,65,9997,998,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,330,0,0,170,0,0,160,0,480,0,0,270,30,0,0,0,0,"$100,000 - $150,000",Millennials (23-38),White only,Good,5-5.5 feet,>300,Some College,,0,160,650,300,0,0,330
+,2022,2.02207E+13,4534,South,Texas,200000,"House, apartment, flat",1,1,48765435,80,Female,White only,Married - spouse present,"Native, born in United States",Excellent,65,190,31.6,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,150,0,0,185,0,575,0,0,530,0,0,0,0,0,"$150,000 and over",Silent (74-91),White only,Excellent,5-5.5 feet,180-200,Master's or Doctoral Degree,,0,185,725,530,0,0,0
+,2022,2.02207E+13,4535,Midwest,Iowa,87500,"House, apartment, flat",1,1,7736488,35,Male,White only,Married - spouse present,"Native, born in United States",Very good,75,235,29.4,Some college but no degree,College--one year,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,15,0,0,130,0,400,0,0,15,270,0,60,0,505,"$75,000 - $100,000",Millennials (23-38),White only,Very good,6-6.5 feet,200-300,Some College,,505,130,415,285,0,0,60
+,2022,2.02207E+13,4536,West,Colorado,125000,"House, apartment, flat",1,1,3155874,60,Female,White only,Divorced,"Native, born in United States",Very good,63,148,26.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,20,90,0,0,90,0,660,0,90,435,0,0,55,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Very good,5-5.5 feet,140-160,Bachelor's Degree,,0,90,750,525,0,0,75
+,2022,2.02207E+13,4537,South,Texas,200000,"House, apartment, flat",1,1,6183443,38,Female,Asian only,Married - spouse present,"Foreign born, not a U.S. citizen",Very good,60,110,21.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,85,0,80,105,0,0,235,0,585,0,0,180,65,0,105,0,0,"$150,000 and over",Generation X (39-54),Asian only,Very good,5-5.5 feet,100-120,Bachelor's Degree,,0,235,690,245,0,0,270
+,2022,2.02207E+13,4538,South,Louisiana,87500,"House, apartment, flat",1,1,14090938,41,Female,Black only,Separated,"Native, born in United States",Fair,65,9996,998,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,48,75,0,0,18,0,460,0,0,684,0,0,155,0,0,"$75,000 - $100,000",Generation X (39-54),Black only,Fair,5-5.5 feet,>300,Graduated High School,,0,18,535,684,0,0,203
+,2022,2.02207E+13,4539,West,Washington,200000,"House, apartment, flat",1,1,12293029,65,Male,White only,Married - spouse present,"Native, born in United States",Fair,68,165,25.1,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,2,0,583,0,0,30,0,0,465,0,360,"$150,000 and over",Boomers (55-73),White only,Fair,5.5-6 feet,160-180,Master's or Doctoral Degree,,360,2,583,30,0,0,465
+,2022,2.02207E+13,4540,South,Virginia,87500,"House, apartment, flat",1,1,15148477,61,Female,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Very good,64,111,19.1,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Unemployed - on layoff,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,50,0,0,390,0,525,0,0,145,150,120,0,0,60,"$75,000 - $100,000",Boomers (55-73),White only,Very good,5-5.5 feet,100-120,Master's or Doctoral Degree,,60,390,575,295,0,0,120
+,2022,2.02207E+13,4541,Midwest,Ohio,125000,"House, apartment, flat",1,1,22463711,80,Male,White only,Widowed,"Native, born in United States",Good,72,207,28.1,High school graduate - diploma,Twelfth grade,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,20,40,0,0,50,0,535,20,0,285,75,0,80,0,335,"$100,000 - $150,000",Silent (74-91),White only,Good,6-6.5 feet,200-300,Graduated High School,,335,50,595,360,0,0,100
+,2022,2.02207E+13,4542,Midwest,Minnesota,200000,"House, apartment, flat",1,1,17426643,15,Female,White only,Never married,"Native, born in United States",Very good,66,140,22.6,7th or 8th grade,Seventh through eighth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,22,70,0,0,40,0,750,0,0,497,0,0,61,0,0,"$150,000 and over",Generation Z (7-22),White only,Very good,5.5-6 feet,140-160,Middle School or Less,,0,40,820,497,0,0,83
+,2022,2.02207E+13,4543,West,Oregon,87500,"House, apartment, flat",1,1,5123799,59,Female,White only,Married - spouse present,"Native, born in United States",Fair,71,285,39.7,Some college but no degree,College--three years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,20,60,0,0,0,0,725,0,0,530,0,0,15,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Fair,5.5-6 feet,200-300,Some College,,0,0,785,530,0,0,35
+,2022,2.02207E+13,4544,South,Florida,32500,"House, apartment, flat",1,1,9522549,38,Female,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Very good,62,130,23.8,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,30,0,690,0,0,360,0,120,0,0,0,"$30,000 - $50,000",Generation X (39-54),White only,Very good,5-5.5 feet,120-140,Graduated High School,,0,30,810,360,0,0,120
+,2022,2.02207E+13,4545,South,Georgia,22500,"House, apartment, flat",1,1,8707773,80,Female,White only,Married - spouse present,"Native, born in United States",Very good,66,224,36.2,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,120,0,50,0,0,110,0,530,0,0,630,0,0,0,0,0,"$10,000 - $30,000",Silent (74-91),White only,Very good,5.5-6 feet,200-300,Graduated High School,,0,110,580,630,0,0,120
+,2022,2.02207E+13,4546,Northeast,Massachusetts,87500,"House, apartment, flat",1,1,27948880,27,Female,White only,Never married,"Native, born in United States",Fair,66,190,30.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,Has vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,Has difficulty remembering,0,0,0,210,300,0,45,0,615,0,0,180,0,0,60,0,0,"$75,000 - $100,000",Millennials (23-38),White only,Fair,5.5-6 feet,180-200,Bachelor's Degree,,0,45,825,180,300,0,60
+,2022,2.02207E+13,4547,West,Arizona,87500,"House, apartment, flat",1,1,13001931,48,Male,White only,Married - spouse present,"Native, born in United States",Good,70,172,24.7,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,50,0,0,30,0,0,105,0,405,0,0,75,35,0,0,0,700,"$75,000 - $100,000",Generation X (39-54),White only,Good,5.5-6 feet,160-180,Master's or Doctoral Degree,,700,105,435,110,0,0,50
+,2022,2.02207E+13,4548,Midwest,Wisconsin,200000,"House, apartment, flat",1,1,15784369,40,Female,White only,Married - spouse present,"Native, born in United States",Very good,63,150,26.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,50,0,0,0,0,565,0,0,60,0,0,30,0,735,"$150,000 and over",Generation X (39-54),White only,Very good,5-5.5 feet,140-160,Bachelor's Degree,,735,0,615,60,0,0,30
+,2022,2.02207E+13,4549,Northeast,Massachusetts,125000,"House, apartment, flat",1,1,22938093,27,Male,Asian only,Never married,"Native, born in United States",Very good,66,120,19.4,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,120,0,0,50,0,570,0,0,205,0,0,85,60,320,"$100,000 - $150,000",Millennials (23-38),Asian only,Very good,5.5-6 feet,120-140,Master's or Doctoral Degree,,320,50,690,205,0,60,115
+,2022,2.02207E+13,4550,Midwest,Kansas,37500,"House, apartment, flat",1,1,3131441,85,Male,White only,Widowed,"Native, born in United States",Very good,67,152,23.8,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,50,0,0,0,0,570,0,0,820,0,0,0,0,0,"$30,000 - $50,000",Silent (74-91),White only,Very good,5.5-6 feet,140-160,Some College,,0,0,620,820,0,0,0
+,2022,2.02207E+13,4551,Midwest,Wisconsin,125000,"House, apartment, flat",1,1,5558348,44,Male,White only,Divorced,"Native, born in United States",Very good,74,170,21.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,135,0,0,135,0,640,0,0,400,0,0,130,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Very good,6-6.5 feet,160-180,Bachelor's Degree,,0,135,775,400,0,0,130
+,2022,2.02207E+13,4552,Northeast,New Jersey,87500,"House, apartment, flat",1,1,8945617,54,Female,Black only,Divorced,"Native, born in United States",Very good,67,205,32.1,Some college but no degree,College--two years,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,55,35,0,0,82,0,554,0,0,522,0,157,35,0,0,"$75,000 - $100,000",Boomers (55-73),Black only,Very good,5.5-6 feet,200-300,Some College,,0,82,589,522,0,0,247
+,2022,2.02207E+13,4553,West,Arizona,8750,"House, apartment, flat",1,1,10836068,19,Female,White only,Never married,"Native, born in United States",Good,70,110,15.8,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,20,60,160,0,110,0,580,0,0,0,0,0,60,0,450,"Less than $10,000",Generation Z (7-22),White only,Good,5.5-6 feet,100-120,Some College,,450,110,640,0,160,0,80
+,2022,2.02207E+13,4554,Midwest,Michigan,200000,"House, apartment, flat",1,1,8831519,51,Male,White only,Married - spouse present,"Native, born in United States",Very good,71,155,21.6,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,50,0,0,135,0,450,0,0,775,0,0,0,0,30,"$150,000 and over",Generation X (39-54),White only,Very good,5.5-6 feet,140-160,Master's or Doctoral Degree,,30,135,500,775,0,0,0
+,2022,2.02207E+13,4555,South,Texas,200000,"House, apartment, flat",1,1,7306485,40,Male,White only,Never married,"Native, born in United States",Poor,73,215,28.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,45,45,0,0,330,10,695,0,0,150,120,0,45,0,0,"$150,000 and over",Generation X (39-54),White only,Poor,6-6.5 feet,200-300,Bachelor's Degree,,0,340,740,270,0,0,90
+,2022,2.02207E+13,4556,West,New Mexico,125000,"House, apartment, flat",1,1,8600173,69,Female,White only,Married - spouse present,"Native, born in United States",Very good,62,130,23.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,20,0,0,278,0,565,0,25,466,0,20,56,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Very good,5-5.5 feet,120-140,Bachelor's Degree,,0,278,585,491,0,0,86
+,2022,2.02207E+13,4557,West,California,200000,"House, apartment, flat",1,1,6327363,39,Female,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Excellent,63,120,21.3,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,30,30,90,0,0,40,0,640,0,0,130,0,0,95,0,385,"$150,000 and over",Generation X (39-54),White only,Excellent,5-5.5 feet,120-140,Master's or Doctoral Degree,,385,40,730,130,0,0,155
+,2022,2.02207E+13,4558,Midwest,South Dakota,27500,"House, apartment, flat",1,1,6749932,22,Male,White only,Married - spouse present,"Native, born in United States",Excellent,72,180,24.4,Some college but no degree,College--three years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,160,0,460,0,0,575,0,0,40,0,120,"$10,000 - $30,000",Millennials (23-38),White only,Excellent,6-6.5 feet,180-200,Some College,,120,160,505,575,0,0,40
+,2022,2.02207E+13,4559,West,Arizona,55000,"House, apartment, flat",1,1,4334488,70,Male,White only,Married - spouse present,"Native, born in United States",Very good,72,190,25.8,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,180,30,0,0,240,0,540,0,0,330,0,0,120,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Very good,6-6.5 feet,180-200,Some College,,0,240,570,330,0,0,300
+,2022,2.02207E+13,4560,South,Florida,27500,"House, apartment, flat",1,1,9088322,54,Male,White only,Widowed,"Native, born in United States",Excellent,67,180,28.2,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,20,50,0,0,50,0,480,0,0,150,0,0,180,0,510,"$10,000 - $30,000",Boomers (55-73),White only,Excellent,5.5-6 feet,180-200,Graduated High School,,510,50,530,150,0,0,200
+,2022,2.02207E+13,4561,West,Washington,37500,"House, apartment, flat",1,1,11318857,55,Female,White only,Divorced,"Native, born in United States",Good,67,200,31.3,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,20,10,0,0,20,0,510,0,0,856,0,0,14,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Some College,,0,20,520,856,0,0,34
+,2022,2.02207E+13,4562,Midwest,Illinois,67500,"House, apartment, flat",1,1,13912230,26,Female,White only,Married - spouse absent,"Native, born in United States",Very good,63,135,23.9,High school graduate - diploma,Twelfth grade,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,40,0,0,35,0,288,0,0,115,0,70,34,0,858,"$50,000 - $75,000",Millennials (23-38),White only,Very good,5-5.5 feet,120-140,Graduated High School,,858,35,328,115,0,0,104
+,2022,2.02207E+13,4563,South,South Carolina,125000,"House, apartment, flat",1,1,11329508,33,Female,White only,Married - spouse present,"Native, born in United States",Very good,61,126,23.8,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,130,0,0,125,0,0,430,0,500,0,30,135,30,0,60,0,0,"$100,000 - $150,000",Millennials (23-38),White only,Very good,5-5.5 feet,120-140,Master's or Doctoral Degree,,0,430,625,195,0,0,190
+,2022,2.02207E+13,4564,South,Texas,125000,"House, apartment, flat",1,1,11238037,56,Female,White only,Married - spouse present,"Native, born in United States",Excellent,67,166,26,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,335,60,45,0,0,175,0,515,0,0,150,0,0,90,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Excellent,5.5-6 feet,160-180,Graduated High School,,0,175,560,150,0,0,485
+,2022,2.02207E+13,4565,Midwest,Illinois,87500,"House, apartment, flat",1,1,17618772,61,Female,White only,Widowed,"Native, born in United States",Good,62,160,29.3,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,125,0,0,90,0,460,0,0,60,0,0,85,0,620,"$75,000 - $100,000",Boomers (55-73),White only,Good,5-5.5 feet,160-180,Graduated High School,,620,90,585,60,0,0,85
+,2022,2.02207E+13,4566,South,Florida,37500,"House, apartment, flat",1,1,17193004,16,Female,White only,Never married,"Native, born in Puerto Rico or U.S. Outlying Area",Good,67,135,21.1,10th grade,Tenth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,45,15,60,0,0,0,870,0,0,80,125,0,245,0,0,"$30,000 - $50,000",Generation Z (7-22),White only,Good,5.5-6 feet,120-140,Some High School,,0,0,885,205,60,0,290
+,2022,2.02207E+13,4567,Midwest,Ohio,125000,"House, apartment, flat",1,1,9671759,44,Female,Black only,Divorced,"Native, born in United States",Fair,64,140,24,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,30,0,410,0,0,0,0,60,35,0,785,"$100,000 - $150,000",Generation X (39-54),Black only,Fair,5-5.5 feet,140-160,Master's or Doctoral Degree,,785,30,440,0,0,0,95
+,2022,2.02207E+13,4568,South,Oklahoma,27500,"House, apartment, flat",1,1,4182240,73,Female,White only,Married - spouse present,"Native, born in United States",Good,60,140,27.3,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,30,180,0,110,0,0,240,0,525,0,0,280,0,75,0,0,0,"$10,000 - $30,000",Silent (74-91),White only,Good,5-5.5 feet,140-160,Some College,,0,240,635,280,0,0,285
+,2022,2.02207E+13,4569,South,Texas,200000,"House, apartment, flat",1,1,11973305,31,Male,White only,Never married,"Native, born in United States",NIU (Not in universe),,9999,999,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,50,75,0,0,135,0,540,0,0,480,45,60,55,0,0,"$150,000 and over",Millennials (23-38),White only,"Other (Refused, Dont know, NIU)",,>300,Bachelor's Degree,,0,135,615,525,0,0,165
+,2022,2.02207E+13,4570,West,California,87500,"House, apartment, flat",1,1,8733160,43,Male,White only,Married - spouse present,"Native, born in United States",Good,69,185,27.3,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,Has difficulty remembering,0,0,0,55,0,0,0,0,660,0,0,725,0,0,0,0,0,"$75,000 - $100,000",Generation X (39-54),White only,Good,5.5-6 feet,180-200,Some College,,0,0,715,725,0,0,0
+,2022,2.02207E+13,4571,West,Oregon,67500,"House, apartment, flat",1,1,3188525,68,Male,White only,Married - spouse present,"Native, born in United States",Good,66,170,27.4,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,110,0,0,450,0,490,0,0,390,0,0,0,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Good,5.5-6 feet,160-180,Some College,,0,450,600,390,0,0,0
+,2022,2.02207E+13,4572,South,Arkansas,17500,"House, apartment, flat",1,1,21439507,53,Female,White only,Divorced,"Native, born in United States",NIU (Not in universe),,9999,999,High school graduate - GED,Eleventh grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,55,0,152,90,0,0,938,0,110,0,0,0,30,0,65,0,0,"$10,000 - $30,000",Generation X (39-54),White only,"Other (Refused, Dont know, NIU)",,>300,Graduated High School,,0,938,200,30,0,0,272
+,2022,2.02207E+13,4573,Midwest,Minnesota,87500,"House, apartment, flat",1,1,25714810,29,Female,White only,Married - spouse present,"Native, born in United States",Very good,63,150,26.6,Some college but no degree,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,80,0,95,45,0,0,295,0,581,0,0,225,40,0,79,0,0,"$75,000 - $100,000",Millennials (23-38),White only,Very good,5-5.5 feet,140-160,Some College,,0,295,626,265,0,0,254
+,2022,2.02207E+13,4574,West,New Mexico,200000,"House, apartment, flat",1,1,4244679,72,Female,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Very good,67,127,19.9,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Not in labor force,NIU (Not in universe),Has vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,420,0,525,0,0,345,40,0,30,20,0,"$150,000 and over",Boomers (55-73),White only,Very good,5.5-6 feet,120-140,Master's or Doctoral Degree,,0,420,585,385,0,20,30
+,2022,2.02207E+13,4575,West,Colorado,200000,"House, apartment, flat",1,1,11594015,52,Female,White only,Never married,"Native, born in United States",Very good,64,150,25.7,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,0,0,75,0,430,0,0,150,60,0,0,60,590,"$150,000 and over",Generation X (39-54),White only,Very good,5-5.5 feet,140-160,Master's or Doctoral Degree,,590,75,505,210,0,60,0
+,2022,2.02207E+13,4576,South,Oklahoma,87500,"House, apartment, flat",1,1,4885575,43,Male,White only,Married - spouse absent,"Native, born in United States",Good,73,250,33,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,150,0,0,225,0,495,0,0,480,0,0,0,0,0,"$75,000 - $100,000",Generation X (39-54),White only,Good,6-6.5 feet,200-300,Bachelor's Degree,,0,225,645,480,0,0,0
+,2022,2.02207E+13,4577,South,North Carolina,125000,"House, apartment, flat",1,1,4507597,36,Female,White only,Married - spouse present,"Native, born in United States",Very good,63,200,35.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,165,0,0,60,0,0,270,0,450,0,0,383,0,0,32,0,0,"$100,000 - $150,000",Millennials (23-38),White only,Very good,5-5.5 feet,200-300,Bachelor's Degree,,0,270,510,383,0,0,197
+,2022,2.02207E+13,4578,South,North Carolina,87500,"House, apartment, flat",1,1,3848438,69,Male,White only,Married - spouse present,"Native, born in United States",Excellent,77,225,26.7,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,0,0,40,0,510,0,0,300,0,0,30,0,395,"$75,000 - $100,000",Boomers (55-73),White only,Excellent,6-6.5 feet,200-300,Master's or Doctoral Degree,,395,40,585,300,0,0,30
+,2022,2.02207E+13,4579,Midwest,Michigan,37500,"House, apartment, flat",1,1,4646971,80,Female,White only,Divorced,"Native, born in United States",Very good,61,120,22.7,Some college but no degree,College--three years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,70,0,0,170,0,483,0,0,578,30,65,14,0,0,"$30,000 - $50,000",Silent (74-91),White only,Very good,5-5.5 feet,120-140,Some College,,0,170,553,608,0,0,79
+,2022,2.02207E+13,4580,West,Colorado,67500,"House, apartment, flat",1,1,20670356,34,Male,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Good,69,280,41.3,High school graduate - GED,Twelfth grade,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,60,0,735,0,0,345,180,0,0,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Good,5.5-6 feet,200-300,Graduated High School,,0,60,855,525,0,0,0
+,2022,2.02207E+13,4581,West,California,27500,"House, apartment, flat",1,1,6731229,69,Male,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Good,67,175,27.4,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,85,0,0,75,0,540,0,0,650,0,0,30,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Good,5.5-6 feet,160-180,Graduated High School,,0,75,625,650,0,0,90
+,2022,2.02207E+13,4582,Northeast,Pennsylvania,67500,"House, apartment, flat",1,1,22260403,71,Female,White only,Married - spouse present,"Native, born in United States",Fair,70,245,35.2,10th grade,Tenth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,25,0,0,20,0,461,10,0,559,0,0,50,0,315,"$50,000 - $75,000",Boomers (55-73),White only,Fair,5.5-6 feet,200-300,Some High School,,315,20,496,559,0,0,50
+,2022,2.02207E+13,4583,West,Arizona,32500,"House, apartment, flat",1,1,16380180,42,Female,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Good,64,140,24,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,25,0,140,80,0,0,545,0,460,10,0,120,0,0,60,0,0,"$30,000 - $50,000",Generation X (39-54),White only,Good,5-5.5 feet,140-160,Bachelor's Degree,,0,545,550,120,0,0,225
+,2022,2.02207E+13,4584,Northeast,New Jersey,125000,"House, apartment, flat",1,1,9565224,40,Male,White only,Married - spouse present,"Native, born in United States",Excellent,,9996,998,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,150,0,0,0,0,495,0,0,391,90,0,79,0,40,"$100,000 - $150,000",Generation X (39-54),White only,Excellent,,>300,Master's or Doctoral Degree,,40,0,645,481,0,0,109
+,2022,2.02207E+13,4585,West,California,45000,"House, apartment, flat",1,1,5470760,36,Female,White-American Indian,Never married,"Native, born in United States",Good,70,260,37.3,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,120,210,0,10,0,0,345,0,515,0,0,130,0,0,110,0,0,"$30,000 - $50,000",Millennials (23-38),Mixed,Good,5.5-6 feet,200-300,Some College,,0,345,525,130,0,0,440
+,2022,2.02207E+13,4586,South,Texas,37500,"House, apartment, flat",1,1,10078804,39,Female,Asian only,Married - spouse present,"Foreign born, not a U.S. citizen",Good,66,125,20.2,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,90,10,0,0,90,0,510,0,0,95,0,0,45,0,600,"$30,000 - $50,000",Generation X (39-54),Asian only,Good,5.5-6 feet,120-140,Graduated High School,,600,90,520,95,0,0,135
+,2022,2.02207E+13,4587,South,Louisiana,32500,"House, apartment, flat",1,1,6751843,60,Female,Black only,Divorced,"Native, born in United States",Fair,66,140,22.6,High school graduate - GED,Tenth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,15,0,0,0,0,600,0,0,465,0,0,30,0,330,"$30,000 - $50,000",Boomers (55-73),Black only,Fair,5.5-6 feet,140-160,Graduated High School,,330,0,615,465,0,0,30
+,2022,2.02207E+13,4588,West,Oregon,125000,"House, apartment, flat",1,1,5026510,49,Female,White only,Married - spouse present,"Native, born in United States",Good,66,255,41.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,70,0,545,0,0,160,0,0,75,0,470,"$100,000 - $150,000",Generation X (39-54),White only,Good,5.5-6 feet,200-300,Bachelor's Degree,,470,70,665,160,0,0,75
+,2022,2.02207E+13,4589,South,Florida,200000,"House, apartment, flat",1,1,14318577,42,Female,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Excellent,62,135,24.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,90,0,0,60,0,0,90,0,540,0,0,0,0,0,0,0,660,"$150,000 and over",Generation X (39-54),White only,Excellent,5-5.5 feet,120-140,Bachelor's Degree,,660,90,600,0,0,0,90
+,2022,2.02207E+13,4590,Midwest,Illinois,67500,"House, apartment, flat",1,1,16389650,74,Female,White only,Married - spouse present,"Native, born in United States",Very good,63,134,23.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,20,60,0,0,200,0,660,0,0,460,0,0,40,0,0,"$50,000 - $75,000",Silent (74-91),White only,Very good,5-5.5 feet,120-140,Bachelor's Degree,,0,200,720,460,0,0,60
+,2022,2.02207E+13,4591,South,Texas,13750,"House, apartment, flat",1,1,8779812,65,Male,White only,Divorced,"Native, born in United States",Good,67,9997,998,High school graduate - GED,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,Has difficulty remembering,0,0,0,20,0,0,0,0,610,390,0,300,0,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Good,5.5-6 feet,>300,Graduated High School,,0,0,1020,300,0,0,0
+,2022,2.02207E+13,4592,West,California,67500,"House, apartment, flat",1,1,3989017,66,Female,White only,Widowed,"Native, born in United States",Very good,62,155,28.3,Associate degree - academic program,College--four years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,45,0,0,375,0,360,0,0,620,0,0,30,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Very good,5-5.5 feet,140-160,Associate Degree,,0,375,405,620,0,0,40
+,2022,2.02207E+13,4593,Midwest,Indiana,125000,"House, apartment, flat",1,1,4140118,39,Female,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Good,58,112,23.4,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,180,0,0,150,0,665,0,0,210,60,0,55,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Good,0-5 feet,100-120,Master's or Doctoral Degree,,0,150,845,270,0,0,55
+,2022,2.02207E+13,4594,South,North Carolina,87500,"House, apartment, flat",1,1,4761464,48,Female,Black only,Never married,"Native, born in United States",Good,71,230,32.1,High school graduate - GED,Eleventh grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,No physical difficulty,Has difficulty remembering,0,0,0,210,0,0,60,0,635,0,0,505,0,0,0,0,0,"$75,000 - $100,000",Generation X (39-54),Black only,Good,5.5-6 feet,200-300,Graduated High School,,0,60,845,505,0,0,0
+,2022,2.02207E+13,4595,South,Florida,87500,"House, apartment, flat",1,1,8891058,31,Female,"American Indian, Alaskan Native",Married - spouse present,"Native, born in United States",Good,65,185,30.8,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,55,0,0,30,0,0,100,0,510,0,0,40,0,0,130,0,515,"$75,000 - $100,000",Millennials (23-38),"American Indian, Alaskan Native",Good,5-5.5 feet,180-200,Some College,,515,100,540,40,0,0,185
+,2022,2.02207E+13,4596,South,Virginia,200000,"House, apartment, flat",1,1,7261730,38,Female,White-Asian,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Good,60,170,33.2,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,65,0,0,50,0,0,30,0,525,0,0,290,0,0,0,0,480,"$150,000 and over",Generation X (39-54),Mixed,Good,5-5.5 feet,160-180,Master's or Doctoral Degree,,480,30,575,290,0,0,65
+,2022,2.02207E+13,4597,South,Tennessee,27500,"House, apartment, flat",1,1,2684544,76,Male,White only,Widowed,"Native, born in United States",Good,75,206,25.7,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,4,0,75,0,0,170,0,514,0,248,275,0,0,84,0,0,"$10,000 - $30,000",Silent (74-91),White only,Good,6-6.5 feet,200-300,Some College,,0,170,589,523,0,0,88
+,2022,2.02207E+13,4598,South,Texas,55000,"House, apartment, flat",1,1,8850366,62,Female,Black only,Married - spouse present,"Native, born in United States",NIU (Not in universe),,9999,999,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,20,0,0,60,0,660,0,0,700,0,0,0,0,0,"$50,000 - $75,000",Boomers (55-73),Black only,"Other (Refused, Dont know, NIU)",,>300,Some College,,0,60,680,700,0,0,0
+,2022,2.02207E+13,4599,West,Oregon,11250,"House, apartment, flat",1,1,7308202,85,Female,White only,Never married,"Native, born in United States",Good,65,195,32.4,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,45,0,0,130,0,575,0,210,270,0,210,0,0,0,"$10,000 - $30,000",Silent (74-91),White only,Good,5-5.5 feet,180-200,Master's or Doctoral Degree,,0,130,620,480,0,0,210
+,2022,2.02207E+13,4600,West,California,67500,"House, apartment, flat",1,1,29123629,42,Male,White only,Divorced,"Foreign born, not a U.S. citizen",Very good,64,190,32.6,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,5,24,0,0,20,0,683,0,0,92,0,0,71,0,545,"$50,000 - $75,000",Generation X (39-54),White only,Very good,5-5.5 feet,180-200,Some College,,545,20,707,92,0,0,76
+,2022,2.02207E+13,4601,West,Colorado,125000,"House, apartment, flat",1,1,3538287,47,Male,Asian only,Married - spouse present,"Foreign born, not a U.S. citizen",Good,71,150,20.9,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,240,0,0,150,0,0,60,0,690,0,0,60,0,0,0,0,240,"$100,000 - $150,000",Generation X (39-54),Asian only,Good,5.5-6 feet,140-160,Master's or Doctoral Degree,,240,60,840,60,0,0,240
+,2022,2.02207E+13,4602,Midwest,Illinois,200000,"House, apartment, flat",1,1,22878905,54,Female,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Good,64,9996,998,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,50,0,0,440,0,570,0,0,380,0,0,0,0,0,"$150,000 and over",Boomers (55-73),White only,Good,5-5.5 feet,>300,Graduated High School,,0,440,620,380,0,0,0
+,2022,2.02207E+13,4603,Northeast,Massachusetts,45000,"House, apartment, flat",1,1,2785471,76,Male,White only,Widowed,"Native, born in United States",Excellent,67,167,26.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,145,0,0,325,0,705,5,0,155,60,0,45,0,0,"$30,000 - $50,000",Silent (74-91),White only,Excellent,5.5-6 feet,160-180,Bachelor's Degree,,0,325,855,215,0,0,45
+,2022,2.02207E+13,4604,South,Louisiana,55000,"House, apartment, flat",1,1,8961069,59,Male,White only,Divorced,"Native, born in United States",Excellent,68,190,28.9,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,15,30,0,0,45,0,565,50,0,30,0,0,110,0,595,"$50,000 - $75,000",Boomers (55-73),White only,Excellent,5.5-6 feet,180-200,Associate Degree,,595,45,645,30,0,0,125
+,2022,2.02207E+13,4605,South,North Carolina,200000,"House, apartment, flat",1,1,10830109,71,Male,White only,Married - spouse present,"Native, born in United States",Very good,72,198,26.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,140,0,0,355,0,640,0,0,305,0,0,0,0,0,"$150,000 and over",Boomers (55-73),White only,Very good,6-6.5 feet,180-200,Bachelor's Degree,,0,355,780,305,0,0,0
+,2022,2.02207E+13,4606,Northeast,New Jersey,200000,"House, apartment, flat",1,1,18542034,64,Female,White only,Married - spouse present,"Native, born in United States",Good,60,170,33.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,35,60,0,0,395,0,525,120,0,95,0,0,210,0,0,"$150,000 and over",Boomers (55-73),White only,Good,5-5.5 feet,160-180,Bachelor's Degree,,0,395,705,95,0,0,245
+,2022,2.02207E+13,4607,Northeast,Rhode Island,55000,"House, apartment, flat",1,1,4200727,57,Male,White only,Separated,"Native, born in United States",Good,67,185,29,Associate degree - academic program,College--three years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,45,60,0,0,630,0,390,0,0,265,0,0,50,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Good,5.5-6 feet,180-200,Associate Degree,,0,630,450,265,0,0,95
+,2022,2.02207E+13,4608,South,Maryland,125000,"House, apartment, flat",1,1,8223535,72,Female,Black only,Widowed,"Native, born in United States",Very good,62,153,28,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,80,0,0,120,0,330,0,390,310,0,90,0,120,0,"$100,000 - $150,000",Boomers (55-73),Black only,Very good,5-5.5 feet,140-160,Bachelor's Degree,,0,120,410,700,0,120,90
+,2022,2.02207E+13,4609,South,Louisiana,125000,"House, apartment, flat",1,1,11549480,38,Female,White only,Married - spouse present,"Native, born in United States",Excellent,64,140,24,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,140,0,3,35,0,0,105,0,735,15,0,342,0,0,65,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Excellent,5-5.5 feet,140-160,Bachelor's Degree,,0,105,785,342,0,0,208
+,2022,2.02207E+13,4610,Midwest,Illinois,200000,"House, apartment, flat",1,1,11563255,62,Male,White only,Married - spouse present,"Native, born abroad of American parent or parents",Good,69,186,27.5,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,130,0,0,162,0,525,0,0,133,0,0,0,0,490,"$150,000 and over",Boomers (55-73),White only,Good,5.5-6 feet,180-200,Master's or Doctoral Degree,,490,162,655,133,0,0,0
+,2022,2.02207E+13,4611,West,California,17500,"House, apartment, flat",1,1,4216539,73,Female,White only,Widowed,"Native, born in United States",Very good,63,170,30.1,Some college but no degree,College--three years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,0,0,690,0,0,585,0,0,15,0,0,"$10,000 - $30,000",Silent (74-91),White only,Very good,5-5.5 feet,160-180,Some College,,0,0,720,585,0,0,15
+,2022,2.02207E+13,4612,West,Alaska,45000,"House, apartment, flat",1,1,4820991,67,Female,White only,Married - spouse present,"Native, born in United States",Good,64,208,35.7,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,150,0,0,360,0,660,0,0,270,0,0,0,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Good,5-5.5 feet,200-300,Graduated High School,,0,360,810,270,0,0,0
+,2022,2.02207E+13,4613,West,California,87500,"House, apartment, flat",1,1,21844349,17,Male,White only,Never married,"Native, born in United States",Excellent,72,190,25.8,11th grade,Eleventh grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,37,0,0,5,0,815,0,0,288,30,0,40,0,225,"$75,000 - $100,000",Generation Z (7-22),White only,Excellent,6-6.5 feet,180-200,Some High School,,225,5,852,318,0,0,40
+,2022,2.02207E+13,4614,South,Florida,55000,"House, apartment, flat",1,1,12953333,30,Female,White only,Never married,"Native, born in United States",Very good,67,125,19.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,105,0,0,225,0,375,0,0,150,0,0,90,0,495,"$50,000 - $75,000",Millennials (23-38),White only,Very good,5.5-6 feet,120-140,Bachelor's Degree,,495,225,480,150,0,0,90
+,2022,2.02207E+13,4615,South,North Carolina,87500,"House, apartment, flat",1,1,30487067,41,Female,Black only,Married - spouse present,"Native, born in United States",Fair,66,269,43.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,20,210,0,0,0,0,460,0,0,615,45,0,90,0,0,"$75,000 - $100,000",Generation X (39-54),Black only,Fair,5.5-6 feet,200-300,Bachelor's Degree,,0,0,670,660,0,0,110
+,2022,2.02207E+13,4616,South,Florida,200000,"House, apartment, flat",1,1,19327605,51,Female,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Very good,65,134,22.3,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,270,0,0,270,0,420,0,0,420,0,0,60,0,0,"$150,000 and over",Generation X (39-54),White only,Very good,5-5.5 feet,120-140,Graduated High School,,0,270,690,420,0,0,60
+,2022,2.02207E+13,4617,West,Washington,200000,"House, apartment, flat",1,1,11105889,44,Male,White only,Married - spouse present,"Native, born in United States",Very good,71,230,32.1,High school graduate - diploma,Twelfth grade,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,5,0,105,0,0,0,0,665,0,0,510,0,0,155,0,0,"$150,000 and over",Generation X (39-54),White only,Very good,5.5-6 feet,200-300,Graduated High School,,0,0,770,510,0,0,160
+,2022,2.02207E+13,4618,Midwest,Iowa,45000,"House, apartment, flat",1,1,8086190,59,Female,White only,Widowed,"Native, born in United States",Good,65,185,30.8,Some college but no degree,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,90,0,0,30,0,475,0,0,0,0,0,115,0,720,"$30,000 - $50,000",Boomers (55-73),White only,Good,5-5.5 feet,180-200,Some College,,720,30,565,0,0,0,125
+,2022,2.02207E+13,4619,Midwest,Minnesota,200000,"House, apartment, flat",1,1,10960671,37,Male,White only,Never married,"Native, born in United States",Very good,70,180,25.8,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,0,0,520,0,0,110,60,0,0,0,540,"$150,000 and over",Millennials (23-38),White only,Very good,5.5-6 feet,180-200,Master's or Doctoral Degree,,540,0,610,170,0,0,0
+,2022,2.02207E+13,4620,South,Florida,67500,"House, apartment, flat",1,1,5667268,31,Female,White only,Married - spouse present,"Native, born in United States",Very good,67,188,29.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,10,0,5,30,0,0,30,0,560,0,0,0,0,0,85,0,720,"$50,000 - $75,000",Millennials (23-38),White only,Very good,5.5-6 feet,180-200,Bachelor's Degree,,720,30,590,0,0,0,100
+,2022,2.02207E+13,4621,Northeast,New York,200000,"House, apartment, flat",1,1,2338399,59,Male,White only,Divorced,"Foreign born, not a U.S. citizen",Very good,73,195,25.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,5,0,45,100,0,0,210,10,590,0,0,270,0,0,60,0,150,"$150,000 and over",Boomers (55-73),White only,Very good,6-6.5 feet,180-200,Bachelor's Degree,,150,220,690,270,0,0,110
+,2022,2.02207E+13,4622,Northeast,New York,200000,"House, apartment, flat",1,1,26279036,55,Female,White only,Married - spouse present,"Native, born in United States",Very good,62,140,25.6,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,5,0,65,0,0,50,0,590,0,0,100,65,0,90,0,475,"$150,000 and over",Boomers (55-73),White only,Very good,5-5.5 feet,140-160,Master's or Doctoral Degree,,475,50,655,165,0,0,95
+,2022,2.02207E+13,4623,West,California,6250,"House, apartment, flat",1,1,10796701,31,Female,Black only,Never married,"Native, born in United States",Fair,67,190,29.8,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,160,0,8,10,340,0,50,0,492,0,0,10,0,0,370,0,0,"Less than $10,000",Millennials (23-38),Black only,Fair,5.5-6 feet,180-200,Graduated High School,,0,50,502,10,340,0,538
+,2022,2.02207E+13,4624,West,Idaho,125000,Mobile home or trailer with no permanent room added,1,1,9437482,60,Male,White only,Divorced,"Foreign born, U.S. citizen by naturalization",Fair,65,200,33.3,"1st, 2nd, 3rd, or 4th grade",First through fourth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,65,0,0,80,0,480,0,0,75,0,0,40,0,700,"$100,000 - $150,000",Boomers (55-73),White only,Fair,5-5.5 feet,200-300,Middle School or Less,,700,80,545,75,0,0,40
+,2022,2.02207E+13,4625,Midwest,Illinois,67500,"House, apartment, flat",1,1,3362437,66,Male,White only,Divorced,"Native, born in United States",Very good,68,150,22.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,35,0,0,100,0,655,0,0,360,240,0,50,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Very good,5.5-6 feet,140-160,Bachelor's Degree,,0,100,690,600,0,0,50
+,2022,2.02207E+13,4626,South,Virginia,55000,"House, apartment, flat",1,1,14416533,60,Female,Black only,Married - spouse present,"Native, born in United States",Good,68,185,28.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,100,0,0,38,0,505,0,0,222,30,0,70,0,475,"$50,000 - $75,000",Boomers (55-73),Black only,Good,5.5-6 feet,180-200,Bachelor's Degree,,475,38,605,252,0,0,70
+,2022,2.02207E+13,4627,South,Georgia,67500,"House, apartment, flat",1,1,10665806,80,Female,White only,Divorced,"Native, born in United States",Good,65,312,51.9,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,15,0,0,0,0,450,0,0,885,0,90,0,0,0,"$50,000 - $75,000",Silent (74-91),White only,Good,5-5.5 feet,>300,Master's or Doctoral Degree,,0,0,465,885,0,0,90
+,2022,2.02207E+13,4628,Midwest,Illinois,200000,"House, apartment, flat",1,1,11509570,32,Male,White only,Married - spouse present,"Native, born in United States",Excellent,72,210,28.5,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,60,0,0,30,0,0,0,0,525,0,0,50,0,0,20,0,755,"$150,000 and over",Millennials (23-38),White only,Excellent,6-6.5 feet,200-300,Master's or Doctoral Degree,,755,0,555,50,0,0,80
+,2022,2.02207E+13,4629,West,Washington,200000,"House, apartment, flat",1,1,18472533,48,Female,Asian only,Married - spouse present,"Native, born in United States",Fair,62,160,29.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,120,0,495,0,0,465,0,0,120,0,180,"$150,000 and over",Generation X (39-54),Asian only,Fair,5-5.5 feet,160-180,Bachelor's Degree,,180,120,555,465,0,0,120
+,2022,2.02207E+13,4630,Midwest,Ohio,37500,"House, apartment, flat",1,1,12998525,40,Female,Black only,Never married,"Native, born in United States",Good,65,218,36.3,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,20,0,0,15,0,0,35,0,635,0,0,145,0,30,35,0,435,"$30,000 - $50,000",Generation X (39-54),Black only,Good,5-5.5 feet,200-300,Graduated High School,,435,35,650,145,0,0,85
+,2022,2.02207E+13,4631,Northeast,Pennsylvania,125000,"House, apartment, flat",1,1,6894034,65,Female,White only,Married - spouse present,"Native, born in United States",Fair,64,160,27.5,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,0,0,115,0,450,0,0,290,270,0,240,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Fair,5-5.5 feet,160-180,Graduated High School,,0,115,525,560,0,0,240
+,2022,2.02207E+13,4632,Northeast,New York,125000,"House, apartment, flat",1,1,11021452,45,Male,White only,Married - spouse present,"Native, born in United States",Good,73,200,26.4,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,50,0,0,120,0,640,0,0,90,0,0,60,0,480,"$100,000 - $150,000",Generation X (39-54),White only,Good,6-6.5 feet,200-300,Graduated High School,,480,120,690,90,0,0,60
+,2022,2.02207E+13,4633,South,Georgia,27500,Mobile home or trailer with 1 or more rooms added,1,1,11084731,37,Female,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Very good,62,154,28.2,11th grade,Eleventh grade,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,120,0,1030,0,100,120,0,0,40,0,0,"$10,000 - $30,000",Millennials (23-38),White only,Very good,5-5.5 feet,140-160,Some High School,,0,120,1060,220,0,0,40
+,2022,2.02207E+13,4634,South,Oklahoma,27500,"House, apartment, flat",1,1,4779415,68,Male,White only,Widowed,"Native, born in United States",Very good,72,320,43.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,5,0,0,0,0,0,465,0,0,75,0,0,6,0,889,"$10,000 - $30,000",Boomers (55-73),White only,Very good,6-6.5 feet,>300,Bachelor's Degree,,889,0,465,75,0,0,11
+,2022,2.02207E+13,4635,South,Florida,87500,"House, apartment, flat",1,1,5541526,36,Male,Black only,Never married,"Native, born in United States",Good,66,196,31.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,10,40,210,0,0,25,0,357,0,0,495,0,0,303,0,0,"$75,000 - $100,000",Millennials (23-38),Black only,Good,5.5-6 feet,180-200,Bachelor's Degree,,0,25,567,495,0,0,353
+,2022,2.02207E+13,4636,South,Oklahoma,125000,"House, apartment, flat",1,1,5393627,38,Male,"American Indian, Alaskan Native",Married - spouse present,"Native, born in United States",Excellent,72,165,22.4,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,120,135,0,0,0,0,735,90,0,280,0,0,80,0,0,"$100,000 - $150,000",Generation X (39-54),"American Indian, Alaskan Native",Excellent,6-6.5 feet,160-180,Master's or Doctoral Degree,,0,0,960,280,0,0,200
+,2022,2.02207E+13,4637,West,California,200000,"House, apartment, flat",1,1,3131147,55,Male,Black only,Never married,"Native, born in United States",Fair,67,170,26.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,0,0,720,0,0,540,0,0,90,0,0,"$150,000 and over",Boomers (55-73),Black only,Fair,5.5-6 feet,160-180,Bachelor's Degree,,0,0,810,540,0,0,90
+,2022,2.02207E+13,4638,South,Kentucky,67500,"House, apartment, flat",1,1,9344836,18,Female,White only,Never married,"Native, born in United States",Excellent,66,150,24.2,11th grade,Eleventh grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,35,60,0,0,0,0,570,0,0,735,0,0,40,0,0,"$50,000 - $75,000",Generation Z (7-22),White only,Excellent,5.5-6 feet,140-160,Some High School,,0,0,630,735,0,0,75
+,2022,2.02207E+13,4639,West,Utah,200000,"House, apartment, flat",1,1,7760350,69,Female,White only,Married - spouse present,"Native, born in United States",Very good,62,170,31.1,Some college but no degree,College--three years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,80,0,0,285,0,870,0,0,205,0,0,0,0,0,"$150,000 and over",Boomers (55-73),White only,Very good,5-5.5 feet,160-180,Some College,,0,285,950,205,0,0,0
+,2022,2.02207E+13,4640,Midwest,Michigan,67500,"House, apartment, flat",1,1,16829036,85,Male,White only,Married - spouse present,"Native, born in United States",Excellent,70,179,25.7,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Not in labor force,NIU (Not in universe),Has vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,80,0,0,0,0,780,0,0,445,135,0,0,0,0,"$50,000 - $75,000",Silent (74-91),White only,Excellent,5.5-6 feet,160-180,Master's or Doctoral Degree,,0,0,860,580,0,0,0
+,2022,2.02207E+13,4641,South,Mississippi,200000,"House, apartment, flat",1,1,6900469,47,Male,White only,Married - spouse present,"Native, born in United States",Very good,76,270,32.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,1,1,95,0,0,40,0,829,0,196,114,0,0,89,75,0,"$150,000 and over",Generation X (39-54),White only,Very good,6-6.5 feet,200-300,Bachelor's Degree,,0,40,924,310,0,75,91
+,2022,2.02207E+13,4642,West,Nevada,87500,"House, apartment, flat",1,1,18622886,43,Male,White only,Never married,"Native, born in United States",Good,74,235,30.2,11th grade,Eleventh grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,83,0,20,0,0,0,0,525,0,0,463,90,0,104,0,155,"$75,000 - $100,000",Generation X (39-54),White only,Good,6-6.5 feet,200-300,Some High School,,155,0,545,553,0,0,187
+,2022,2.02207E+13,4643,Midwest,Indiana,32500,"House, apartment, flat",1,1,9293995,64,Male,Black only,Divorced,"Native, born in United States",Good,68,160,24.3,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,60,0,120,0,0,60,0,570,0,0,330,0,0,240,0,60,"$30,000 - $50,000",Boomers (55-73),Black only,Good,5.5-6 feet,160-180,Graduated High School,,60,60,690,330,0,0,300
+,2022,2.02207E+13,4644,South,Kentucky,200000,"House, apartment, flat",1,1,5026076,51,Male,White only,Divorced,"Native, born in United States",Very good,71,190,26.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,82,20,0,0,395,90,420,5,0,321,0,0,107,0,0,"$150,000 and over",Generation X (39-54),White only,Very good,5.5-6 feet,180-200,Bachelor's Degree,,0,485,445,321,0,0,189
+,2022,2.02207E+13,4645,South,Maryland,200000,"House, apartment, flat",1,1,7972681,40,Male,White only,Married - spouse present,"Native, born in United States",Very good,72,165,22.4,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,95,0,80,95,0,0,180,0,455,0,0,220,95,0,220,0,0,"$150,000 and over",Generation X (39-54),White only,Very good,6-6.5 feet,160-180,Master's or Doctoral Degree,,0,180,550,315,0,0,395
+,2022,2.02207E+13,4646,Northeast,New York,37500,"House, apartment, flat",1,1,9105160,66,Female,White only,Widowed,"Foreign born, U.S. citizen by naturalization",Very good,62,131,24,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,177,0,62,0,0,195,0,570,0,0,371,0,40,25,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Very good,5-5.5 feet,120-140,Bachelor's Degree,,0,195,632,371,0,0,242
+,2022,2.02207E+13,4647,Midwest,Illinois,11250,"House, apartment, flat",1,1,2677898,78,Female,Black only,Divorced,"Native, born in United States",Good,62,155,28.3,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,12,15,15,0,0,70,0,460,0,235,380,0,155,98,0,0,"$10,000 - $30,000",Silent (74-91),Black only,Good,5-5.5 feet,140-160,Some College,,0,70,475,615,0,0,280
+,2022,2.02207E+13,4648,South,Arkansas,125000,"House, apartment, flat",1,1,4842428,62,Male,White only,Married - spouse present,"Native, born in United States",Very good,69,220,32.5,Associate degree - occupational vocational,College--three years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,65,0,0,0,0,555,0,0,270,0,0,275,0,240,"$100,000 - $150,000",Boomers (55-73),White only,Very good,5.5-6 feet,200-300,Associate Degree,,240,0,620,270,0,0,275
+,2022,2.02207E+13,4649,Northeast,Pennsylvania,13750,"House, apartment, flat",1,1,4560183,80,Female,White only,Widowed,"Native, born in United States",Poor,63,172,30.5,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,165,0,0,0,0,585,0,315,200,0,0,175,0,0,"$10,000 - $30,000",Silent (74-91),White only,Poor,5-5.5 feet,160-180,Graduated High School,,0,0,750,515,0,0,175
+,2022,2.02207E+13,4650,South,Texas,45000,"House, apartment, flat",1,1,16811065,32,Male,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Fair,65,125,20.8,High school graduate - GED,Ninth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,180,120,0,0,360,0,540,0,0,180,0,0,60,0,0,"$30,000 - $50,000",Millennials (23-38),White only,Fair,5-5.5 feet,120-140,Graduated High School,,0,360,660,180,0,0,240
+,2022,2.02207E+13,4651,South,Texas,125000,"House, apartment, flat",1,1,14792284,33,Male,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Very good,65,143,23.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,205,0,0,55,0,0,45,0,530,0,0,0,0,0,165,0,440,"$100,000 - $150,000",Millennials (23-38),White only,Very good,5-5.5 feet,140-160,Bachelor's Degree,,440,45,585,0,0,0,370
+,2022,2.02207E+13,4652,Midwest,Indiana,125000,"House, apartment, flat",1,1,4185067,35,Female,White-Black,Married - spouse present,"Native, born in United States",Very good,61,9994,998,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,170,0,60,35,0,0,350,0,535,0,0,270,0,0,20,0,0,"$100,000 - $150,000",Millennials (23-38),Mixed,Very good,5-5.5 feet,>300,Bachelor's Degree,,0,350,570,270,0,0,250
+,2022,2.02207E+13,4653,West,Arizona,22500,"House, apartment, flat",1,1,3720120,85,Male,White only,Widowed,"Native, born in United States",Good,71,196,27.3,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,80,0,0,68,0,630,0,0,652,0,0,10,0,0,"$10,000 - $30,000",Silent (74-91),White only,Good,5.5-6 feet,180-200,Some College,,0,68,710,652,0,0,10
+,2022,2.02207E+13,4654,Northeast,Pennsylvania,27500,"House, apartment, flat",1,1,13673926,36,Female,White only,Never married,"Native, born in United States",Very good,65,127,21.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,36,0,15,144,0,0,30,0,520,0,0,124,0,0,26,0,545,"$10,000 - $30,000",Millennials (23-38),White only,Very good,5-5.5 feet,120-140,Bachelor's Degree,,545,30,664,124,0,0,77
+,2022,2.02207E+13,4655,Midwest,Ohio,55000,"House, apartment, flat",1,1,88733285,23,Male,White only,Never married,"Native, born in United States",Good,73,205,27,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,15,0,0,15,0,405,0,0,384,0,0,56,0,555,"$50,000 - $75,000",Millennials (23-38),White only,Good,6-6.5 feet,200-300,Graduated High School,,555,15,420,384,0,0,66
+,2022,2.02207E+13,4656,West,Colorado,87500,"House, apartment, flat",1,1,21422839,46,Female,Black only,Married - spouse present,"Native, born in United States",Very good,65,150,25,Associate degree - occupational vocational,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,79,0,495,0,120,118,0,0,50,0,518,"$75,000 - $100,000",Generation X (39-54),Black only,Very good,5-5.5 feet,140-160,Associate Degree,,518,79,555,238,0,0,50
+,2022,2.02207E+13,4657,Northeast,Massachusetts,87500,"House, apartment, flat",1,1,3479245,74,Male,White only,Married - spouse present,"Native, born in United States",Excellent,72,180,24.4,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,50,0,0,15,0,595,0,0,780,0,0,0,0,0,"$75,000 - $100,000",Silent (74-91),White only,Excellent,6-6.5 feet,180-200,Master's or Doctoral Degree,,0,15,645,780,0,0,0
+,2022,2.02207E+13,4658,Northeast,Massachusetts,200000,"House, apartment, flat",1,1,8883922,71,Female,White only,Divorced,"Native, born in United States",Very good,66,130,21,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,20,105,0,0,145,0,485,0,0,75,0,15,105,0,490,"$150,000 and over",Boomers (55-73),White only,Very good,5.5-6 feet,120-140,Master's or Doctoral Degree,,490,145,590,75,0,0,140
+,2022,2.02207E+13,4659,South,North Carolina,125000,"House, apartment, flat",1,1,10874087,30,Male,White only,Married - spouse present,"Native, born in United States",Good,71,185,25.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,5,0,0,90,0,0,0,0,540,0,30,110,60,0,100,0,505,"$100,000 - $150,000",Millennials (23-38),White only,Good,5.5-6 feet,180-200,Bachelor's Degree,,505,0,630,200,0,0,105
+,2022,2.02207E+13,4660,West,California,200000,"House, apartment, flat",1,1,25103370,65,Female,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Poor,60,144,28.1,Less than 1st grade,Less than first grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,30,0,0,150,0,545,0,330,325,30,0,30,0,0,"$150,000 and over",Boomers (55-73),White only,Poor,5-5.5 feet,140-160,Middle School or Less,,0,150,575,685,0,0,30
+,2022,2.02207E+13,4661,West,Arizona,37500,"House, apartment, flat",1,1,4410983,70,Male,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Excellent,69,180,26.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,90,0,0,60,0,705,0,0,260,165,0,100,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Excellent,5.5-6 feet,180-200,Bachelor's Degree,,0,60,795,425,0,0,160
+,2022,2.02207E+13,4662,South,Florida,200000,"House, apartment, flat",1,1,27671064,32,Male,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Good,65,240,39.9,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,0,0,570,0,0,0,0,0,0,0,840,"$150,000 and over",Millennials (23-38),White only,Good,5-5.5 feet,200-300,Graduated High School,,840,0,600,0,0,0,0
+,2022,2.02207E+13,4663,Midwest,Wisconsin,200000,"House, apartment, flat",1,1,11936907,76,Female,White only,Married - spouse present,"Native, born in United States",Very good,67,198,31,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,396,0,30,0,0,195,0,480,0,0,300,0,0,39,0,0,"$150,000 and over",Silent (74-91),White only,Very good,5.5-6 feet,180-200,Bachelor's Degree,,0,195,510,300,0,0,435
+,2022,2.02207E+13,4664,South,Virginia,200000,"House, apartment, flat",1,1,13425383,36,Female,White only,Married - spouse present,"Native, born in United States",Excellent,66,128,20.7,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,65,0,0,10,0,0,0,0,510,0,0,20,0,0,35,0,800,"$150,000 and over",Millennials (23-38),White only,Excellent,5.5-6 feet,120-140,Master's or Doctoral Degree,,800,0,520,20,0,0,100
+,2022,2.02207E+13,4665,Northeast,Pennsylvania,125000,"House, apartment, flat",1,1,11278733,28,Male,White only,Never married,"Native, born in United States",Fair,67,220,34.5,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,1,60,0,0,0,0,0,523,60,0,290,120,0,236,60,0,"$100,000 - $150,000",Millennials (23-38),White only,Fair,5.5-6 feet,200-300,Master's or Doctoral Degree,,0,0,583,410,0,60,297
+,2022,2.02207E+13,4666,Midwest,Wisconsin,37500,"House, apartment, flat",1,1,4917528,72,Female,White only,Divorced,"Native, born in United States",Very good,67,130,20.4,12th grade - no diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,15,0,60,0,0,85,0,645,0,0,80,0,0,30,0,525,"$30,000 - $50,000",Boomers (55-73),White only,Very good,5.5-6 feet,120-140,Some High School,,525,85,705,80,0,0,45
+,2022,2.02207E+13,4667,South,Florida,87500,"House, apartment, flat",1,1,33601001,16,Male,White only,Never married,"Native, born in United States",Excellent,72,162,22,10th grade,Tenth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,15,60,0,0,125,0,660,0,0,490,0,0,90,0,0,"$75,000 - $100,000",Generation Z (7-22),White only,Excellent,6-6.5 feet,160-180,Some High School,,0,125,720,490,0,0,105
+,2022,2.02207E+13,4668,Midwest,Illinois,17500,"House, apartment, flat",1,1,5479727,63,Male,White only,Divorced,"Native, born in United States",Fair,72,210,28.5,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,15,0,0,200,0,520,0,0,613,60,32,0,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Fair,6-6.5 feet,200-300,Some College,,0,200,535,673,0,0,32
+,2022,2.02207E+13,4669,West,Washington,37500,"House, apartment, flat",1,1,4691566,64,Male,White only,Never married,"Native, born in United States",Good,72,185,25.1,Some college but no degree,College--three years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,45,30,0,0,130,0,595,0,0,629,0,0,11,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Good,6-6.5 feet,180-200,Some College,,0,130,625,629,0,0,56
+,2022,2.02207E+13,4670,Midwest,Wisconsin,125000,"House, apartment, flat",1,1,5628615,33,Male,White only,Married - spouse present,"Native, born in United States",Very good,72,170,23.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,150,60,15,120,0,0,60,0,600,0,0,210,0,0,225,0,0,"$100,000 - $150,000",Millennials (23-38),White only,Very good,6-6.5 feet,160-180,Bachelor's Degree,,0,60,720,210,0,0,450
+,2022,2.02207E+13,4671,Northeast,Pennsylvania,200000,"House, apartment, flat",1,1,11076990,60,Male,White only,Married - spouse present,"Native, born in United States",Good,70,260,37.3,Some college but no degree,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,5,60,0,0,315,0,500,0,0,360,180,0,20,0,0,"$150,000 and over",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Some College,,0,315,560,540,0,0,25
+,2022,2.02207E+13,4672,Northeast,New York,17500,"House, apartment, flat",1,1,4530542,56,Female,Black only,Never married,"Foreign born, U.S. citizen by naturalization",Very good,64,160,27.5,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,15,50,0,0,60,0,532,0,0,234,0,0,111,3,435,"$10,000 - $30,000",Boomers (55-73),Black only,Very good,5-5.5 feet,160-180,Master's or Doctoral Degree,,435,60,582,234,0,3,126
+,2022,2.02207E+13,4673,Midwest,Ohio,87500,"House, apartment, flat",1,1,5066858,75,Female,White only,Married - spouse present,"Native, born in United States",Good,65,187,31.1,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,145,0,0,285,0,545,0,0,325,0,60,0,0,0,"$75,000 - $100,000",Silent (74-91),White only,Good,5-5.5 feet,180-200,Graduated High School,,0,285,690,325,0,0,120
+,2022,2.02207E+13,4674,West,Arizona,55000,"House, apartment, flat",1,1,8787162,85,Female,White only,Widowed,"Native, born in United States",Excellent,64,98,16.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,Has difficulty remembering,0,0,0,150,0,0,40,0,715,0,15,420,0,0,0,0,0,"$50,000 - $75,000",Silent (74-91),White only,Excellent,5-5.5 feet,<100,Bachelor's Degree,,0,40,865,435,0,0,0
+,2022,2.02207E+13,4675,Midwest,Wisconsin,55000,"House, apartment, flat",1,1,5880621,68,Male,White only,Married - spouse present,"Native, born in United States",Very good,70,160,23,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,40,90,0,0,80,0,510,0,0,500,180,0,40,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Very good,5.5-6 feet,160-180,Graduated High School,,0,80,600,680,0,0,80
+,2022,2.02207E+13,4676,Midwest,Indiana,13750,Student quarters in college dorm,1,1,34797741,23,Female,White only,Never married,"Native, born in United States",Very good,69,165,24.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,23,0,0,25,0,688,0,0,195,0,0,38,0,471,"$10,000 - $30,000",Millennials (23-38),White only,Very good,5.5-6 feet,160-180,Bachelor's Degree,,471,25,711,195,0,0,38
+,2022,2.02207E+13,4677,Midwest,Indiana,200000,"House, apartment, flat",1,1,24597402,57,Female,White only,Married - spouse present,"Native, born in United States",Excellent,69,180,26.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,150,0,0,485,0,380,0,0,375,0,0,50,0,0,"$150,000 and over",Boomers (55-73),White only,Excellent,5.5-6 feet,180-200,Bachelor's Degree,,0,485,530,375,0,0,50
+,2022,2.02207E+13,4678,Midwest,Indiana,125000,"House, apartment, flat",1,1,6382794,36,Male,White only,Married - spouse present,"Native, born in United States",Very good,74,207,26.6,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,193,0,0,150,0,0,255,0,545,0,0,155,120,0,22,0,0,"$100,000 - $150,000",Millennials (23-38),White only,Very good,6-6.5 feet,200-300,Master's or Doctoral Degree,,0,255,695,275,0,0,215
+,2022,2.02207E+13,4679,South,West Virginia,87500,"House, apartment, flat",1,1,7345105,32,Male,White only,Married - spouse present,"Native, born in United States",Good,72,340,46.1,Some college but no degree,College--three years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,80,0,0,15,0,585,0,0,725,0,0,35,0,0,"$75,000 - $100,000",Millennials (23-38),White only,Good,6-6.5 feet,>300,Some College,,0,15,665,725,0,0,35
+,2022,2.02207E+13,4680,South,Texas,45000,"House, apartment, flat",1,1,5578408,78,Male,White only,Married - spouse present,"Native, born in United States",Good,71,216,30.1,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,120,0,0,315,0,540,0,0,285,0,0,120,0,0,"$30,000 - $50,000",Silent (74-91),White only,Good,5.5-6 feet,200-300,Some College,,0,315,660,285,0,0,180
+,2022,2.02207E+13,4681,Midwest,Michigan,125000,"House, apartment, flat",1,1,4806051,77,Male,Black only,Married - spouse present,"Native, born in United States",Good,67,212,33.2,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,35,0,705,0,0,210,0,0,0,370,0,"$100,000 - $150,000",Silent (74-91),Black only,Good,5.5-6 feet,200-300,Master's or Doctoral Degree,,0,35,825,210,0,370,0
+,2022,2.02207E+13,4682,West,California,67500,"House, apartment, flat",1,1,12426307,27,Female,White only,Never married,"Native, born in United States",Excellent,66,190,30.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,65,105,0,0,30,10,555,0,0,137,45,0,86,0,377,"$50,000 - $75,000",Millennials (23-38),White only,Excellent,5.5-6 feet,180-200,Bachelor's Degree,,377,40,660,182,0,0,151
+,2022,2.02207E+13,4683,Northeast,New York,87500,"House, apartment, flat",1,1,91087931,17,Male,White only,Never married,"Foreign born, U.S. citizen by naturalization",Very good,64,128,22,11th grade,Eleventh grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,150,0,0,0,0,640,0,0,410,180,60,0,0,0,"$75,000 - $100,000",Generation Z (7-22),White only,Very good,5-5.5 feet,120-140,Some High School,,0,0,790,590,0,0,60
+,2022,2.02207E+13,4684,Midwest,Ohio,200000,"House, apartment, flat",1,1,5382235,61,Female,White only,Married - spouse present,"Native, born in United States",Very good,64,175,30,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,197,0,15,20,0,0,0,0,480,95,0,340,120,0,173,0,0,"$150,000 and over",Boomers (55-73),White only,Very good,5-5.5 feet,160-180,Master's or Doctoral Degree,,0,0,595,460,0,0,385
+,2022,2.02207E+13,4685,West,Nevada,200000,"House, apartment, flat",1,1,20997748,44,Female,White only,Married - spouse present,"Native, born in United States",Good,64,124,21.3,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,25,0,565,0,0,240,0,0,0,0,580,"$150,000 and over",Generation X (39-54),White only,Good,5-5.5 feet,120-140,Graduated High School,,580,25,595,240,0,0,0
+,2022,2.02207E+13,4686,South,Florida,200000,"House, apartment, flat",1,1,16392187,64,Female,White only,Married - spouse present,"Native, born in United States",NIU (Not in universe),,9999,998,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,105,0,0,60,0,465,0,0,120,0,0,90,0,600,"$150,000 and over",Boomers (55-73),White only,"Other (Refused, Dont know, NIU)",,>300,Bachelor's Degree,,600,60,570,120,0,0,90
+,2022,2.02207E+13,4687,South,Virginia,22500,"House, apartment, flat",1,1,24318741,22,Male,White only,Never married,"Native, born in United States",Good,70,190,27.3,Some college but no degree,College--two years,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,95,30,300,0,90,0,460,0,0,380,0,0,85,0,0,"$10,000 - $30,000",Millennials (23-38),White only,Good,5.5-6 feet,180-200,Some College,,0,90,490,380,300,0,180
+,2022,2.02207E+13,4688,South,Georgia,200000,"House, apartment, flat",1,1,8839352,62,Female,White only,Married - spouse present,"Native, born in United States",Good,66,240,38.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,25,0,0,165,0,360,240,0,250,0,0,400,0,0,"$150,000 and over",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Bachelor's Degree,,0,165,625,250,0,0,400
+,2022,2.02207E+13,4689,Midwest,Kansas,45000,"House, apartment, flat",1,1,5920006,71,Female,White only,Married - spouse present,"Native, born in United States",Excellent,64,189,32.4,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,180,0,0,300,0,630,0,0,240,30,60,0,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Excellent,5-5.5 feet,180-200,Graduated High School,,0,300,810,270,0,0,60
+,2022,2.02207E+13,4690,South,Maryland,125000,"House, apartment, flat",1,1,9099841,52,Female,Black only,Divorced,"Native, born in United States",Good,62,145,26.5,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,160,0,0,0,0,560,0,0,240,0,0,0,0,480,"$100,000 - $150,000",Generation X (39-54),Black only,Good,5-5.5 feet,140-160,Master's or Doctoral Degree,,480,0,720,240,0,0,0
+,2022,2.02207E+13,4691,Northeast,Maine,55000,"House, apartment, flat",1,1,16828037,35,Male,White only,Never married,"Native, born in United States",Very good,71,200,27.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,5,0,540,0,0,120,0,0,0,0,775,"$50,000 - $75,000",Millennials (23-38),White only,Very good,5.5-6 feet,200-300,Bachelor's Degree,,775,5,540,120,0,0,0
+,2022,2.02207E+13,4692,West,Hawaii,37500,"House, apartment, flat",1,1,5419526,74,Female,White only,Married - spouse present,"Native, born in United States",Very good,61,138,26.1,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,15,0,675,0,60,385,60,0,40,0,0,"$30,000 - $50,000",Silent (74-91),White only,Very good,5-5.5 feet,120-140,Graduated High School,,0,15,765,505,0,0,40
+,2022,2.02207E+13,4693,West,Nevada,55000,"House, apartment, flat",1,1,6745236,38,Male,White only,Never married,"Native, born in United States",Good,71,240,33.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,0,0,570,0,0,305,0,0,45,0,460,"$50,000 - $75,000",Generation X (39-54),White only,Good,5.5-6 feet,200-300,Bachelor's Degree,,460,0,630,305,0,0,45
+,2022,2.02207E+13,4694,South,Maryland,200000,"House, apartment, flat",1,1,18392786,30,Female,Asian only,Married - spouse present,"Native, born in United States",Very good,59,101,20.4,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,135,0,0,60,0,0,45,0,480,0,0,195,0,30,30,0,465,"$150,000 and over",Millennials (23-38),Asian only,Very good,0-5 feet,100-120,Master's or Doctoral Degree,,465,45,540,195,0,0,195
+,2022,2.02207E+13,4695,West,Washington,200000,"House, apartment, flat",1,1,4146199,70,Male,Black only,Married - spouse present,"Native, born in United States",Excellent,72,195,26.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,0,0,600,0,0,600,30,0,150,0,0,"$150,000 and over",Boomers (55-73),Black only,Excellent,6-6.5 feet,180-200,Bachelor's Degree,,0,0,660,630,0,0,150
+,2022,2.02207E+13,4696,South,Alabama,27500,Mobile home or trailer with no permanent room added,1,1,3437100,70,Male,Black only,Widowed,"Native, born in United States",Excellent,73,160,21.1,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,15,0,0,55,0,180,0,0,1190,0,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),Black only,Excellent,6-6.5 feet,160-180,Some College,,0,55,195,1190,0,0,0
+,2022,2.02207E+13,4697,South,Georgia,45000,"House, apartment, flat",1,1,3002402,73,Female,Black only,Widowed,"Native, born in United States",Very good,64,180,30.9,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,90,60,0,0,125,0,845,0,0,300,0,0,20,0,0,"$30,000 - $50,000",Silent (74-91),Black only,Very good,5-5.5 feet,180-200,Master's or Doctoral Degree,,0,125,905,300,0,0,110
+,2022,2.02207E+13,4698,West,Washington,125000,"House, apartment, flat",1,1,11405010,46,Female,White only,Married - spouse present,"Native, born in United States",NIU (Not in universe),,9999,999,Some college but no degree,College--three years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,65,0,150,30,0,0,95,0,640,0,0,295,0,0,120,0,0,"$100,000 - $150,000",Generation X (39-54),White only,"Other (Refused, Dont know, NIU)",,>300,Some College,,0,95,670,295,0,0,335
+,2022,2.02207E+13,4699,Northeast,Pennsylvania,87500,"House, apartment, flat",1,1,6977869,64,Male,Black only,Divorced,"Native, born in United States",Fair,71,340,47.4,Associate degree - occupational vocational,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,20,135,0,0,0,0,600,0,0,465,0,0,220,0,0,"$75,000 - $100,000",Boomers (55-73),Black only,Fair,5.5-6 feet,>300,Associate Degree,,0,0,735,465,0,0,240
+,2022,2.02207E+13,4700,South,Kentucky,37500,"House, apartment, flat",1,1,2717560,37,Female,Black only,Never married,"Native, born in United States",Good,67,200,31.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,50,50,0,0,60,0,908,0,0,300,0,0,72,0,0,"$30,000 - $50,000",Millennials (23-38),Black only,Good,5.5-6 feet,200-300,Bachelor's Degree,,0,60,958,300,0,0,122
+,2022,2.02207E+13,4701,Midwest,Ohio,125000,"House, apartment, flat",1,1,4577568,67,Male,White only,Married - spouse present,"Native, born in United States",Good,75,242,30.2,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,0,0,240,0,450,0,0,675,0,0,0,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Good,6-6.5 feet,200-300,Associate Degree,,0,240,525,675,0,0,0
+,2022,2.02207E+13,4702,South,Tennessee,22500,"House, apartment, flat",1,1,10123020,78,Male,White only,Widowed,"Native, born in United States",Very good,73,200,26.4,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,195,0,0,0,0,840,0,0,405,0,0,0,0,0,"$10,000 - $30,000",Silent (74-91),White only,Very good,6-6.5 feet,200-300,Some College,,0,0,1035,405,0,0,0
+,2022,2.02207E+13,4703,South,Virginia,67500,"House, apartment, flat",1,1,13153480,85,Female,White only,Married - spouse present,"Native, born in United States",Very good,61,135,25.5,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,105,0,525,270,0,360,60,0,90,0,0,"$50,000 - $75,000",Silent (74-91),White only,Very good,5-5.5 feet,120-140,Master's or Doctoral Degree,,0,105,825,420,0,0,90
+,2022,2.02207E+13,4704,South,Alabama,22500,"House, apartment, flat",1,1,6760694,68,Female,White only,Widowed,"Native, born in United States",Very good,64,180,30.9,10th grade,Tenth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,60,0,0,300,0,600,0,0,305,60,0,55,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Very good,5-5.5 feet,180-200,Some High School,,0,300,660,365,0,0,115
+,2022,2.02207E+13,4705,South,South Carolina,45000,"House, apartment, flat",1,1,4860810,61,Female,White only,Divorced,"Native, born in United States",Good,62,152,27.8,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,50,0,645,0,0,625,0,0,0,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Good,5-5.5 feet,140-160,Graduated High School,,0,50,765,625,0,0,0
+,2022,2.02207E+13,4706,South,Louisiana,32500,"House, apartment, flat",1,1,4129662,68,Female,Black only,Married - spouse absent,"Native, born in United States",Excellent,64,150,25.7,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,40,0,0,40,0,722,0,25,270,20,0,25,0,298,"$30,000 - $50,000",Boomers (55-73),Black only,Excellent,5-5.5 feet,140-160,Some College,,298,40,762,315,0,0,25
+,2022,2.02207E+13,4707,Midwest,Michigan,37500,"House, apartment, flat",1,1,17848789,61,Male,White only,Married - spouse present,"Native, born in United States",NIU (Not in universe),,9999,999,High school graduate - GED,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,65,0,0,0,0,570,0,0,805,0,0,0,0,0,"$30,000 - $50,000",Boomers (55-73),White only,"Other (Refused, Dont know, NIU)",,>300,Graduated High School,,0,0,635,805,0,0,0
+,2022,2.02207E+13,4708,Northeast,Vermont,13750,Mobile home or trailer with no permanent room added,1,1,6372354,42,Female,White only,Divorced,"Native, born in United States",Very good,61,134,25.3,High school graduate - diploma,Twelfth grade,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,162,5,80,105,0,0,45,0,645,0,0,148,0,0,215,0,0,"$10,000 - $30,000",Generation X (39-54),White only,Very good,5-5.5 feet,120-140,Graduated High School,,0,45,750,148,0,0,462
+,2022,2.02207E+13,4709,West,California,200000,"House, apartment, flat",1,1,18842857,78,Male,White only,Married - spouse present,"Native, born in United States",Very good,67,170,26.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,150,0,0,80,0,750,59,0,351,0,0,50,0,0,"$150,000 and over",Silent (74-91),White only,Very good,5.5-6 feet,160-180,Bachelor's Degree,,0,80,959,351,0,0,50
+,2022,2.02207E+13,4710,Midwest,Missouri,55000,"House, apartment, flat",1,1,9940950,39,Female,White only,Never married,"Native, born in United States",Good,67,200,31.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,165,60,0,0,90,0,451,0,0,105,0,60,59,0,450,"$50,000 - $75,000",Generation X (39-54),White only,Good,5.5-6 feet,200-300,Bachelor's Degree,,450,90,511,105,0,0,284
+,2022,2.02207E+13,4711,South,Kentucky,22500,"House, apartment, flat",1,1,24677525,47,Male,White only,Never married,"Native, born in United States",Fair,75,155,19.4,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,20,0,560,0,0,295,0,0,0,0,520,"$10,000 - $30,000",Generation X (39-54),White only,Fair,6-6.5 feet,140-160,Graduated High School,,520,20,605,295,0,0,0
+,2022,2.02207E+13,4712,Northeast,Pennsylvania,125000,"House, apartment, flat",1,1,20570446,52,Female,White only,Married - spouse present,"Native, born in United States",Very good,65,145,24.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,45,0,0,145,0,480,0,0,70,30,0,130,0,510,"$100,000 - $150,000",Generation X (39-54),White only,Very good,5-5.5 feet,140-160,Bachelor's Degree,,510,145,525,100,0,0,160
+,2022,2.02207E+13,4713,Northeast,Pennsylvania,67500,"House, apartment, flat",1,1,14889705,75,Male,White only,Widowed,"Native, born in United States",Good,71,185,25.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,0,0,480,0,0,595,120,0,155,0,0,"$50,000 - $75,000",Silent (74-91),White only,Good,5.5-6 feet,180-200,Bachelor's Degree,,0,0,570,715,0,0,155
+,2022,2.02207E+13,4714,South,Louisiana,87500,"House, apartment, flat",1,1,3711546,80,Male,White only,Married - spouse present,"Native, born in United States",Fair,71,205,28.6,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,20,0,20,60,0,0,0,0,750,0,0,570,0,0,20,0,0,"$75,000 - $100,000",Silent (74-91),White only,Fair,5.5-6 feet,200-300,Some College,,0,0,810,570,0,0,60
+,2022,2.02207E+13,4715,West,California,200000,"House, apartment, flat",1,1,19982073,32,Female,Asian only,Married - spouse present,"Foreign born, not a U.S. citizen",Very good,65,174,29,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,70,0,0,60,0,605,0,0,180,0,0,40,0,465,"$150,000 and over",Millennials (23-38),Asian only,Very good,5-5.5 feet,160-180,Master's or Doctoral Degree,,465,60,675,180,0,0,40
+,2022,2.02207E+13,4716,Northeast,Massachusetts,200000,"House, apartment, flat",1,1,41063686,73,Male,Black only,Married - spouse present,"Native, born in United States",Good,71,226,31.5,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,180,15,90,150,0,75,0,590,10,80,140,0,0,95,15,0,"$150,000 and over",Silent (74-91),Black only,Good,5.5-6 feet,200-300,Master's or Doctoral Degree,,0,75,690,220,150,15,290
+,2022,2.02207E+13,4717,West,Utah,32500,"House, apartment, flat",1,1,4772423,34,Male,White only,Married - spouse present,"Native, born in United States",Fair,69,200,29.5,Associate degree - occupational vocational,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,30,0,0,60,0,0,0,0,590,0,90,630,0,0,40,0,0,"$30,000 - $50,000",Millennials (23-38),White only,Fair,5.5-6 feet,200-300,Associate Degree,,0,0,650,720,0,0,70
+,2022,2.02207E+13,4718,Midwest,Minnesota,200000,"House, apartment, flat",1,1,21590265,54,Male,White only,Married - spouse present,"Native, born in United States",Very good,72,210,28.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,9,65,0,0,4,0,448,0,0,195,0,0,158,0,561,"$150,000 and over",Boomers (55-73),White only,Very good,6-6.5 feet,200-300,Bachelor's Degree,,561,4,513,195,0,0,167
+,2022,2.02207E+13,4719,West,Oregon,87500,"House, apartment, flat",1,1,25557353,45,Male,White only,Divorced,"Native, born in United States",Good,69,155,22.9,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,120,0,120,0,0,30,0,535,0,0,157,0,0,40,0,435,"$75,000 - $100,000",Generation X (39-54),White only,Good,5.5-6 feet,140-160,Graduated High School,,435,30,655,157,0,0,160
+,2022,2.02207E+13,4720,South,South Carolina,87500,"House, apartment, flat",1,1,6955817,67,Female,White only,Divorced,"Native, born in United States",Very good,64,256,43.9,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,20,0,0,95,0,630,0,20,360,195,60,50,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Very good,5-5.5 feet,200-300,Master's or Doctoral Degree,,0,95,650,575,0,0,120
+,2022,2.02207E+13,4721,Midwest,Kansas,87500,"House, apartment, flat",1,1,3524419,58,Male,White-American Indian,Married - spouse present,"Native, born in United States",Good,72,340,46.1,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,334,0,30,90,0,0,0,0,540,0,0,385,0,1,60,0,0,"$75,000 - $100,000",Boomers (55-73),Mixed,Good,6-6.5 feet,>300,Some College,,0,0,630,385,0,0,425
+,2022,2.02207E+13,4722,Northeast,Pennsylvania,200000,"House, apartment, flat",1,1,9143811,66,Male,White only,Married - spouse present,"Native, born in United States",Very good,68,155,23.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,15,0,540,0,0,280,0,0,10,0,505,"$150,000 and over",Boomers (55-73),White only,Very good,5.5-6 feet,140-160,Bachelor's Degree,,505,15,630,280,0,0,10
+,2022,2.02207E+13,4723,South,Texas,87500,"House, apartment, flat",1,1,28734036,40,Female,"American Indian, Alaskan Native",Married - spouse present,"Native, born in United States",Very good,61,145,27.4,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,20,0,0,0,0,705,0,0,120,0,0,50,0,545,"$75,000 - $100,000",Generation X (39-54),"American Indian, Alaskan Native",Very good,5-5.5 feet,140-160,Graduated High School,,545,0,725,120,0,0,50
+,2022,2.02207E+13,4724,West,California,55000,"House, apartment, flat",1,1,7653716,70,Male,White only,Divorced,"Native, born in United States",Very good,67,183,28.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,2,30,0,0,0,0,520,0,0,288,0,0,60,0,540,"$50,000 - $75,000",Boomers (55-73),White only,Very good,5.5-6 feet,180-200,Bachelor's Degree,,540,0,550,288,0,0,62
+,2022,2.02207E+13,4725,South,Alabama,37500,"House, apartment, flat",1,1,13588436,64,Female,White only,Never married,"Native, born in United States",Fair,72,217,29.4,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,No physical difficulty,No difficulty remembering,0,205,0,75,0,0,50,0,602,0,0,498,0,0,10,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Fair,6-6.5 feet,200-300,Graduated High School,,0,50,677,498,0,0,215
+,2022,2.02207E+13,4726,West,California,125000,"House, apartment, flat",1,1,6197193,68,Male,White only,Married - spouse present,"Native, born in United States",Very good,74,176,22.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,370,0,520,0,0,505,0,0,0,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Very good,6-6.5 feet,160-180,Bachelor's Degree,,0,370,565,505,0,0,0
+,2022,2.02207E+13,4727,South,Texas,200000,"House, apartment, flat",1,1,11363648,31,Female,Asian only,Married - spouse present,"Foreign born, not a U.S. citizen",Very good,63,150,26.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,0,0,180,0,690,0,0,495,0,0,0,0,0,"$150,000 and over",Millennials (23-38),Asian only,Very good,5-5.5 feet,140-160,Bachelor's Degree,,0,180,765,495,0,0,0
+,2022,2.02207E+13,4728,Midwest,Indiana,67500,"House, apartment, flat",1,1,6880677,60,Female,White only,Divorced,"Native, born in United States",Very good,63,160,28.3,Some college but no degree,College--four years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,35,0,0,0,60,0,630,0,115,175,0,0,95,330,0,"$50,000 - $75,000",Boomers (55-73),White only,Very good,5-5.5 feet,160-180,Some College,,0,60,630,290,0,330,130
+,2022,2.02207E+13,4729,South,Oklahoma,67500,"House, apartment, flat",1,1,9893995,55,Male,White only,Married - spouse present,"Native, born in United States",Very good,69,190,28.1,Some college but no degree,College--four years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,15,0,15,85,0,0,21,0,475,0,0,235,0,15,49,0,530,"$50,000 - $75,000",Boomers (55-73),White only,Very good,5.5-6 feet,180-200,Some College,,530,21,560,235,0,0,94
+,2022,2.02207E+13,4730,South,North Carolina,45000,"House, apartment, flat",1,1,4498016,73,Male,White only,Married - spouse present,"Native, born in United States",Very good,64,170,29.2,Associate degree - occupational vocational,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,305,0,405,0,0,610,0,0,0,0,0,"$30,000 - $50,000",Silent (74-91),White only,Very good,5-5.5 feet,160-180,Associate Degree,,0,305,525,610,0,0,0
+,2022,2.02207E+13,4731,South,Texas,67500,"House, apartment, flat",1,1,34348542,52,Female,White only,Widowed,"Native, born in United States",Good,63,250,44.3,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,60,0,0,60,0,0,90,0,540,0,0,190,0,0,10,0,490,"$50,000 - $75,000",Generation X (39-54),White only,Good,5-5.5 feet,200-300,Graduated High School,,490,90,600,190,0,0,70
+,2022,2.02207E+13,4732,South,Louisiana,87500,"House, apartment, flat",1,1,5555823,80,Female,Black only,Widowed,"Native, born in United States",Fair,64,160,27.5,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,0,0,380,0,0,1030,0,0,0,0,0,"$75,000 - $100,000",Silent (74-91),Black only,Fair,5-5.5 feet,160-180,Graduated High School,,0,0,410,1030,0,0,0
+,2022,2.02207E+13,4733,South,Maryland,45000,"House, apartment, flat",1,1,8024223,65,Male,Black only,Married - spouse present,"Native, born in United States",Fair,73,195,25.7,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,60,75,40,0,0,0,0,450,0,0,570,0,0,65,180,0,"$30,000 - $50,000",Boomers (55-73),Black only,Fair,6-6.5 feet,180-200,Graduated High School,,0,0,490,570,0,180,200
+,2022,2.02207E+13,4734,South,West Virginia,55000,"House, apartment, flat",1,1,4519668,68,Female,White only,Married - spouse absent,"Native, born in United States",Very good,67,107,16.8,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,20,0,15,0,0,680,0,340,0,5,360,0,20,0,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Very good,5.5-6 feet,100-120,Master's or Doctoral Degree,,0,680,355,365,0,0,40
+,2022,2.02207E+13,4735,Midwest,Ohio,45000,Mobile home or trailer with no permanent room added,1,1,18510210,58,Female,White only,Married - spouse present,"Native, born in United States",Good,62,335,61.3,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,No difficulty remembering,0,0,19,45,0,0,55,0,630,15,0,180,0,340,97,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Good,5-5.5 feet,>300,Some College,,0,55,690,180,0,0,456
+,2022,2.02207E+13,4736,West,Utah,27500,"House, apartment, flat",1,1,7680511,32,Female,White only,Separated,"Native, born in United States",Good,65,256,42.6,11th grade,Eleventh grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,10,0,0,140,0,535,0,0,715,0,0,40,0,0,"$10,000 - $30,000",Millennials (23-38),White only,Good,5-5.5 feet,200-300,Some High School,,0,140,545,715,0,0,40
+,2022,2.02207E+13,4737,Midwest,Minnesota,55000,"House, apartment, flat",1,1,5251559,79,Male,White only,Widowed,"Native, born in United States",Excellent,70,190,27.3,9th grade,Ninth grade,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,260,0,480,0,150,420,0,0,40,0,0,"$50,000 - $75,000",Silent (74-91),White only,Excellent,5.5-6 feet,180-200,Some High School,,0,260,570,570,0,0,40
+,2022,2.02207E+13,4738,Midwest,Minnesota,13750,"House, apartment, flat",1,1,4298196,80,Female,White only,Divorced,"Native, born in United States",Good,62,215,39.3,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,10,0,0,12,0,545,0,0,873,0,0,0,0,0,"$10,000 - $30,000",Silent (74-91),White only,Good,5-5.5 feet,200-300,Graduated High School,,0,12,555,873,0,0,0
+,2022,2.02207E+13,4739,Northeast,New Jersey,27500,"House, apartment, flat",1,1,34926295,43,Female,Black only,Never married,"Native, born in United States",Good,67,170,26.6,10th grade,Tenth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,50,0,0,170,0,600,0,0,620,0,0,0,0,0,"$10,000 - $30,000",Generation X (39-54),Black only,Good,5.5-6 feet,160-180,Some High School,,0,170,650,620,0,0,0
+,2022,2.02207E+13,4740,West,Washington,22500,"House, apartment, flat",1,1,9563623,34,Male,White-Asian,Never married,"Native, born abroad of American parent or parents",Very good,67,170,26.6,Associate degree - occupational vocational,College--four years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,15,120,0,0,85,0,615,0,0,595,0,0,10,0,0,"$10,000 - $30,000",Millennials (23-38),Mixed,Very good,5.5-6 feet,160-180,Associate Degree,,0,85,735,595,0,0,25
+,2022,2.02207E+13,4741,West,Montana,200000,"House, apartment, flat",1,1,5058929,59,Male,White only,Never married,"Native, born in United States",Very good,66,130,21,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,0,0,0,60,0,660,0,250,335,0,0,75,0,0,"$150,000 and over",Boomers (55-73),White only,Very good,5.5-6 feet,120-140,Bachelor's Degree,,0,60,660,585,0,0,135
+,2022,2.02207E+13,4742,West,California,200000,"House, apartment, flat",1,1,22483883,43,Female,White only,Married - spouse present,"Native, born in United States",Very good,68,170,25.8,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,163,0,0,50,0,0,120,0,320,0,0,249,0,0,23,0,515,"$150,000 and over",Generation X (39-54),White only,Very good,5.5-6 feet,160-180,Master's or Doctoral Degree,,515,120,370,249,0,0,186
+,2022,2.02207E+13,4743,South,Texas,55000,"House, apartment, flat",1,1,7191730,24,Male,White only,Never married,"Native, born in United States",Very good,73,180,23.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,75,0,0,45,0,450,0,0,240,330,0,90,0,180,"$50,000 - $75,000",Millennials (23-38),White only,Very good,6-6.5 feet,180-200,Bachelor's Degree,,180,45,525,570,0,0,120
+,2022,2.02207E+13,4744,South,Delaware,22500,"House, apartment, flat",1,1,11544453,85,Female,White only,Widowed,"Native, born in United States",Good,66,140,22.6,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,10,0,0,205,0,630,90,0,465,0,0,40,0,0,"$10,000 - $30,000",Silent (74-91),White only,Good,5.5-6 feet,140-160,Graduated High School,,0,205,730,465,0,0,40
+,2022,2.02207E+13,4745,West,Nevada,87500,"House, apartment, flat",1,1,13969084,79,Male,Asian only,Married - spouse present,"Native, born abroad of American parent or parents",Good,64,130,22.3,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,90,135,0,0,20,0,565,0,0,395,90,0,105,0,0,"$75,000 - $100,000",Silent (74-91),Asian only,Good,5-5.5 feet,120-140,Master's or Doctoral Degree,,0,20,700,485,0,0,195
+,2022,2.02207E+13,4746,West,Arizona,125000,"House, apartment, flat",1,1,4534378,65,Female,White only,Married - spouse present,"Native, born in United States",Good,62,115,21,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,150,0,0,90,0,510,0,0,690,0,0,0,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Good,5-5.5 feet,100-120,Bachelor's Degree,,0,90,660,690,0,0,0
+,2022,2.02207E+13,4747,South,Arkansas,2500,"House, apartment, flat",1,1,3031410,48,Female,Black only,Never married,"Native, born in United States",Good,63,310,54.9,High school graduate - diploma,Twelfth grade,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,128,0,10,0,0,0,0,807,0,175,260,0,0,60,0,0,"Less than $10,000",Generation X (39-54),Black only,Good,5-5.5 feet,>300,Graduated High School,,0,0,817,435,0,0,188
+,2022,2.02207E+13,4748,Midwest,Illinois,125000,"House, apartment, flat",1,1,23277078,71,Female,White only,Married - spouse present,"Native, born in United States",Very good,66,125,20.2,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,155,0,65,0,0,435,0,630,0,0,135,0,0,20,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Very good,5.5-6 feet,120-140,Graduated High School,,0,435,695,135,0,0,175
+,2022,2.02207E+13,4749,South,Texas,67500,Mobile home or trailer with 1 or more rooms added,1,1,3563803,45,Female,White only,Widowed,"Native, born in United States",Good,67,200,31.3,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,15,0,0,510,0,810,0,0,105,0,0,0,0,0,"$50,000 - $75,000",Generation X (39-54),White only,Good,5.5-6 feet,200-300,Some College,,0,510,825,105,0,0,0
+,2022,2.02207E+13,4750,South,Florida,45000,"House, apartment, flat",1,1,29196311,47,Male,White only,Never married,"Foreign born, U.S. citizen by naturalization",Good,62,164,30,Some college but no degree,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,65,0,0,45,0,445,0,0,300,0,0,85,0,470,"$30,000 - $50,000",Generation X (39-54),White only,Good,5-5.5 feet,160-180,Some College,,470,45,510,300,0,0,115
+,2022,2.02207E+13,4751,Northeast,New Jersey,67500,"House, apartment, flat",1,1,15835920,43,Female,White only,Married - spouse present,"Native, born in United States",Good,66,180,29,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,40,0,0,305,0,630,0,0,135,240,90,0,0,0,"$50,000 - $75,000",Generation X (39-54),White only,Good,5.5-6 feet,180-200,Master's or Doctoral Degree,,0,305,670,375,0,0,90
+,2022,2.02207E+13,4752,South,North Carolina,45000,"House, apartment, flat",1,1,6181658,66,Female,White only,Married - spouse present,"Native, born in United States",Good,64,190,32.6,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,130,0,600,0,0,590,0,0,0,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Good,5-5.5 feet,180-200,Associate Degree,,0,130,720,590,0,0,0
+,2022,2.02207E+13,4753,South,Louisiana,200000,Mobile home or trailer with no permanent room added,1,1,10433668,41,Male,White only,Divorced,"Native, born in United States",NIU (Not in universe),,9999,999,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,0,0,450,0,0,0,0,0,180,0,810,"$150,000 and over",Generation X (39-54),White only,"Other (Refused, Dont know, NIU)",,>300,Graduated High School,,810,0,450,0,0,0,180
+,2022,2.02207E+13,4754,South,West Virginia,125000,"House, apartment, flat",1,1,16319639,47,Male,White only,Never married,"Native, born in United States",NIU (Not in universe),,9999,999,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,0,0,510,0,0,255,0,0,0,0,585,"$100,000 - $150,000",Generation X (39-54),White only,"Other (Refused, Dont know, NIU)",,>300,Bachelor's Degree,,585,0,600,255,0,0,0
+,2022,2.02207E+13,4755,West,Alaska,87500,"House, apartment, flat",1,1,13669111,54,Male,Asian only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Fair,67,165,25.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,145,0,698,0,0,60,0,0,14,0,478,"$75,000 - $100,000",Boomers (55-73),Asian only,Fair,5.5-6 feet,160-180,Bachelor's Degree,,478,145,743,60,0,0,14
+,2022,2.02207E+13,4756,Midwest,Ohio,32500,"House, apartment, flat",1,1,8913705,85,Female,Black only,Never married,"Native, born in United States",Excellent,66,98,15.8,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,105,0,0,10,0,560,0,0,705,30,0,30,0,0,"$30,000 - $50,000",Silent (74-91),Black only,Excellent,5.5-6 feet,<100,Graduated High School,,0,10,665,735,0,0,30
+,2022,2.02207E+13,4757,Midwest,Illinois,55000,"House, apartment, flat",1,1,9582193,36,Female,Black only,Divorced,"Native, born in United States",Fair,64,280,48.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,20,0,80,0,0,95,0,525,0,0,580,0,40,40,0,60,"$50,000 - $75,000",Millennials (23-38),Black only,Fair,5-5.5 feet,200-300,Bachelor's Degree,,60,95,605,580,0,0,100
+,2022,2.02207E+13,4758,South,Tennessee,200000,"House, apartment, flat",1,1,15926040,52,Male,White only,Married - spouse present,"Native, born in United States",Very good,68,180,27.4,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,140,0,0,30,0,0,45,0,590,0,0,165,0,0,90,0,380,"$150,000 and over",Generation X (39-54),White only,Very good,5.5-6 feet,180-200,Graduated High School,,380,45,620,165,0,0,230
+,2022,2.02207E+13,4759,Northeast,New Hampshire,125000,"House, apartment, flat",1,1,3724671,57,Male,White only,Never married,"Foreign born, U.S. citizen by naturalization",Good,74,210,27,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,90,70,0,0,80,0,560,0,0,330,0,0,130,0,180,"$100,000 - $150,000",Boomers (55-73),White only,Good,6-6.5 feet,200-300,Master's or Doctoral Degree,,180,80,630,330,0,0,220
+,2022,2.02207E+13,4760,South,Texas,22500,Mobile home or trailer with no permanent room added,1,1,18319566,71,Female,White only,Widowed,"Native, born in United States",Good,61,170,32.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,105,0,0,41,0,961,0,0,283,0,0,50,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Good,5-5.5 feet,160-180,Bachelor's Degree,,0,41,1066,283,0,0,50
+,2022,2.02207E+13,4761,South,Virginia,22500,"House, apartment, flat",1,1,10435973,65,Male,White only,Separated,"Native, born in United States",Good,74,245,31.5,10th grade,Tenth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,35,0,0,30,0,540,0,0,695,0,30,50,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Good,6-6.5 feet,200-300,Some High School,,0,30,575,695,0,0,140
+,2022,2.02207E+13,4762,South,Alabama,125000,"House, apartment, flat",1,1,4456015,46,Female,White only,Married - spouse present,"Native, born in United States",Good,66,240,38.7,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,45,120,0,0,240,0,775,0,0,240,0,0,20,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Good,5.5-6 feet,200-300,Master's or Doctoral Degree,,0,240,895,240,0,0,65
+,2022,2.02207E+13,4763,South,South Carolina,17500,Mobile home or trailer with no permanent room added,1,1,5462633,64,Female,Black only,Never married,"Native, born in United States",Poor,70,160,23,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,35,0,0,95,0,630,0,0,610,0,0,10,0,0,"$10,000 - $30,000",Boomers (55-73),Black only,Poor,5.5-6 feet,160-180,Graduated High School,,0,95,665,610,0,0,10
+,2022,2.02207E+13,4764,South,Texas,87500,"House, apartment, flat",1,1,18176935,57,Female,Black only,Divorced,"Native, born in United States",Very good,67,195,30.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,50,0,0,75,0,720,0,0,180,0,0,355,0,60,"$75,000 - $100,000",Boomers (55-73),Black only,Very good,5.5-6 feet,180-200,Bachelor's Degree,,60,75,770,180,0,0,355
+,2022,2.02207E+13,4765,West,Arizona,87500,"House, apartment, flat",1,1,16491452,79,Male,White only,Married - spouse present,"Native, born in United States",Good,66,190,30.7,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,0,0,705,0,0,0,0,0,735,0,0,"$75,000 - $100,000",Silent (74-91),White only,Good,5.5-6 feet,180-200,Associate Degree,,0,0,705,0,0,0,735
+,2022,2.02207E+13,4766,West,California,125000,"House, apartment, flat",1,1,11165795,35,Male,Black only,Divorced,"Foreign born, U.S. citizen by naturalization",Very good,68,158,24,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,165,90,0,0,30,0,720,0,0,360,0,0,75,0,0,"$100,000 - $150,000",Millennials (23-38),Black only,Very good,5.5-6 feet,140-160,Bachelor's Degree,,0,30,810,360,0,0,240
+,2022,2.02207E+13,4767,Midwest,South Dakota,67500,"House, apartment, flat",1,1,12423639,62,Female,White only,Married - spouse present,"Native, born in United States",Very good,59,308,62.2,Associate degree - academic program,College--three years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,30,0,135,0,0,165,0,390,45,0,530,0,5,140,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Very good,0-5 feet,>300,Associate Degree,,0,165,570,530,0,0,175
+,2022,2.02207E+13,4768,South,Texas,45000,"House, apartment, flat",1,1,77273191,22,Male,White-Black,Married - spouse present,"Native, born in United States",Good,74,287,36.8,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,Has mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,0,0,0,0,0,515,0,0,420,0,0,40,0,435,"$30,000 - $50,000",Millennials (23-38),Mixed,Good,6-6.5 feet,200-300,Graduated High School,,435,0,515,420,0,0,70
+,2022,2.02207E+13,4769,South,Texas,2500,"House, apartment, flat",1,1,3893778,72,Male,Black only,Divorced,"Native, born in United States",Fair,69,187,27.6,11th grade,Eleventh grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,Has difficulty remembering,0,0,30,60,0,0,150,0,900,0,0,240,0,0,60,0,0,"Less than $10,000",Boomers (55-73),Black only,Fair,5.5-6 feet,180-200,Some High School,,0,150,960,240,0,0,90
+,2022,2.02207E+13,4770,Midwest,Michigan,6250,"House, apartment, flat",1,1,36621509,20,Female,White only,Never married,"Native, born in United States",Excellent,64,160,27.5,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,45,0,0,90,0,975,0,0,0,0,0,320,0,0,"Less than $10,000",Generation Z (7-22),White only,Excellent,5-5.5 feet,160-180,Associate Degree,,0,90,1020,0,0,0,330
+,2022,2.02207E+13,4771,South,South Carolina,87500,Mobile home or trailer with no permanent room added,1,1,10680375,28,Male,White only,Married - spouse present,"Native, born in United States",Good,70,180,25.8,High school graduate - diploma,Twelfth grade,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,105,20,0,0,75,0,795,0,0,120,0,0,73,0,252,"$75,000 - $100,000",Millennials (23-38),White only,Good,5.5-6 feet,180-200,Graduated High School,,252,75,815,120,0,0,178
+,2022,2.02207E+13,4772,Midwest,Kansas,67500,"House, apartment, flat",1,1,9006455,74,Male,White only,Married - spouse present,"Native, born in United States",Very good,68,203,30.9,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,80,0,0,80,0,0,55,0,525,0,0,520,0,0,0,0,0,"$50,000 - $75,000",Silent (74-91),White only,Very good,5.5-6 feet,200-300,Master's or Doctoral Degree,,0,55,605,520,0,0,80
+,2022,2.02207E+13,4773,West,California,37500,"House, apartment, flat",1,1,35384995,43,Female,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Good,62,162,29.6,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),Has vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,21,0,100,110,0,0,307,0,580,0,0,107,90,0,125,0,0,"$30,000 - $50,000",Generation X (39-54),White only,Good,5-5.5 feet,160-180,Graduated High School,,0,307,690,197,0,0,246
+,2022,2.02207E+13,4774,Midwest,Minnesota,87500,"House, apartment, flat",1,1,7252453,65,Male,White only,Married - spouse present,"Native, born in United States",Good,74,220,28.2,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,70,0,0,230,0,630,0,0,390,0,0,120,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Good,6-6.5 feet,200-300,Graduated High School,,0,230,700,390,0,0,120
+,2022,2.02207E+13,4775,Midwest,Kansas,125000,"House, apartment, flat",1,1,25980926,42,Female,White only,Married - spouse present,"Native, born in United States",Very good,62,160,29.3,High school graduate - diploma,Twelfth grade,Unemployed - on layoff,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,35,0,0,280,0,580,0,0,361,120,0,34,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Very good,5-5.5 feet,160-180,Graduated High School,,0,280,615,481,0,0,64
+,2022,2.02207E+13,4776,West,Washington,125000,"House, apartment, flat",1,1,9045863,33,Female,Asian only,Married - spouse present,"Native, born in United States",Very good,59,140,28.3,Some college but no degree,College--one year,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,Has difficulty remembering,0,0,0,30,0,0,345,0,600,0,0,405,0,0,0,0,60,"$100,000 - $150,000",Millennials (23-38),Asian only,Very good,0-5 feet,140-160,Some College,,60,345,630,405,0,0,0
+,2022,2.02207E+13,4777,West,California,45000,"House, apartment, flat",1,1,41390902,56,Male,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Good,69,184,27.2,5th or 6th grade,Fifth through sixth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,70,0,0,0,0,670,0,0,115,0,0,80,0,505,"$30,000 - $50,000",Boomers (55-73),White only,Good,5.5-6 feet,180-200,Middle School or Less,,505,0,740,115,0,0,80
+,2022,2.02207E+13,4778,South,Virginia,125000,"House, apartment, flat",1,1,6939251,37,Female,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Very good,66,127,20.5,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,183,0,0,65,0,0,64,0,458,0,0,225,90,0,50,0,180,"$100,000 - $150,000",Millennials (23-38),White only,Very good,5.5-6 feet,120-140,Master's or Doctoral Degree,,180,64,523,315,0,0,233
+,2022,2.02207E+13,4779,Midwest,Ohio,11250,"House, apartment, flat",1,1,7967676,55,Female,White only,Separated,"Native, born in United States",Good,59,270,54.5,5th or 6th grade,Fifth through sixth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,Has difficulty remembering,0,0,0,20,0,0,0,0,465,0,0,905,0,50,0,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Good,0-5 feet,200-300,Middle School or Less,,0,0,485,905,0,0,50
+,2022,2.02207E+13,4780,South,Maryland,200000,"House, apartment, flat",1,1,8479321,66,Female,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Good,59,135,27.3,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,270,0,0,420,0,750,0,0,0,0,0,0,0,0,"$150,000 and over",Boomers (55-73),White only,Good,0-5 feet,120-140,Graduated High School,,0,420,1020,0,0,0,0
+,2022,2.02207E+13,4781,Northeast,New Jersey,87500,"House, apartment, flat",1,1,9603289,42,Male,White only,Married - spouse present,"Native, born in United States",Very good,67,149,23.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,440,0,0,120,0,0,60,0,450,0,0,278,0,0,92,0,0,"$75,000 - $100,000",Generation X (39-54),White only,Very good,5.5-6 feet,140-160,Bachelor's Degree,,0,60,570,278,0,0,532
+,2022,2.02207E+13,4782,South,South Carolina,67500,Mobile home or trailer with no permanent room added,1,1,5314401,74,Male,White only,Divorced,"Native, born in United States",Very good,70,173,24.8,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,85,0,0,255,0,510,0,30,225,0,0,65,0,270,"$50,000 - $75,000",Silent (74-91),White only,Very good,5.5-6 feet,160-180,Some College,,270,255,595,255,0,0,65
+,2022,2.02207E+13,4783,Midwest,Michigan,45000,"House, apartment, flat",1,1,17185261,53,Male,White only,Divorced,"Native, born in United States",Fair,72,200,27.1,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,90,25,0,0,205,0,540,0,0,570,0,0,10,0,0,"$30,000 - $50,000",Generation X (39-54),White only,Fair,6-6.5 feet,200-300,Some College,,0,205,565,570,0,0,100
+,2022,2.02207E+13,4784,South,South Carolina,87500,"House, apartment, flat",1,1,20101110,51,Male,Black only,Married - spouse present,"Native, born in United States",Excellent,71,185,25.8,High school graduate - diploma,Twelfth grade,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,5,40,0,0,65,0,815,0,75,285,0,15,85,0,55,"$75,000 - $100,000",Generation X (39-54),Black only,Excellent,5.5-6 feet,180-200,Graduated High School,,55,65,855,360,0,0,105
+,2022,2.02207E+13,4785,Northeast,Connecticut,67500,"House, apartment, flat",1,1,38937335,22,Female,White only,Never married,"Native, born in United States",Very good,69,180,26.6,Some college but no degree,College--three years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,15,0,0,35,0,0,113,0,555,0,0,169,0,8,49,0,496,"$50,000 - $75,000",Millennials (23-38),White only,Very good,5.5-6 feet,180-200,Some College,,496,113,590,169,0,0,72
+,2022,2.02207E+13,4786,South,Texas,87500,"House, apartment, flat",1,1,9433137,59,Female,Black only,Married - spouse present,"Native, born in United States",Very good,66,185,29.9,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,15,0,0,315,0,530,0,120,300,0,0,160,0,0,"$75,000 - $100,000",Boomers (55-73),Black only,Very good,5.5-6 feet,180-200,Master's or Doctoral Degree,,0,315,545,420,0,0,160
+,2022,2.02207E+13,4787,West,Oregon,200000,"House, apartment, flat",1,1,10395424,41,Female,White only,Married - spouse present,"Native, born in United States",Excellent,70,130,18.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,0,0,560,0,45,425,240,0,50,0,0,"$150,000 and over",Generation X (39-54),White only,Excellent,5.5-6 feet,120-140,Bachelor's Degree,,0,0,680,710,0,0,50
+,2022,2.02207E+13,4788,South,Maryland,45000,"House, apartment, flat",1,1,13854345,38,Female,Black only,Never married,"Native, born in United States",Good,67,280,43.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,81,28,45,0,0,80,0,873,0,0,180,0,0,153,0,0,"$30,000 - $50,000",Generation X (39-54),Black only,Good,5.5-6 feet,200-300,Bachelor's Degree,,0,80,918,180,0,0,262
+,2022,2.02207E+13,4789,South,Arkansas,37500,"House, apartment, flat",1,1,9614678,26,Female,White only,Married - spouse present,"Native, born in United States",Fair,64,205,35.2,Associate degree - academic program,College--three years,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,105,60,0,105,0,560,0,0,420,0,0,10,0,120,"$30,000 - $50,000",Millennials (23-38),White only,Fair,5-5.5 feet,200-300,Associate Degree,,120,105,665,420,60,0,70
+,2022,2.02207E+13,4790,Midwest,Missouri,13750,"House, apartment, flat",1,1,7253785,69,Female,Black only,Widowed,"Foreign born, U.S. citizen by naturalization",Good,,9997,998,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,15,0,0,145,0,283,0,370,372,60,10,65,120,0,"$10,000 - $30,000",Boomers (55-73),Black only,Good,,>300,Graduated High School,,0,145,298,802,0,120,75
+,2022,2.02207E+13,4791,West,California,32500,"House, apartment, flat",1,1,9857523,57,Male,White only,Never married,"Native, born in United States",Excellent,62,148,27.1,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,0,0,540,0,0,0,0,0,30,0,810,"$30,000 - $50,000",Boomers (55-73),White only,Excellent,5-5.5 feet,140-160,Associate Degree,,810,0,600,0,0,0,30
+,2022,2.02207E+13,4792,West,Alaska,17500,"House, apartment, flat",1,1,10451128,71,Male,White only,Divorced,"Native, born in United States",Good,77,266,31.5,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),Has vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,120,0,0,450,0,525,0,0,345,0,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Good,6-6.5 feet,200-300,Graduated High School,,0,450,645,345,0,0,0
+,2022,2.02207E+13,4793,South,Tennessee,125000,"House, apartment, flat",1,1,20310601,43,Male,White only,Married - spouse present,"Native, born in United States",Fair,71,260,36.3,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,0,0,0,470,0,690,0,0,180,0,0,40,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Fair,5.5-6 feet,200-300,Graduated High School,,0,470,690,180,0,0,100
+,2022,2.02207E+13,4794,South,North Carolina,17500,Mobile home or trailer with no permanent room added,1,1,16913194,60,Female,White only,Married - spouse present,"Native, born in United States",Good,64,140,24,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,570,0,30,0,0,295,0,360,0,0,155,0,0,30,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Good,5-5.5 feet,140-160,Some College,,0,295,390,155,0,0,600
+,2022,2.02207E+13,4795,West,California,27500,"House, apartment, flat",1,1,10368926,71,Female,White only,Widowed,"Foreign born, U.S. citizen by naturalization",Fair,62,140,25.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,0,0,165,0,525,60,0,555,0,0,60,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Fair,5-5.5 feet,140-160,Bachelor's Degree,,0,165,660,555,0,0,60
+,2022,2.02207E+13,4796,Midwest,Nebraska,32500,"House, apartment, flat",1,1,8539218,65,Female,White only,Married - spouse present,"Native, born in United States",Good,63,140,24.8,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,150,0,30,0,0,105,0,525,0,0,630,0,0,0,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Good,5-5.5 feet,140-160,Associate Degree,,0,105,555,630,0,0,150
+,2022,2.02207E+13,4797,West,Colorado,200000,"House, apartment, flat",1,1,19751593,29,Male,White only,Never married,"Native, born in United States",Good,69,299,44.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,2,65,0,0,90,0,518,0,0,120,60,0,20,60,505,"$150,000 and over",Millennials (23-38),White only,Good,5.5-6 feet,200-300,Bachelor's Degree,,505,90,583,180,0,60,22
+,2022,2.02207E+13,4798,West,Washington,27500,"House, apartment, flat",1,1,21027242,38,Male,White-Black,Never married,"Native, born in United States",Good,73,175,23.1,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,30,0,150,0,0,165,0,360,0,0,555,0,150,0,0,0,"$10,000 - $30,000",Generation X (39-54),Mixed,Good,6-6.5 feet,160-180,Graduated High School,,0,165,510,555,0,0,180
+,2022,2.02207E+13,4799,West,Arizona,17500,"House, apartment, flat",1,1,25556534,43,Male,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Good,67,190,29.8,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,80,0,30,70,0,0,150,0,485,0,0,60,0,0,80,0,485,"$10,000 - $30,000",Generation X (39-54),White only,Good,5.5-6 feet,180-200,Graduated High School,,485,150,555,60,0,0,190
+,2022,2.02207E+13,4800,South,Mississippi,200000,"House, apartment, flat",1,1,5106259,56,Male,White only,Married - spouse present,"Native, born in United States",Very good,68,190,28.9,Some college but no degree,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,70,0,470,0,45,20,0,0,105,400,210,"$150,000 and over",Boomers (55-73),White only,Very good,5.5-6 feet,180-200,Some College,,210,70,590,65,0,400,105
+,2022,2.02207E+13,4801,West,New Mexico,67500,"House, apartment, flat",1,1,6734840,76,Female,White only,Widowed,"Native, born in United States",Very good,63,115,20.4,Some college but no degree,College--three years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,65,120,0,159,0,600,0,0,421,0,0,30,0,0,"$50,000 - $75,000",Silent (74-91),White only,Very good,5-5.5 feet,100-120,Some College,,0,159,665,421,120,0,30
+,2022,2.02207E+13,4802,South,Arkansas,22500,"House, apartment, flat",1,1,2954709,80,Female,White only,Widowed,"Native, born in United States",Good,64,165,28.3,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,10,0,30,0,0,70,0,720,0,0,465,0,45,100,0,0,"$10,000 - $30,000",Silent (74-91),White only,Good,5-5.5 feet,160-180,Graduated High School,,0,70,750,465,0,0,155
+,2022,2.02207E+13,4803,Northeast,New Hampshire,200000,"House, apartment, flat",1,1,15461308,50,Male,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Excellent,67,200,31.3,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,35,0,510,0,0,85,0,0,60,0,720,"$150,000 and over",Generation X (39-54),White only,Excellent,5.5-6 feet,200-300,Graduated High School,,720,35,540,85,0,0,60
+,2022,2.02207E+13,4804,Midwest,Kansas,125000,"House, apartment, flat",1,1,9775774,34,Male,Asian only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Very good,73,180,23.7,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,0,0,0,0,0,660,0,0,220,60,0,55,0,415,"$100,000 - $150,000",Millennials (23-38),Asian only,Very good,6-6.5 feet,180-200,Some College,,415,0,660,280,0,0,85
+,2022,2.02207E+13,4805,Northeast,New Jersey,200000,"House, apartment, flat",1,1,20698969,58,Male,White only,Never married,"Native, born in United States",Excellent,67,141,22.1,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,180,0,0,5,0,470,0,0,225,45,0,90,0,425,"$150,000 and over",Boomers (55-73),White only,Excellent,5.5-6 feet,140-160,Master's or Doctoral Degree,,425,5,650,270,0,0,90
+,2022,2.02207E+13,4806,West,California,45000,"House, apartment, flat",1,1,21566354,22,Male,White only,Never married,"Native, born in United States",Fair,66,168,27.1,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,5,0,20,0,0,190,0,810,0,0,345,0,50,20,0,0,"$30,000 - $50,000",Millennials (23-38),White only,Fair,5.5-6 feet,160-180,Graduated High School,,0,190,830,345,0,0,75
+,2022,2.02207E+13,4807,West,California,125000,"House, apartment, flat",1,1,12599373,23,Male,Black only,Never married,"Native, born in United States",Excellent,72,173,23.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,27,70,0,0,17,0,568,0,0,360,60,0,38,0,300,"$100,000 - $150,000",Millennials (23-38),Black only,Excellent,6-6.5 feet,160-180,Bachelor's Degree,,300,17,638,420,0,0,65
+,2022,2.02207E+13,4808,Midwest,Illinois,87500,"House, apartment, flat",1,1,6671580,59,Male,Black only,Never married,"Native, born in United States",Very good,69,162,23.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,100,0,0,2,0,663,0,0,615,0,0,30,0,0,"$75,000 - $100,000",Boomers (55-73),Black only,Very good,5.5-6 feet,160-180,Bachelor's Degree,,0,2,763,615,0,0,60
+,2022,2.02207E+13,4809,West,California,87500,"House, apartment, flat",1,1,5226958,49,Male,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Very good,67,180,28.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,30,0,0,0,0,990,0,0,340,0,0,20,0,0,"$75,000 - $100,000",Generation X (39-54),White only,Very good,5.5-6 feet,180-200,Bachelor's Degree,,0,0,1020,340,0,0,80
+,2022,2.02207E+13,4810,West,California,45000,"House, apartment, flat",1,1,16136655,23,Male,White only,Never married,"Native, born in United States",Good,73,190,25.1,High school graduate - diploma,Twelfth grade,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,30,0,570,0,0,690,0,0,60,0,0,"$30,000 - $50,000",Millennials (23-38),White only,Good,6-6.5 feet,180-200,Graduated High School,,0,30,660,690,0,0,60
+,2022,2.02207E+13,4811,West,California,200000,"House, apartment, flat",1,1,19756194,49,Male,White only,Married - spouse present,"Native, born in United States",Very good,72,196,26.6,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,15,0,0,10,0,1260,0,0,155,0,0,0,0,0,"$150,000 and over",Generation X (39-54),White only,Very good,6-6.5 feet,180-200,Master's or Doctoral Degree,,0,10,1275,155,0,0,0
+,2022,2.02207E+13,4812,Northeast,Connecticut,67500,"House, apartment, flat",1,1,4529559,61,Female,White only,Divorced,"Native, born in United States",Very good,66,150,24.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,26,0,569,0,0,255,0,0,40,0,460,"$50,000 - $75,000",Boomers (55-73),White only,Very good,5.5-6 feet,140-160,Bachelor's Degree,,460,26,659,255,0,0,40
+,2022,2.02207E+13,4813,South,Maryland,125000,"House, apartment, flat",1,1,4794319,58,Female,Black only,Divorced,"Native, born in United States",Excellent,63,175,31,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,100,20,0,0,370,0,495,0,0,360,0,45,50,0,0,"$100,000 - $150,000",Boomers (55-73),Black only,Excellent,5-5.5 feet,160-180,Bachelor's Degree,,0,370,515,360,0,0,195
+,2022,2.02207E+13,4814,West,California,32500,"House, apartment, flat",1,1,13260180,52,Female,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",NIU (Not in universe),,9999,999,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,60,120,195,0,0,165,0,615,0,80,95,0,0,110,0,0,"$30,000 - $50,000",Generation X (39-54),White only,"Other (Refused, Dont know, NIU)",,>300,Some College,,0,165,810,175,0,0,290
+,2022,2.02207E+13,4815,South,Alabama,27500,"House, apartment, flat",1,1,14150838,45,Male,White only,Divorced,"Native, born in United States",Very good,69,175,25.8,10th grade,Tenth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,55,0,0,65,0,510,0,0,50,30,0,130,0,600,"$10,000 - $30,000",Generation X (39-54),White only,Very good,5.5-6 feet,160-180,Some High School,,600,65,565,80,0,0,130
+,2022,2.02207E+13,4816,South,Virginia,45000,"House, apartment, flat",1,1,5535312,69,Male,Black only,Married - spouse present,"Native, born in United States",Good,73,170,22.4,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,240,0,55,0,0,163,0,655,0,0,240,0,70,17,0,0,"$30,000 - $50,000",Boomers (55-73),Black only,Good,6-6.5 feet,160-180,Master's or Doctoral Degree,,0,163,710,240,0,0,327
+,2022,2.02207E+13,4817,Midwest,Minnesota,125000,"House, apartment, flat",1,1,5415097,78,Female,White only,Married - spouse present,"Native, born in United States",Very good,64,137,23.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,5,15,165,0,0,15,0,595,0,90,273,0,0,282,0,0,"$100,000 - $150,000",Silent (74-91),White only,Very good,5-5.5 feet,120-140,Bachelor's Degree,,0,15,760,363,0,0,302
+,2022,2.02207E+13,4818,Midwest,Iowa,87500,"House, apartment, flat",1,1,3138208,65,Male,White only,Married - spouse present,"Native, born in United States",Good,70,215,30.8,Some college but no degree,College--two years,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,410,0,585,0,80,285,0,0,20,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Some College,,0,410,645,365,0,0,20
+,2022,2.02207E+13,4819,West,California,125000,"House, apartment, flat",1,1,14949516,66,Male,White only,Divorced,"Foreign born, not a U.S. citizen",Good,68,198,30.1,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,485,0,540,0,0,335,0,0,50,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Good,5.5-6 feet,180-200,Graduated High School,,0,485,570,335,0,0,50
+,2022,2.02207E+13,4820,South,Kentucky,17500,"House, apartment, flat",1,1,5599550,64,Female,White only,Married - spouse present,"Native, born in United States",Fair,65,150,25,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,420,0,750,0,0,180,0,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Fair,5-5.5 feet,140-160,Associate Degree,,0,420,840,180,0,0,0
+,2022,2.02207E+13,4821,Northeast,New York,6250,"House, apartment, flat",1,1,7849391,42,Male,Asian only,Separated,"Foreign born, not a U.S. citizen",Refused,,9996,998,"1st, 2nd, 3rd, or 4th grade",First through fourth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,60,0,0,80,0,0,225,0,555,0,0,320,0,0,80,0,0,"Less than $10,000",Generation X (39-54),Asian only,"Other (Refused, Dont know, NIU)",,>300,Middle School or Less,,0,225,635,320,0,0,140
+,2022,2.02207E+13,4822,South,Texas,125000,"House, apartment, flat",1,1,11033153,75,Female,White only,Never married,"Native, born in United States",Very good,62,125,22.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,90,104,0,0,305,0,310,105,0,120,120,110,43,0,0,"$100,000 - $150,000",Silent (74-91),White only,Very good,5-5.5 feet,120-140,Bachelor's Degree,,0,305,519,240,0,0,243
+,2022,2.02207E+13,4823,West,Washington,87500,"House, apartment, flat",1,1,42225538,22,Female,White only,Never married,"Native, born in United States",Good,68,210,31.9,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,0,0,500,0,0,345,0,0,60,0,490,"$75,000 - $100,000",Millennials (23-38),White only,Good,5.5-6 feet,200-300,Graduated High School,,490,0,545,345,0,0,60
+,2022,2.02207E+13,4824,South,Georgia,67500,"House, apartment, flat",1,1,4420568,37,Female,White only,Never married,"Native, born in United States",Fair,64,205,35.2,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,100,0,0,80,0,0,272,0,838,0,0,150,0,0,0,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Fair,5-5.5 feet,200-300,Some College,,0,272,918,150,0,0,100
+,2022,2.02207E+13,4825,West,Utah,200000,"House, apartment, flat",1,1,8977273,45,Female,White only,Married - spouse present,"Native, born in United States",Very good,67,153,24,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,121,0,45,105,0,0,360,0,515,0,20,139,0,60,0,0,0,"$150,000 and over",Generation X (39-54),White only,Very good,5.5-6 feet,140-160,Master's or Doctoral Degree,,0,360,620,159,0,0,226
+,2022,2.02207E+13,4826,Northeast,Pennsylvania,67500,"House, apartment, flat",1,1,9353923,59,Male,White only,Divorced,"Native, born in United States",Excellent,74,170,21.8,Some college but no degree,College--two years,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,15,0,0,210,0,510,0,0,705,0,0,0,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Excellent,6-6.5 feet,160-180,Some College,,0,210,525,705,0,0,0
+,2022,2.02207E+13,4827,Northeast,Connecticut,55000,"House, apartment, flat",1,1,3274333,69,Female,White only,Divorced,"Native, born in United States",Good,68,205,31.2,Some college but no degree,College--four years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,370,15,60,0,0,0,0,655,0,0,45,0,5,290,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Some College,,0,0,715,45,0,0,680
+,2022,2.02207E+13,4828,Northeast,New York,87500,"House, apartment, flat",1,1,4302922,76,Female,White only,Widowed,"Native, born in United States",Don't know,63,98,17.4,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,40,0,0,50,0,520,0,0,770,0,0,0,0,0,"$75,000 - $100,000",Silent (74-91),White only,"Other (Refused, Dont know, NIU)",5-5.5 feet,<100,Master's or Doctoral Degree,,0,50,560,770,0,0,0
+,2022,2.02207E+13,4829,Northeast,New Hampshire,125000,"House, apartment, flat",1,1,6195245,60,Female,White only,Divorced,"Native, born in United States",Good,67,165,25.8,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,0,0,145,0,585,0,120,330,0,0,10,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Good,5.5-6 feet,160-180,Master's or Doctoral Degree,,0,145,660,450,0,0,10
+,2022,2.02207E+13,4830,South,Texas,32500,"House, apartment, flat",1,1,20821312,78,Male,White only,Married - spouse present,"Native, born in United States",Good,68,160,24.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,18,0,290,0,168,335,0,0,40,559,0,"$30,000 - $50,000",Silent (74-91),White only,Good,5.5-6 feet,160-180,Bachelor's Degree,,0,18,320,503,0,559,40
+,2022,2.02207E+13,4831,South,Florida,37500,"House, apartment, flat",1,1,7106291,32,Male,White only,Divorced,"Foreign born, U.S. citizen by naturalization",Excellent,69,155,22.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,60,0,540,0,0,180,0,60,0,60,420,"$30,000 - $50,000",Millennials (23-38),White only,Excellent,5.5-6 feet,140-160,Bachelor's Degree,,420,60,660,180,0,60,60
+,2022,2.02207E+13,4832,South,Georgia,200000,"House, apartment, flat",1,1,12165457,42,Male,White only,Married - spouse present,"Native, born in United States",Good,70,180,25.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,30,0,13,175,0,0,40,0,695,0,0,0,0,0,50,0,437,"$150,000 and over",Generation X (39-54),White only,Good,5.5-6 feet,180-200,Bachelor's Degree,,437,40,870,0,0,0,93
+,2022,2.02207E+13,4833,South,Texas,200000,"House, apartment, flat",1,1,31806744,42,Male,White only,Married - spouse present,"Native, born in United States",Very good,70,225,32.3,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,40,0,0,0,0,390,0,0,488,0,0,54,0,468,"$150,000 and over",Generation X (39-54),White only,Very good,5.5-6 feet,200-300,Graduated High School,,468,0,430,488,0,0,54
+,2022,2.02207E+13,4834,West,California,87500,"House, apartment, flat",1,1,4205429,68,Female,White only,Widowed,"Native, born in United States",Very good,69,175,25.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,240,0,325,0,0,0,0,535,0,0,310,0,0,30,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Very good,5.5-6 feet,160-180,Bachelor's Degree,,0,0,860,310,0,0,270
+,2022,2.02207E+13,4835,South,West Virginia,200000,"House, apartment, flat",1,1,100503522,18,Male,White only,Never married,"Native, born in United States",Good,71,250,34.9,11th grade,Eleventh grade,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,Has difficulty remembering,0,0,0,105,0,0,185,0,480,0,0,670,0,0,0,0,0,"$150,000 and over",Generation Z (7-22),White only,Good,5.5-6 feet,200-300,Some High School,,0,185,585,670,0,0,0
+,2022,2.02207E+13,4836,Northeast,New Jersey,55000,"House, apartment, flat",1,1,3962234,62,Female,Black only,Never married,"Native, born in United States",Good,64,227,39,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,5,30,75,0,0,20,0,355,0,0,345,0,10,145,0,455,"$50,000 - $75,000",Boomers (55-73),Black only,Good,5-5.5 feet,200-300,Some College,,455,20,430,345,0,0,190
+,2022,2.02207E+13,4837,South,Virginia,45000,"House, apartment, flat",1,1,4273350,73,Female,White only,Widowed,"Native, born in United States",Fair,67,250,39.2,Associate degree - occupational vocational,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,15,0,738,0,0,657,0,0,0,0,0,"$30,000 - $50,000",Silent (74-91),White only,Fair,5.5-6 feet,200-300,Associate Degree,,0,15,768,657,0,0,0
+,2022,2.02207E+13,4838,South,Virginia,87500,"House, apartment, flat",1,1,5381722,80,Male,White only,Married - spouse present,"Native, born in United States",Fair,70,215,30.8,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,50,0,0,0,0,630,0,0,760,0,0,0,0,0,"$75,000 - $100,000",Silent (74-91),White only,Fair,5.5-6 feet,200-300,Some College,,0,0,680,760,0,0,0
+,2022,2.02207E+13,4839,Northeast,New Jersey,27500,"House, apartment, flat",1,1,13143299,41,Male,Black only,Divorced,"Foreign born, not a U.S. citizen",Very good,65,176,29.3,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,70,0,0,145,0,730,0,0,75,0,0,20,0,330,"$10,000 - $30,000",Generation X (39-54),Black only,Very good,5-5.5 feet,160-180,Graduated High School,,330,145,800,75,0,0,20
+,2022,2.02207E+13,4840,South,Arkansas,45000,"House, apartment, flat",1,1,9178907,55,Male,Black only,Married - spouse present,"Native, born in United States",Good,74,270,34.7,Some college but no degree,College--one year,Employed - at work,No,Has vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,25,0,0,180,0,660,0,0,575,0,0,0,0,0,"$30,000 - $50,000",Boomers (55-73),Black only,Good,6-6.5 feet,200-300,Some College,,0,180,685,575,0,0,0
+,2022,2.02207E+13,4841,West,California,87500,"House, apartment, flat",1,1,7586930,53,Female,Black only,Married - spouse present,"Native, born in United States",Very good,59,150,30.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,0,0,520,0,0,850,0,0,40,0,0,"$75,000 - $100,000",Generation X (39-54),Black only,Very good,0-5 feet,140-160,Bachelor's Degree,,0,0,550,850,0,0,40
+,2022,2.02207E+13,4842,West,Washington,55000,"House, apartment, flat",1,1,8972805,22,Female,White only,Never married,"Native, born in United States",Fair,68,140,21.3,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,120,0,0,150,0,690,0,0,333,0,0,87,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Fair,5.5-6 feet,140-160,Graduated High School,,0,150,810,333,0,0,147
+,2022,2.02207E+13,4843,South,Texas,200000,"House, apartment, flat",1,1,9185350,47,Male,White only,Married - spouse present,"Native, born in United States",Excellent,74,200,25.7,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,19,40,0,0,95,0,593,0,0,345,245,0,100,0,3,"$150,000 and over",Generation X (39-54),White only,Excellent,6-6.5 feet,200-300,Master's or Doctoral Degree,,3,95,633,590,0,0,119
+,2022,2.02207E+13,4844,Northeast,New Jersey,32500,"House, apartment, flat",1,1,4626781,65,Male,White only,Married - spouse present,"Native, born in United States",Excellent,74,240,30.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,345,10,90,0,0,0,0,477,0,0,0,0,0,32,0,420,"$30,000 - $50,000",Boomers (55-73),White only,Excellent,6-6.5 feet,200-300,Bachelor's Degree,,420,0,567,0,0,0,387
+,2022,2.02207E+13,4845,South,North Carolina,55000,"House, apartment, flat",1,1,42534149,61,Male,Black only,Married - spouse present,"Native, born in United States",Very good,65,148,24.6,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,15,15,0,0,4,0,630,25,0,671,0,0,80,0,0,"$50,000 - $75,000",Boomers (55-73),Black only,Very good,5-5.5 feet,140-160,Graduated High School,,0,4,670,671,0,0,95
+,2022,2.02207E+13,4846,Midwest,Michigan,125000,"House, apartment, flat",1,1,10967981,27,Female,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Very good,60,150,29.3,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,155,40,0,0,60,0,655,0,0,344,0,0,186,0,0,"$100,000 - $150,000",Millennials (23-38),White only,Very good,5-5.5 feet,140-160,Some College,,0,60,695,344,0,0,341
+,2022,2.02207E+13,4847,South,North Carolina,27500,"House, apartment, flat",1,1,27658840,79,Male,White only,Married - spouse present,"Native, born in United States",Very good,69,190,28.1,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,135,0,0,420,0,570,0,0,245,0,0,60,0,0,"$10,000 - $30,000",Silent (74-91),White only,Very good,5.5-6 feet,180-200,Graduated High School,,0,420,705,245,0,0,70
+,2022,2.02207E+13,4848,Midwest,Ohio,125000,"House, apartment, flat",1,1,6721392,58,Male,White only,Married - spouse present,"Native, born in United States",Excellent,62,140,25.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,30,0,0,120,0,720,0,60,240,0,0,90,0,90,"$100,000 - $150,000",Boomers (55-73),White only,Excellent,5-5.5 feet,140-160,Bachelor's Degree,,90,120,750,300,0,0,150
+,2022,2.02207E+13,4849,South,Tennessee,45000,"House, apartment, flat",1,1,6862998,27,Male,White-Black,Never married,"Native, born in United States",Fair,67,130,20.4,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,112,0,0,45,0,0,145,0,658,0,0,420,0,0,60,0,0,"$30,000 - $50,000",Millennials (23-38),Mixed,Fair,5.5-6 feet,120-140,Some College,,0,145,703,420,0,0,172
+,2022,2.02207E+13,4850,West,Utah,87500,"House, apartment, flat",1,1,4473935,32,Female,White only,Married - spouse present,"Native, born in United States",Very good,65,200,33.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,60,0,5,60,0,0,630,0,555,0,0,120,0,0,10,0,0,"$75,000 - $100,000",Millennials (23-38),White only,Very good,5-5.5 feet,200-300,Bachelor's Degree,,0,630,615,120,0,0,75
+,2022,2.02207E+13,4851,Midwest,Nebraska,200000,"House, apartment, flat",1,1,4761153,56,Male,White only,Married - spouse present,"Native, born in United States",Very good,75,215,26.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,5,105,0,0,20,0,530,0,0,195,240,0,345,0,0,"$150,000 and over",Boomers (55-73),White only,Very good,6-6.5 feet,200-300,Bachelor's Degree,,0,20,635,435,0,0,350
+,2022,2.02207E+13,4852,South,Florida,200000,"House, apartment, flat",1,1,9800740,34,Female,White only,Never married,"Native, born abroad of American parent or parents",Good,68,175,26.6,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,135,230,0,0,70,0,675,0,0,300,0,0,30,0,0,"$150,000 and over",Millennials (23-38),White only,Good,5.5-6 feet,160-180,Associate Degree,,0,70,905,300,0,0,165
+,2022,2.02207E+13,4853,West,Arizona,200000,"House, apartment, flat",1,1,8191769,47,Female,Hawaiian Pacific Islander only,Married - spouse present,"Native, born in Puerto Rico or U.S. Outlying Area",Fair,65,156,26,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,120,0,490,0,0,0,0,0,40,0,790,"$150,000 and over",Generation X (39-54),Hawaiian Pacific Islander only,Fair,5-5.5 feet,140-160,Bachelor's Degree,,790,120,490,0,0,0,40
+,2022,2.02207E+13,4854,South,Texas,27500,"House, apartment, flat",1,1,5619330,70,Male,Asian only,Separated,"Foreign born, not a U.S. citizen",Good,65,166,27.6,Less than 1st grade,Less than first grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,211,16,0,0,0,91,0,760,0,20,120,0,0,105,0,0,"$10,000 - $30,000",Boomers (55-73),Asian only,Good,5-5.5 feet,160-180,Middle School or Less,,0,91,760,140,0,0,332
+,2022,2.02207E+13,4855,South,Florida,125000,"House, apartment, flat",1,1,14211269,38,Female,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Very good,67,175,27.4,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,55,0,0,135,0,0,30,0,590,0,0,70,20,0,70,0,470,"$100,000 - $150,000",Generation X (39-54),White only,Very good,5.5-6 feet,160-180,Master's or Doctoral Degree,,470,30,725,90,0,0,125
+,2022,2.02207E+13,4856,West,Utah,87500,"House, apartment, flat",1,1,18316867,46,Female,White only,Widowed,"Native, born in United States",Good,63,145,25.7,Some college but no degree,Twelfth grade,Employed - at work,No,Has vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,16,0,0,60,0,0,0,0,957,0,0,360,0,0,29,0,3,"$75,000 - $100,000",Generation X (39-54),White only,Good,5-5.5 feet,140-160,Some College,,3,0,1017,360,0,0,45
+,2022,2.02207E+13,4857,Northeast,Pennsylvania,37500,"House, apartment, flat",1,1,5333597,63,Female,White only,Widowed,"Native, born in United States",Very good,63,132,23.4,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,286,0,735,0,0,74,150,0,135,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Very good,5-5.5 feet,120-140,Some College,,0,286,795,224,0,0,135
+,2022,2.02207E+13,4858,Midwest,Indiana,32500,"House, apartment, flat",1,1,14480627,44,Male,White only,Divorced,"Native, born in United States",Good,68,190,28.9,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,45,0,735,0,0,360,180,0,0,0,0,"$30,000 - $50,000",Generation X (39-54),White only,Good,5.5-6 feet,180-200,Graduated High School,,0,45,855,540,0,0,0
+,2022,2.02207E+13,4859,South,Florida,11250,"House, apartment, flat",1,1,10171513,68,Male,White only,Widowed,"Foreign born, not a U.S. citizen",Excellent,63,174,30.8,5th or 6th grade,Fifth through sixth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,190,0,0,0,0,600,0,0,520,0,0,70,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Excellent,5-5.5 feet,160-180,Middle School or Less,,0,0,790,520,0,0,130
+,2022,2.02207E+13,4860,Midwest,Illinois,200000,"House, apartment, flat",1,1,4187920,65,Male,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Very good,73,205,27,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,45,30,0,0,0,0,570,0,0,705,30,0,30,0,0,"$150,000 and over",Boomers (55-73),White only,Very good,6-6.5 feet,200-300,Master's or Doctoral Degree,,0,0,600,735,0,0,75
+,2022,2.02207E+13,4861,South,Tennessee,55000,"House, apartment, flat",1,1,7909086,32,Male,White only,Married - spouse present,"Native, born in United States",Good,72,230,31.2,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,300,0,830,0,0,240,0,0,10,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Good,6-6.5 feet,200-300,Graduated High School,,0,300,890,240,0,0,10
+,2022,2.02207E+13,4862,South,Oklahoma,6250,Mobile home or trailer with no permanent room added,1,1,2798745,38,Female,White only,Widowed,"Native, born in United States",Good,63,215,38.1,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,30,60,240,75,0,0,125,0,615,0,0,258,0,0,37,0,0,"Less than $10,000",Generation X (39-54),White only,Good,5-5.5 feet,200-300,Graduated High School,,0,125,690,258,0,0,367
+,2022,2.02207E+13,4863,West,Colorado,87500,"House, apartment, flat",1,1,9794302,56,Female,Asian only,Divorced,"Foreign born, not a U.S. citizen",Poor,59,132,26.7,10th grade,Tenth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,Has difficulty remembering,120,0,0,90,0,0,30,0,825,0,40,275,60,0,0,0,0,"$75,000 - $100,000",Boomers (55-73),Asian only,Poor,0-5 feet,120-140,Some High School,,0,30,915,375,0,0,120
+,2022,2.02207E+13,4864,South,Texas,87500,"House, apartment, flat",1,1,14950899,55,Male,White only,Married - spouse present,"Native, born in United States",Good,71,235,32.8,Associate degree - occupational vocational,College--two years,Employed - at work,No,No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,45,60,0,0,135,0,480,0,0,105,60,0,115,0,395,"$75,000 - $100,000",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Associate Degree,,395,135,540,165,0,0,160
+,2022,2.02207E+13,4865,South,Texas,125000,"House, apartment, flat",1,1,9381086,26,Female,White only,Married - spouse present,"Native, born in United States",Good,67,230,36,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,160,0,5,70,0,0,245,0,420,0,0,210,0,0,290,0,0,"$100,000 - $150,000",Millennials (23-38),White only,Good,5.5-6 feet,200-300,Bachelor's Degree,,0,245,490,210,0,0,455
+,2022,2.02207E+13,4866,South,Maryland,87500,"House, apartment, flat",1,1,7162704,70,Female,White only,Married - spouse present,"Native, born in United States",Very good,61,120,22.7,Associate degree - occupational vocational,College--three years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,265,0,510,0,0,575,0,0,0,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Very good,5-5.5 feet,120-140,Associate Degree,,0,265,600,575,0,0,0
+,2022,2.02207E+13,4867,Northeast,Rhode Island,125000,"House, apartment, flat",1,1,10039545,58,Male,White only,Divorced,"Native, born in United States",Very good,68,169,25.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,20,0,730,0,0,60,90,0,75,0,405,"$100,000 - $150,000",Boomers (55-73),White only,Very good,5.5-6 feet,160-180,Bachelor's Degree,,405,20,790,150,0,0,75
+,2022,2.02207E+13,4868,Midwest,Nebraska,45000,"House, apartment, flat",1,1,6166945,62,Male,White only,Divorced,"Native, born in United States",Excellent,67,170,26.6,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,40,20,0,0,20,0,450,0,0,890,0,0,20,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Excellent,5.5-6 feet,160-180,Graduated High School,,0,20,470,890,0,0,60
+,2022,2.02207E+13,4869,South,Georgia,55000,"House, apartment, flat",1,1,18607022,71,Female,Black only,Married - spouse present,"Native, born in United States",Very good,65,220,36.6,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,70,0,0,490,0,635,0,0,245,0,0,0,0,0,"$50,000 - $75,000",Boomers (55-73),Black only,Very good,5-5.5 feet,200-300,Graduated High School,,0,490,705,245,0,0,0
+,2022,2.02207E+13,4870,Northeast,Massachusetts,200000,"House, apartment, flat",1,1,15161138,45,Male,White only,Married - spouse present,"Native, born in United States",Very good,73,280,36.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,230,0,0,75,0,600,0,0,0,0,0,60,0,475,"$150,000 and over",Generation X (39-54),White only,Very good,6-6.5 feet,200-300,Bachelor's Degree,,475,75,830,0,0,0,60
+,2022,2.02207E+13,4871,South,Arkansas,67500,"House, apartment, flat",1,1,3324116,75,Male,White only,Married - spouse present,"Native, born in United States",Very good,77,195,23.1,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,70,0,0,23,0,483,0,65,609,115,45,30,0,0,"$50,000 - $75,000",Silent (74-91),White only,Very good,6-6.5 feet,180-200,Master's or Doctoral Degree,,0,23,553,789,0,0,75
+,2022,2.02207E+13,4872,Northeast,New York,125000,"House, apartment, flat",1,1,17131918,62,Female,White only,Married - spouse present,"Native, born in United States",Very good,65,152,25.3,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,180,0,0,630,0,420,0,0,50,0,0,40,0,120,"$100,000 - $150,000",Boomers (55-73),White only,Very good,5-5.5 feet,140-160,Some College,,120,630,600,50,0,0,40
+,2022,2.02207E+13,4873,West,Washington,87500,Mobile home or trailer with no permanent room added,1,1,3452225,75,Female,White-American Indian,Divorced,"Native, born in United States",Good,68,280,42.6,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,30,0,605,0,0,775,0,0,0,0,0,"$75,000 - $100,000",Silent (74-91),Mixed,Good,5.5-6 feet,200-300,Some College,,0,30,635,775,0,0,0
+,2022,2.02207E+13,4874,West,California,125000,"House, apartment, flat",1,1,6647826,63,Male,White only,Married - spouse present,"Native, born in United States",Very good,74,225,28.9,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,150,0,0,270,0,480,0,0,390,0,0,90,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Very good,6-6.5 feet,200-300,Master's or Doctoral Degree,,0,270,630,390,0,0,150
+,2022,2.02207E+13,4875,Midwest,Ohio,27500,"House, apartment, flat",1,1,13465204,62,Male,White only,Divorced,"Native, born in United States",Good,69,280,41.3,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,4,0,60,0,0,270,0,516,0,0,20,0,0,90,0,480,"$10,000 - $30,000",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Graduated High School,,480,270,576,20,0,0,94
+,2022,2.02207E+13,4876,Midwest,Minnesota,17500,"House, apartment, flat",1,1,4580019,77,Female,White only,Divorced,"Native, born in United States",Very good,62,180,32.9,12th grade - no diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,45,0,60,0,0,490,0,545,0,0,300,0,0,0,0,0,"$10,000 - $30,000",Silent (74-91),White only,Very good,5-5.5 feet,180-200,Some High School,,0,490,605,300,0,0,45
+,2022,2.02207E+13,4877,Northeast,Massachusetts,8750,"House, apartment, flat",1,1,3751251,69,Male,Asian only,Never married,"Foreign born, U.S. citizen by naturalization",NIU (Not in universe),,9999,999,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,135,0,0,135,0,670,0,80,180,60,15,95,10,0,"Less than $10,000",Boomers (55-73),Asian only,"Other (Refused, Dont know, NIU)",,>300,Graduated High School,,0,135,805,320,0,10,170
+,2022,2.02207E+13,4878,South,Maryland,200000,"House, apartment, flat",1,1,9413781,48,Female,White only,Married - spouse present,"Native, born in United States",Good,64,204,35,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,45,60,0,0,300,0,690,0,0,300,0,0,45,0,0,"$150,000 and over",Generation X (39-54),White only,Good,5-5.5 feet,200-300,Master's or Doctoral Degree,,0,300,750,300,0,0,90
+,2022,2.02207E+13,4879,South,Florida,55000,"House, apartment, flat",1,1,18930465,23,Female,White only,Never married,"Native, born in United States",Excellent,59,105,21.2,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,170,0,0,0,0,660,0,0,530,60,0,20,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Excellent,0-5 feet,100-120,Master's or Doctoral Degree,,0,0,830,590,0,0,20
+,2022,2.02207E+13,4880,South,Virginia,87500,"House, apartment, flat",1,1,19150399,72,Female,White only,Married - spouse present,"Native, born in United States",Very good,63,115,20.4,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,275,0,570,0,15,490,0,0,0,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Very good,5-5.5 feet,100-120,Graduated High School,,0,275,660,505,0,0,0
+,2022,2.02207E+13,4881,Northeast,New York,17500,"House, apartment, flat",1,1,5265489,55,Female,Black only,Never married,"Native, born in United States",Good,67,150,23.5,12th grade - no diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,20,0,0,45,0,480,0,0,585,0,0,15,0,295,"$10,000 - $30,000",Boomers (55-73),Black only,Good,5.5-6 feet,140-160,Some High School,,295,45,500,585,0,0,15
+,2022,2.02207E+13,4882,Midwest,Indiana,87500,"House, apartment, flat",1,1,8675922,60,Male,White only,Married - spouse present,"Native, born in United States",Very good,70,185,26.5,Some college but no degree,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,80,0,0,0,0,651,0,60,320,210,0,119,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Very good,5.5-6 feet,180-200,Some College,,0,0,731,590,0,0,119
+,2022,2.02207E+13,4883,West,Washington,200000,"House, apartment, flat",1,1,11248211,65,Male,White only,Married - spouse present,"Native, born in United States",Good,69,185,27.3,Associate degree - academic program,College--three years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,0,0,390,0,0,325,0,0,230,0,465,"$150,000 and over",Boomers (55-73),White only,Good,5.5-6 feet,180-200,Associate Degree,,465,0,420,325,0,0,230
+,2022,2.02207E+13,4884,West,California,87500,"House, apartment, flat",1,1,6653801,63,Male,White only,Married - spouse present,"Native, born in United States",Very good,68,180,27.4,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,80,0,0,170,0,560,0,75,240,70,0,65,180,0,"$75,000 - $100,000",Boomers (55-73),White only,Very good,5.5-6 feet,180-200,Associate Degree,,0,170,640,385,0,180,65
+,2022,2.02207E+13,4885,South,Florida,87500,"House, apartment, flat",1,1,5622658,68,Female,Black only,Married - spouse present,"Native, born in United States",Good,64,200,34.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,150,0,780,0,180,270,0,0,0,0,0,"$75,000 - $100,000",Boomers (55-73),Black only,Good,5-5.5 feet,200-300,Bachelor's Degree,,0,150,840,450,0,0,0
+,2022,2.02207E+13,4886,South,West Virginia,67500,"House, apartment, flat",1,1,3795871,79,Female,White only,Married - spouse present,"Native, born in United States",Good,64,175,30,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,205,20,0,0,15,0,560,0,0,550,0,0,90,0,0,"$50,000 - $75,000",Silent (74-91),White only,Good,5-5.5 feet,160-180,Master's or Doctoral Degree,,0,15,580,550,0,0,295
+,2022,2.02207E+13,4887,Midwest,Indiana,13750,"House, apartment, flat",1,1,13025008,62,Male,White only,Married - spouse present,"Native, born in United States",Very good,65,147,24.5,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,200,0,0,105,0,539,0,0,100,20,0,56,240,180,"$10,000 - $30,000",Boomers (55-73),White only,Very good,5-5.5 feet,140-160,Master's or Doctoral Degree,,180,105,739,120,0,240,56
+,2022,2.02207E+13,4888,South,Maryland,200000,"House, apartment, flat",1,1,11188019,65,Female,Asian only,Married - spouse present,"Foreign born, not a U.S. citizen",Very good,62,120,21.9,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,165,0,525,0,0,60,60,0,0,0,510,"$150,000 and over",Boomers (55-73),Asian only,Very good,5-5.5 feet,120-140,Master's or Doctoral Degree,,510,165,645,120,0,0,0
+,2022,2.02207E+13,4889,South,Mississippi,13750,"House, apartment, flat",1,1,3659108,61,Female,Black only,Never married,"Native, born in United States",Poor,56,260,58.3,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,25,0,0,50,0,425,0,0,940,0,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),Black only,Poor,0-5 feet,200-300,Graduated High School,,0,50,450,940,0,0,0
+,2022,2.02207E+13,4890,South,Kentucky,27500,"House, apartment, flat",1,1,6620699,80,Female,Black only,Widowed,"Native, born in United States",Fair,59,182,36.8,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,165,0,465,0,60,720,0,0,0,0,0,"$10,000 - $30,000",Silent (74-91),Black only,Fair,0-5 feet,180-200,Graduated High School,,0,165,495,780,0,0,0
+,2022,2.02207E+13,4891,Midwest,Illinois,67500,"House, apartment, flat",1,1,16386160,80,Female,White only,Married - spouse present,"Native, born in United States",Good,62,200,36.6,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,15,100,37,90,0,0,112,0,587,10,0,276,0,60,153,0,0,"$50,000 - $75,000",Silent (74-91),White only,Good,5-5.5 feet,200-300,Graduated High School,,0,112,687,276,0,0,365
+,2022,2.02207E+13,4892,West,Washington,55000,"House, apartment, flat",1,1,7937864,68,Female,White only,Never married,"Native, born in United States",Good,68,230,35,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,40,0,0,80,0,570,0,0,630,0,120,0,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Some College,,0,80,610,630,0,0,120
+,2022,2.02207E+13,4893,Midwest,Missouri,125000,"House, apartment, flat",1,1,11827893,46,Female,White only,Married - spouse present,"Native, born in United States",Good,62,195,35.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,90,0,495,0,0,150,0,0,0,0,645,"$100,000 - $150,000",Generation X (39-54),White only,Good,5-5.5 feet,180-200,Bachelor's Degree,,645,90,555,150,0,0,0
+,2022,2.02207E+13,4894,West,Idaho,6250,"House, apartment, flat",1,1,10912210,68,Female,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Good,64,120,20.6,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,150,0,0,180,0,660,60,0,330,0,0,60,0,0,"Less than $10,000",Boomers (55-73),White only,Good,5-5.5 feet,120-140,Graduated High School,,0,180,870,330,0,0,60
+,2022,2.02207E+13,4895,Midwest,Minnesota,67500,"House, apartment, flat",1,1,2876920,68,Male,White only,Widowed,"Native, born in United States",Fair,68,250,38,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,0,0,660,0,0,660,0,0,0,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Fair,5.5-6 feet,200-300,Bachelor's Degree,,0,0,780,660,0,0,0
+,2022,2.02207E+13,4896,South,South Carolina,17500,"House, apartment, flat",1,1,7581610,51,Female,Black only,Never married,"Native, born in United States",Very good,69,155,22.9,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,90,70,0,0,370,0,660,0,0,190,0,0,60,0,0,"$10,000 - $30,000",Generation X (39-54),Black only,Very good,5.5-6 feet,140-160,Some College,,0,370,730,190,0,0,150
+,2022,2.02207E+13,4897,West,California,200000,"House, apartment, flat",1,1,14523967,44,Female,White only,Married - spouse present,"Native, born in United States",Excellent,65,145,24.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,20,2,60,60,0,0,175,0,530,5,0,45,40,0,140,363,0,"$150,000 and over",Generation X (39-54),White only,Excellent,5-5.5 feet,140-160,Bachelor's Degree,,0,175,595,85,0,363,222
+,2022,2.02207E+13,4898,West,California,37500,"House, apartment, flat",1,1,18598316,45,Female,Black only,Married - spouse absent,"Foreign born, not a U.S. citizen",Fair,64,160,27.5,5th or 6th grade,Fifth through sixth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,300,0,0,0,390,0,570,0,0,0,0,0,180,0,0,"$30,000 - $50,000",Generation X (39-54),Black only,Fair,5-5.5 feet,160-180,Middle School or Less,,0,390,570,0,0,0,480
+,2022,2.02207E+13,4899,West,Washington,200000,"House, apartment, flat",1,1,26632703,15,Female,White only,Never married,"Native, born in United States",Excellent,64,120,20.6,10th grade,Tenth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,20,50,0,0,30,0,590,240,0,100,0,0,410,0,0,"$150,000 and over",Generation Z (7-22),White only,Excellent,5-5.5 feet,120-140,Some High School,,0,30,880,100,0,0,430
+,2022,2.02207E+13,4900,South,Tennessee,87500,"House, apartment, flat",1,1,12678185,42,Male,White only,Married - spouse present,"Native, born in United States",Very good,70,215,30.8,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,60,0,0,340,0,520,0,0,400,0,0,30,0,30,"$75,000 - $100,000",Generation X (39-54),White only,Very good,5.5-6 feet,200-300,Master's or Doctoral Degree,,30,340,580,400,0,0,90
+,2022,2.02207E+13,4901,South,Louisiana,45000,"House, apartment, flat",1,1,9124234,58,Female,White only,Widowed,"Native, born in United States",Good,67,175,27.4,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,90,0,625,0,0,105,0,0,50,0,525,"$30,000 - $50,000",Boomers (55-73),White only,Good,5.5-6 feet,160-180,Some College,,525,90,670,105,0,0,50
+,2022,2.02207E+13,4902,South,West Virginia,45000,"House, apartment, flat",1,1,11147818,73,Female,White only,Married - spouse present,"Native, born in United States",Very good,59,180,36.4,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,45,0,40,70,0,0,50,20,585,10,0,540,0,0,80,0,0,"$30,000 - $50,000",Silent (74-91),White only,Very good,0-5 feet,180-200,Associate Degree,,0,70,665,540,0,0,165
+,2022,2.02207E+13,4903,South,Virginia,87500,"House, apartment, flat",1,1,4860778,56,Male,White only,Divorced,"Native, born in United States",Very good,72,105,14.2,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,20,45,0,77,0,737,0,0,221,60,20,130,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Very good,6-6.5 feet,100-120,Associate Degree,,0,77,757,281,45,0,160
+,2022,2.02207E+13,4904,West,New Mexico,87500,"House, apartment, flat",1,1,9804775,61,Male,White only,Married - spouse present,"Native, born in United States",Very good,75,175,21.9,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,65,0,0,20,0,465,0,0,380,0,0,80,0,430,"$75,000 - $100,000",Boomers (55-73),White only,Very good,6-6.5 feet,160-180,Master's or Doctoral Degree,,430,20,530,380,0,0,80
+,2022,2.02207E+13,4905,South,Delaware,200000,"House, apartment, flat",1,1,12456789,15,Female,White only,Never married,"Native, born in United States",Very good,67,150,23.5,9th grade,Ninth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,50,0,0,40,0,708,0,0,80,180,0,8,0,374,"$150,000 and over",Generation Z (7-22),White only,Very good,5.5-6 feet,140-160,Some High School,,374,40,758,260,0,0,8
+,2022,2.02207E+13,4906,Northeast,Pennsylvania,67500,"House, apartment, flat",1,1,8754469,68,Male,White only,Divorced,"Native, born in United States",Good,71,260,36.3,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,0,0,1110,0,0,240,0,0,0,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Some College,,0,0,1200,240,0,0,0
+,2022,2.02207E+13,4907,Midwest,Illinois,125000,"House, apartment, flat",1,1,15111233,43,Male,White only,Married - spouse present,"Native, born in United States",Excellent,70,200,28.7,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,33,0,0,41,0,540,0,0,726,0,0,40,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Excellent,5.5-6 feet,200-300,Graduated High School,,0,41,573,726,0,0,100
+,2022,2.02207E+13,4908,Midwest,Illinois,27500,"House, apartment, flat",1,1,11174603,32,Male,White only,Never married,"Foreign born, not a U.S. citizen",Very good,69,165,24.4,"1st, 2nd, 3rd, or 4th grade",First through fourth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,160,60,0,85,0,575,0,0,455,0,0,105,0,0,"$10,000 - $30,000",Millennials (23-38),White only,Very good,5.5-6 feet,160-180,Middle School or Less,,0,85,735,455,60,0,105
+,2022,2.02207E+13,4909,Midwest,Illinois,200000,"House, apartment, flat",1,1,18412360,78,Male,White only,Married - spouse present,"Native, born in United States",Good,70,183,26.3,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,No,Has vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,130,0,0,41,0,528,0,0,125,126,0,0,0,490,"$150,000 and over",Silent (74-91),White only,Good,5.5-6 feet,180-200,Master's or Doctoral Degree,,490,41,658,251,0,0,0
+,2022,2.02207E+13,4910,Midwest,Minnesota,87500,"House, apartment, flat",1,1,6397555,60,Male,White only,Married - spouse present,"Native, born in United States",Good,68,200,30.4,Associate degree - occupational vocational,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,215,0,0,190,0,660,0,0,340,0,0,35,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Associate Degree,,0,190,875,340,0,0,35
+,2022,2.02207E+13,4911,South,Tennessee,87500,"House, apartment, flat",1,1,14249251,26,Male,Black only,Never married,"Native, born in United States",Excellent,73,205,27,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,0,0,380,0,0,450,0,0,70,0,510,"$75,000 - $100,000",Millennials (23-38),Black only,Excellent,6-6.5 feet,200-300,Some College,,510,0,410,450,0,0,70
+,2022,2.02207E+13,4912,South,South Carolina,17500,"House, apartment, flat",1,1,28181388,26,Female,White only,Never married,"Native, born in United States",NIU (Not in universe),,9999,999,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,95,0,0,190,0,510,0,0,180,0,0,0,0,465,"$10,000 - $30,000",Millennials (23-38),White only,"Other (Refused, Dont know, NIU)",,>300,Graduated High School,,465,190,605,180,0,0,0
+,2022,2.02207E+13,4913,Midwest,Ohio,67500,"House, apartment, flat",1,1,2839984,66,Female,Black only,Divorced,"Native, born in United States",Very good,66,165,26.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,40,0,0,185,0,760,0,0,405,0,0,20,0,0,"$50,000 - $75,000",Boomers (55-73),Black only,Very good,5.5-6 feet,160-180,Bachelor's Degree,,0,185,800,405,0,0,50
+,2022,2.02207E+13,4914,South,Texas,32500,"House, apartment, flat",1,1,8696404,34,Male,White only,Separated,"Foreign born, not a U.S. citizen",Excellent,69,194,28.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,35,0,0,30,0,530,0,0,225,110,0,45,0,465,"$30,000 - $50,000",Millennials (23-38),White only,Excellent,5.5-6 feet,180-200,Bachelor's Degree,,465,30,565,335,0,0,45
+,2022,2.02208E+13,4915,West,Washington,200000,"House, apartment, flat",1,1,11402746,33,Male,Asian only,Married - spouse present,"Foreign born, not a U.S. citizen",Fair,67,180,28.2,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,120,0,0,60,0,0,30,0,630,0,0,90,0,0,0,0,510,"$150,000 and over",Millennials (23-38),Asian only,Fair,5.5-6 feet,180-200,Master's or Doctoral Degree,,510,30,690,90,0,0,120
+,2022,2.02208E+13,4916,South,North Carolina,2500,Mobile home or trailer with no permanent room added,1,1,12249224,17,Female,White only,Never married,"Foreign born, not a U.S. citizen",Fair,63,9996,998,9th grade,Ninth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,120,540,0,30,0,0,0,0,660,0,0,30,0,0,60,0,0,"Less than $10,000",Generation Z (7-22),White only,Fair,5-5.5 feet,>300,Some High School,,0,0,690,30,0,0,720
+,2022,2.02208E+13,4917,Midwest,Missouri,87500,"House, apartment, flat",1,1,20192382,25,Male,White only,Never married,"Native, born in United States",Good,74,220,28.2,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,165,0,0,0,0,450,0,0,255,0,0,90,0,450,"$75,000 - $100,000",Millennials (23-38),White only,Good,6-6.5 feet,200-300,Some College,,450,0,615,255,0,0,90
+,2022,2.02208E+13,4918,Midwest,South Dakota,67500,Mobile home or trailer with 1 or more rooms added,1,1,5011225,48,Male,White only,Married - spouse present,"Native, born in United States",Very good,69,145,21.4,High school graduate - GED,Ninth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,20,0,24,10,0,0,90,0,446,0,0,175,270,0,60,0,345,"$50,000 - $75,000",Generation X (39-54),White only,Very good,5.5-6 feet,140-160,Graduated High School,,345,90,456,445,0,0,104
+,2022,2.02208E+13,4919,Northeast,New Jersey,55000,"House, apartment, flat",1,1,54302099,73,Male,Black only,Never married,"Native, born in United States",Good,71,180,25.1,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,95,0,600,0,0,682,0,3,0,0,0,"$50,000 - $75,000",Silent (74-91),Black only,Good,5.5-6 feet,180-200,Graduated High School,,0,95,660,682,0,0,3
+,2022,2.02208E+13,4920,South,Florida,67500,"House, apartment, flat",1,1,10897075,44,Male,White only,Married - spouse present,"Native, born in United States",Good,68,190,28.9,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,90,70,45,0,145,0,620,0,0,90,0,0,80,0,300,"$50,000 - $75,000",Generation X (39-54),White only,Good,5.5-6 feet,180-200,Some College,,300,145,690,90,45,0,170
+,2022,2.02208E+13,4921,South,North Carolina,67500,"House, apartment, flat",1,1,4265783,80,Female,Black only,Widowed,"Native, born in United States",Poor,60,98,19.1,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,150,60,0,0,0,0,570,0,0,625,0,0,35,0,0,"$50,000 - $75,000",Silent (74-91),Black only,Poor,5-5.5 feet,<100,Graduated High School,,0,0,630,625,0,0,185
+,2022,2.02208E+13,4922,Northeast,New Jersey,125000,"House, apartment, flat",1,1,34644418,51,Male,Asian only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Fair,65,185,30.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,90,0,705,0,0,0,0,0,15,0,600,"$100,000 - $150,000",Generation X (39-54),Asian only,Fair,5-5.5 feet,180-200,Bachelor's Degree,,600,90,735,0,0,0,15
+,2022,2.02208E+13,4923,Midwest,Illinois,67500,"House, apartment, flat",1,1,6303875,48,Male,Black only,Never married,"Native, born in United States",Very good,69,185,27.3,Some college but no degree,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,50,0,0,285,0,715,0,0,315,0,45,0,0,30,"$50,000 - $75,000",Generation X (39-54),Black only,Very good,5.5-6 feet,180-200,Some College,,30,285,765,315,0,0,45
+,2022,2.02208E+13,4924,South,Maryland,87500,"House, apartment, flat",1,1,32089437,24,Female,Asian only,Never married,"Foreign born, U.S. citizen by naturalization",Good,64,145,24.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,280,0,60,30,0,0,110,0,390,0,0,360,0,0,90,0,0,"$75,000 - $100,000",Millennials (23-38),Asian only,Good,5-5.5 feet,140-160,Bachelor's Degree,,0,110,420,360,0,0,430
+,2022,2.02208E+13,4925,Midwest,Illinois,11250,"House, apartment, flat",1,1,6234371,68,Female,Black only,Divorced,"Native, born in United States",Good,61,139,26.3,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,120,77,20,115,0,0,164,0,765,5,0,90,0,0,40,44,0,"$10,000 - $30,000",Boomers (55-73),Black only,Good,5-5.5 feet,120-140,Some College,,0,164,885,90,0,44,257
+,2022,2.02208E+13,4926,South,Texas,37500,"House, apartment, flat",1,1,17280523,55,Male,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Fair,63,217,38.4,7th or 8th grade,Seventh through eighth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,660,0,570,0,0,150,0,0,0,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Fair,5-5.5 feet,200-300,Middle School or Less,,0,660,630,150,0,0,0
+,2022,2.02208E+13,4927,West,California,27500,"House, apartment, flat",1,1,9467734,28,Male,White only,Separated,"Native, born in United States",Very good,71,205,28.6,Some college but no degree,College--three years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,712,30,3,0,0,35,0,560,0,0,30,60,0,10,0,0,"$10,000 - $30,000",Millennials (23-38),White only,Very good,5.5-6 feet,200-300,Some College,,0,35,563,90,0,0,752
+,2022,2.02208E+13,4928,Midwest,Indiana,45000,"House, apartment, flat",1,1,13506743,32,Female,Black only,Never married,"Native, born in United States",Very good,69,173,25.5,High school graduate - diploma,Twelfth grade,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,120,0,0,135,0,0,150,0,540,0,0,450,0,0,45,0,0,"$30,000 - $50,000",Millennials (23-38),Black only,Very good,5.5-6 feet,160-180,Graduated High School,,0,150,675,450,0,0,165
+,2022,2.02208E+13,4929,South,Florida,67500,"House, apartment, flat",1,1,16219871,48,Female,White only,Married - spouse present,"Native, born in United States",Fair,59,172,34.7,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,125,0,60,0,0,110,0,802,0,120,60,0,20,43,100,0,"$50,000 - $75,000",Generation X (39-54),White only,Fair,0-5 feet,160-180,Graduated High School,,0,110,862,180,0,100,188
+,2022,2.02208E+13,4930,West,Oregon,125000,"House, apartment, flat",1,1,4976241,35,Female,White only,Married - spouse present,"Native, born in United States",Good,67,200,31.3,Associate degree - academic program,College--four years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,25,91,0,0,480,0,660,0,0,180,0,0,4,0,0,"$100,000 - $150,000",Millennials (23-38),White only,Good,5.5-6 feet,200-300,Associate Degree,,0,480,751,180,0,0,29
+,2022,2.02208E+13,4931,Northeast,Pennsylvania,200000,"House, apartment, flat",1,1,15291408,47,Male,White only,Divorced,"Native, born in United States",Very good,70,200,28.7,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,80,0,0,125,0,360,0,0,120,45,0,20,30,660,"$150,000 and over",Generation X (39-54),White only,Very good,5.5-6 feet,200-300,Master's or Doctoral Degree,,660,125,440,165,0,30,20
+,2022,2.02208E+13,4932,Northeast,New York,55000,"House, apartment, flat",1,1,12857794,54,Male,White only,Separated,"Native, born in United States",Excellent,70,160,23,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,55,0,0,26,0,545,0,0,250,45,0,27,0,492,"$50,000 - $75,000",Boomers (55-73),White only,Excellent,5.5-6 feet,160-180,Associate Degree,,492,26,600,295,0,0,27
+,2022,2.02208E+13,4933,South,Florida,67500,"House, apartment, flat",1,1,32900753,43,Male,Black only,Never married,"Native, born in United States",Good,66,125,20.2,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,5,60,0,0,30,0,510,0,0,280,0,0,60,0,495,"$50,000 - $75,000",Generation X (39-54),Black only,Good,5.5-6 feet,120-140,Master's or Doctoral Degree,,495,30,570,280,0,0,65
+,2022,2.02208E+13,4934,West,California,87500,"House, apartment, flat",1,1,7217990,34,Female,White only,Married - spouse present,"Native, born in United States",NIU (Not in universe),,9999,999,Associate degree - occupational vocational,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,180,0,0,135,0,0,310,0,815,0,0,0,0,0,0,0,0,"$75,000 - $100,000",Millennials (23-38),White only,"Other (Refused, Dont know, NIU)",,>300,Associate Degree,,0,310,950,0,0,0,180
+,2022,2.02208E+13,4935,West,California,32500,"House, apartment, flat",1,1,9031323,41,Female,White only,Separated,"Native, born in United States",Fair,61,165,31.2,12th grade - no diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,81,0,120,30,0,0,31,0,605,0,0,124,0,30,175,0,244,"$30,000 - $50,000",Generation X (39-54),White only,Fair,5-5.5 feet,160-180,Some High School,,244,31,635,124,0,0,406
+,2022,2.02208E+13,4936,Midwest,Michigan,200000,"House, apartment, flat",1,1,13424470,39,Male,White only,Married - spouse present,"Native, born in United States",Very good,74,175,22.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,125,0,0,290,0,0,102,0,540,0,0,63,0,0,45,0,275,"$150,000 and over",Generation X (39-54),White only,Very good,6-6.5 feet,160-180,Bachelor's Degree,,275,102,830,63,0,0,170
+,2022,2.02208E+13,4937,South,Alabama,32500,"House, apartment, flat",1,1,14214180,45,Male,White only,Married - spouse present,"Native, born in United States",Good,74,280,35.9,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,150,0,0,0,0,500,0,0,180,0,0,10,0,600,"$30,000 - $50,000",Generation X (39-54),White only,Good,6-6.5 feet,200-300,Some College,,600,0,650,180,0,0,10
+,2022,2.02208E+13,4938,South,South Carolina,125000,"House, apartment, flat",1,1,11904819,62,Female,White only,Married - spouse present,"Native, born in United States",Very good,68,180,27.4,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,90,0,180,0,0,0,0,690,0,0,120,0,0,360,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Very good,5.5-6 feet,180-200,Master's or Doctoral Degree,,0,0,870,120,0,0,450
+,2022,2.02208E+13,4939,Midwest,Illinois,2500,"House, apartment, flat",1,1,9532876,38,Male,White only,Married - spouse present,"Native, born in United States",Fair,72,225,30.5,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,40,80,0,0,120,0,565,0,0,155,330,0,150,0,0,"Less than $10,000",Generation X (39-54),White only,Fair,6-6.5 feet,200-300,Master's or Doctoral Degree,,0,120,645,485,0,0,190
+,2022,2.02208E+13,4940,Northeast,Massachusetts,32500,"House, apartment, flat",1,1,5339349,33,Female,Asian only,Divorced,"Native, born in United States",Very good,59,140,28.3,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,215,0,0,105,0,0,95,0,510,0,0,30,0,0,45,0,440,"$30,000 - $50,000",Millennials (23-38),Asian only,Very good,0-5 feet,140-160,Associate Degree,,440,95,615,30,0,0,260
+,2022,2.02208E+13,4941,South,Kentucky,87500,"House, apartment, flat",1,1,9538417,60,Male,White only,Married - spouse present,"Native, born in United States",Good,70,230,33,Some college but no degree,College--four years,Employed - at work,No,No vision difficulty,Has hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,90,0,0,0,0,420,0,0,237,0,0,80,0,573,"$75,000 - $100,000",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Some College,,573,0,510,237,0,0,80
+,2022,2.02208E+13,4942,South,Texas,37500,"House, apartment, flat",1,1,13689505,70,Female,White only,Widowed,"Foreign born, U.S. citizen by naturalization",Fair,61,149,28.2,11th grade,Eleventh grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,2,0,100,0,0,530,0,419,0,0,110,0,0,4,0,275,"$30,000 - $50,000",Boomers (55-73),White only,Fair,5-5.5 feet,140-160,Some High School,,275,530,519,110,0,0,6
+,2022,2.02208E+13,4943,West,Hawaii,200000,"House, apartment, flat",1,1,15354054,59,Female,Asian only,Married - spouse present,"Native, born in United States",Very good,64,175,30,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,0,0,560,0,0,220,60,0,60,0,420,"$150,000 and over",Boomers (55-73),Asian only,Very good,5-5.5 feet,160-180,Master's or Doctoral Degree,,420,0,680,280,0,0,60
+,2022,2.02208E+13,4944,South,Tennessee,45000,"House, apartment, flat",1,1,3416772,80,Female,White only,Widowed,"Native, born in United States",Good,63,9996,998,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,45,0,213,0,0,441,0,538,0,0,43,0,0,28,132,0,"$30,000 - $50,000",Silent (74-91),White only,Good,5-5.5 feet,>300,Some College,,0,441,751,43,0,132,73
+,2022,2.02208E+13,4945,South,Florida,200000,"House, apartment, flat",1,1,14014239,23,Male,Black only,Never married,"Native, born in United States",Very good,71,201,28,Some college but no degree,College--three years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,35,90,0,0,0,500,0,0,225,0,0,50,0,540,"$150,000 and over",Millennials (23-38),Black only,Very good,5.5-6 feet,200-300,Some College,,540,0,535,225,90,0,50
+,2022,2.02208E+13,4946,West,California,67500,"House, apartment, flat",1,1,19356867,37,Male,Black-American Indian,Married - spouse present,"Native, born in United States",Good,77,230,27.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,120,0,240,0,0,1010,0,0,0,0,70,"$50,000 - $75,000",Millennials (23-38),Mixed,Good,6-6.5 feet,200-300,Bachelor's Degree,,70,120,240,1010,0,0,0
+,2022,2.02208E+13,4947,South,Georgia,32500,"House, apartment, flat",1,1,23844929,48,Female,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Excellent,69,160,23.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,180,0,0,30,0,0,60,0,510,0,0,0,0,0,0,0,600,"$30,000 - $50,000",Generation X (39-54),White only,Excellent,5.5-6 feet,160-180,Bachelor's Degree,,600,60,540,0,0,0,180
+,2022,2.02208E+13,4948,Midwest,Indiana,32500,"House, apartment, flat",1,1,3292098,80,Male,White only,Never married,"Native, born in United States",Very good,70,170,24.4,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,50,0,0,20,0,590,0,0,690,40,0,20,0,0,"$30,000 - $50,000",Silent (74-91),White only,Very good,5.5-6 feet,160-180,Master's or Doctoral Degree,,0,20,640,730,0,0,50
+,2022,2.02208E+13,4949,West,California,200000,"House, apartment, flat",1,1,14409446,40,Female,White only,Married - spouse present,"Native, born in United States",Very good,66,188,30.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,170,0,0,10,0,0,50,0,449,0,10,220,45,0,56,0,430,"$150,000 and over",Generation X (39-54),White only,Very good,5.5-6 feet,180-200,Bachelor's Degree,,430,50,459,275,0,0,226
+,2022,2.02208E+13,4950,South,Florida,22500,"House, apartment, flat",1,1,6256161,66,Male,White only,Married - spouse present,"Native, born in United States",Good,66,171,27.6,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,180,0,0,125,0,619,0,0,420,0,0,6,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Good,5.5-6 feet,160-180,Graduated High School,,0,125,799,420,0,0,6
+,2022,2.02208E+13,4951,South,Georgia,8750,"House, apartment, flat",1,1,13898368,55,Female,Black only,Never married,"Native, born in United States",Fair,60,210,41,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,20,0,0,0,120,0,630,0,0,240,90,15,40,0,285,"Less than $10,000",Boomers (55-73),Black only,Fair,5-5.5 feet,200-300,Graduated High School,,285,120,630,330,0,0,75
+,2022,2.02208E+13,4952,Northeast,New York,55000,"House, apartment, flat",1,1,2732263,55,Female,White only,Never married,"Native, born in United States",Good,68,270,41,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,480,0,510,0,0,240,120,0,30,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Some College,,0,480,570,360,0,0,30
+,2022,2.02208E+13,4953,South,Georgia,55000,"House, apartment, flat",1,1,13060618,27,Male,White only,Married - spouse present,"Native, born in United States",Very good,67,192,30.1,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,0,0,840,0,0,470,0,0,10,0,60,"$50,000 - $75,000",Millennials (23-38),White only,Very good,5.5-6 feet,180-200,Graduated High School,,60,0,900,470,0,0,10
+,2022,2.02208E+13,4954,West,Oregon,67500,"House, apartment, flat",1,1,2583676,62,Male,White only,Never married,"Foreign born, U.S. citizen by naturalization",Very good,68,225,34.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,540,0,510,0,0,360,0,0,0,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Very good,5.5-6 feet,200-300,Bachelor's Degree,,0,540,540,360,0,0,0
+,2022,2.02208E+13,4955,South,Alabama,27500,"House, apartment, flat",1,1,2860787,80,Female,White only,Widowed,"Native, born in United States",Fair,62,155,28.3,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,25,0,0,70,0,895,0,0,450,0,0,0,0,0,"$10,000 - $30,000",Silent (74-91),White only,Fair,5-5.5 feet,140-160,Graduated High School,,0,70,920,450,0,0,0
+,2022,2.02208E+13,4956,South,Mississippi,27500,"House, apartment, flat",1,1,4892592,85,Female,White only,Married - spouse present,"Native, born in United States",NIU (Not in universe),,9999,999,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,90,0,0,15,0,840,0,0,435,0,0,60,0,0,"$10,000 - $30,000",Silent (74-91),White only,"Other (Refused, Dont know, NIU)",,>300,Graduated High School,,0,15,930,435,0,0,60
+,2022,2.02208E+13,4957,Midwest,Minnesota,87500,"House, apartment, flat",1,1,10115567,64,Male,White only,Married - spouse present,"Native, born in United States",Poor,72,205,27.8,Associate degree - occupational vocational,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,30,0,330,0,0,960,0,0,0,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Poor,6-6.5 feet,200-300,Associate Degree,,0,30,450,960,0,0,0
+,2022,2.02208E+13,4958,Midwest,Wisconsin,2500,"House, apartment, flat",1,1,3495034,65,Female,Black only,Never married,"Native, born in United States",Fair,,9996,998,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,0,0,735,0,0,540,0,45,120,0,0,"Less than $10,000",Boomers (55-73),Black only,Fair,,>300,Graduated High School,,0,0,735,540,0,0,165
+,2022,2.02208E+13,4959,South,West Virginia,45000,"House, apartment, flat",1,1,13132563,74,Female,White only,Married - spouse present,"Native, born in United States",Fair,62,134,24.5,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,175,0,551,10,60,449,0,35,40,0,0,"$30,000 - $50,000",Silent (74-91),White only,Fair,5-5.5 feet,120-140,Graduated High School,,0,175,681,509,0,0,75
+,2022,2.02208E+13,4960,Midwest,Michigan,200000,"House, apartment, flat",1,1,4605989,69,Male,White only,Married - spouse present,"Native, born in United States",Very good,74,190,24.4,Associate degree - academic program,College--four years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,300,0,600,0,0,315,0,0,180,0,0,"$150,000 and over",Boomers (55-73),White only,Very good,6-6.5 feet,180-200,Associate Degree,,0,300,645,315,0,0,180
+,2022,2.02208E+13,4961,West,Washington,37500,Mobile home or trailer with no permanent room added,1,1,18376788,41,Male,"American Indian, Alaskan Native",Never married,"Foreign born, not a U.S. citizen",Very good,69,220,32.5,"1st, 2nd, 3rd, or 4th grade",First through fourth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,405,0,0,0,430,0,0,15,0,0,30,0,530,"$30,000 - $50,000",Generation X (39-54),"American Indian, Alaskan Native",Very good,5.5-6 feet,200-300,Middle School or Less,,530,0,460,15,405,0,30
+,2022,2.02208E+13,4962,West,Colorado,67500,"House, apartment, flat",1,1,8104932,62,Female,White only,Married - spouse present,"Native, born in United States",Excellent,69,128,18.9,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,15,45,105,0,0,380,0,630,0,0,166,0,0,84,15,0,"$50,000 - $75,000",Boomers (55-73),White only,Excellent,5.5-6 feet,120-140,Some College,,0,380,735,166,0,15,144
+,2022,2.02208E+13,4963,West,California,200000,"House, apartment, flat",1,1,37900959,52,Female,Black only,Married - spouse present,"Native, born in United States",Very good,63,200,35.4,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - absent,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,121,30,0,0,200,0,754,0,0,300,0,0,35,0,0,"$150,000 and over",Generation X (39-54),Black only,Very good,5-5.5 feet,200-300,Master's or Doctoral Degree,,0,200,784,300,0,0,156
+,2022,2.02208E+13,4964,Midwest,Ohio,125000,"House, apartment, flat",1,1,14663707,40,Female,White only,Married - spouse present,"Native, born in United States",Very good,61,200,37.8,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,65,5,0,0,729,0,495,0,0,81,0,0,65,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Very good,5-5.5 feet,200-300,Associate Degree,,0,729,500,81,0,0,130
+,2022,2.02208E+13,4965,South,Florida,200000,"House, apartment, flat",1,1,30339338,49,Male,Black only,Married - spouse present,"Foreign born, not a U.S. citizen",Very good,73,205,27,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,15,0,0,15,0,510,0,0,530,0,0,10,0,360,"$150,000 and over",Generation X (39-54),Black only,Very good,6-6.5 feet,200-300,Graduated High School,,360,15,525,530,0,0,10
+,2022,2.02208E+13,4966,Northeast,Vermont,37500,"House, apartment, flat",1,1,4948369,63,Female,White only,Divorced,"Native, born in United States",Excellent,64,124,21.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,5,0,0,15,0,1048,0,0,210,0,85,47,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Excellent,5-5.5 feet,120-140,Bachelor's Degree,,0,15,1053,210,0,0,162
+,2022,2.02208E+13,4967,Midwest,Michigan,200000,"House, apartment, flat",1,1,8603110,62,Female,White only,Married - spouse present,"Native, born in United States",Good,67,195,30.5,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,15,0,0,120,0,0,0,0,600,0,0,600,0,0,70,0,0,"$150,000 and over",Boomers (55-73),White only,Good,5.5-6 feet,180-200,Some College,,0,0,720,600,0,0,85
+,2022,2.02208E+13,4968,South,Virginia,200000,"House, apartment, flat",1,1,25475432,27,Female,White only,Never married,"Native, born in United States",Very good,66,185,29.9,Associate degree - academic program,College--four years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,75,100,0,0,410,0,565,0,180,0,0,0,110,0,0,"$150,000 and over",Millennials (23-38),White only,Very good,5.5-6 feet,180-200,Associate Degree,,0,410,665,180,0,0,185
+,2022,2.02208E+13,4969,Midwest,Illinois,87500,"House, apartment, flat",1,1,6154533,48,Male,White only,Married - spouse present,"Native, born in United States",Very good,73,190,25.1,Some college but no degree,College--two years,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,360,0,0,0,0,0,0,0,735,0,180,45,0,0,120,0,0,"$75,000 - $100,000",Generation X (39-54),White only,Very good,6-6.5 feet,180-200,Some College,,0,0,735,225,0,0,480
+,2022,2.02208E+13,4970,West,Washington,200000,"House, apartment, flat",1,1,11136033,34,Male,White only,Never married,"Native, born in United States",Very good,69,163,24.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,75,30,0,0,80,0,545,0,0,210,50,0,85,0,365,"$150,000 and over",Millennials (23-38),White only,Very good,5.5-6 feet,160-180,Bachelor's Degree,,365,80,575,260,0,0,160
+,2022,2.02208E+13,4971,Midwest,Nebraska,125000,"House, apartment, flat",1,1,13190869,63,Female,White only,Married - spouse present,"Native, born in United States",Excellent,64,130,22.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,0,0,600,0,0,0,0,0,105,0,705,"$100,000 - $150,000",Boomers (55-73),White only,Excellent,5-5.5 feet,120-140,Bachelor's Degree,,705,0,630,0,0,0,105
+,2022,2.02208E+13,4972,South,North Carolina,200000,"House, apartment, flat",1,1,7560470,58,Female,White-Black,Divorced,"Foreign born, not a U.S. citizen",Excellent,64,158,27.1,High school graduate - GED,Eleventh grade,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,20,0,0,0,0,420,0,0,150,0,0,850,0,0,"$150,000 and over",Boomers (55-73),Mixed,Excellent,5-5.5 feet,140-160,Graduated High School,,0,0,440,150,0,0,850
+,2022,2.02208E+13,4973,South,Georgia,22500,"House, apartment, flat",1,1,5029531,76,Female,White only,Widowed,"Native, born in United States",Fair,63,195,34.5,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,15,0,0,97,0,390,0,0,893,0,45,0,0,0,"$10,000 - $30,000",Silent (74-91),White only,Fair,5-5.5 feet,180-200,Graduated High School,,0,97,405,893,0,0,45
+,2022,2.02208E+13,4974,West,Utah,87500,"House, apartment, flat",1,1,7468713,53,Female,White only,Divorced,"Native, born in United States",Fair,65,140,23.3,High school graduate - GED,Eleventh grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,Has difficulty remembering,0,0,0,30,0,0,45,0,780,0,0,570,0,15,0,0,0,"$75,000 - $100,000",Generation X (39-54),White only,Fair,5-5.5 feet,140-160,Graduated High School,,0,45,810,570,0,0,15
+,2022,2.02208E+13,4975,West,California,125000,"House, apartment, flat",1,1,39611947,16,Female,White only,Never married,"Native, born in United States",Excellent,64,105,18,9th grade,Ninth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,80,625,0,15,0,595,0,0,100,0,0,25,0,0,"$100,000 - $150,000",Generation Z (7-22),White only,Excellent,5-5.5 feet,100-120,Some High School,,0,15,675,100,625,0,25
+,2022,2.02208E+13,4976,Northeast,New Jersey,87500,"House, apartment, flat",1,1,11459154,58,Male,White only,Married - spouse present,"Native, born in United States",Excellent,72,215,29.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,45,115,0,0,130,0,500,0,0,260,255,0,30,30,75,"$75,000 - $100,000",Boomers (55-73),White only,Excellent,6-6.5 feet,200-300,Bachelor's Degree,,75,130,615,515,0,30,75
+,2022,2.02208E+13,4977,Northeast,Pennsylvania,200000,"House, apartment, flat",1,1,17170712,36,Female,White only,Married - spouse present,"Native, born in United States",Very good,62,130,23.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,380,0,0,30,0,0,60,0,480,0,0,60,0,0,40,0,300,"$150,000 and over",Millennials (23-38),White only,Very good,5-5.5 feet,120-140,Bachelor's Degree,,300,60,510,60,0,0,420
+,2022,2.02208E+13,4978,South,Louisiana,87500,"House, apartment, flat",1,1,44507426,27,Female,Black only,Never married,"Native, born in United States",Good,66,165,26.6,Some college but no degree,College--four years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,15,20,0,0,455,0,800,0,0,10,0,90,50,0,0,"$75,000 - $100,000",Millennials (23-38),Black only,Good,5.5-6 feet,160-180,Some College,,0,455,820,10,0,0,155
+,2022,2.02208E+13,4979,Midwest,Michigan,11250,"House, apartment, flat",1,1,10489872,66,Male,Black only,Divorced,"Native, born in United States",Good,73,240,31.7,Some college but no degree,College--one year,Employed - at work,No,Has vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,Has difficulty remembering,0,0,21,20,0,0,0,0,605,0,0,435,0,0,66,0,293,"$10,000 - $30,000",Boomers (55-73),Black only,Good,6-6.5 feet,200-300,Some College,,293,0,625,435,0,0,87
+,2022,2.02208E+13,4980,West,California,200000,"House, apartment, flat",1,1,4218739,58,Male,Asian only,Divorced,"Foreign born, not a U.S. citizen",NIU (Not in universe),,9999,999,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,130,0,0,150,0,780,0,0,380,0,0,0,0,0,"$150,000 and over",Boomers (55-73),Asian only,"Other (Refused, Dont know, NIU)",,>300,Bachelor's Degree,,0,150,910,380,0,0,0
+,2022,2.02208E+13,4981,South,Florida,67500,"House, apartment, flat",1,1,12297147,75,Female,White only,Married - spouse present,"Native, born in United States",Good,63,165,29.2,Associate degree - academic program,College--three years,Employed - at work,No,No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,25,0,690,45,0,565,0,0,35,0,0,"$50,000 - $75,000",Silent (74-91),White only,Good,5-5.5 feet,160-180,Associate Degree,,0,25,780,565,0,0,35
+,2022,2.02208E+13,4982,Midwest,Iowa,125000,"House, apartment, flat",1,1,7316087,32,Male,White only,Married - spouse present,"Native, born in United States",Good,70,250,35.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,240,0,0,50,0,0,25,0,430,0,0,95,0,0,0,60,540,"$100,000 - $150,000",Millennials (23-38),White only,Good,5.5-6 feet,200-300,Bachelor's Degree,,540,25,480,95,0,60,240
+,2022,2.02208E+13,4983,Northeast,New Jersey,200000,"House, apartment, flat",1,1,18112460,31,Male,White only,Married - spouse present,"Native, born in United States",Very good,70,155,22.2,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,275,0,0,150,165,0,15,0,555,0,0,175,45,0,0,60,0,"$150,000 and over",Millennials (23-38),White only,Very good,5.5-6 feet,140-160,Master's or Doctoral Degree,,0,15,705,220,165,60,275
+,2022,2.02208E+13,4984,West,Utah,37500,"House, apartment, flat",1,1,5298022,36,Male,White only,Married - spouse present,"Native, born in United States",Good,70,215,30.8,Some college but no degree,Twelfth grade,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,105,0,0,45,0,0,100,0,610,0,155,220,0,135,10,0,60,"$30,000 - $50,000",Millennials (23-38),White only,Good,5.5-6 feet,200-300,Some College,,60,100,655,375,0,0,250
+,2022,2.02208E+13,4985,Midwest,Indiana,125000,"House, apartment, flat",1,1,38023034,55,Male,White only,Married - spouse present,"Native, born in United States",Very good,71,211,29.4,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,20,0,30,0,0,15,0,580,0,0,50,0,0,250,0,495,"$100,000 - $150,000",Boomers (55-73),White only,Very good,5.5-6 feet,200-300,Graduated High School,,495,15,610,50,0,0,270
+,2022,2.02208E+13,4986,South,Virginia,200000,"House, apartment, flat",1,1,11333279,64,Male,White only,Married - spouse present,"Native, born in United States",Excellent,70,173,24.8,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,30,0,675,0,0,90,45,0,60,0,510,"$150,000 and over",Boomers (55-73),White only,Excellent,5.5-6 feet,160-180,Master's or Doctoral Degree,,510,30,705,135,0,0,60
+,2022,2.02208E+13,4987,South,Florida,200000,"House, apartment, flat",1,1,5027649,80,Male,White only,Married - spouse present,"Native, born in United States",Good,73,150,19.8,Associate degree - academic program,College--one year,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,8,90,0,0,422,0,585,0,0,80,0,0,75,0,150,"$150,000 and over",Silent (74-91),White only,Good,6-6.5 feet,140-160,Associate Degree,,150,422,675,80,0,0,83
+,2022,2.02208E+13,4988,South,Mississippi,87500,"House, apartment, flat",1,1,35938303,58,Male,Black only,Married - spouse present,"Native, born in United States",Very good,72,210,28.5,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,20,0,0,210,0,735,0,0,385,90,0,0,0,0,"$75,000 - $100,000",Boomers (55-73),Black only,Very good,6-6.5 feet,200-300,Master's or Doctoral Degree,,0,210,755,475,0,0,0
+,2022,2.02208E+13,4989,South,Maryland,200000,"House, apartment, flat",1,1,8279256,47,Male,White only,Married - spouse present,"Native, born in United States",Good,72,185,25.1,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,75,0,0,360,0,540,0,0,435,0,0,20,0,0,"$150,000 and over",Generation X (39-54),White only,Good,6-6.5 feet,180-200,Associate Degree,,0,360,615,435,0,0,30
+,2022,2.02208E+13,4990,West,California,32500,Mobile home or trailer with no permanent room added,1,1,7466618,47,Female,White only,Divorced,"Foreign born, U.S. citizen by naturalization",Excellent,62,116,21.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,125,0,0,15,0,465,0,140,215,60,0,50,0,370,"$30,000 - $50,000",Generation X (39-54),White only,Excellent,5-5.5 feet,100-120,Bachelor's Degree,,370,15,590,415,0,0,50
+,2022,2.02208E+13,4991,Midwest,Missouri,37500,Mobile home or trailer with 1 or more rooms added,1,1,7056446,70,Female,White only,Married - spouse present,"Native, born in United States",Poor,62,150,27.4,10th grade,Tenth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,0,0,0,0,840,0,0,525,0,0,0,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Poor,5-5.5 feet,140-160,Some High School,,0,0,915,525,0,0,0
+,2022,2.02208E+13,4992,West,New Mexico,87500,"House, apartment, flat",1,1,5408373,71,Female,White only,Divorced,"Native, born in United States",Fair,61,120,22.7,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,34,145,40,0,0,5,0,683,80,0,130,0,120,203,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Fair,5-5.5 feet,120-140,Graduated High School,,0,5,803,130,0,0,502
+,2022,2.02208E+13,4993,Midwest,Wisconsin,11250,"House, apartment, flat",1,1,6462127,62,Female,White only,Never married,"Native, born in United States",Fair,62,160,29.3,11th grade,Eleventh grade,Not in labor force,NIU (Not in universe),Has vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,Has difficulty remembering,0,0,0,5,0,0,0,0,450,0,0,981,0,0,4,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Fair,5-5.5 feet,160-180,Some High School,,0,0,455,981,0,0,4
+,2022,2.02208E+13,4994,Northeast,New Jersey,200000,"House, apartment, flat",1,1,9871981,63,Male,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Very good,74,192,24.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,55,0,70,30,0,0,340,0,510,0,0,260,115,0,60,0,0,"$150,000 and over",Boomers (55-73),White only,Very good,6-6.5 feet,180-200,Bachelor's Degree,,0,340,540,375,0,0,185
+,2022,2.02208E+13,4995,South,Texas,27500,"House, apartment, flat",1,1,72289622,21,Female,White only,Never married,"Foreign born, U.S. citizen by naturalization",Fair,65,220,36.6,Some college but no degree,College--two years,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,55,0,135,0,0,0,0,890,0,0,60,0,0,120,0,180,"$10,000 - $30,000",Generation Z (7-22),White only,Fair,5-5.5 feet,200-300,Some College,,180,0,1025,60,0,0,175
+,2022,2.02208E+13,4996,Midwest,Iowa,45000,"House, apartment, flat",1,1,10305400,33,Female,White only,Never married,"Native, born in United States",Very good,60,140,27.3,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,45,0,465,0,0,92,105,0,18,0,685,"$30,000 - $50,000",Millennials (23-38),White only,Very good,5-5.5 feet,140-160,Master's or Doctoral Degree,,685,45,495,197,0,0,18
+,2022,2.02208E+13,4997,Northeast,New Jersey,125000,"House, apartment, flat",1,1,8166346,62,Female,White only,Married - spouse present,"Native, born in United States",Very good,65,169,28.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,330,0,740,0,0,315,0,0,25,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Very good,5-5.5 feet,160-180,Bachelor's Degree,,0,330,770,315,0,0,25
+,2022,2.02208E+13,4998,Midwest,Illinois,22500,"House, apartment, flat",1,1,15542814,54,Male,White only,Never married,"Native, born in United States",Good,70,250,35.9,12th grade - no diploma,Twelfth grade,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,60,0,0,30,0,1110,0,0,240,0,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Some High School,,0,30,1170,240,0,0,0
+,2022,2.02208E+13,4999,Midwest,Illinois,125000,"House, apartment, flat",1,1,12008609,35,Male,White only,Married - spouse present,"Native, born in United States",Good,74,190,24.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,90,0,0,30,0,0,30,0,480,0,0,120,0,0,60,0,630,"$100,000 - $150,000",Millennials (23-38),White only,Good,6-6.5 feet,180-200,Bachelor's Degree,,630,30,510,120,0,0,150
+,2022,2.02208E+13,5000,South,Mississippi,67500,"House, apartment, flat",1,1,11606035,31,Female,White only,Married - spouse present,"Native, born in United States",Excellent,63,123,21.8,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,235,5,0,35,0,0,105,0,830,0,0,155,0,15,60,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Excellent,5-5.5 feet,120-140,Associate Degree,,0,105,865,155,0,0,315
+,2022,2.02208E+13,5001,Northeast,New York,17500,"House, apartment, flat",1,1,19170446,57,Male,White only,Never married,"Native, born in United States",Fair,73,270,35.6,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),Has vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,Has difficulty remembering,0,0,4,80,0,0,0,0,440,0,0,916,0,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Fair,6-6.5 feet,200-300,Graduated High School,,0,0,520,916,0,0,4
+,2022,2.02208E+13,5002,Northeast,New Jersey,125000,"House, apartment, flat",1,1,17452096,64,Female,White only,Married - spouse present,"Native, born in United States",Very good,64,9996,998,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Unemployed - on layoff,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,80,0,0,185,0,525,60,0,425,0,15,30,0,90,"$100,000 - $150,000",Boomers (55-73),White only,Very good,5-5.5 feet,>300,Master's or Doctoral Degree,,90,185,665,425,0,0,75
+,2022,2.02208E+13,5003,Northeast,New York,200000,"House, apartment, flat",1,1,13896263,36,Male,White only,Married - spouse present,"Native, born in United States",Very good,71,167,23.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,18,0,540,0,0,60,77,0,141,0,574,"$150,000 and over",Millennials (23-38),White only,Very good,5.5-6 feet,160-180,Bachelor's Degree,,574,18,570,137,0,0,141
+,2022,2.02208E+13,5004,West,New Mexico,125000,"House, apartment, flat",1,1,17914488,48,Male,White only,Married - spouse present,"Native, born in United States",Very good,66,190,30.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,90,0,500,0,0,150,0,0,90,0,550,"$100,000 - $150,000",Generation X (39-54),White only,Very good,5.5-6 feet,180-200,Bachelor's Degree,,550,90,560,150,0,0,90
+,2022,2.02208E+13,5005,South,Alabama,32500,"House, apartment, flat",1,1,7341089,38,Male,White only,Married - spouse present,"Native, born in United States",NIU (Not in universe),,9999,999,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,0,0,485,0,0,285,0,0,60,0,480,"$30,000 - $50,000",Generation X (39-54),White only,"Other (Refused, Dont know, NIU)",,>300,Graduated High School,,480,0,530,285,0,0,60
+,2022,2.02208E+13,5006,South,Tennessee,67500,"House, apartment, flat",1,1,4740851,80,Female,White only,Widowed,"Native, born in United States",Fair,67,140,21.9,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,70,0,0,0,0,510,0,0,770,0,0,60,0,0,"$50,000 - $75,000",Silent (74-91),White only,Fair,5.5-6 feet,140-160,Graduated High School,,0,0,580,770,0,0,90
+,2022,2.02208E+13,5007,Midwest,Indiana,87500,"House, apartment, flat",1,1,4161804,35,Female,White only,Married - spouse present,"Native, born in United States",Very good,63,125,22.1,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,260,0,0,30,0,0,25,0,720,0,0,235,120,0,50,0,0,"$75,000 - $100,000",Millennials (23-38),White only,Very good,5-5.5 feet,120-140,Associate Degree,,0,25,750,355,0,0,310
+,2022,2.02208E+13,5008,Northeast,Maine,32500,"House, apartment, flat",1,1,5853627,73,Female,White only,Widowed,"Native, born in United States",Good,63,130,23,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,5,5,10,141,0,0,45,0,330,0,90,650,30,0,134,0,0,"$30,000 - $50,000",Silent (74-91),White only,Good,5-5.5 feet,120-140,Graduated High School,,0,45,471,770,0,0,154
+,2022,2.02208E+13,5009,West,California,37500,"House, apartment, flat",1,1,38937287,55,Female,Hawaiian Pacific Islander only,Married - spouse present,"Native, born in United States",Good,64,165,28.3,High school graduate - diploma,Twelfth grade,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,80,9,110,0,0,75,0,495,0,0,90,0,0,356,0,225,"$30,000 - $50,000",Boomers (55-73),Hawaiian Pacific Islander only,Good,5-5.5 feet,160-180,Graduated High School,,225,75,605,90,0,0,445
+,2022,2.02208E+13,5010,South,Texas,200000,"House, apartment, flat",1,1,15481782,51,Female,White only,Married - spouse present,"Native, born in United States",Very good,62,157,28.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,5,0,20,22,0,0,51,0,630,145,0,70,0,30,76,0,391,"$150,000 and over",Generation X (39-54),White only,Very good,5-5.5 feet,140-160,Bachelor's Degree,,391,51,797,70,0,0,131
+,2022,2.02208E+13,5011,South,South Carolina,17500,"House, apartment, flat",1,1,8452293,47,Female,Black only,Never married,"Native, born in United States",Fair,68,340,51.7,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,Has difficulty remembering,81,0,105,15,0,0,65,0,595,0,0,456,0,0,123,0,0,"$10,000 - $30,000",Generation X (39-54),Black only,Fair,5.5-6 feet,>300,Graduated High School,,0,65,610,456,0,0,309
+,2022,2.02208E+13,5012,Midwest,Illinois,200000,"House, apartment, flat",1,1,21488380,27,Female,White only,Never married,"Native, born in United States",Excellent,62,140,25.6,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,85,0,730,0,0,440,115,0,10,0,0,"$150,000 and over",Millennials (23-38),White only,Excellent,5-5.5 feet,140-160,Master's or Doctoral Degree,,0,85,790,555,0,0,10
+,2022,2.02208E+13,5013,Northeast,New York,67500,"House, apartment, flat",1,1,21419881,38,Male,White only,Never married,"Native, born in United States",Fair,71,160,22.3,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,121,0,0,105,0,0,214,0,425,0,0,65,0,0,30,0,480,"$50,000 - $75,000",Generation X (39-54),White only,Fair,5.5-6 feet,160-180,Graduated High School,,480,214,530,65,0,0,151
+,2022,2.02208E+13,5014,Midwest,Michigan,8750,"House, apartment, flat",1,1,9855385,44,Male,White only,Married - spouse present,"Native, born in United States",Excellent,72,155,21,Some college but no degree,College--two years,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,155,0,0,175,0,510,0,0,600,0,0,0,0,0,"Less than $10,000",Generation X (39-54),White only,Excellent,6-6.5 feet,140-160,Some College,,0,175,665,600,0,0,0
+,2022,2.02208E+13,5015,South,Texas,67500,"House, apartment, flat",1,1,7455347,51,Female,Black only,Widowed,"Native, born in United States",Fair,65,270,44.9,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,110,0,810,0,60,320,0,65,0,0,0,"$50,000 - $75,000",Generation X (39-54),Black only,Fair,5-5.5 feet,200-300,Some College,,0,110,840,380,0,0,65
+,2022,2.02208E+13,5016,Midwest,Missouri,125000,"House, apartment, flat",1,1,4432306,73,Female,White only,Divorced,"Native, born in United States",Refused,,9996,998,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,95,0,0,240,0,570,0,0,420,0,0,55,0,0,"$100,000 - $150,000",Silent (74-91),White only,"Other (Refused, Dont know, NIU)",,>300,Bachelor's Degree,,0,240,665,420,0,0,115
+,2022,2.02208E+13,5017,South,Florida,22500,"House, apartment, flat",1,1,60346826,76,Male,Black-American Indian,Married - spouse present,"Native, born in Puerto Rico or U.S. Outlying Area",Poor,67,195,30.5,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,15,0,0,125,0,735,0,0,565,0,0,0,0,0,"$10,000 - $30,000",Silent (74-91),Mixed,Poor,5.5-6 feet,180-200,Graduated High School,,0,125,750,565,0,0,0
+,2022,2.02208E+13,5018,West,Utah,55000,"House, apartment, flat",1,1,14331213,30,Male,White only,Never married,"Native, born in United States",Very good,70,205,29.4,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,0,0,0,30,0,540,0,0,285,0,0,40,0,535,"$50,000 - $75,000",Millennials (23-38),White only,Very good,5.5-6 feet,200-300,Graduated High School,,535,30,540,285,0,0,50
+,2022,2.02208E+13,5019,West,Colorado,200000,"House, apartment, flat",1,1,14274688,52,Male,White only,Married - spouse present,"Native, born in United States",Very good,77,210,24.9,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,10,0,0,0,0,0,46,0,474,0,0,0,130,0,170,0,610,"$150,000 and over",Generation X (39-54),White only,Very good,6-6.5 feet,200-300,Master's or Doctoral Degree,,610,46,474,130,0,0,180
+,2022,2.02208E+13,5020,Midwest,Missouri,8750,"House, apartment, flat",1,1,3011027,67,Female,Black only,Never married,"Native, born in United States",Poor,63,216,38.3,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,35,0,0,0,0,645,0,0,760,0,0,0,0,0,"Less than $10,000",Boomers (55-73),Black only,Poor,5-5.5 feet,200-300,Graduated High School,,0,0,680,760,0,0,0
+,2022,2.02208E+13,5021,Northeast,Massachusetts,200000,"House, apartment, flat",1,1,5882559,39,Female,White only,Never married,"Native, born in United States",Poor,69,211,31.2,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,25,0,0,30,0,640,0,0,745,0,0,0,0,0,"$150,000 and over",Generation X (39-54),White only,Poor,5.5-6 feet,200-300,Master's or Doctoral Degree,,0,30,665,745,0,0,0
+,2022,2.02208E+13,5022,West,New Mexico,37500,Mobile home or trailer with no permanent room added,1,1,10866579,64,Male,White only,Divorced,"Native, born in United States",Good,72,220,29.8,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,630,0,540,60,0,0,0,0,180,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Good,6-6.5 feet,200-300,Graduated High School,,0,630,630,0,0,0,180
+,2022,2.02208E+13,5023,South,Virginia,87500,"House, apartment, flat",1,1,18790072,25,Male,Black only,Married - spouse present,"Native, born in United States",Refused,,9996,998,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,190,307,48,30,0,0,190,0,570,0,0,30,0,0,75,0,0,"$75,000 - $100,000",Millennials (23-38),Black only,"Other (Refused, Dont know, NIU)",,>300,Graduated High School,,0,190,600,30,0,0,620
+,2022,2.02208E+13,5024,West,California,125000,"House, apartment, flat",1,1,4609856,70,Male,White only,Married - spouse present,"Native, born in United States",Fair,74,265,34,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,80,0,0,0,0,660,0,0,700,0,0,0,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Fair,6-6.5 feet,200-300,Master's or Doctoral Degree,,0,0,740,700,0,0,0
+,2022,2.02208E+13,5025,West,Oregon,87500,"House, apartment, flat",1,1,13907882,52,Female,White only,Married - spouse present,"Native, born in United States",Good,67,189,29.6,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,555,0,0,90,0,0,75,0,540,0,0,120,0,0,60,0,0,"$75,000 - $100,000",Generation X (39-54),White only,Good,5.5-6 feet,180-200,Master's or Doctoral Degree,,0,75,630,120,0,0,615
+,2022,2.02208E+13,5026,South,Texas,27500,"House, apartment, flat",1,1,3013896,72,Female,White only,Widowed,"Native, born in United States",Very good,64,112,19.2,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,Has difficulty remembering,270,0,0,45,0,0,245,0,585,0,0,285,0,0,10,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Very good,5-5.5 feet,100-120,Graduated High School,,0,245,630,285,0,0,280
+,2022,2.02208E+13,5027,South,Texas,17500,"House, apartment, flat",1,1,6040892,85,Male,White only,Married - spouse present,"Native, born in United States",Good,64,130,22.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,30,0,90,0,0,0,0,570,0,0,420,60,0,270,0,0,"$10,000 - $30,000",Silent (74-91),White only,Good,5-5.5 feet,120-140,Bachelor's Degree,,0,0,660,480,0,0,300
+,2022,2.02208E+13,5028,South,Mississippi,125000,Mobile home or trailer with no permanent room added,1,1,2813678,56,Female,Black only,Divorced,"Native, born in United States",NIU (Not in universe),,9999,999,Associate degree - academic program,College--two years,Unemployed - on layoff,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,25,0,0,0,0,480,0,0,935,0,0,0,0,0,"$100,000 - $150,000",Boomers (55-73),Black only,"Other (Refused, Dont know, NIU)",,>300,Associate Degree,,0,0,505,935,0,0,0
+,2022,2.02208E+13,5029,Midwest,Indiana,37500,"House, apartment, flat",1,1,10641164,41,Female,White only,Married - spouse present,"Native, born in United States",Good,67,250,39.2,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,270,0,0,90,0,0,0,0,540,0,0,510,0,0,0,0,0,"$30,000 - $50,000",Generation X (39-54),White only,Good,5.5-6 feet,200-300,Master's or Doctoral Degree,,0,0,630,510,0,0,270
+,2022,2.02208E+13,5030,West,Washington,87500,"House, apartment, flat",1,1,22787352,30,Female,White only,Married - spouse present,"Native, born in United States",Very good,61,130,24.6,High school graduate - diploma,Twelfth grade,Employed - at work,Yes,Has vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,80,0,0,40,0,450,0,0,415,0,0,0,0,455,"$75,000 - $100,000",Millennials (23-38),White only,Very good,5-5.5 feet,120-140,Graduated High School,,455,40,530,415,0,0,0
+,2022,2.02208E+13,5031,South,Texas,200000,"House, apartment, flat",1,1,18136517,40,Female,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Very good,63,140,24.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,45,0,50,15,0,0,95,0,465,0,0,81,50,0,124,0,515,"$150,000 and over",Generation X (39-54),White only,Very good,5-5.5 feet,140-160,Bachelor's Degree,,515,95,480,131,0,0,219
+,2022,2.02208E+13,5032,South,Tennessee,125000,"House, apartment, flat",1,1,12169488,43,Female,White only,Married - spouse present,"Native, born in United States",Very good,66,200,32.3,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,70,0,0,270,0,565,0,30,200,120,0,75,0,110,"$100,000 - $150,000",Generation X (39-54),White only,Very good,5.5-6 feet,200-300,Graduated High School,,110,270,635,350,0,0,75
+,2022,2.02208E+13,5033,South,North Carolina,45000,"House, apartment, flat",1,1,2070166,70,Male,Black only,Widowed,"Native, born in United States",Good,71,175,24.4,Associate degree - occupational vocational,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,20,0,0,0,0,609,0,0,651,0,0,10,0,0,"$30,000 - $50,000",Boomers (55-73),Black only,Good,5.5-6 feet,160-180,Associate Degree,,0,0,629,651,0,0,10
+,2022,2.02208E+13,5034,West,California,200000,"House, apartment, flat",1,1,7448823,63,Female,White only,Married - spouse present,"Native, born in United States",Excellent,64,108,18.5,Associate degree - academic program,College--three years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,80,70,0,0,305,0,660,0,0,155,85,0,85,0,0,"$150,000 and over",Boomers (55-73),White only,Excellent,5-5.5 feet,100-120,Associate Degree,,0,305,730,240,0,0,165
+,2022,2.02208E+13,5035,South,Texas,67500,"House, apartment, flat",1,1,9596578,54,Male,White only,Married - spouse present,"Native, born in United States",Very good,74,215,27.6,Some college but no degree,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,40,45,0,0,100,0,475,0,0,560,0,0,70,0,150,"$50,000 - $75,000",Boomers (55-73),White only,Very good,6-6.5 feet,200-300,Some College,,150,100,520,560,0,0,110
+,2022,2.02208E+13,5036,West,California,87500,"House, apartment, flat",1,1,6541243,35,Female,White only,Never married,"Native, born in United States",Good,67,200,31.3,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,No physical difficulty,Has difficulty remembering,285,2,2,10,0,0,125,0,645,0,0,120,165,0,86,0,0,"$75,000 - $100,000",Millennials (23-38),White only,Good,5.5-6 feet,200-300,Some College,,0,125,655,285,0,0,375
+,2022,2.02208E+13,5037,Midwest,Ohio,27500,"House, apartment, flat",1,1,18154454,56,Female,White only,Divorced,"Native, born in United States",NIU (Not in universe),,9999,999,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,0,0,0,0,0,795,0,0,105,0,0,30,0,510,"$10,000 - $30,000",Boomers (55-73),White only,"Other (Refused, Dont know, NIU)",,>300,Bachelor's Degree,,510,0,795,105,0,0,30
+,2022,2.02208E+13,5038,West,Colorado,45000,"House, apartment, flat",1,1,16821198,25,Female,White only,Married - spouse present,"Native, born in United States",Very good,68,180,27.4,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,52,0,55,30,0,0,120,0,711,0,0,300,0,0,172,0,0,"$30,000 - $50,000",Millennials (23-38),White only,Very good,5.5-6 feet,180-200,Some College,,0,120,741,300,0,0,279
+,2022,2.02208E+13,5039,South,Virginia,200000,"House, apartment, flat",1,1,21555766,61,Male,White only,Married - spouse present,"Native, born in United States",Good,67,210,32.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,10,60,600,0,0,230,0,0,0,0,480,"$150,000 and over",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Bachelor's Degree,,480,70,660,230,0,0,0
+,2022,2.02208E+13,5040,West,Colorado,17500,"House, apartment, flat",1,1,4410854,47,Female,White only,Divorced,"Native, born in United States",Fair,60,122,23.8,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,70,0,0,10,0,540,0,0,820,0,0,0,0,0,"$10,000 - $30,000",Generation X (39-54),White only,Fair,5-5.5 feet,120-140,Graduated High School,,0,10,610,820,0,0,0
+,2022,2.02208E+13,5041,South,North Carolina,17500,"House, apartment, flat",1,1,3371547,71,Male,Black only,Never married,"Native, born in United States",Refused,73,220,29,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,No physical difficulty,Has difficulty remembering,0,0,0,180,0,0,210,0,600,0,0,420,0,30,0,0,0,"$10,000 - $30,000",Boomers (55-73),Black only,"Other (Refused, Dont know, NIU)",6-6.5 feet,200-300,Graduated High School,,0,210,780,420,0,0,30
+,2022,2.02208E+13,5042,Midwest,Iowa,125000,"House, apartment, flat",1,1,3009995,38,Male,White only,Divorced,"Native, born in United States",Good,70,190,27.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,60,15,30,0,0,120,0,375,0,0,120,20,0,100,0,600,"$100,000 - $150,000",Generation X (39-54),White only,Good,5.5-6 feet,180-200,Bachelor's Degree,,600,120,405,140,0,0,175
+,2022,2.02208E+13,5043,Northeast,Massachusetts,200000,"House, apartment, flat",1,1,6890158,35,Male,White only,Married - spouse present,"Native, born in United States",Good,69,164,24.2,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,105,0,5,30,0,0,0,0,450,0,0,135,60,0,20,0,635,"$150,000 and over",Millennials (23-38),White only,Good,5.5-6 feet,160-180,Master's or Doctoral Degree,,635,0,480,195,0,0,130
+,2022,2.02208E+13,5044,Northeast,New Jersey,11250,"House, apartment, flat",1,1,9770636,57,Female,White only,Widowed,"Foreign born, not a U.S. citizen",Fair,56,174,39,"1st, 2nd, 3rd, or 4th grade",First through fourth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,30,0,0,121,0,784,0,325,0,0,0,10,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Fair,0-5 feet,160-180,Middle School or Less,,0,121,814,325,0,0,10
+,2022,2.02208E+13,5045,Northeast,New York,32500,"House, apartment, flat",1,1,34674677,25,Male,White only,Never married,"Foreign born, not a U.S. citizen",Good,77,156,18.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,13,72,0,0,0,0,535,3,0,154,0,0,63,0,600,"$30,000 - $50,000",Millennials (23-38),White only,Good,6-6.5 feet,140-160,Bachelor's Degree,,600,0,610,154,0,0,76
+,2022,2.02208E+13,5046,South,South Carolina,200000,"House, apartment, flat",1,1,13387201,61,Female,White only,Married - spouse present,"Native, born in United States",Very good,68,137,20.8,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,60,0,0,165,0,600,0,0,415,120,0,20,0,0,"$150,000 and over",Boomers (55-73),White only,Very good,5.5-6 feet,120-140,Graduated High School,,0,165,660,535,0,0,80
+,2022,2.02208E+13,5047,Midwest,Wisconsin,45000,"House, apartment, flat",1,1,11186669,30,Female,White only,Married - spouse present,"Native, born in United States",Fair,63,195,34.5,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,180,0,0,120,0,880,0,0,240,0,0,20,0,0,"$30,000 - $50,000",Millennials (23-38),White only,Fair,5-5.5 feet,180-200,Graduated High School,,0,120,1060,240,0,0,20
+,2022,2.02208E+13,5048,West,Oregon,32500,"House, apartment, flat",1,1,15857171,26,Male,White only,Never married,"Native, born in United States",Very good,70,135,19.4,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,180,0,687,0,0,420,0,0,33,0,0,"$30,000 - $50,000",Millennials (23-38),White only,Very good,5.5-6 feet,120-140,Graduated High School,,0,180,807,420,0,0,33
+,2022,2.02208E+13,5049,South,North Carolina,200000,"House, apartment, flat",1,1,7275863,50,Female,White only,Married - spouse present,"Native, born in United States",Very good,62,150,27.4,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,80,15,0,0,240,0,535,0,0,480,0,0,90,0,0,"$150,000 and over",Generation X (39-54),White only,Very good,5-5.5 feet,140-160,Associate Degree,,0,240,550,480,0,0,170
+,2022,2.02208E+13,5050,South,North Carolina,45000,"House, apartment, flat",1,1,9173329,62,Female,Black only,Married - spouse absent,"Native, born in United States",Fair,62,150,27.4,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,40,0,0,40,0,695,30,0,565,0,40,30,0,0,"$30,000 - $50,000",Boomers (55-73),Black only,Fair,5-5.5 feet,140-160,Graduated High School,,0,40,765,565,0,0,70
+,2022,2.02208E+13,5051,South,Texas,55000,"House, apartment, flat",1,1,7618495,75,Female,White only,Married - spouse present,"Native, born in United States",Good,63,204,36.1,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,180,0,720,0,0,310,0,0,50,0,0,"$50,000 - $75,000",Silent (74-91),White only,Good,5-5.5 feet,200-300,Graduated High School,,0,180,780,310,0,0,50
+,2022,2.02208E+13,5052,South,Oklahoma,67500,"House, apartment, flat",1,1,10799992,27,Male,White only,Married - spouse present,"Native, born in United States",Very good,70,170,24.4,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,55,0,0,393,0,370,0,0,32,0,0,60,0,530,"$50,000 - $75,000",Millennials (23-38),White only,Very good,5.5-6 feet,160-180,Some College,,530,393,425,32,0,0,60
+,2022,2.02208E+13,5053,West,New Mexico,55000,"House, apartment, flat",1,1,69657017,16,Male,White only,Never married,"Native, born in United States",Very good,69,190,28.1,9th grade,Ninth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,25,0,0,60,0,818,0,0,410,113,0,14,0,0,"$50,000 - $75,000",Generation Z (7-22),White only,Very good,5.5-6 feet,180-200,Some High School,,0,60,843,523,0,0,14
+,2022,2.02208E+13,5054,Northeast,New York,67500,"House, apartment, flat",1,1,9290607,59,Female,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Good,62,120,21.9,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,300,0,530,0,0,270,210,0,10,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Good,5-5.5 feet,120-140,Master's or Doctoral Degree,,0,300,650,480,0,0,10
+,2022,2.02208E+13,5055,South,South Carolina,87500,"House, apartment, flat",1,1,8581136,48,Female,White only,Married - spouse present,"Native, born in United States",Very good,68,180,27.4,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,117,0,20,40,0,0,80,0,535,0,0,100,0,0,53,0,495,"$75,000 - $100,000",Generation X (39-54),White only,Very good,5.5-6 feet,180-200,Master's or Doctoral Degree,,495,80,575,100,0,0,190
+,2022,2.02208E+13,5056,South,North Carolina,17500,"House, apartment, flat",1,1,15160464,67,Male,White only,Married - spouse present,"Native, born in United States",Very good,71,208,29,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,10,0,0,320,0,520,0,0,90,120,0,170,210,0,"$10,000 - $30,000",Boomers (55-73),White only,Very good,5.5-6 feet,200-300,Graduated High School,,0,320,530,210,0,210,170
+,2022,2.02208E+13,5057,Midwest,Wisconsin,200000,"House, apartment, flat",1,1,9574304,69,Female,White only,Married - spouse present,"Native, born in United States",Excellent,62,125,22.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,410,0,525,0,0,160,0,15,210,0,0,"$150,000 and over",Boomers (55-73),White only,Excellent,5-5.5 feet,120-140,Bachelor's Degree,,0,410,645,160,0,0,225
+,2022,2.02208E+13,5058,Northeast,New Jersey,125000,"House, apartment, flat",1,1,8730308,71,Male,Black only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Good,65,152,25.3,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,40,0,0,0,0,630,0,60,540,150,0,20,0,0,"$100,000 - $150,000",Boomers (55-73),Black only,Good,5-5.5 feet,140-160,Master's or Doctoral Degree,,0,0,670,750,0,0,20
+,2022,2.02208E+13,5059,Northeast,New Jersey,125000,"House, apartment, flat",1,1,31922001,65,Male,Asian only,Never married,"Foreign born, U.S. citizen by naturalization",Good,70,186,26.7,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,20,105,0,0,25,0,575,0,0,80,105,0,50,0,480,"$100,000 - $150,000",Boomers (55-73),Asian only,Good,5.5-6 feet,180-200,Master's or Doctoral Degree,,480,25,680,185,0,0,70
+,2022,2.02208E+13,5060,Midwest,Michigan,45000,"House, apartment, flat",1,1,14989027,56,Female,White only,Married - spouse present,"Native, born in United States",Good,62,200,36.6,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,50,0,35,110,0,0,20,0,535,10,0,525,0,0,155,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Good,5-5.5 feet,200-300,Graduated High School,,0,20,655,525,0,0,240
+,2022,2.02208E+13,5061,Midwest,Michigan,22500,"House, apartment, flat",1,1,5671882,80,Female,White only,Divorced,"Native, born in United States",Very good,66,9996,998,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,70,80,0,0,167,0,975,0,0,60,0,0,88,0,0,"$10,000 - $30,000",Silent (74-91),White only,Very good,5.5-6 feet,>300,Associate Degree,,0,167,1055,60,0,0,158
+,2022,2.02208E+13,5062,Midwest,Ohio,11250,"House, apartment, flat",1,1,63029447,64,Female,White only,Divorced,"Native, born in United States",Good,66,185,29.9,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,15,180,30,0,0,0,0,420,0,0,655,0,0,140,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Good,5.5-6 feet,180-200,Graduated High School,,0,0,450,655,0,0,335
+,2022,2.02208E+13,5063,Midwest,Ohio,17500,"House, apartment, flat",1,1,22412253,69,Female,White only,Divorced,"Native, born in United States",Good,67,130,20.4,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,20,0,0,20,0,510,0,0,700,190,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Good,5.5-6 feet,120-140,Associate Degree,,0,20,530,890,0,0,0
+,2022,2.02208E+13,5064,South,Virginia,27500,"House, apartment, flat",1,1,8559969,39,Female,Black only,Never married,"Native, born in United States",Refused,,9996,998,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,80,0,0,50,0,0,20,0,750,0,0,15,0,0,60,0,465,"$10,000 - $30,000",Generation X (39-54),Black only,"Other (Refused, Dont know, NIU)",,>300,Graduated High School,,465,20,800,15,0,0,140
+,2022,2.02208E+13,5065,South,Maryland,32500,"House, apartment, flat",1,1,11823371,33,Female,Black only,Never married,"Native, born in United States",Fair,62,140,25.6,Associate degree - academic program,College--two years,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,0,0,803,0,0,0,0,0,7,0,540,"$30,000 - $50,000",Millennials (23-38),Black only,Fair,5-5.5 feet,140-160,Associate Degree,,540,0,893,0,0,0,7
+,2022,2.02208E+13,5066,South,Florida,55000,Mobile home or trailer with no permanent room added,1,1,51882804,45,Female,Black only,Married - spouse present,"Native, born in Puerto Rico or U.S. Outlying Area",Very good,70,230,33,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,80,0,0,0,0,570,0,0,140,0,0,80,0,470,"$50,000 - $75,000",Generation X (39-54),Black only,Very good,5.5-6 feet,200-300,Some College,,470,0,650,140,0,0,90
+,2022,2.02208E+13,5067,Northeast,New York,200000,"House, apartment, flat",1,1,6525282,74,Male,White only,Married - spouse present,"Native, born in United States",Good,72,205,27.8,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,12,0,10,140,0,10,0,424,0,672,100,0,0,72,0,0,"$150,000 and over",Silent (74-91),White only,Good,6-6.5 feet,200-300,Master's or Doctoral Degree,,0,10,434,772,140,0,84
+,2022,2.02208E+13,5068,Midwest,Ohio,22500,"House, apartment, flat",1,1,28290832,74,Female,White only,Widowed,"Native, born in United States",Very good,62,165,30.2,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,30,5,105,0,0,35,0,630,5,0,571,15,2,42,0,0,"$10,000 - $30,000",Silent (74-91),White only,Very good,5-5.5 feet,160-180,Associate Degree,,0,35,740,586,0,0,79
+,2022,2.02208E+13,5069,South,Kentucky,17500,"House, apartment, flat",1,1,49500651,85,Female,White only,Married - spouse present,"Native, born in United States",Good,61,139,26.3,7th or 8th grade,Seventh through eighth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,110,0,0,445,0,510,0,0,375,0,0,0,0,0,"$10,000 - $30,000",Silent (74-91),White only,Good,5-5.5 feet,120-140,Middle School or Less,,0,445,620,375,0,0,0
+,2022,2.02208E+13,5070,South,Arkansas,67500,"House, apartment, flat",1,1,5684042,76,Female,White only,Widowed,"Native, born in United States",Very good,65,162,27,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,80,0,15,427,0,525,60,0,188,0,95,50,0,0,"$50,000 - $75,000",Silent (74-91),White only,Very good,5-5.5 feet,160-180,Bachelor's Degree,,0,427,665,188,0,0,160
+,2022,2.02208E+13,5071,West,Washington,200000,"House, apartment, flat",1,1,6703724,46,Male,Asian only,Married - spouse present,"Foreign born, not a U.S. citizen",Good,71,198,27.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,320,0,0,50,0,0,0,0,760,0,0,270,0,0,40,0,0,"$150,000 and over",Generation X (39-54),Asian only,Good,5.5-6 feet,180-200,Bachelor's Degree,,0,0,810,270,0,0,360
+,2022,2.02208E+13,5072,Midwest,Kansas,87500,"House, apartment, flat",1,1,3756419,74,Male,White only,Married - spouse present,"Native, born in United States",Very good,74,280,35.9,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,85,0,35,0,0,45,0,420,0,0,815,0,0,40,0,0,"$75,000 - $100,000",Silent (74-91),White only,Very good,6-6.5 feet,200-300,Master's or Doctoral Degree,,0,45,455,815,0,0,125
+,2022,2.02208E+13,5073,South,Oklahoma,87500,"House, apartment, flat",1,1,8861109,69,Female,White only,Married - spouse present,"Native, born in United States",Excellent,64,130,22.3,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,420,0,540,0,0,450,0,0,0,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Excellent,5-5.5 feet,120-140,Graduated High School,,0,420,570,450,0,0,0
+,2022,2.02208E+13,5074,South,Florida,200000,"House, apartment, flat",1,1,20211420,39,Male,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Excellent,66,165,26.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,50,0,120,15,0,0,5,0,515,0,0,450,0,0,255,0,0,"$150,000 and over",Generation X (39-54),White only,Excellent,5.5-6 feet,160-180,Bachelor's Degree,,0,5,530,450,0,0,425
+,2022,2.02208E+13,5075,West,New Mexico,87500,"House, apartment, flat",1,1,4604664,45,Male,White only,Never married,"Native, born in United States",Good,70,175,25.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,4,0,0,0,0,0,0,776,0,0,480,0,0,180,0,0,"$75,000 - $100,000",Generation X (39-54),White only,Good,5.5-6 feet,160-180,Bachelor's Degree,,0,0,776,480,0,0,184
+,2022,2.02208E+13,5076,Northeast,Massachusetts,67500,"House, apartment, flat",1,1,5426469,46,Male,White only,Never married,"Foreign born, not a U.S. citizen",Good,70,176,25.3,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,15,0,0,20,0,575,0,0,545,180,0,25,0,0,"$50,000 - $75,000",Generation X (39-54),White only,Good,5.5-6 feet,160-180,Graduated High School,,0,20,590,725,0,0,25
+,2022,2.02208E+13,5077,South,Oklahoma,22500,Mobile home or trailer with no permanent room added,1,1,6513632,33,Female,White only,Divorced,"Native, born in United States",Good,65,240,39.9,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,60,0,0,120,0,0,540,0,420,0,0,240,0,0,0,0,0,"$10,000 - $30,000",Millennials (23-38),White only,Good,5-5.5 feet,200-300,Graduated High School,,0,540,540,240,0,0,60
+,2022,2.02208E+13,5078,South,Alabama,125000,"House, apartment, flat",1,1,7845325,32,Male,White only,Married - spouse present,"Native, born in United States",NIU (Not in universe),,9999,999,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,80,0,10,80,0,0,0,0,470,0,0,75,0,0,85,0,640,"$100,000 - $150,000",Millennials (23-38),White only,"Other (Refused, Dont know, NIU)",,>300,Bachelor's Degree,,640,0,550,75,0,0,175
+,2022,2.02208E+13,5079,Northeast,Massachusetts,17500,"House, apartment, flat",1,1,8787384,58,Female,Asian only,Married - spouse absent,"Foreign born, U.S. citizen by naturalization",Good,62,135,24.7,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,20,95,0,0,90,0,625,0,0,165,90,0,90,0,265,"$10,000 - $30,000",Boomers (55-73),Asian only,Good,5-5.5 feet,120-140,Some College,,265,90,720,255,0,0,110
+,2022,2.02208E+13,5080,Midwest,Ohio,125000,"House, apartment, flat",1,1,36456551,16,Male,Asian only,Never married,"Native, born in United States",Excellent,64,120,20.6,9th grade,Ninth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,80,0,0,0,0,830,0,0,450,0,0,50,0,0,"$100,000 - $150,000",Generation Z (7-22),Asian only,Excellent,5-5.5 feet,120-140,Some High School,,0,0,910,450,0,0,80
+,2022,2.02208E+13,5081,Midwest,Indiana,45000,"House, apartment, flat",1,1,12408434,56,Male,White only,Married - spouse present,"Native, born in United States",Very good,73,225,29.7,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,0,0,122,0,600,0,0,643,0,0,0,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Very good,6-6.5 feet,200-300,Graduated High School,,0,122,675,643,0,0,0
+,2022,2.02208E+13,5082,Midwest,Missouri,87500,"House, apartment, flat",1,1,14528412,29,Male,White only,Never married,"Native, born in United States",Good,72,205,27.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,60,0,0,10,0,585,0,0,0,0,0,50,0,705,"$75,000 - $100,000",Millennials (23-38),White only,Good,6-6.5 feet,200-300,Bachelor's Degree,,705,10,645,0,0,0,80
+,2022,2.02208E+13,5083,Midwest,Ohio,22500,"House, apartment, flat",1,1,8960908,62,Male,White only,Divorced,"Native, born in United States",Fair,69,220,32.5,High school graduate - GED,Eleventh grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,80,180,0,0,275,0,465,0,0,230,150,0,60,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Fair,5.5-6 feet,200-300,Graduated High School,,0,275,645,380,0,0,140
+,2022,2.02208E+13,5084,South,Virginia,200000,"House, apartment, flat",1,1,6958201,45,Female,Asian only,Married - spouse present,"Foreign born, not a U.S. citizen",Fair,62,9996,998,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,30,0,0,105,0,0,120,0,270,0,0,90,0,0,45,0,780,"$150,000 and over",Generation X (39-54),Asian only,Fair,5-5.5 feet,>300,Bachelor's Degree,,780,120,375,90,0,0,75
+,2022,2.02208E+13,5085,South,Georgia,200000,"House, apartment, flat",1,1,20457508,36,Female,Black only,Married - spouse present,"Native, born in United States",Very good,65,210,34.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,50,0,0,0,0,600,0,0,790,0,0,0,0,0,"$150,000 and over",Millennials (23-38),Black only,Very good,5-5.5 feet,200-300,Bachelor's Degree,,0,0,650,790,0,0,0
+,2022,2.02208E+13,5086,West,Oregon,200000,"House, apartment, flat",1,1,7319340,73,Male,White only,Married - spouse present,"Native, born in United States",Excellent,71,210,29.3,Some college but no degree,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,0,0,640,0,0,120,0,0,50,0,580,"$150,000 and over",Silent (74-91),White only,Excellent,5.5-6 feet,200-300,Some College,,580,0,670,120,0,0,50
+,2022,2.02208E+13,5087,South,Georgia,6250,"House, apartment, flat",1,1,7422216,37,Female,Black only,Married - spouse present,"Native, born in United States",Poor,60,251,49,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,180,0,0,0,0,0,0,0,1044,0,0,210,0,0,6,0,0,"Less than $10,000",Millennials (23-38),Black only,Poor,5-5.5 feet,200-300,Some College,,0,0,1044,210,0,0,186
+,2022,2.02208E+13,5088,Midwest,Indiana,55000,"House, apartment, flat",1,1,22542706,36,Male,White only,Never married,"Native, born in United States",Good,68,220,33.4,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,0,0,150,0,610,0,0,95,0,0,30,0,480,"$50,000 - $75,000",Millennials (23-38),White only,Good,5.5-6 feet,200-300,Graduated High School,,480,150,685,95,0,0,30
+,2022,2.02208E+13,5089,West,Washington,125000,"House, apartment, flat",1,1,29303573,50,Male,White only,Married - spouse present,"Native, born in United States",Very good,75,219,27.4,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,15,15,0,0,55,0,473,0,0,185,0,0,42,0,655,"$100,000 - $150,000",Generation X (39-54),White only,Very good,6-6.5 feet,200-300,Graduated High School,,655,55,488,185,0,0,57
+,2022,2.02208E+13,5090,West,Colorado,200000,"House, apartment, flat",1,1,3877646,76,Male,White only,Married - spouse absent,"Native, born in United States",Very good,71,175,24.4,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,60,0,650,0,60,240,300,0,40,0,0,"$150,000 and over",Silent (74-91),White only,Very good,5.5-6 feet,160-180,Master's or Doctoral Degree,,0,60,710,600,0,0,40
+,2022,2.02208E+13,5091,South,Louisiana,32500,"House, apartment, flat",1,1,8142227,36,Male,White only,Divorced,"Native, born in United States",Fair,67,200,31.3,High school graduate - diploma,Twelfth grade,Unemployed - on layoff,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,725,0,60,0,0,0,0,450,0,0,180,0,0,25,0,0,"$30,000 - $50,000",Millennials (23-38),White only,Fair,5.5-6 feet,200-300,Graduated High School,,0,0,510,180,0,0,750
+,2022,2.02208E+13,5092,South,Texas,37500,"House, apartment, flat",1,1,9924134,53,Female,White only,Never married,"Foreign born, not a U.S. citizen",Good,66,245,39.5,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,10,0,530,0,0,295,75,0,170,0,360,"$30,000 - $50,000",Generation X (39-54),White only,Good,5.5-6 feet,200-300,Graduated High School,,360,10,530,370,0,0,170
+,2022,2.02208E+13,5093,South,North Carolina,200000,"House, apartment, flat",1,1,13604457,31,Female,White only,Never married,"Native, born in United States",Very good,66,160,25.8,Some college but no degree,College--three years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,5,75,0,0,75,0,435,0,0,265,30,0,0,0,555,"$150,000 and over",Millennials (23-38),White only,Very good,5.5-6 feet,160-180,Some College,,555,75,510,295,0,0,5
+,2022,2.02208E+13,5094,Northeast,Pennsylvania,22500,"House, apartment, flat",1,1,4618108,85,Female,White only,Widowed,"Native, born in United States",Good,64,137,23.5,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,35,0,0,148,0,675,0,0,522,0,60,0,0,0,"$10,000 - $30,000",Silent (74-91),White only,Good,5-5.5 feet,120-140,Graduated High School,,0,148,710,522,0,0,60
+,2022,2.02208E+13,5095,Midwest,Minnesota,200000,"House, apartment, flat",1,1,15225895,41,Female,White only,Married - spouse present,"Native, born in United States",Excellent,63,140,24.8,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,140,0,0,100,0,0,77,0,570,0,0,40,0,0,40,0,473,"$150,000 and over",Generation X (39-54),White only,Excellent,5-5.5 feet,140-160,Master's or Doctoral Degree,,473,77,670,40,0,0,180
+,2022,2.02208E+13,5096,South,Kentucky,17500,"House, apartment, flat",1,1,13028138,59,Male,White only,Never married,"Native, born in United States",Fair,69,230,34,10th grade,Tenth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,240,0,480,0,0,120,0,0,60,0,480,"$10,000 - $30,000",Boomers (55-73),White only,Fair,5.5-6 feet,200-300,Some High School,,480,240,540,120,0,0,60
+,2022,2.02208E+13,5097,West,Washington,67500,Mobile home or trailer with no permanent room added,1,1,5794791,69,Female,White only,Married - spouse present,"Native, born in United States",Good,62,9996,998,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,105,0,0,550,0,500,0,0,285,0,0,0,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Good,5-5.5 feet,>300,Master's or Doctoral Degree,,0,550,605,285,0,0,0
+,2022,2.02208E+13,5098,Midwest,North Dakota,200000,"House, apartment, flat",1,1,10026303,65,Female,White-American Indian,Married - spouse present,"Native, born in United States",Very good,62,140,25.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,105,0,0,600,0,540,0,30,150,15,0,0,0,0,"$150,000 and over",Boomers (55-73),Mixed,Very good,5-5.5 feet,140-160,Bachelor's Degree,,0,600,645,195,0,0,0
+,2022,2.02208E+13,5099,South,West Virginia,45000,Mobile home or trailer with 1 or more rooms added,1,1,12742619,58,Female,White only,Never married,"Native, born in United States",Good,71,290,40.4,Some college but no degree,College--one year,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,240,0,0,0,0,510,0,0,690,0,0,0,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Some College,,0,0,750,690,0,0,0
+,2022,2.02208E+13,5100,West,California,200000,"House, apartment, flat",1,1,15373370,35,Female,Asian only,Married - spouse present,"Foreign born, not a U.S. citizen",Good,60,110,21.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,60,0,390,0,540,0,0,300,0,30,0,0,0,"$150,000 and over",Millennials (23-38),Asian only,Good,5-5.5 feet,100-120,Bachelor's Degree,,0,390,660,300,60,0,30
+,2022,2.02208E+13,5101,South,Texas,87500,"House, apartment, flat",1,1,22861318,17,Female,White only,Never married,"Native, born in United States",Excellent,66,110,17.8,10th grade,Tenth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,15,45,570,0,60,0,590,65,0,60,0,0,35,0,0,"$75,000 - $100,000",Generation Z (7-22),White only,Excellent,5.5-6 feet,100-120,Some High School,,0,60,700,60,570,0,50
+,2022,2.02208E+13,5102,Northeast,New York,200000,"House, apartment, flat",1,1,10923541,59,Male,White only,Married - spouse present,"Native, born in United States",Very good,68,150,22.8,Some college but no degree,College--two years,Unemployed - on layoff,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,3,80,0,3,150,0,600,0,60,524,0,0,20,0,0,"$150,000 and over",Boomers (55-73),White only,Very good,5.5-6 feet,140-160,Some College,,0,150,680,584,0,0,26
+,2022,2.02208E+13,5103,West,Wyoming,87500,"House, apartment, flat",1,1,11249149,49,Female,White only,Never married,"Native, born in United States",Good,65,150,25,Associate degree - academic program,College--four years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,165,0,640,0,0,70,0,0,20,0,515,"$75,000 - $100,000",Generation X (39-54),White only,Good,5-5.5 feet,140-160,Associate Degree,,515,165,670,70,0,0,20
+,2022,2.02208E+13,5104,Midwest,Michigan,55000,"House, apartment, flat",1,1,10820510,80,Female,White only,Widowed,"Native, born in United States",Fair,63,165,29.2,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,125,0,0,360,0,580,0,0,100,0,60,90,125,0,"$50,000 - $75,000",Silent (74-91),White only,Fair,5-5.5 feet,160-180,Graduated High School,,0,360,705,100,0,125,150
+,2022,2.02208E+13,5105,South,Tennessee,2500,"House, apartment, flat",1,1,4310480,25,Female,White only,Married - spouse absent,"Native, born in United States",Good,66,250,40.3,11th grade,Eleventh grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,0,0,780,0,0,420,0,0,150,0,0,"Less than $10,000",Millennials (23-38),White only,Good,5.5-6 feet,200-300,Some High School,,0,0,870,420,0,0,150
+,2022,2.02208E+13,5106,South,Texas,200000,"House, apartment, flat",1,1,15341821,38,Female,Asian only,Married - spouse present,"Foreign born, not a U.S. citizen",Excellent,67,120,18.8,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,150,0,0,70,0,0,0,0,530,0,0,0,0,0,110,0,580,"$150,000 and over",Generation X (39-54),Asian only,Excellent,5.5-6 feet,120-140,Master's or Doctoral Degree,,580,0,600,0,0,0,260
+,2022,2.02208E+13,5107,West,Colorado,125000,"House, apartment, flat",1,1,12522736,68,Female,White only,Married - spouse present,"Native, born in United States",Good,71,170,23.7,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,5,120,0,0,210,0,600,0,0,330,0,0,115,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Good,5.5-6 feet,160-180,Master's or Doctoral Degree,,0,210,720,330,0,0,120
+,2022,2.02208E+13,5108,Northeast,New York,125000,"House, apartment, flat",1,1,23858453,55,Male,White only,Never married,"Native, born in United States",Good,68,300,45.6,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,340,0,35,65,0,0,115,0,600,0,0,190,0,0,20,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Good,5.5-6 feet,>300,Master's or Doctoral Degree,,0,115,665,190,0,0,395
+,2022,2.02208E+13,5109,West,Arizona,87500,"House, apartment, flat",1,1,11862859,73,Female,White only,Widowed,"Native, born in United States",Fair,65,98,16.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,20,0,0,550,0,668,0,0,202,0,0,0,0,0,"$75,000 - $100,000",Silent (74-91),White only,Fair,5-5.5 feet,<100,Bachelor's Degree,,0,550,688,202,0,0,0
+,2022,2.02208E+13,5110,West,Oregon,87500,"House, apartment, flat",1,1,24803376,29,Male,White only,Never married,"Native, born in United States",Good,72,168,22.8,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,20,0,0,115,0,565,0,0,205,0,0,48,0,487,"$75,000 - $100,000",Millennials (23-38),White only,Good,6-6.5 feet,160-180,Graduated High School,,487,115,585,205,0,0,48
+,2022,2.02208E+13,5111,Midwest,Minnesota,200000,"House, apartment, flat",1,1,13085775,38,Female,White only,Married - spouse present,"Native, born in United States",Very good,64,140,24,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,136,0,70,25,0,0,89,0,600,0,0,375,60,0,85,0,0,"$150,000 and over",Generation X (39-54),White only,Very good,5-5.5 feet,140-160,Associate Degree,,0,89,625,435,0,0,291
+,2022,2.02208E+13,5112,Northeast,New Jersey,22500,"House, apartment, flat",1,1,8119566,40,Female,White only,Never married,"Native, born in United States",Very good,67,200,31.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,30,0,0,75,0,0,40,0,668,0,0,60,0,0,87,0,480,"$10,000 - $30,000",Generation X (39-54),White only,Very good,5.5-6 feet,200-300,Bachelor's Degree,,480,40,743,60,0,0,117
+,2022,2.02208E+13,5113,West,California,125000,"House, apartment, flat",1,1,9231729,33,Female,White only,Never married,"Foreign born, not a U.S. citizen",Very good,63,106,18.8,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,10,150,255,0,0,45,0,600,0,0,280,35,0,65,0,0,"$100,000 - $150,000",Millennials (23-38),White only,Very good,5-5.5 feet,100-120,Master's or Doctoral Degree,,0,45,855,315,0,0,225
+,2022,2.02208E+13,5114,Midwest,Wisconsin,13750,"House, apartment, flat",1,1,4775277,68,Male,White only,Divorced,"Native, born in United States",Fair,71,219,30.5,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,54,0,0,44,0,590,0,0,752,0,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Fair,5.5-6 feet,200-300,Graduated High School,,0,44,644,752,0,0,0
+,2022,2.02208E+13,5115,South,Arkansas,45000,Mobile home or trailer with 1 or more rooms added,1,1,6205824,31,Female,White only,Married - spouse present,"Native, born in United States",Excellent,64,135,23.2,Associate degree - academic program,College--three years,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,5,45,0,0,1,0,710,0,0,74,0,0,75,0,530,"$30,000 - $50,000",Millennials (23-38),White only,Excellent,5-5.5 feet,120-140,Associate Degree,,530,1,755,74,0,0,80
+,2022,2.02208E+13,5116,South,Alabama,87500,"House, apartment, flat",1,1,8897621,40,Male,White only,Separated,"Native, born in United States",Good,70,218,31.3,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,0,0,60,0,555,0,0,165,0,0,100,0,485,"$75,000 - $100,000",Generation X (39-54),White only,Good,5.5-6 feet,200-300,Graduated High School,,485,60,630,165,0,0,100
+,2022,2.02208E+13,5117,Midwest,Kansas,55000,"House, apartment, flat",1,1,4546329,31,Female,White only,Married - spouse present,"Native, born in United States",Fair,63,270,47.8,Associate degree - occupational vocational,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,25,0,60,50,0,0,340,0,830,0,0,125,0,0,10,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Fair,5-5.5 feet,200-300,Associate Degree,,0,340,880,125,0,0,95
+,2022,2.02208E+13,5118,Midwest,Illinois,67500,"House, apartment, flat",1,1,5775137,69,Female,White only,Divorced,"Native, born in United States",Good,61,121,22.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,165,0,0,185,0,610,0,0,420,0,0,30,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Good,5-5.5 feet,120-140,Bachelor's Degree,,0,185,775,420,0,0,60
+,2022,2.02208E+13,5119,West,California,2500,"House, apartment, flat",1,1,8542590,40,Female,White only,Never married,"Foreign born, not a U.S. citizen",Poor,66,140,22.6,"1st, 2nd, 3rd, or 4th grade",First through fourth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,25,0,120,40,0,0,190,0,820,0,0,160,0,0,85,0,0,"Less than $10,000",Generation X (39-54),White only,Poor,5.5-6 feet,140-160,Middle School or Less,,0,190,860,160,0,0,230
+,2022,2.02208E+13,5120,South,Georgia,67500,"House, apartment, flat",1,1,17595598,33,Female,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Good,64,150,25.7,11th grade,Eleventh grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,270,0,0,30,0,0,90,0,540,0,0,130,0,0,10,0,370,"$50,000 - $75,000",Millennials (23-38),White only,Good,5-5.5 feet,140-160,Some High School,,370,90,570,130,0,0,280
+,2022,2.02208E+13,5121,West,California,32500,"House, apartment, flat",1,1,16939929,70,Female,White only,Married - spouse present,"Native, born in United States",Excellent,,9996,998,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,130,0,0,20,0,600,0,0,550,0,0,140,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Excellent,,>300,Graduated High School,,0,20,730,550,0,0,140
+,2022,2.02208E+13,5122,Midwest,Indiana,87500,"House, apartment, flat",1,1,15288332,72,Male,White only,Married - spouse present,"Native, born in United States",Fair,73,235,31,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,135,0,0,190,0,675,0,0,440,0,0,0,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Fair,6-6.5 feet,200-300,Graduated High School,,0,190,810,440,0,0,0
+,2022,2.02208E+13,5123,South,Virginia,45000,"House, apartment, flat",1,1,6855758,71,Female,Black only,Widowed,"Native, born in United States",Good,65,160,26.6,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,40,0,0,267,10,671,0,0,290,0,105,0,0,0,"$30,000 - $50,000",Boomers (55-73),Black only,Good,5-5.5 feet,160-180,Some College,,0,277,711,290,0,0,105
+,2022,2.02208E+13,5124,West,California,13750,"House, apartment, flat",1,1,10021111,30,Female,White only,Never married,"Foreign born, not a U.S. citizen",Good,60,135,26.4,5th or 6th grade,Fifth through sixth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,260,0,0,145,0,0,380,0,585,0,0,40,0,0,30,0,0,"$10,000 - $30,000",Millennials (23-38),White only,Good,5-5.5 feet,120-140,Middle School or Less,,0,380,730,40,0,0,290
+,2022,2.02208E+13,5125,West,Oregon,55000,"House, apartment, flat",1,1,15317144,54,Male,White only,Married - spouse present,"Native, born in United States",Fair,66,125,20.2,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,20,60,0,0,116,0,410,0,0,804,0,0,30,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Fair,5.5-6 feet,120-140,Graduated High School,,0,116,470,804,0,0,50
+,2022,2.02208E+13,5126,Northeast,New York,200000,"House, apartment, flat",1,1,15411890,31,Female,White only,Married - spouse present,"Native, born in United States",Very good,65,150,25,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,55,0,0,635,0,630,0,0,120,0,0,0,0,0,"$150,000 and over",Millennials (23-38),White only,Very good,5-5.5 feet,140-160,Master's or Doctoral Degree,,0,635,685,120,0,0,0
+,2022,2.02208E+13,5127,Midwest,Iowa,200000,"House, apartment, flat",1,1,11576874,17,Female,White only,Never married,"Native, born in United States",Excellent,61,130,24.6,10th grade,Tenth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,15,60,0,0,10,0,610,0,0,360,0,0,385,0,0,"$150,000 and over",Generation Z (7-22),White only,Excellent,5-5.5 feet,120-140,Some High School,,0,10,670,360,0,0,400
+,2022,2.02208E+13,5128,South,Maryland,37500,"House, apartment, flat",1,1,11069569,78,Female,White only,Widowed,"Native, born in United States",Fair,62,110,20.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,351,0,575,0,30,334,30,30,0,0,0,"$30,000 - $50,000",Silent (74-91),White only,Fair,5-5.5 feet,100-120,Bachelor's Degree,,0,351,665,394,0,0,30
+,2022,2.02208E+13,5129,Northeast,New York,200000,"House, apartment, flat",1,1,9755758,69,Male,White only,Divorced,"Foreign born, U.S. citizen by naturalization",Very good,70,200,28.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,0,0,585,0,0,170,0,0,80,0,485,"$150,000 and over",Boomers (55-73),White only,Very good,5.5-6 feet,200-300,Bachelor's Degree,,485,0,705,170,0,0,80
+,2022,2.02208E+13,5130,South,Florida,67500,"House, apartment, flat",1,1,11097419,51,Female,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Excellent,66,150,24.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,120,30,0,0,540,0,550,0,0,180,0,0,20,0,0,"$50,000 - $75,000",Generation X (39-54),White only,Excellent,5.5-6 feet,140-160,Bachelor's Degree,,0,540,580,180,0,0,140
+,2022,2.02208E+13,5131,Midwest,Ohio,125000,"House, apartment, flat",1,1,6975636,69,Female,Black only,Married - spouse present,"Native, born in United States",Very good,61,160,30.2,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,180,0,0,210,0,475,0,0,560,0,15,0,0,0,"$100,000 - $150,000",Boomers (55-73),Black only,Very good,5-5.5 feet,160-180,Master's or Doctoral Degree,,0,210,655,560,0,0,15
+,2022,2.02208E+13,5132,Midwest,Illinois,67500,"House, apartment, flat",1,1,29548073,55,Male,White only,Divorced,"Native, born in United States",Very good,68,180,27.4,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,6,2,30,0,0,0,0,510,0,0,0,0,0,41,0,851,"$50,000 - $75,000",Boomers (55-73),White only,Very good,5.5-6 feet,180-200,Graduated High School,,851,0,540,0,0,0,49
+,2022,2.02208E+13,5133,South,Louisiana,87500,"House, apartment, flat",1,1,8708453,68,Female,White only,Married - spouse present,"Native, born in United States",Very good,67,180,28.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,90,0,195,225,0,0,0,540,0,90,195,0,0,105,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Very good,5.5-6 feet,180-200,Bachelor's Degree,,0,0,735,285,225,0,195
+,2022,2.02208E+13,5134,Midwest,Wisconsin,22500,"House, apartment, flat",1,1,11238491,62,Male,White only,Married - spouse present,"Native, born in United States",Good,71,120,16.7,Some college but no degree,College--two years,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,105,0,0,120,0,600,0,0,135,0,0,30,0,450,"$10,000 - $30,000",Boomers (55-73),White only,Good,5.5-6 feet,120-140,Some College,,450,120,705,135,0,0,30
+,2022,2.02208E+13,5135,South,Florida,67500,"House, apartment, flat",1,1,27769759,29,Female,White only,Married - spouse present,"Native, born in United States",Excellent,68,130,19.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,95,0,45,120,0,0,150,0,560,0,0,94,254,0,62,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Excellent,5.5-6 feet,120-140,Bachelor's Degree,,0,150,680,348,0,0,202
+,2022,2.02208E+13,5136,South,Georgia,67500,"House, apartment, flat",1,1,4820175,65,Male,White only,Married - spouse present,"Native, born in United States",NIU (Not in universe),,9999,999,Associate degree - occupational vocational,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,160,0,0,120,0,760,0,0,270,0,0,70,0,0,"$50,000 - $75,000",Boomers (55-73),White only,"Other (Refused, Dont know, NIU)",,>300,Associate Degree,,0,120,920,270,0,0,130
+,2022,2.02208E+13,5137,South,Texas,125000,"House, apartment, flat",1,1,16080297,29,Male,White only,Married - spouse present,"Native, born in United States",Very good,69,215,31.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,80,0,0,30,0,0,0,0,575,0,0,45,45,0,50,0,615,"$100,000 - $150,000",Millennials (23-38),White only,Very good,5.5-6 feet,200-300,Bachelor's Degree,,615,0,605,90,0,0,130
+,2022,2.02208E+13,5138,South,Oklahoma,67500,Mobile home or trailer with no permanent room added,1,1,7185121,73,Male,White only,Widowed,"Native, born in United States",Very good,67,200,31.3,Some college but no degree,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,10,0,425,0,0,945,0,0,0,0,0,"$50,000 - $75,000",Silent (74-91),White only,Very good,5.5-6 feet,200-300,Some College,,0,10,485,945,0,0,0
+,2022,2.02208E+13,5139,Midwest,Ohio,55000,"House, apartment, flat",1,1,21056378,80,Female,White only,Married - spouse present,"Native, born in United States",NIU (Not in universe),,9999,998,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,30,205,41,0,0,180,0,594,0,0,300,0,0,90,0,0,"$50,000 - $75,000",Silent (74-91),White only,"Other (Refused, Dont know, NIU)",,>300,Graduated High School,,0,180,635,300,0,0,325
+,2022,2.02208E+13,5140,South,Georgia,87500,"House, apartment, flat",1,1,10646512,31,Male,White only,Never married,"Native, born in United States",Very good,72,200,27.1,Associate degree - occupational vocational,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,330,0,600,0,0,180,270,0,0,0,0,"$75,000 - $100,000",Millennials (23-38),White only,Very good,6-6.5 feet,200-300,Associate Degree,,0,330,660,450,0,0,0
+,2022,2.02208E+13,5141,Midwest,Michigan,67500,"House, apartment, flat",1,1,12736956,70,Female,White only,Divorced,"Native, born in United States",Excellent,62,165,30.2,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,90,0,555,45,0,670,0,0,20,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Excellent,5-5.5 feet,160-180,Graduated High School,,0,90,660,670,0,0,20
+,2022,2.02208E+13,5142,West,California,125000,"House, apartment, flat",1,1,9627265,36,Male,White only,Never married,"Native, born in United States",Very good,66,150,24.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,25,0,105,0,0,0,0,600,15,0,340,230,0,125,0,0,"$100,000 - $150,000",Millennials (23-38),White only,Very good,5.5-6 feet,140-160,Bachelor's Degree,,0,0,720,570,0,0,150
+,2022,2.02208E+13,5143,South,Texas,87500,"House, apartment, flat",1,1,21532916,80,Male,White only,Married - spouse present,"Native, born in United States",Good,61,196,37,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,300,45,675,0,0,300,0,0,0,0,0,"$75,000 - $100,000",Silent (74-91),White only,Good,5-5.5 feet,180-200,Bachelor's Degree,,0,345,795,300,0,0,0
+,2022,2.02208E+13,5144,South,Georgia,32500,"House, apartment, flat",1,1,5690884,85,Female,White only,Widowed,"Native, born in United States",Very good,65,117,19.5,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,110,0,0,20,0,540,0,0,770,0,0,0,0,0,"$30,000 - $50,000",Silent (74-91),White only,Very good,5-5.5 feet,100-120,Some College,,0,20,650,770,0,0,0
+,2022,2.02208E+13,5145,Midwest,Michigan,17500,"House, apartment, flat",1,1,4218752,85,Female,White only,Widowed,"Native, born in United States",Very good,61,115,21.7,11th grade,Eleventh grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,90,0,0,135,0,630,0,0,510,0,75,0,0,0,"$10,000 - $30,000",Silent (74-91),White only,Very good,5-5.5 feet,100-120,Some High School,,0,135,720,510,0,0,75
+,2022,2.02208E+13,5146,Northeast,Rhode Island,87500,"House, apartment, flat",1,1,14396529,59,Male,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Fair,56,154,34.5,High school graduate - GED,Eleventh grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,645,0,630,0,0,75,0,0,0,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Fair,0-5 feet,140-160,Graduated High School,,0,645,720,75,0,0,0
+,2022,2.02208E+13,5147,South,Florida,87500,"House, apartment, flat",1,1,4409382,39,Female,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Very good,62,140,25.6,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,345,0,0,120,0,0,180,0,555,0,0,180,60,0,0,0,0,"$75,000 - $100,000",Generation X (39-54),White only,Very good,5-5.5 feet,140-160,Master's or Doctoral Degree,,0,180,675,240,0,0,345
+,2022,2.02208E+13,5148,South,Florida,11250,"House, apartment, flat",1,1,71263647,61,Male,Black only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",NIU (Not in universe),,9999,999,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,575,60,0,0,0,0,440,0,0,270,0,0,20,0,75,"$10,000 - $30,000",Boomers (55-73),Black only,"Other (Refused, Dont know, NIU)",,>300,Graduated High School,,75,0,500,270,0,0,595
+,2022,2.02208E+13,5149,Midwest,Kansas,200000,"House, apartment, flat",1,1,6756131,58,Female,White only,Married - spouse present,"Native, born in United States",Excellent,67,165,25.8,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,90,0,90,0,0,155,0,565,0,0,420,60,0,60,0,0,"$150,000 and over",Boomers (55-73),White only,Excellent,5.5-6 feet,160-180,Master's or Doctoral Degree,,0,155,655,480,0,0,150
+,2022,2.02208E+13,5150,Midwest,South Dakota,67500,"House, apartment, flat",1,1,8672690,76,Female,White only,Married - spouse present,"Native, born in United States",Fair,63,9996,998,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,Has difficulty remembering,0,0,10,120,0,0,16,0,830,60,0,354,0,0,50,0,0,"$50,000 - $75,000",Silent (74-91),White only,Fair,5-5.5 feet,>300,Bachelor's Degree,,0,16,1010,354,0,0,60
+,2022,2.02208E+13,5151,West,Colorado,67500,"House, apartment, flat",1,1,19267102,64,Female,White only,Married - spouse present,"Native, born in United States",Fair,65,116,19.3,9th grade,Ninth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,120,0,90,0,0,300,0,500,0,60,330,0,0,40,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Fair,5-5.5 feet,100-120,Some High School,,0,300,590,390,0,0,160
+,2022,2.02208E+13,5152,Midwest,Iowa,67500,"House, apartment, flat",1,1,11682169,32,Male,White only,Never married,"Foreign born, not a U.S. citizen",Very good,67,160,25.1,High school graduate - GED,Tenth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,0,0,15,0,570,0,0,250,0,0,40,0,490,"$50,000 - $75,000",Millennials (23-38),White only,Very good,5.5-6 feet,160-180,Graduated High School,,490,15,645,250,0,0,40
+,2022,2.02208E+13,5153,Midwest,Illinois,125000,"House, apartment, flat",1,1,18001881,58,Female,White only,Married - spouse present,"Native, born in United States",Fair,66,242,39.1,Associate degree - occupational vocational,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,60,0,0,0,0,555,0,0,825,0,0,0,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Fair,5.5-6 feet,200-300,Associate Degree,,0,0,615,825,0,0,0
+,2022,2.02208E+13,5154,Midwest,Ohio,55000,"House, apartment, flat",1,1,2983633,80,Female,Black only,Widowed,"Native, born in United States",Good,65,161,26.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,15,105,0,0,75,150,610,0,0,390,0,0,20,0,0,"$50,000 - $75,000",Silent (74-91),Black only,Good,5-5.5 feet,160-180,Bachelor's Degree,,0,225,715,390,0,0,35
+,2022,2.02208E+13,5155,South,Georgia,45000,"House, apartment, flat",1,1,9110727,85,Female,White only,Widowed,"Native, born in United States",Fair,63,131,23.2,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),Has vision difficulty,Has hearing difficulty,Has mobility limitation,Has physical difficulty,No difficulty remembering,0,0,45,100,0,0,30,0,790,0,0,430,0,0,45,0,0,"$30,000 - $50,000",Silent (74-91),White only,Fair,5-5.5 feet,120-140,Master's or Doctoral Degree,,0,30,890,430,0,0,90
+,2022,2.02208E+13,5156,South,North Carolina,13750,"House, apartment, flat",1,1,10384932,35,Male,Asian only,Married - spouse present,"Native, born in United States",Fair,65,130,21.6,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,0,0,20,0,460,0,0,30,0,0,45,0,810,"$10,000 - $30,000",Millennials (23-38),Asian only,Fair,5-5.5 feet,120-140,Graduated High School,,810,20,535,30,0,0,45
+,2022,2.02208E+13,5157,Northeast,Rhode Island,87500,"House, apartment, flat",1,1,13894636,33,Female,White only,Never married,"Native, born in United States",Good,64,190,32.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,135,0,0,30,0,0,30,0,570,0,0,140,0,0,60,0,475,"$75,000 - $100,000",Millennials (23-38),White only,Good,5-5.5 feet,180-200,Bachelor's Degree,,475,30,600,140,0,0,195
+,2022,2.02208E+13,5158,South,Georgia,55000,"House, apartment, flat",1,1,66657322,31,Male,Black only,Never married,"Native, born in United States",Good,71,260,36.3,Associate degree - academic program,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,65,0,0,0,0,675,0,0,100,0,0,90,0,510,"$50,000 - $75,000",Millennials (23-38),Black only,Good,5.5-6 feet,200-300,Associate Degree,,510,0,740,100,0,0,90
+,2022,2.02208E+13,5159,Midwest,Ohio,125000,"House, apartment, flat",1,1,9174356,28,Female,Black only,Separated,"Native, born in United States",Good,73,130,17.1,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,880,0,0,0,0,520,0,0,0,0,0,40,0,0,"$100,000 - $150,000",Millennials (23-38),Black only,Good,6-6.5 feet,120-140,Graduated High School,,0,0,1400,0,0,0,40
+,2022,2.02208E+13,5160,Midwest,Nebraska,125000,"House, apartment, flat",1,1,9759140,31,Male,White-Black-American Indian,Married - spouse present,"Native, born in United States",Very good,63,140,24.8,Some college but no degree,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,110,0,0,70,0,0,65,0,540,0,0,165,85,0,20,0,385,"$100,000 - $150,000",Millennials (23-38),Mixed,Very good,5-5.5 feet,140-160,Some College,,385,65,610,250,0,0,130
+,2022,2.02208E+13,5161,West,Oregon,45000,"House, apartment, flat",1,1,10773064,21,Female,White only,Never married,"Native, born in United States",Very good,64,125,21.5,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,40,0,0,70,0,880,0,0,390,0,0,60,0,0,"$30,000 - $50,000",Generation Z (7-22),White only,Very good,5-5.5 feet,120-140,Some College,,0,70,920,390,0,0,60
+,2022,2.02208E+13,5162,Midwest,Ohio,125000,"House, apartment, flat",1,1,11806085,45,Female,White only,Married - spouse present,"Native, born in United States",Very good,70,170,24.4,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,50,0,0,25,0,0,5,0,535,0,0,150,15,0,120,0,540,"$100,000 - $150,000",Generation X (39-54),White only,Very good,5.5-6 feet,160-180,Master's or Doctoral Degree,,540,5,560,165,0,0,170
+,2022,2.02208E+13,5163,South,Kentucky,22500,"House, apartment, flat",1,1,23792872,65,Male,Black only,Married - spouse present,"Native, born in United States",Fair,69,182,26.9,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,55,0,0,30,0,520,0,0,835,0,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),Black only,Fair,5.5-6 feet,180-200,Graduated High School,,0,30,575,835,0,0,0
+,2022,2.02208E+13,5164,Midwest,Wisconsin,200000,"House, apartment, flat",1,1,6334319,59,Male,White only,Married - spouse present,"Native, born in United States",Very good,71,250,34.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,71,20,0,0,90,0,435,0,0,209,0,0,615,0,0,"$150,000 and over",Boomers (55-73),White only,Very good,5.5-6 feet,200-300,Bachelor's Degree,,0,90,455,209,0,0,686
+,2022,2.02208E+13,5165,South,Florida,67500,"House, apartment, flat",1,1,3209396,71,Male,White only,Separated,"Native, born in United States",Good,69,155,22.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,45,105,0,0,130,0,705,0,0,105,105,0,125,120,0,"$50,000 - $75,000",Boomers (55-73),White only,Good,5.5-6 feet,140-160,Bachelor's Degree,,0,130,810,210,0,120,170
+,2022,2.02208E+13,5166,Midwest,Missouri,32500,Mobile home or trailer with no permanent room added,1,1,6386307,71,Female,White only,Married - spouse present,"Native, born abroad of American parent or parents",Good,63,9996,998,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,56,0,270,0,0,1114,0,0,0,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Good,5-5.5 feet,>300,Graduated High School,,0,56,270,1114,0,0,0
+,2022,2.02208E+13,5167,South,Arkansas,32500,"House, apartment, flat",1,1,29807500,16,Male,White only,Never married,"Native, born in United States",Very good,69,160,23.6,9th grade,Ninth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,183,0,0,0,0,0,570,0,0,637,0,0,50,0,0,"$30,000 - $50,000",Generation Z (7-22),White only,Very good,5.5-6 feet,160-180,Some High School,,0,0,570,637,0,0,233
+,2022,2.02208E+13,5168,Midwest,Ohio,2500,"House, apartment, flat",1,1,21138779,69,Male,Black only,Separated,"Native, born in United States",Excellent,69,171,25.2,10th grade,Tenth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,464,75,0,0,60,0,586,0,0,160,0,0,95,0,0,"Less than $10,000",Boomers (55-73),Black only,Excellent,5.5-6 feet,160-180,Some High School,,0,60,661,160,0,0,559
+,2022,2.02208E+13,5169,South,Florida,22500,Mobile home or trailer with no permanent room added,1,1,10305458,61,Female,White only,Divorced,"Native, born in United States",Good,64,300,51.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,65,0,0,10,0,575,0,0,430,0,0,30,0,330,"$10,000 - $30,000",Boomers (55-73),White only,Good,5-5.5 feet,>300,Bachelor's Degree,,330,10,640,430,0,0,30
+,2022,2.02208E+13,5170,West,Montana,22500,Mobile home or trailer with no permanent room added,1,1,4127300,70,Female,White only,Widowed,"Native, born in United States",Good,61,175,33.1,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,0,0,114,0,480,0,0,647,0,45,0,0,79,"$10,000 - $30,000",Boomers (55-73),White only,Good,5-5.5 feet,160-180,Graduated High School,,79,114,555,647,0,0,45
+,2022,2.02208E+13,5171,South,Kentucky,125000,"House, apartment, flat",1,1,2559220,66,Male,White only,Divorced,"Native, born in United States",Very good,75,220,27.5,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,45,30,0,0,283,0,615,0,0,445,0,0,22,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Very good,6-6.5 feet,200-300,Some College,,0,283,645,445,0,0,67
+,2022,2.02208E+13,5172,West,New Mexico,200000,"House, apartment, flat",1,1,6575883,69,Male,White only,Widowed,"Native, born in United States",Excellent,66,175,28.2,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,5,14,89,0,0,0,0,625,55,0,215,195,15,107,0,105,"$150,000 and over",Boomers (55-73),White only,Excellent,5.5-6 feet,160-180,Master's or Doctoral Degree,,105,0,769,410,0,0,141
+,2022,2.02208E+13,5173,South,Delaware,55000,"House, apartment, flat",1,1,5712186,72,Female,White only,Married - spouse present,"Native, born in United States",Very good,63,9996,998,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,0,0,600,0,0,750,0,0,0,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Very good,5-5.5 feet,>300,Graduated High School,,0,0,690,750,0,0,0
+,2022,2.02208E+13,5174,South,North Carolina,45000,"House, apartment, flat",1,1,6376120,36,Female,White only,Separated,"Native, born in United States",Good,69,175,25.8,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,55,0,0,60,0,0,15,0,540,0,0,210,0,0,50,0,510,"$30,000 - $50,000",Millennials (23-38),White only,Good,5.5-6 feet,160-180,Master's or Doctoral Degree,,510,15,600,210,0,0,105
+,2022,2.02208E+13,5175,Midwest,Michigan,87500,"House, apartment, flat",1,1,14748964,49,Male,White only,Married - spouse present,"Native, born in United States",Very good,73,240,31.7,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,80,0,0,50,0,0,0,0,495,0,0,95,0,0,90,0,630,"$75,000 - $100,000",Generation X (39-54),White only,Very good,6-6.5 feet,200-300,Master's or Doctoral Degree,,630,0,545,95,0,0,170
+,2022,2.02208E+13,5176,Northeast,Connecticut,125000,"House, apartment, flat",1,1,5524496,71,Female,White only,Married - spouse present,"Native, born in United States",Good,59,9996,998,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,200,0,0,240,0,495,0,0,300,0,0,145,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Good,0-5 feet,>300,Graduated High School,,0,240,695,300,0,0,145
+,2022,2.02208E+13,5177,South,District of Columbia,125000,"House, apartment, flat",1,1,13389005,31,Female,White only,Never married,"Native, born in United States",Very good,64,130,22.3,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,15,60,0,0,262,0,460,0,0,120,30,0,15,0,478,"$100,000 - $150,000",Millennials (23-38),White only,Very good,5-5.5 feet,120-140,Master's or Doctoral Degree,,478,262,520,150,0,0,30
+,2022,2.02208E+13,5178,Northeast,New York,125000,"House, apartment, flat",1,1,10934424,30,Female,Asian only,Married - spouse present,"Native, born in United States",Good,66,200,32.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,90,0,0,20,0,660,0,0,300,0,0,100,0,210,"$100,000 - $150,000",Millennials (23-38),Asian only,Good,5.5-6 feet,200-300,Bachelor's Degree,,210,20,750,300,0,0,160
+,2022,2.02208E+13,5179,West,Idaho,55000,"House, apartment, flat",1,1,14352391,40,Female,White only,Married - spouse present,"Native, born in United States",Very good,67,200,31.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,15,30,10,0,0,184,0,660,0,0,335,0,0,41,0,150,"$50,000 - $75,000",Generation X (39-54),White only,Very good,5.5-6 feet,200-300,Bachelor's Degree,,150,184,670,335,0,0,86
+,2022,2.02208E+13,5180,West,Idaho,27500,"House, apartment, flat",1,1,5857933,69,Male,White only,Divorced,"Native, born in United States",Good,74,115,14.8,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,45,20,0,0,650,0,551,0,0,140,0,0,34,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Good,6-6.5 feet,100-120,Some College,,0,650,571,140,0,0,79
+,2022,2.02208E+13,5181,South,Texas,55000,"House, apartment, flat",1,1,10757390,29,Male,White only,Never married,"Native, born in United States",Very good,66,145,23.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,110,0,0,0,0,536,60,0,525,60,0,29,0,120,"$50,000 - $75,000",Millennials (23-38),White only,Very good,5.5-6 feet,140-160,Bachelor's Degree,,120,0,706,585,0,0,29
+,2022,2.02208E+13,5182,West,California,200000,"House, apartment, flat",1,1,11624506,65,Male,White only,Widowed,"Native, born in United States",Very good,72,219,29.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,35,0,0,0,0,510,0,0,220,30,0,0,0,585,"$150,000 and over",Boomers (55-73),White only,Very good,6-6.5 feet,200-300,Bachelor's Degree,,585,0,545,250,0,0,0
+,2022,2.02208E+13,5183,West,Utah,125000,"House, apartment, flat",1,1,7526265,41,Male,White only,Divorced,"Native, born in United States",Excellent,69,162,23.9,Some college but no degree,College--three years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,20,0,0,15,0,600,0,0,120,120,60,30,0,475,"$100,000 - $150,000",Generation X (39-54),White only,Excellent,5.5-6 feet,160-180,Some College,,475,15,620,240,0,0,90
+,2022,2.02208E+13,5184,West,California,200000,"House, apartment, flat",1,1,7301677,65,Female,White only,Widowed,"Native, born in United States",Very good,65,9996,998,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,100,0,620,0,0,145,0,0,50,0,465,"$150,000 and over",Boomers (55-73),White only,Very good,5-5.5 feet,>300,Bachelor's Degree,,465,100,680,145,0,0,50
+,2022,2.02208E+13,5185,Northeast,Pennsylvania,125000,"House, apartment, flat",1,1,17658288,47,Female,White only,Married - spouse present,"Native, born in United States",Good,66,160,25.8,High school graduate - diploma,Twelfth grade,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,30,0,660,0,0,716,0,0,4,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Good,5.5-6 feet,160-180,Graduated High School,,0,30,690,716,0,0,4
+,2022,2.02208E+13,5186,Northeast,New York,32500,"House, apartment, flat",1,1,5800684,43,Female,Black only,Never married,"Foreign born, U.S. citizen by naturalization",NIU (Not in universe),,9999,999,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,120,0,200,20,0,0,140,0,650,0,0,180,0,0,130,0,0,"$30,000 - $50,000",Generation X (39-54),Black only,"Other (Refused, Dont know, NIU)",,>300,Bachelor's Degree,,0,140,670,180,0,0,450
+,2022,2.02208E+13,5187,West,Colorado,125000,"House, apartment, flat",1,1,18971234,56,Male,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Good,71,240,33.5,Some college but no degree,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,50,0,0,30,30,500,0,0,125,0,0,75,0,630,"$100,000 - $150,000",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Some College,,630,60,550,125,0,0,75
+,2022,2.02208E+13,5188,South,Florida,125000,"House, apartment, flat",1,1,14019027,36,Male,White only,Married - spouse present,"Native, born in United States",Very good,69,170,25.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,10,0,0,180,0,630,0,0,200,0,0,0,0,420,"$100,000 - $150,000",Millennials (23-38),White only,Very good,5.5-6 feet,160-180,Bachelor's Degree,,420,180,640,200,0,0,0
+,2022,2.02208E+13,5189,South,North Carolina,32500,"House, apartment, flat",1,1,13459928,59,Female,White only,Married - spouse present,"Native, born in United States",Poor,67,270,42.3,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,0,0,0,0,855,0,0,480,0,30,0,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Poor,5.5-6 feet,200-300,Graduated High School,,0,0,930,480,0,0,30
+,2022,2.02208E+13,5190,Midwest,South Dakota,87500,"House, apartment, flat",1,1,24355016,41,Female,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Good,60,150,29.3,"1st, 2nd, 3rd, or 4th grade",First through fourth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,20,0,0,190,0,700,0,0,340,0,0,10,0,180,"$75,000 - $100,000",Generation X (39-54),White only,Good,5-5.5 feet,140-160,Middle School or Less,,180,190,720,340,0,0,10
+,2022,2.02208E+13,5191,West,California,200000,"House, apartment, flat",1,1,4907019,38,Female,White only,Married - spouse present,"Native, born in United States",Very good,64,135,23.2,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,97,0,15,10,0,0,181,0,435,0,0,587,0,0,115,0,0,"$150,000 and over",Generation X (39-54),White only,Very good,5-5.5 feet,120-140,Master's or Doctoral Degree,,0,181,445,587,0,0,227
+,2022,2.02208E+13,5192,Northeast,New Jersey,87500,"House, apartment, flat",1,1,5660042,44,Male,White only,Never married,"Foreign born, U.S. citizen by naturalization",Very good,71,245,34.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,8,120,0,0,30,0,730,0,0,492,0,10,50,0,0,"$75,000 - $100,000",Generation X (39-54),White only,Very good,5.5-6 feet,200-300,Bachelor's Degree,,0,30,850,492,0,0,68
+,2022,2.02208E+13,5193,South,Georgia,67500,"House, apartment, flat",1,1,6273735,45,Female,White only,Married - spouse absent,"Native, born in United States",Very good,67,126,19.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,125,120,0,45,0,0,280,20,465,0,0,105,0,0,100,0,180,"$50,000 - $75,000",Generation X (39-54),White only,Very good,5.5-6 feet,120-140,Bachelor's Degree,,180,300,510,105,0,0,345
+,2022,2.02208E+13,5194,Northeast,New York,32500,"House, apartment, flat",1,1,18365571,75,Female,White only,Married - spouse present,"Native, born in United States",Very good,64,149,25.6,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,273,0,50,0,0,80,0,485,0,0,550,0,0,2,0,0,"$30,000 - $50,000",Silent (74-91),White only,Very good,5-5.5 feet,140-160,Graduated High School,,0,80,535,550,0,0,275
+,2022,2.02208E+13,5195,South,Texas,27500,"House, apartment, flat",1,1,5196178,72,Female,White only,Divorced,"Native, born in United States",Good,70,238,34.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,480,0,570,0,0,180,0,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Bachelor's Degree,,0,480,600,180,0,0,0
+,2022,2.02208E+13,5196,South,Tennessee,45000,"House, apartment, flat",1,1,19771336,28,Female,White only,Married - spouse present,"Native, born in United States",Fair,63,257,45.5,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,0,0,0,0,520,0,0,150,0,0,50,0,645,"$30,000 - $50,000",Millennials (23-38),White only,Fair,5-5.5 feet,200-300,Graduated High School,,645,0,595,150,0,0,50
+,2022,2.02208E+13,5197,Midwest,Illinois,22500,"House, apartment, flat",1,1,4466475,80,Female,White only,Widowed,"Native, born in United States",Fair,62,124,22.7,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,94,0,0,60,0,530,0,100,465,0,121,70,0,0,"$10,000 - $30,000",Silent (74-91),White only,Fair,5-5.5 feet,120-140,Graduated High School,,0,60,624,565,0,0,191
+,2022,2.02208E+13,5198,Midwest,Minnesota,87500,"House, apartment, flat",1,1,15826999,68,Female,White only,Married - spouse present,"Native, born in United States",Good,63,168,29.8,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,225,20,17,0,0,90,0,530,0,0,381,0,0,177,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Good,5-5.5 feet,160-180,Graduated High School,,0,90,547,381,0,0,422
+,2022,2.02208E+13,5199,West,Nevada,8750,"House, apartment, flat",1,1,5644999,45,Male,White only,Never married,"Native, born in United States",Good,71,180,25.1,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,240,0,590,0,0,520,0,60,0,0,0,"Less than $10,000",Generation X (39-54),White only,Good,5.5-6 feet,180-200,Graduated High School,,0,240,620,520,0,0,60
+,2022,2.02208E+13,5200,South,Maryland,45000,"House, apartment, flat",1,1,4408432,67,Male,White only,Married - spouse present,"Native, born in United States",Fair,70,160,23,Associate degree - academic program,College--three years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,540,0,600,0,0,210,0,0,0,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Fair,5.5-6 feet,160-180,Associate Degree,,0,540,690,210,0,0,0
+,2022,2.02208E+13,5201,West,Washington,125000,"House, apartment, flat",1,1,4282314,37,Female,White only,Married - spouse present,"Native, born in United States",NIU (Not in universe),,9999,999,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,380,0,0,90,0,0,175,0,435,0,0,300,0,0,0,0,0,"$100,000 - $150,000",Millennials (23-38),White only,"Other (Refused, Dont know, NIU)",,>300,Bachelor's Degree,,0,175,525,300,0,0,380
+,2022,2.02208E+13,5202,Northeast,Pennsylvania,200000,"House, apartment, flat",1,1,10077745,78,Female,White only,Widowed,"Native, born in United States",NIU (Not in universe),,9999,999,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,85,120,0,0,180,0,660,60,0,0,0,150,185,0,0,"$150,000 and over",Silent (74-91),White only,"Other (Refused, Dont know, NIU)",,>300,Master's or Doctoral Degree,,0,180,840,0,0,0,420
+,2022,2.02208E+13,5203,South,Oklahoma,32500,"House, apartment, flat",1,1,9877970,27,Female,White only,Married - spouse present,"Native, born in United States",Fair,64,250,42.9,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,40,0,0,10,0,0,85,0,590,0,0,655,0,0,0,0,0,"$30,000 - $50,000",Millennials (23-38),White only,Fair,5-5.5 feet,200-300,Graduated High School,,0,85,600,655,0,0,40
+,2022,2.02208E+13,5204,West,California,55000,"House, apartment, flat",1,1,3620257,37,Female,Black only,Never married,"Native, born in United States",Good,73,217,28.6,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,0,0,370,0,0,390,30,0,140,0,480,"$50,000 - $75,000",Millennials (23-38),Black only,Good,6-6.5 feet,200-300,Some College,,480,0,400,420,0,0,140
+,2022,2.02208E+13,5205,Northeast,Massachusetts,87500,"House, apartment, flat",1,1,4874406,34,Male,Asian only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Excellent,66,154,24.9,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,120,0,180,60,0,0,0,0,660,0,0,390,0,0,30,0,0,"$75,000 - $100,000",Millennials (23-38),Asian only,Excellent,5.5-6 feet,140-160,Master's or Doctoral Degree,,0,0,720,390,0,0,330
+,2022,2.02208E+13,5206,South,Oklahoma,55000,"House, apartment, flat",1,1,6211070,29,Male,White only,Married - spouse present,"Native, born in United States",Good,76,325,39.6,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,182,0,10,120,0,0,30,0,698,0,0,180,0,0,190,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Good,6-6.5 feet,>300,Associate Degree,,0,30,818,180,0,0,382
+,2022,2.02208E+13,5207,Midwest,Iowa,11250,"House, apartment, flat",1,1,6291029,68,Female,White only,Divorced,"Native, born in United States",Good,64,139,23.9,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,30,0,0,156,0,530,0,0,616,15,0,33,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Good,5-5.5 feet,120-140,Graduated High School,,0,156,560,631,0,0,93
+,2022,2.02208E+13,5208,Midwest,Wisconsin,200000,"House, apartment, flat",1,1,8535227,38,Male,White only,Married - spouse present,"Native, born in United States",Good,70,235,33.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,20,0,0,20,0,600,0,0,180,0,0,140,0,480,"$150,000 and over",Generation X (39-54),White only,Good,5.5-6 feet,200-300,Bachelor's Degree,,480,20,620,180,0,0,140
+,2022,2.02208E+13,5209,West,California,87500,"House, apartment, flat",1,1,15370419,30,Male,Black only,Never married,"Foreign born, not a U.S. citizen",Excellent,71,206,28.7,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,40,0,0,0,0,330,0,0,515,0,0,0,0,555,"$75,000 - $100,000",Millennials (23-38),Black only,Excellent,5.5-6 feet,200-300,Master's or Doctoral Degree,,555,0,370,515,0,0,0
+,2022,2.02208E+13,5210,South,Virginia,87500,"House, apartment, flat",1,1,16284302,41,Female,White only,Married - spouse present,"Native, born in United States",Excellent,61,145,27.4,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,100,0,0,60,0,0,60,0,525,0,0,110,45,0,150,0,390,"$75,000 - $100,000",Generation X (39-54),White only,Excellent,5-5.5 feet,140-160,Some College,,390,60,585,155,0,0,250
+,2022,2.02208E+13,5211,South,Florida,125000,"House, apartment, flat",1,1,10233911,32,Female,White only,Married - spouse present,"Native, born in United States",Very good,63,170,30.1,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,90,20,0,0,725,0,510,0,0,65,0,0,30,0,0,"$100,000 - $150,000",Millennials (23-38),White only,Very good,5-5.5 feet,160-180,Master's or Doctoral Degree,,0,725,530,65,0,0,120
+,2022,2.02208E+13,5212,Midwest,Illinois,45000,"House, apartment, flat",1,1,5660765,79,Male,White only,Married - spouse present,"Native, born in United States",Good,71,185,25.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,135,0,0,225,0,720,0,0,330,0,30,0,0,0,"$30,000 - $50,000",Silent (74-91),White only,Good,5.5-6 feet,180-200,Bachelor's Degree,,0,225,855,330,0,0,30
+,2022,2.02208E+13,5213,Midwest,Wisconsin,200000,"House, apartment, flat",1,1,74956139,21,Male,White only,Never married,"Native, born in United States",Very good,68,180,27.4,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,40,0,0,0,0,540,0,0,860,0,0,0,0,0,"$150,000 and over",Generation Z (7-22),White only,Very good,5.5-6 feet,180-200,Graduated High School,,0,0,580,860,0,0,0
+,2022,2.02208E+13,5214,South,North Carolina,67500,"House, apartment, flat",1,1,5360110,53,Female,White only,Divorced,"Native, born in United States",Good,63,180,31.9,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,180,0,30,0,0,100,0,575,0,0,315,60,0,180,0,0,"$50,000 - $75,000",Generation X (39-54),White only,Good,5-5.5 feet,180-200,Master's or Doctoral Degree,,0,100,605,375,0,0,360
+,2022,2.02208E+13,5215,Northeast,New York,200000,"House, apartment, flat",1,1,17762551,18,Female,White only,Never married,"Native, born in United States",Excellent,66,120,19.4,11th grade,Eleventh grade,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,60,15,140,0,0,35,0,560,0,0,200,30,0,400,0,0,"$150,000 and over",Generation Z (7-22),White only,Excellent,5.5-6 feet,120-140,Some High School,,0,35,700,230,0,0,475
+,2022,2.02208E+13,5216,Midwest,Nebraska,11250,"House, apartment, flat",1,1,9956060,55,Female,White only,Never married,"Native, born in United States",Very good,67,220,34.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,No physical difficulty,Has difficulty remembering,0,0,0,25,0,0,550,0,420,0,300,115,30,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Very good,5.5-6 feet,200-300,Bachelor's Degree,,0,550,445,445,0,0,0
+,2022,2.02208E+13,5217,West,Utah,67500,"House, apartment, flat",1,1,2164839,51,Male,White only,Never married,"Native, born in United States",Good,70,165,23.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,15,30,0,0,480,0,240,0,0,360,0,0,315,0,0,"$50,000 - $75,000",Generation X (39-54),White only,Good,5.5-6 feet,160-180,Bachelor's Degree,,0,480,270,360,0,0,330
+,2022,2.02208E+13,5218,West,Oregon,200000,"House, apartment, flat",1,1,2682425,45,Male,White only,Divorced,"Native, born in United States",Very good,72,195,26.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,410,0,0,135,0,0,85,0,600,20,0,65,60,0,35,0,30,"$150,000 and over",Generation X (39-54),White only,Very good,6-6.5 feet,180-200,Bachelor's Degree,,30,85,755,125,0,0,445
+,2022,2.02208E+13,5219,South,Kentucky,55000,"House, apartment, flat",1,1,9417933,34,Female,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Fair,62,250,45.7,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,235,0,0,65,0,0,257,0,506,0,0,252,0,105,0,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Fair,5-5.5 feet,200-300,Graduated High School,,0,257,571,252,0,0,340
+,2022,2.02208E+13,5220,West,California,11250,"House, apartment, flat",1,1,4592537,70,Female,Asian only,Never married,"Native, born in United States",Fair,65,9997,998,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,70,0,0,90,0,240,0,0,1010,0,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),Asian only,Fair,5-5.5 feet,>300,Bachelor's Degree,,0,90,310,1010,0,0,30
+,2022,2.02208E+13,5221,South,Texas,11250,Mobile home or trailer with no permanent room added,1,1,35215797,42,Female,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Fair,62,340,62.2,9th grade,Ninth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,119,0,0,50,0,0,293,0,605,0,0,273,0,0,100,0,0,"$10,000 - $30,000",Generation X (39-54),White only,Fair,5-5.5 feet,>300,Some High School,,0,293,655,273,0,0,219
+,2022,2.02208E+13,5222,South,Kentucky,87500,"House, apartment, flat",1,1,15801137,16,Female,White only,Never married,"Native, born in United States",Good,66,200,32.3,10th grade,Tenth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,80,0,0,170,0,840,0,0,330,0,0,10,0,0,"$75,000 - $100,000",Generation Z (7-22),White only,Good,5.5-6 feet,200-300,Some High School,,0,170,920,330,0,0,20
+,2022,2.02208E+13,5223,West,Utah,87500,"House, apartment, flat",1,1,6730677,70,Male,White only,Married - spouse present,"Native, born in United States",Excellent,73,170,22.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,5,15,0,0,150,0,533,0,0,656,0,0,81,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Excellent,6-6.5 feet,160-180,Bachelor's Degree,,0,150,548,656,0,0,86
+,2022,2.02208E+13,5224,Midwest,Ohio,22500,"House, apartment, flat",1,1,25327352,15,Male,Black only,Never married,"Native, born in United States",Very good,73,280,36.9,7th or 8th grade,Seventh through eighth grade,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,0,0,970,0,0,440,0,0,0,0,0,"$10,000 - $30,000",Generation Z (7-22),Black only,Very good,6-6.5 feet,200-300,Middle School or Less,,0,0,1000,440,0,0,0
+,2022,2.02208E+13,5225,West,Colorado,125000,"House, apartment, flat",1,1,8229864,40,Female,White only,Married - spouse present,"Native, born in United States",Very good,64,140,24,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,15,0,90,165,0,0,150,0,750,0,0,0,180,0,90,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Very good,5-5.5 feet,140-160,Master's or Doctoral Degree,,0,150,915,180,0,0,195
+,2022,2.02208E+13,5226,Northeast,Pennsylvania,200000,"House, apartment, flat",1,1,4898974,67,Female,White only,Never married,"Native, born in United States",Good,66,9996,998,Some college but no degree,College--two years,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,0,0,605,0,0,805,0,0,0,0,0,"$150,000 and over",Boomers (55-73),White only,Good,5.5-6 feet,>300,Some College,,0,0,635,805,0,0,0
+,2022,2.02208E+13,5227,South,Virginia,125000,"House, apartment, flat",1,1,5171608,75,Male,White only,Married - spouse present,"Native, born in United States",Very good,71,170,23.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,60,90,0,215,0,625,0,0,165,75,0,90,0,0,"$100,000 - $150,000",Silent (74-91),White only,Very good,5.5-6 feet,160-180,Bachelor's Degree,,0,215,685,240,90,0,150
+,2022,2.02208E+13,5228,South,West Virginia,55000,"House, apartment, flat",1,1,17496358,57,Male,White only,Married - spouse present,"Native, born in United States",Fair,72,245,33.2,10th grade,Tenth grade,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,60,0,0,0,0,780,0,0,600,0,0,0,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Fair,6-6.5 feet,200-300,Some High School,,0,0,840,600,0,0,0
+,2022,2.02208E+13,5229,Northeast,Massachusetts,87500,"House, apartment, flat",1,1,3293308,71,Female,White only,Widowed,"Native, born in United States",Excellent,66,127,20.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,30,0,0,265,0,535,0,0,345,80,0,25,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Excellent,5.5-6 feet,120-140,Bachelor's Degree,,0,265,565,425,0,0,85
+,2022,2.02208E+13,5230,Northeast,Maine,55000,"House, apartment, flat",1,1,8418703,69,Female,White-American Indian,Widowed,"Native, born in United States",Very good,64,145,24.9,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,880,0,210,0,0,220,0,40,0,0,0,"$50,000 - $75,000",Boomers (55-73),Mixed,Very good,5-5.5 feet,140-160,Some College,,0,880,300,220,0,0,40
+,2022,2.02208E+13,5231,South,Texas,87500,"House, apartment, flat",1,1,24842781,34,Male,Black only,Never married,"Native, born in United States",Good,73,230,30.3,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,105,0,0,20,0,550,0,0,210,0,0,70,0,485,"$75,000 - $100,000",Millennials (23-38),Black only,Good,6-6.5 feet,200-300,Master's or Doctoral Degree,,485,20,655,210,0,0,70
+,2022,2.02208E+13,5232,South,North Carolina,37500,"House, apartment, flat",1,1,14018392,43,Male,Asian only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Very good,66,175,28.2,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,40,0,0,60,0,810,0,0,450,0,0,20,0,0,"$30,000 - $50,000",Generation X (39-54),Asian only,Very good,5.5-6 feet,160-180,Graduated High School,,0,60,850,450,0,0,80
+,2022,2.02208E+13,5233,Midwest,Minnesota,87500,"House, apartment, flat",1,1,30920257,28,Female,White only,Married - spouse present,"Native, born in United States",Good,63,300,53.1,Associate degree - occupational vocational,College--two years,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,20,0,0,15,0,450,0,0,435,0,0,0,0,510,"$75,000 - $100,000",Millennials (23-38),White only,Good,5-5.5 feet,>300,Associate Degree,,510,15,470,435,0,0,10
+,2022,2.02208E+13,5234,South,Texas,37500,"House, apartment, flat",1,1,13128324,30,Male,White only,Never married,"Native, born in United States",Good,66,140,22.6,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,130,0,0,90,0,0,90,0,460,0,0,120,0,0,60,0,470,"$30,000 - $50,000",Millennials (23-38),White only,Good,5.5-6 feet,140-160,Graduated High School,,470,90,550,120,0,0,190
+,2022,2.02208E+13,5235,Midwest,Kansas,125000,"House, apartment, flat",1,1,11790185,50,Male,White only,Married - spouse present,"Native, born in United States",Very good,68,160,24.3,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,95,0,0,95,0,555,0,0,110,45,0,14,0,526,"$100,000 - $150,000",Generation X (39-54),White only,Very good,5.5-6 feet,160-180,Master's or Doctoral Degree,,526,95,650,155,0,0,14
+,2022,2.02208E+13,5236,Northeast,New York,2500,"House, apartment, flat",1,1,16501143,58,Female,Black only,Never married,"Native, born in United States",Fair,59,157,31.7,11th grade,Eleventh grade,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,Has mobility limitation,Has physical difficulty,Has difficulty remembering,0,0,15,60,0,0,80,15,900,0,0,325,20,0,25,0,0,"Less than $10,000",Boomers (55-73),Black only,Fair,0-5 feet,140-160,Some High School,,0,95,960,345,0,0,40
+,2022,2.02208E+13,5237,South,Oklahoma,125000,"House, apartment, flat",1,1,6932244,68,Male,White only,Married - spouse present,"Native, born in United States",Good,70,260,37.3,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,50,15,0,0,180,0,630,0,0,375,0,0,10,0,180,"$100,000 - $150,000",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Master's or Doctoral Degree,,180,180,645,375,0,0,60
+,2022,2.02208E+13,5238,West,Washington,200000,"House, apartment, flat",1,1,18873897,38,Female,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Excellent,61,150,28.3,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,75,20,0,0,15,60,490,0,0,90,0,0,40,0,650,"$150,000 and over",Generation X (39-54),White only,Excellent,5-5.5 feet,140-160,Master's or Doctoral Degree,,650,75,510,90,0,0,115
+,2022,2.02208E+13,5239,Northeast,Connecticut,200000,"House, apartment, flat",1,1,14408325,43,Female,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Good,63,120,21.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,20,0,0,35,0,0,90,0,515,0,10,75,0,0,55,0,640,"$150,000 and over",Generation X (39-54),White only,Good,5-5.5 feet,120-140,Bachelor's Degree,,640,90,550,85,0,0,75
+,2022,2.02208E+13,5240,Northeast,Pennsylvania,87500,"House, apartment, flat",1,1,10981148,34,Male,White only,Married - spouse present,"Native, born in United States",Fair,75,340,42.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,50,45,0,0,465,0,635,0,0,245,0,0,0,0,0,"$75,000 - $100,000",Millennials (23-38),White only,Fair,6-6.5 feet,>300,Bachelor's Degree,,0,465,680,245,0,0,50
+,2022,2.02208E+13,5241,South,North Carolina,200000,"House, apartment, flat",1,1,23886731,52,Female,White only,Married - spouse present,"Native, born in United States",Very good,66,190,30.7,High school graduate - diploma,Twelfth grade,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,1,157,198,110,0,0,65,0,535,0,0,115,0,0,244,0,0,"$150,000 and over",Generation X (39-54),White only,Very good,5.5-6 feet,180-200,Graduated High School,,0,65,645,115,0,0,600
+,2022,2.02208E+13,5242,Northeast,New York,200000,"House, apartment, flat",1,1,6436004,50,Male,White only,Married - spouse present,"Native, born in United States",Good,65,162,27,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,1,0,0,105,0,0,570,0,449,0,0,285,0,0,30,0,0,"$150,000 and over",Generation X (39-54),White only,Good,5-5.5 feet,160-180,Master's or Doctoral Degree,,0,570,554,285,0,0,31
+,2022,2.02208E+13,5243,Midwest,Iowa,125000,"House, apartment, flat",1,1,10317260,32,Female,White only,Married - spouse present,"Native, born in United States",Fair,65,200,33.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,105,0,0,105,0,0,0,0,555,0,0,180,0,0,45,0,450,"$100,000 - $150,000",Millennials (23-38),White only,Fair,5-5.5 feet,200-300,Bachelor's Degree,,450,0,660,180,0,0,150
+,2022,2.02208E+13,5244,South,North Carolina,125000,"House, apartment, flat",1,1,8967848,51,Male,White only,Never married,"Native, born in United States",Very good,71,215,30,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,20,105,0,0,0,0,540,0,0,675,0,0,100,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Very good,5.5-6 feet,200-300,Bachelor's Degree,,0,0,645,675,0,0,120
+,2022,2.02208E+13,5245,West,Nevada,125000,"House, apartment, flat",1,1,12924211,42,Female,White only,Married - spouse present,"Native, born in United States",Excellent,67,145,22.7,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,10,0,10,20,0,0,50,0,545,0,0,150,0,0,95,0,560,"$100,000 - $150,000",Generation X (39-54),White only,Excellent,5.5-6 feet,140-160,Graduated High School,,560,50,565,150,0,0,115
+,2022,2.02208E+13,5246,West,California,45000,"House, apartment, flat",1,1,7051974,71,Male,White only,Married - spouse present,"Native, born in United States",Fair,65,200,33.3,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,Has mobility limitation,Has physical difficulty,No difficulty remembering,0,0,85,90,0,0,0,0,450,0,0,773,0,0,42,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Fair,5-5.5 feet,200-300,Associate Degree,,0,0,540,773,0,0,127
+,2022,2.02208E+13,5247,South,Texas,67500,"House, apartment, flat",1,1,6383403,66,Male,White only,Married - spouse present,"Native, born in United States",Good,72,212,28.7,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,20,0,0,280,0,600,0,0,330,120,0,90,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Good,6-6.5 feet,200-300,Graduated High School,,0,280,620,450,0,0,90
+,2022,2.02208E+13,5248,South,Georgia,87500,"House, apartment, flat",1,1,20733690,51,Male,Black only,Never married,"Native, born in United States",Good,68,170,25.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,0,0,1020,0,0,0,0,0,15,0,345,"$75,000 - $100,000",Generation X (39-54),Black only,Good,5.5-6 feet,160-180,Bachelor's Degree,,345,0,1080,0,0,0,15
+,2022,2.02208E+13,5249,West,California,125000,"House, apartment, flat",1,1,15016023,51,Female,White-Black,Never married,"Native, born in United States",Very good,70,255,36.6,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,60,30,60,0,0,35,0,697,0,0,210,0,0,18,0,330,"$100,000 - $150,000",Generation X (39-54),Mixed,Very good,5.5-6 feet,200-300,Master's or Doctoral Degree,,330,35,757,210,0,0,108
+,2022,2.02208E+13,5250,West,California,87500,"House, apartment, flat",1,1,14012437,36,Male,Asian only,Never married,"Native, born in United States",Good,69,180,26.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,70,0,0,0,0,660,0,0,0,0,0,120,0,590,"$75,000 - $100,000",Millennials (23-38),Asian only,Good,5.5-6 feet,180-200,Bachelor's Degree,,590,0,730,0,0,0,120
+,2022,2.02208E+13,5251,South,Georgia,22500,"House, apartment, flat",1,1,2886992,78,Female,Black only,Widowed,"Native, born in United States",Good,63,172,30.5,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,496,0,498,0,106,240,0,0,40,0,0,"$10,000 - $30,000",Silent (74-91),Black only,Good,5-5.5 feet,160-180,Associate Degree,,0,496,558,346,0,0,40
+,2022,2.02208E+13,5252,South,Alabama,55000,"House, apartment, flat",1,1,15268648,58,Female,White only,Married - spouse present,"Native, born in United States",Good,62,104,19,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,45,0,0,30,0,225,0,0,475,0,0,145,0,490,"$50,000 - $75,000",Boomers (55-73),White only,Good,5-5.5 feet,100-120,Graduated High School,,490,30,270,475,0,0,175
+,2022,2.02208E+13,5253,South,Texas,22500,"House, apartment, flat",1,1,6640772,61,Female,White only,Never married,"Native, born in United States",Very good,63,140,24.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,46,0,0,118,0,738,0,30,3,0,32,80,0,333,"$10,000 - $30,000",Boomers (55-73),White only,Very good,5-5.5 feet,140-160,Bachelor's Degree,,333,118,784,33,0,0,122
+,2022,2.02208E+13,5254,South,Georgia,45000,"House, apartment, flat",1,1,23250319,41,Male,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Very good,69,164,24.2,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,95,0,0,105,0,435,0,0,150,0,0,129,0,526,"$30,000 - $50,000",Generation X (39-54),White only,Very good,5.5-6 feet,160-180,Graduated High School,,526,105,530,150,0,0,129
+,2022,2.02208E+13,5255,South,Tennessee,87500,"House, apartment, flat",1,1,22626644,16,Male,White only,Never married,"Native, born in United States",Fair,72,205,27.8,10th grade,Tenth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,15,0,0,5,0,780,0,0,640,0,0,0,0,0,"$75,000 - $100,000",Generation Z (7-22),White only,Fair,6-6.5 feet,200-300,Some High School,,0,5,795,640,0,0,0
+,2022,2.02208E+13,5256,West,Oregon,87500,"House, apartment, flat",1,1,3313942,36,Female,White only,Married - spouse present,"Native, born in United States",Good,66,115,18.6,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,20,0,0,0,0,570,0,60,540,0,0,60,180,0,"$75,000 - $100,000",Millennials (23-38),White only,Good,5.5-6 feet,100-120,Associate Degree,,0,0,590,600,0,180,70
+,2022,2.02208E+13,5257,South,North Carolina,200000,"House, apartment, flat",1,1,9446674,48,Female,White only,Never married,"Native, born in United States",Don't know,61,145,27.4,High school graduate - diploma,Twelfth grade,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,15,0,435,0,0,450,0,0,45,0,495,"$150,000 and over",Generation X (39-54),White only,"Other (Refused, Dont know, NIU)",5-5.5 feet,140-160,Graduated High School,,495,15,435,450,0,0,45
+,2022,2.02208E+13,5258,West,Washington,37500,"House, apartment, flat",1,1,46460796,23,Female,Black only,Never married,"Native, born in United States",Very good,64,165,28.3,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,75,0,0,30,0,910,0,0,275,0,0,30,0,0,"$30,000 - $50,000",Millennials (23-38),Black only,Very good,5-5.5 feet,160-180,Graduated High School,,0,30,985,275,0,0,90
+,2022,2.02208E+13,5259,South,Texas,37500,"House, apartment, flat",1,1,10675331,64,Male,White only,Married - spouse present,"Native, born in United States",Poor,68,300,45.6,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,Has mobility limitation,Has physical difficulty,Has difficulty remembering,0,0,0,65,0,0,0,0,630,0,0,745,0,0,0,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Poor,5.5-6 feet,>300,Graduated High School,,0,0,695,745,0,0,0
+,2022,2.02208E+13,5260,West,Utah,87500,"House, apartment, flat",1,1,3873106,68,Male,White only,Married - spouse present,"Native, born in United States",Excellent,71,160,22.3,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,10,0,0,30,0,0,295,0,565,0,190,225,0,0,20,105,0,"$75,000 - $100,000",Boomers (55-73),White only,Excellent,5.5-6 feet,160-180,Some College,,0,295,595,415,0,105,30
+,2022,2.02208E+13,5261,South,Florida,32500,"House, apartment, flat",1,1,5145144,80,Male,White only,Married - spouse present,"Native, born in United States",Very good,72,175,23.7,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,140,0,0,65,0,685,0,60,450,0,0,40,0,0,"$30,000 - $50,000",Silent (74-91),White only,Very good,6-6.5 feet,160-180,Associate Degree,,0,65,825,510,0,0,40
+,2022,2.02208E+13,5262,Northeast,New Jersey,67500,"House, apartment, flat",1,1,5628725,33,Male,White only,Never married,"Native, born in United States",Good,60,200,39.1,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,20,0,0,240,0,510,0,0,45,0,0,15,0,610,"$50,000 - $75,000",Millennials (23-38),White only,Good,5-5.5 feet,200-300,Master's or Doctoral Degree,,610,240,530,45,0,0,15
+,2022,2.02208E+13,5263,West,California,45000,"House, apartment, flat",1,1,9192080,59,Female,Black only,Divorced,"Native, born in United States",Good,66,197,31.8,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,0,0,345,0,0,365,0,15,100,0,450,"$30,000 - $50,000",Boomers (55-73),Black only,Good,5.5-6 feet,180-200,Some College,,450,0,405,365,0,0,115
+,2022,2.02208E+13,5264,West,Nevada,125000,"House, apartment, flat",1,1,6924913,39,Male,White only,Married - spouse present,"Native, born in United States",Good,68,145,22,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,205,0,0,55,0,0,35,0,539,0,0,0,60,0,86,0,450,"$100,000 - $150,000",Generation X (39-54),White only,Good,5.5-6 feet,140-160,Master's or Doctoral Degree,,450,35,594,60,0,0,291
+,2022,2.02208E+13,5265,South,District of Columbia,55000,"House, apartment, flat",1,1,5461019,69,Female,Black only,Widowed,"Native, born in United States",Good,63,145,25.7,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,50,0,0,38,0,510,0,0,392,0,0,0,0,450,"$50,000 - $75,000",Boomers (55-73),Black only,Good,5-5.5 feet,140-160,Master's or Doctoral Degree,,450,38,560,392,0,0,0
+,2022,2.02208E+13,5266,West,Arizona,87500,"House, apartment, flat",1,1,11298156,51,Female,White only,Married - spouse present,"Native, born in United States",Very good,62,132,24.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,5,0,0,0,70,0,630,30,0,628,0,0,77,0,0,"$75,000 - $100,000",Generation X (39-54),White only,Very good,5-5.5 feet,120-140,Bachelor's Degree,,0,70,660,628,0,0,82
+,2022,2.02208E+13,5267,West,Idaho,87500,Mobile home or trailer with no permanent room added,1,1,12324730,44,Female,White only,Never married,"Foreign born, not a U.S. citizen",Fair,,209,998,5th or 6th grade,Fifth through sixth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,375,0,0,30,0,0,270,0,600,0,0,120,0,0,45,0,0,"$75,000 - $100,000",Generation X (39-54),White only,Fair,,200-300,Middle School or Less,,0,270,630,120,0,0,420
+,2022,2.02208E+13,5268,West,California,125000,"House, apartment, flat",1,1,13103011,48,Female,White only,Divorced,"Native, born in United States",Good,65,205,34.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,15,155,0,0,45,0,545,0,0,90,0,0,60,0,530,"$100,000 - $150,000",Generation X (39-54),White only,Good,5-5.5 feet,200-300,Bachelor's Degree,,530,45,700,90,0,0,75
+,2022,2.02208E+13,5269,Midwest,Illinois,67500,"House, apartment, flat",1,1,7345543,74,Female,Black only,Divorced,"Native, born in United States",Good,68,150,22.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,35,0,0,85,0,640,0,360,180,0,80,30,0,0,"$50,000 - $75,000",Silent (74-91),Black only,Good,5.5-6 feet,140-160,Bachelor's Degree,,0,85,675,540,0,0,110
+,2022,2.02208E+13,5270,Midwest,Michigan,55000,"House, apartment, flat",1,1,17862222,60,Female,White only,Married - spouse present,"Native, born in United States",Excellent,64,118,20.3,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,30,0,20,100,0,0,463,0,445,120,20,45,0,25,65,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Excellent,5-5.5 feet,100-120,Associate Degree,,0,463,665,65,0,0,140
+,2022,2.02208E+13,5271,Midwest,Missouri,67500,"House, apartment, flat",1,1,9283357,72,Female,White only,Never married,"Native, born in United States",NIU (Not in universe),,9999,999,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,41,0,0,114,0,660,0,0,580,0,0,0,0,0,"$50,000 - $75,000",Boomers (55-73),White only,"Other (Refused, Dont know, NIU)",,>300,Master's or Doctoral Degree,,0,114,701,580,0,0,0
+,2022,2.02208E+13,5272,South,Maryland,87500,"House, apartment, flat",1,1,23477952,53,Female,White only,Married - spouse present,"Native, born in United States",Good,65,200,33.3,11th grade,Eleventh grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,2,70,0,0,5,0,562,0,0,161,0,0,125,0,515,"$75,000 - $100,000",Generation X (39-54),White only,Good,5-5.5 feet,200-300,Some High School,,515,5,632,161,0,0,127
+,2022,2.02208E+13,5273,South,Tennessee,45000,"House, apartment, flat",1,1,6568201,64,Male,Hawaiian Pacific Islander only,Married - spouse absent,"Native, born in United States",Poor,69,200,29.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,30,0,0,15,0,689,0,0,706,0,0,0,0,0,"$30,000 - $50,000",Boomers (55-73),Hawaiian Pacific Islander only,Poor,5.5-6 feet,200-300,Bachelor's Degree,,0,15,719,706,0,0,0
+,2022,2.02208E+13,5274,South,Tennessee,125000,"House, apartment, flat",1,1,16978117,26,Male,White only,Never married,"Native, born in United States",Good,70,123,17.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,40,70,180,0,0,0,530,0,0,105,60,0,120,0,325,"$100,000 - $150,000",Millennials (23-38),White only,Good,5.5-6 feet,120-140,Bachelor's Degree,,325,0,600,165,180,0,160
+,2022,2.02208E+13,5275,Midwest,Illinois,17500,"House, apartment, flat",1,1,3310054,46,Male,White only,Never married,"Foreign born, not a U.S. citizen",Good,67,140,21.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,0,0,1440,0,0,0,0,0,0,0,0,"$10,000 - $30,000",Generation X (39-54),White only,Good,5.5-6 feet,140-160,Bachelor's Degree,,0,0,1440,0,0,0,0
+,2022,2.02208E+13,5276,West,New Mexico,45000,"House, apartment, flat",1,1,3493474,59,Male,White only,Never married,"Native, born in United States",Very good,62,113,20.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),Has vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,55,25,0,0,124,0,645,0,0,516,0,30,45,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Very good,5-5.5 feet,100-120,Bachelor's Degree,,0,124,670,516,0,0,130
+,2022,2.02208E+13,5277,Midwest,Michigan,67500,"House, apartment, flat",1,1,17684197,45,Male,Asian only,Never married,"Native, born in United States",Very good,69,160,23.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,3,30,120,0,0,0,0,520,0,0,162,0,0,50,0,555,"$50,000 - $75,000",Generation X (39-54),Asian only,Very good,5.5-6 feet,160-180,Bachelor's Degree,,555,0,640,162,0,0,83
+,2022,2.02208E+13,5278,South,Tennessee,45000,"House, apartment, flat",1,1,10233112,73,Male,White only,Married - spouse present,"Native, born in United States",Fair,73,210,27.7,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,60,0,0,210,0,510,0,0,650,0,0,10,0,0,"$30,000 - $50,000",Silent (74-91),White only,Fair,6-6.5 feet,200-300,Some College,,0,210,570,650,0,0,10
+,2022,2.02208E+13,5279,West,California,87500,"House, apartment, flat",1,1,16954096,22,Male,Asian only,Never married,"Native, born in United States",Good,68,138,21,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,2,0,110,0,0,0,0,509,0,0,553,60,0,86,0,120,"$75,000 - $100,000",Millennials (23-38),Asian only,Good,5.5-6 feet,120-140,Bachelor's Degree,,120,0,619,613,0,0,88
+,2022,2.02208E+13,5280,Midwest,Michigan,200000,"House, apartment, flat",1,1,6850457,71,Female,White only,Divorced,"Native, born in United States",Very good,66,115,18.6,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,70,70,0,0,185,0,510,0,0,530,0,30,45,0,0,"$150,000 and over",Boomers (55-73),White only,Very good,5.5-6 feet,100-120,Some College,,0,185,580,530,0,0,145
+,2022,2.02208E+13,5281,Northeast,New Jersey,200000,"House, apartment, flat",1,1,12242860,49,Female,Asian only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Excellent,66,130,21,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,120,0,0,120,0,0,390,0,570,0,0,135,45,0,60,0,0,"$150,000 and over",Generation X (39-54),Asian only,Excellent,5.5-6 feet,120-140,Master's or Doctoral Degree,,0,390,690,180,0,0,180
+,2022,2.02208E+13,5282,West,California,67500,"House, apartment, flat",1,1,10021777,45,Male,Asian only,Never married,"Native, born in United States",Very good,64,145,24.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,0,0,465,0,0,40,15,5,80,0,730,"$50,000 - $75,000",Generation X (39-54),Asian only,Very good,5-5.5 feet,140-160,Bachelor's Degree,,730,0,555,55,0,0,85
+,2022,2.02208E+13,5283,Northeast,New Jersey,200000,"House, apartment, flat",1,1,8949538,42,Male,Asian only,Married - spouse present,"Foreign born, not a U.S. citizen",Good,65,160,26.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,130,100,0,30,0,540,0,0,150,0,0,0,0,490,"$150,000 and over",Generation X (39-54),Asian only,Good,5-5.5 feet,160-180,Bachelor's Degree,,490,30,670,150,100,0,0
+,2022,2.02208E+13,5284,South,North Carolina,55000,"House, apartment, flat",1,1,4699390,79,Male,White only,Married - spouse present,"Native, born in United States",Good,66,160,25.8,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,80,30,0,170,0,450,0,60,530,0,0,0,0,0,"$50,000 - $75,000",Silent (74-91),White only,Good,5.5-6 feet,160-180,Master's or Doctoral Degree,,0,170,530,590,30,0,0
+,2022,2.02208E+13,5285,Northeast,Pennsylvania,67500,"House, apartment, flat",1,1,3623322,79,Female,White only,Divorced,"Native, born in United States",Fair,60,152,29.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,55,0,0,525,0,575,0,0,270,0,0,15,0,0,"$50,000 - $75,000",Silent (74-91),White only,Fair,5-5.5 feet,140-160,Bachelor's Degree,,0,525,630,270,0,0,15
+,2022,2.02208E+13,5286,South,Louisiana,125000,"House, apartment, flat",1,1,15215758,80,Male,White only,Married - spouse present,"Native, born abroad of American parent or parents",Good,69,165,24.4,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,180,0,135,0,0,15,0,620,0,240,180,0,0,70,0,0,"$100,000 - $150,000",Silent (74-91),White only,Good,5.5-6 feet,160-180,Master's or Doctoral Degree,,0,15,755,420,0,0,250
+,2022,2.02208E+13,5287,Midwest,Ohio,87500,"House, apartment, flat",1,1,12135353,31,Male,White only,Married - spouse present,"Native, born in United States",Very good,72,190,25.8,Associate degree - academic program,College--two years,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,15,0,0,38,0,0,215,0,505,0,0,23,0,0,44,0,600,"$75,000 - $100,000",Millennials (23-38),White only,Very good,6-6.5 feet,180-200,Associate Degree,,600,215,543,23,0,0,59
+,2022,2.02208E+13,5288,South,Texas,37500,"House, apartment, flat",1,1,16559325,50,Male,White only,Divorced,"Foreign born, not a U.S. citizen",Fair,69,150,22.1,9th grade,Ninth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,60,0,780,0,0,540,0,0,0,0,0,"$30,000 - $50,000",Generation X (39-54),White only,Fair,5.5-6 feet,140-160,Some High School,,0,60,840,540,0,0,0
+,2022,2.02208E+13,5289,South,Texas,13750,"House, apartment, flat",1,1,4479899,80,Male,White only,Widowed,"Foreign born, not a U.S. citizen",Fair,75,204,25.5,Less than 1st grade,Less than first grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,40,0,0,30,0,780,0,0,515,75,0,0,0,0,"$10,000 - $30,000",Silent (74-91),White only,Fair,6-6.5 feet,200-300,Middle School or Less,,0,30,820,590,0,0,0
+,2022,2.02208E+13,5290,South,Texas,87500,"House, apartment, flat",1,1,19243147,31,Female,White only,Married - spouse present,"Native, born in United States",Very good,65,220,36.6,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,560,0,0,35,66,0,255,0,510,0,0,0,0,0,14,0,0,"$75,000 - $100,000",Millennials (23-38),White only,Very good,5-5.5 feet,200-300,Graduated High School,,0,255,545,0,66,0,574
+,2022,2.02208E+13,5291,West,California,17500,"House, apartment, flat",1,1,32683298,32,Female,Asian only,Married - spouse present,"Foreign born, not a U.S. citizen",Excellent,65,120,20,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,210,0,0,120,0,0,270,0,630,0,0,210,0,0,0,0,0,"$10,000 - $30,000",Millennials (23-38),Asian only,Excellent,5-5.5 feet,120-140,Bachelor's Degree,,0,270,750,210,0,0,210
+,2022,2.02208E+13,5292,Midwest,Ohio,45000,"House, apartment, flat",1,1,9817695,43,Female,White only,Divorced,"Native, born in United States",Fair,66,260,42,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,20,0,0,0,0,825,0,0,595,0,0,0,0,0,"$30,000 - $50,000",Generation X (39-54),White only,Fair,5.5-6 feet,200-300,Bachelor's Degree,,0,0,845,595,0,0,0
+,2022,2.02208E+13,5293,West,California,125000,"House, apartment, flat",1,1,11091476,38,Female,Black only,Separated,"Native, born in United States",Good,65,278,46.3,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,135,0,10,20,0,0,132,0,525,0,0,120,0,0,30,0,408,"$100,000 - $150,000",Generation X (39-54),Black only,Good,5-5.5 feet,200-300,Master's or Doctoral Degree,,408,132,545,120,0,0,175
+,2022,2.02208E+13,5294,West,Arizona,22500,Mobile home or trailer with no permanent room added,1,1,17243653,25,Male,Black only,Never married,"Native, born in United States",Excellent,69,150,22.1,High school graduate - GED,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,15,35,0,0,0,0,677,0,0,270,0,0,43,0,360,"$10,000 - $30,000",Millennials (23-38),Black only,Excellent,5.5-6 feet,140-160,Graduated High School,,360,0,712,270,0,0,58
+,2022,2.02208E+13,5295,South,Oklahoma,22500,"House, apartment, flat",1,1,2350588,45,Female,"American Indian, Alaskan Native",Divorced,"Native, born in United States",Good,65,205,34.1,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,495,0,795,0,0,90,0,0,0,0,0,"$10,000 - $30,000",Generation X (39-54),"American Indian, Alaskan Native",Good,5-5.5 feet,200-300,Graduated High School,,0,495,855,90,0,0,0
+,2022,2.02208E+13,5296,Northeast,New Jersey,55000,"House, apartment, flat",1,1,6530191,75,Female,Black only,Widowed,"Native, born in United States",Very good,63,137,24.3,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,65,0,0,135,0,540,0,30,455,75,0,50,0,0,"$50,000 - $75,000",Silent (74-91),Black only,Very good,5-5.5 feet,120-140,Master's or Doctoral Degree,,0,135,605,560,0,0,110
+,2022,2.02208E+13,5297,West,California,37500,"House, apartment, flat",1,1,15360171,39,Male,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Good,65,190,31.6,9th grade,Ninth grade,Employed - at work,No,Has vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,30,0,0,130,0,0,30,0,465,0,0,605,150,0,30,0,0,"$30,000 - $50,000",Generation X (39-54),White only,Good,5-5.5 feet,180-200,Some High School,,0,30,595,755,0,0,60
+,2022,2.02208E+13,5298,West,Washington,87500,"House, apartment, flat",1,1,13481389,70,Female,White only,Widowed,"Native, born in United States",Very good,62,190,34.7,Some college but no degree,College--one year,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,240,0,90,0,0,150,0,450,0,0,355,0,0,155,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Very good,5-5.5 feet,180-200,Some College,,0,150,540,355,0,0,395
+,2022,2.02208E+13,5299,West,Nevada,22500,"House, apartment, flat",1,1,8153828,72,Male,Asian only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Fair,66,205,33.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,195,0,600,0,0,525,0,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),Asian only,Fair,5.5-6 feet,200-300,Bachelor's Degree,,0,195,720,525,0,0,0
+,2022,2.02208E+13,5300,South,Maryland,45000,"House, apartment, flat",1,1,13571071,51,Female,White only,Never married,"Native, born in United States",Good,64,130,22.3,Associate degree - occupational vocational,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,95,0,0,95,0,475,0,0,105,0,0,135,0,535,"$30,000 - $50,000",Generation X (39-54),White only,Good,5-5.5 feet,120-140,Associate Degree,,535,95,570,105,0,0,135
+,2022,2.02208E+13,5301,West,Washington,45000,"House, apartment, flat",1,1,3294678,76,Male,White only,Widowed,"Native, born in United States",Good,65,171,28.5,Some college but no degree,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,18,0,0,470,0,570,0,0,382,0,0,0,0,0,"$30,000 - $50,000",Silent (74-91),White only,Good,5-5.5 feet,160-180,Some College,,0,470,588,382,0,0,0
+,2022,2.02208E+13,5302,South,Alabama,13750,"House, apartment, flat",1,1,9909072,85,Female,White-American Indian,Widowed,"Native, born in United States",Very good,62,171,31.3,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,3,10,75,0,0,17,0,831,180,0,257,0,2,65,0,0,"$10,000 - $30,000",Silent (74-91),Mixed,Very good,5-5.5 feet,160-180,Graduated High School,,0,17,1086,257,0,0,80
+,2022,2.02208E+13,5303,West,Oregon,22500,"House, apartment, flat",1,1,33592687,21,Female,Asian only,Never married,"Native, born abroad of American parent or parents",Good,63,115,20.4,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,0,0,665,0,0,320,0,0,10,0,445,"$10,000 - $30,000",Generation Z (7-22),Asian only,Good,5-5.5 feet,100-120,Graduated High School,,445,0,665,320,0,0,10
+,2022,2.02208E+13,5304,West,California,55000,"House, apartment, flat",1,1,24720113,39,Male,White only,Never married,"Native, born in United States",Good,71,191,26.6,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,455,0,0,0,645,0,0,0,0,0,265,0,0,"$50,000 - $75,000",Generation X (39-54),White only,Good,5.5-6 feet,180-200,Master's or Doctoral Degree,,0,0,720,0,455,0,265
+,2022,2.02208E+13,5305,West,Colorado,55000,"House, apartment, flat",1,1,20434725,38,Male,White only,Married - spouse present,"Native, born in United States",Good,76,340,41.4,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,32,0,0,0,0,0,0,0,660,0,0,68,0,20,0,0,660,"$50,000 - $75,000",Generation X (39-54),White only,Good,6-6.5 feet,>300,Some College,,660,0,660,68,0,0,52
+,2022,2.02208E+13,5306,Northeast,Pennsylvania,37500,"House, apartment, flat",1,1,13100224,26,Male,White only,Never married,"Native, born in United States",Good,68,200,30.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,10,0,0,140,0,0,133,0,609,0,0,548,0,0,0,0,0,"$30,000 - $50,000",Millennials (23-38),White only,Good,5.5-6 feet,200-300,Bachelor's Degree,,0,133,749,548,0,0,10
+,2022,2.02208E+13,5307,South,South Carolina,37500,"House, apartment, flat",1,1,4483073,30,Male,White only,Married - spouse present,"Native, born in United States",Good,72,230,31.2,Some college but no degree,College--one year,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,180,0,0,120,0,0,90,0,600,0,0,450,0,0,0,0,0,"$30,000 - $50,000",Millennials (23-38),White only,Good,6-6.5 feet,200-300,Some College,,0,90,720,450,0,0,180
+,2022,2.02208E+13,5308,South,Tennessee,125000,"House, apartment, flat",1,1,26395980,25,Female,White only,Divorced,"Native, born in United States",Good,66,118,19,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,135,0,0,0,0,450,0,0,165,30,0,0,0,660,"$100,000 - $150,000",Millennials (23-38),White only,Good,5.5-6 feet,100-120,Bachelor's Degree,,660,0,585,195,0,0,0
+,2022,2.02208E+13,5309,South,Maryland,67500,"House, apartment, flat",1,1,43109974,31,Female,White only,Divorced,"Native, born in United States",Very good,66,189,30.5,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,45,10,10,0,0,0,0,630,0,0,474,0,0,210,0,61,"$50,000 - $75,000",Millennials (23-38),White only,Very good,5.5-6 feet,180-200,Graduated High School,,61,0,640,474,0,0,265
+,2022,2.02208E+13,5310,Midwest,Ohio,67500,"House, apartment, flat",1,1,15668140,36,Male,White only,Never married,"Native, born in United States",NIU (Not in universe),,9999,998,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,60,0,0,70,0,600,45,0,0,120,0,435,0,50,"$50,000 - $75,000",Millennials (23-38),White only,"Other (Refused, Dont know, NIU)",,>300,Associate Degree,,50,70,705,120,0,0,495
+,2022,2.02208E+13,5311,South,Tennessee,37500,"House, apartment, flat",1,1,7437023,71,Male,White only,Married - spouse present,"Native, born in United States",Very good,73,170,22.4,Associate degree - academic program,College--four years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,150,90,0,0,250,0,450,0,0,430,0,0,70,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Very good,6-6.5 feet,160-180,Associate Degree,,0,250,540,430,0,0,220
+,2022,2.02208E+13,5312,Midwest,Minnesota,6250,"House, apartment, flat",1,1,9302360,73,Male,White only,Married - spouse present,"Native, born in United States",Very good,68,220,33.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,150,0,0,480,0,630,0,0,180,0,0,0,0,0,"Less than $10,000",Silent (74-91),White only,Very good,5.5-6 feet,200-300,Bachelor's Degree,,0,480,780,180,0,0,0
+,2022,2.02208E+13,5313,South,Florida,55000,"House, apartment, flat",1,1,31795500,23,Female,Black only,Never married,"Native, born in United States",Good,64,121,20.8,High school graduate - diploma,Twelfth grade,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,20,0,690,0,180,520,0,0,0,0,0,"$50,000 - $75,000",Millennials (23-38),Black only,Good,5-5.5 feet,120-140,Graduated High School,,0,20,720,700,0,0,0
+,2022,2.02208E+13,5314,Midwest,Kansas,87500,"House, apartment, flat",1,1,5351538,32,Male,White only,Never married,"Native, born in United States",Very good,74,280,35.9,Some college but no degree,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,645,0,0,45,0,0,10,0,500,0,0,240,0,0,0,0,0,"$75,000 - $100,000",Millennials (23-38),White only,Very good,6-6.5 feet,200-300,Some College,,0,10,545,240,0,0,645
+,2022,2.02208E+13,5315,South,Florida,200000,"House, apartment, flat",1,1,13892953,49,Female,White only,Married - spouse present,"Native, born in United States",Excellent,64,130,22.3,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,100,0,0,70,0,599,75,0,75,26,0,115,0,380,"$150,000 and over",Generation X (39-54),White only,Excellent,5-5.5 feet,120-140,Master's or Doctoral Degree,,380,70,774,101,0,0,115
+,2022,2.02208E+13,5316,Midwest,Minnesota,11250,"House, apartment, flat",1,1,7525799,52,Female,White only,Never married,"Native, born in United States",Good,64,204,35,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,Has difficulty remembering,0,0,0,50,0,0,181,0,875,0,0,311,0,0,23,0,0,"$10,000 - $30,000",Generation X (39-54),White only,Good,5-5.5 feet,200-300,Graduated High School,,0,181,925,311,0,0,23
+,2022,2.02208E+13,5317,West,Oregon,125000,"House, apartment, flat",1,1,6162489,43,Male,White only,Married - spouse present,"Native, born in United States",Good,64,145,24.9,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,91,0,40,115,0,0,276,0,420,0,0,239,0,0,259,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Good,5-5.5 feet,140-160,Associate Degree,,0,276,535,239,0,0,390
+,2022,2.02208E+13,5318,West,Arizona,27500,"House, apartment, flat",1,1,7591310,80,Male,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Very good,67,157,24.6,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,0,0,540,0,0,305,455,0,50,0,0,"$10,000 - $30,000",Silent (74-91),White only,Very good,5.5-6 feet,140-160,Graduated High School,,0,0,630,760,0,0,50
+,2022,2.02208E+13,5319,Northeast,Rhode Island,37500,"House, apartment, flat",1,1,12706636,38,Female,White only,Married - spouse present,"Native, born in United States",Fair,64,110,18.9,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,150,0,0,123,0,0,10,0,587,0,0,105,0,0,0,0,465,"$30,000 - $50,000",Generation X (39-54),White only,Fair,5-5.5 feet,100-120,Master's or Doctoral Degree,,465,10,710,105,0,0,150
+,2022,2.02208E+13,5320,West,Utah,200000,"House, apartment, flat",1,1,12554102,42,Male,White only,Married - spouse present,"Native, born in United States",Very good,72,193,26.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,2,0,0,55,0,0,105,0,480,0,0,185,30,0,42,0,406,"$150,000 and over",Generation X (39-54),White only,Very good,6-6.5 feet,180-200,Bachelor's Degree,,406,105,535,215,0,0,44
+,2022,2.02208E+13,5321,West,California,200000,"House, apartment, flat",1,1,7883964,41,Male,White only,Married - spouse present,"Native, born in United States",Good,74,200,25.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,290,0,0,65,0,0,70,0,500,0,0,120,45,0,20,0,330,"$150,000 and over",Generation X (39-54),White only,Good,6-6.5 feet,200-300,Bachelor's Degree,,330,70,565,165,0,0,310
+,2022,2.02208E+13,5322,Midwest,Illinois,200000,"House, apartment, flat",1,1,28159900,49,Female,Black only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Fair,62,185,33.8,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,0,0,95,0,505,0,0,0,0,0,30,0,735,"$150,000 and over",Generation X (39-54),Black only,Fair,5-5.5 feet,180-200,Master's or Doctoral Degree,,735,95,580,0,0,0,30
+,2022,2.02208E+13,5323,Northeast,Pennsylvania,200000,"House, apartment, flat",1,1,10067697,39,Male,White only,Married - spouse present,"Native, born in United States",Very good,74,210,27,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,70,0,0,100,0,0,20,0,540,0,0,210,0,0,20,0,420,"$150,000 and over",Generation X (39-54),White only,Very good,6-6.5 feet,200-300,Bachelor's Degree,,420,20,640,210,0,0,90
+,2022,2.02208E+13,5324,South,Texas,87500,"House, apartment, flat",1,1,9331185,40,Female,White only,Divorced,"Native, born in United States",Good,63,165,29.2,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,53,0,0,10,235,0,120,0,615,0,0,252,0,0,155,0,0,"$75,000 - $100,000",Generation X (39-54),White only,Good,5-5.5 feet,160-180,Master's or Doctoral Degree,,0,120,625,252,235,0,208
+,2022,2.02208E+13,5325,West,Colorado,45000,"House, apartment, flat",1,1,19612723,19,Male,White only,Married - spouse present,"Native, born in United States",Very good,69,155,22.9,High school graduate - diploma,Twelfth grade,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,20,0,60,50,0,0,258,0,520,0,0,435,0,0,30,0,0,"$30,000 - $50,000",Generation Z (7-22),White only,Very good,5.5-6 feet,140-160,Graduated High School,,0,258,570,435,0,0,110
+,2022,2.02208E+13,5326,Midwest,Ohio,32500,"House, apartment, flat",1,1,12037709,59,Female,Black only,Never married,"Native, born in United States",Fair,64,254,43.6,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,67,0,425,195,60,80,0,0,75,0,478,"$30,000 - $50,000",Boomers (55-73),Black only,Fair,5-5.5 feet,200-300,Graduated High School,,478,67,680,140,0,0,75
+,2022,2.02208E+13,5327,Midwest,Wisconsin,55000,"House, apartment, flat",1,1,16400005,74,Male,White only,Married - spouse present,"Native, born in United States",Very good,70,165,23.7,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,160,0,0,0,0,545,0,0,665,25,0,0,0,0,"$50,000 - $75,000",Silent (74-91),White only,Very good,5.5-6 feet,160-180,Graduated High School,,0,0,705,690,0,0,0
+,2022,2.02208E+13,5328,South,Mississippi,13750,"House, apartment, flat",1,1,6098668,29,Female,Black only,Never married,"Native, born in United States",Fair,62,340,62.2,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,10,0,0,15,0,870,0,0,405,0,0,80,0,0,"$10,000 - $30,000",Millennials (23-38),Black only,Fair,5-5.5 feet,>300,Graduated High School,,0,15,880,405,0,0,140
+,2022,2.02208E+13,5329,Midwest,Minnesota,200000,"House, apartment, flat",1,1,3543425,71,Male,White only,Divorced,"Native, born in United States",Very good,72,240,32.5,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,215,0,0,0,0,490,0,0,280,400,0,55,0,0,"$150,000 and over",Boomers (55-73),White only,Very good,6-6.5 feet,200-300,Master's or Doctoral Degree,,0,0,705,680,0,0,55
+,2022,2.02208E+13,5330,Midwest,Michigan,87500,"House, apartment, flat",1,1,22460283,16,Female,White only,Never married,"Foreign born, not a U.S. citizen",Excellent,59,125,25.2,10th grade,Tenth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,15,0,540,0,0,99,0,0,741,0,0,"$75,000 - $100,000",Generation Z (7-22),White only,Excellent,0-5 feet,120-140,Some High School,,0,15,585,99,0,0,741
+,2022,2.02208E+13,5331,West,Nevada,32500,"House, apartment, flat",1,1,42428508,39,Male,White only,Never married,"Native, born in United States",Very good,71,185,25.8,12th grade - no diploma,Twelfth grade,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,90,0,0,110,0,390,0,0,345,60,0,55,0,360,"$30,000 - $50,000",Generation X (39-54),White only,Very good,5.5-6 feet,180-200,Some High School,,360,110,480,405,0,0,85
+,2022,2.02208E+13,5332,Northeast,Pennsylvania,87500,"House, apartment, flat",1,1,5930411,34,Male,White only,Married - spouse present,"Native, born in United States",Good,70,185,26.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,100,0,15,220,0,0,120,0,600,0,0,60,192,0,73,0,0,"$75,000 - $100,000",Millennials (23-38),White only,Good,5.5-6 feet,180-200,Bachelor's Degree,,0,120,820,252,0,0,188
+,2022,2.02208E+13,5333,South,Virginia,45000,"House, apartment, flat",1,1,12876352,79,Female,White only,Married - spouse present,"Native, born in United States",Very good,68,150,22.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,160,50,0,0,205,0,585,0,0,225,0,60,45,90,0,"$30,000 - $50,000",Silent (74-91),White only,Very good,5.5-6 feet,140-160,Bachelor's Degree,,0,205,635,225,0,90,265
+,2022,2.02208E+13,5334,South,Kentucky,37500,"House, apartment, flat",1,1,5011781,78,Female,White only,Married - spouse present,"Native, born in United States",Poor,63,164,29,9th grade,Ninth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,85,0,0,372,0,672,0,0,240,0,0,41,0,0,"$30,000 - $50,000",Silent (74-91),White only,Poor,5-5.5 feet,160-180,Some High School,,0,372,757,240,0,0,71
+,2022,2.02208E+13,5335,South,Texas,200000,"House, apartment, flat",1,1,15132835,70,Female,White only,Married - spouse present,"Native, born in United States",Good,63,150,26.6,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,185,50,45,0,0,50,0,645,0,25,215,105,50,70,0,0,"$150,000 and over",Boomers (55-73),White only,Good,5-5.5 feet,140-160,Master's or Doctoral Degree,,0,50,690,345,0,0,355
+,2022,2.02208E+13,5336,South,Texas,200000,"House, apartment, flat",1,1,83916383,18,Female,Black only,Never married,"Native, born in United States",Fair,67,209,32.7,High school graduate - diploma,Twelfth grade,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,125,110,0,0,10,0,840,0,0,0,205,0,150,0,0,"$150,000 and over",Generation Z (7-22),Black only,Fair,5.5-6 feet,200-300,Graduated High School,,0,10,950,205,0,0,275
+,2022,2.02208E+13,5337,Northeast,Massachusetts,125000,"House, apartment, flat",1,1,13957740,54,Female,White only,Divorced,"Native, born in United States",Good,60,150,29.3,10th grade,Tenth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,0,0,110,0,545,0,0,230,0,0,20,0,460,"$100,000 - $150,000",Boomers (55-73),White only,Good,5-5.5 feet,140-160,Some High School,,460,110,620,230,0,0,20
+,2022,2.02208E+13,5338,Midwest,Indiana,200000,"House, apartment, flat",1,1,7951476,46,Female,White only,Married - spouse present,"Native, born in United States",Excellent,64,148,25.4,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,120,105,0,0,145,0,660,0,0,215,0,0,135,0,0,"$150,000 and over",Generation X (39-54),White only,Excellent,5-5.5 feet,140-160,Master's or Doctoral Degree,,0,145,765,215,0,0,255
+,2022,2.02208E+13,5339,Northeast,Massachusetts,87500,"House, apartment, flat",1,1,5756891,50,Female,Black only,Divorced,"Foreign born, not a U.S. citizen",Good,66,185,29.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,25,90,0,0,0,0,595,0,0,120,0,60,40,60,450,"$75,000 - $100,000",Generation X (39-54),Black only,Good,5.5-6 feet,180-200,Bachelor's Degree,,450,0,685,120,0,60,125
+,2022,2.02208E+13,5340,Midwest,Illinois,45000,"House, apartment, flat",1,1,20737496,64,Male,White only,Divorced,"Native, born in United States",Good,68,155,23.6,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,85,0,0,255,0,510,0,0,560,30,0,0,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Good,5.5-6 feet,140-160,Graduated High School,,0,255,595,590,0,0,0
+,2022,2.02208E+13,5341,Northeast,Connecticut,200000,"House, apartment, flat",1,1,13304576,33,Female,White only,Married - spouse present,"Native, born in United States",Excellent,67,140,21.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,180,0,510,0,0,105,0,0,0,0,585,"$150,000 and over",Millennials (23-38),White only,Excellent,5.5-6 feet,140-160,Bachelor's Degree,,585,180,570,105,0,0,0
+,2022,2.02208E+13,5342,Northeast,Massachusetts,87500,"House, apartment, flat",1,1,11623739,37,Female,White only,Never married,"Native, born in United States",Very good,66,134,21.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,181,8,110,0,0,300,0,501,0,0,60,0,0,190,0,90,"$75,000 - $100,000",Millennials (23-38),White only,Very good,5.5-6 feet,120-140,Bachelor's Degree,,90,300,611,60,0,0,379
+,2022,2.02208E+13,5343,West,California,45000,"House, apartment, flat",1,1,10882514,37,Male,White only,Never married,"Native, born in United States",Good,66,175,28.2,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,65,0,0,50,0,645,0,0,485,0,0,15,0,120,"$30,000 - $50,000",Millennials (23-38),White only,Good,5.5-6 feet,160-180,Graduated High School,,120,50,710,485,0,0,75
+,2022,2.02208E+13,5344,Midwest,Illinois,125000,"House, apartment, flat",1,1,14091722,36,Female,Asian only,Married - spouse present,"Foreign born, not a U.S. citizen",Fair,62,170,31.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,215,0,0,55,0,0,195,0,680,0,20,220,10,0,15,0,0,"$100,000 - $150,000",Millennials (23-38),Asian only,Fair,5-5.5 feet,160-180,Bachelor's Degree,,0,195,735,250,0,0,230
+,2022,2.02208E+13,5345,Midwest,Indiana,125000,"House, apartment, flat",1,1,7255402,39,Female,Asian only,Married - spouse present,"Foreign born, not a U.S. citizen",Good,67,135,21.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,110,0,0,90,0,670,0,0,420,30,0,60,0,0,"$100,000 - $150,000",Generation X (39-54),Asian only,Good,5.5-6 feet,120-140,Bachelor's Degree,,0,90,780,450,0,0,120
+,2022,2.02208E+13,5346,West,Arizona,200000,"House, apartment, flat",1,1,4407407,74,Male,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Good,65,250,41.6,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,100,0,0,205,0,580,0,0,395,0,15,0,0,145,"$150,000 and over",Silent (74-91),White only,Good,5-5.5 feet,200-300,Master's or Doctoral Degree,,145,205,680,395,0,0,15
+,2022,2.02208E+13,5347,South,Oklahoma,200000,"House, apartment, flat",1,1,9600424,34,Female,Asian only,Never married,"Native, born in United States",Excellent,63,135,23.9,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,125,0,525,0,0,230,0,0,20,0,510,"$150,000 and over",Millennials (23-38),Asian only,Excellent,5-5.5 feet,120-140,Master's or Doctoral Degree,,510,125,555,230,0,0,20
+,2022,2.02208E+13,5348,South,Alabama,55000,Mobile home or trailer with no permanent room added,1,1,6275055,38,Male,White only,Never married,"Foreign born, not a U.S. citizen",Good,,154,998,"1st, 2nd, 3rd, or 4th grade",First through fourth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,20,0,0,60,0,750,0,0,580,0,0,30,0,0,"$50,000 - $75,000",Generation X (39-54),White only,Good,,140-160,Middle School or Less,,0,60,770,580,0,0,30
+,2022,2.02208E+13,5349,Midwest,Ohio,67500,"House, apartment, flat",1,1,7594496,53,Male,White only,Divorced,"Native, born in United States",Good,65,167,27.8,Associate degree - occupational vocational,College--four years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,10,300,15,0,0,65,0,600,0,0,300,0,0,120,0,30,"$50,000 - $75,000",Generation X (39-54),White only,Good,5-5.5 feet,160-180,Associate Degree,,30,65,615,300,0,0,430
+,2022,2.02208E+13,5350,South,Texas,87500,"House, apartment, flat",1,1,19723512,34,Female,Black only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Very good,63,140,24.8,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,115,0,0,75,0,0,90,0,560,0,0,0,0,0,95,0,505,"$75,000 - $100,000",Millennials (23-38),Black only,Very good,5-5.5 feet,140-160,Master's or Doctoral Degree,,505,90,635,0,0,0,210
+,2022,2.02208E+13,5351,South,Texas,200000,"House, apartment, flat",1,1,12843055,61,Male,White only,Divorced,"Native, born in United States",Excellent,70,165,23.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,0,0,120,0,565,0,0,190,0,0,10,0,480,"$150,000 and over",Boomers (55-73),White only,Excellent,5.5-6 feet,160-180,Bachelor's Degree,,480,120,640,190,0,0,10
+,2022,2.02208E+13,5352,West,Arizona,200000,"House, apartment, flat",1,1,12942098,48,Female,Asian only,Married - spouse present,"Foreign born, not a U.S. citizen",Good,63,106,18.8,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,20,0,0,120,0,0,85,0,460,0,0,245,0,0,90,0,420,"$150,000 and over",Generation X (39-54),Asian only,Good,5-5.5 feet,100-120,Master's or Doctoral Degree,,420,85,580,245,0,0,110
+,2022,2.02208E+13,5353,West,California,55000,"House, apartment, flat",1,1,23464351,16,Female,White only,Never married,"Native, born in United States",Excellent,60,114,22.3,11th grade,Eleventh grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,80,0,0,30,30,0,110,0,470,0,0,660,0,0,60,0,0,"$50,000 - $75,000",Generation Z (7-22),White only,Excellent,5-5.5 feet,100-120,Some High School,,0,110,500,660,30,0,140
+,2022,2.02208E+13,5354,West,Utah,45000,"House, apartment, flat",1,1,3905583,80,Male,White only,Married - spouse present,"Native, born in United States",Excellent,70,150,21.5,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,135,105,0,0,90,0,540,0,0,450,60,0,60,0,0,"$30,000 - $50,000",Silent (74-91),White only,Excellent,5.5-6 feet,140-160,Associate Degree,,0,90,645,510,0,0,195
+,2022,2.02208E+13,5355,West,Colorado,27500,"House, apartment, flat",1,1,3499361,57,Female,White only,Never married,"Foreign born, not a U.S. citizen",Good,64,120,20.6,Some college but no degree,College--three years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,60,0,0,310,0,670,0,0,270,0,60,10,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Good,5-5.5 feet,120-140,Some College,,0,310,730,270,0,0,130
+,2022,2.02208E+13,5356,Northeast,Massachusetts,200000,"House, apartment, flat",1,1,69143374,17,Male,White only,Never married,"Native, born in United States",Excellent,67,132,20.7,11th grade,Eleventh grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,85,60,0,0,0,780,0,0,495,0,0,20,0,0,"$150,000 and over",Generation Z (7-22),White only,Excellent,5.5-6 feet,120-140,Some High School,,0,0,865,495,60,0,20
+,2022,2.02208E+13,5357,South,Texas,87500,"House, apartment, flat",1,1,16209708,36,Female,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Fair,60,140,27.3,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,270,0,0,160,0,0,400,0,410,0,10,130,0,0,0,0,0,"$75,000 - $100,000",Millennials (23-38),White only,Fair,5-5.5 feet,140-160,Graduated High School,,0,400,570,140,0,0,270
+,2022,2.02208E+13,5358,West,California,87500,"House, apartment, flat",1,1,11146836,61,Female,White only,Married - spouse present,"Native, born in United States",Fair,69,200,29.5,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,180,105,0,0,165,0,630,0,0,320,0,0,40,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Fair,5.5-6 feet,200-300,Master's or Doctoral Degree,,0,165,735,320,0,0,220
+,2022,2.02208E+13,5359,South,Mississippi,45000,"House, apartment, flat",1,1,3241991,74,Male,White only,Married - spouse present,"Native, born in United States",Fair,72,210,28.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,Has difficulty remembering,0,0,0,105,0,0,25,0,750,0,305,200,0,0,40,0,0,"$30,000 - $50,000",Silent (74-91),White only,Fair,6-6.5 feet,200-300,Bachelor's Degree,,0,25,855,505,0,0,40
+,2022,2.02208E+13,5360,West,Colorado,125000,"House, apartment, flat",1,1,3043918,33,Female,White only,Married - spouse present,"Native, born in United States",Very good,63,130,23,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,30,0,0,30,0,570,0,0,730,0,0,20,0,0,"$100,000 - $150,000",Millennials (23-38),White only,Very good,5-5.5 feet,120-140,Master's or Doctoral Degree,,0,30,600,730,0,0,80
+,2022,2.02208E+13,5361,West,Colorado,125000,"House, apartment, flat",1,1,11041005,62,Male,White only,Married - spouse present,"Native, born in United States",Excellent,73,9996,998,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,150,0,0,0,0,570,0,0,90,150,0,40,0,440,"$100,000 - $150,000",Boomers (55-73),White only,Excellent,6-6.5 feet,>300,Bachelor's Degree,,440,0,720,240,0,0,40
+,2022,2.02208E+13,5362,Northeast,New York,67500,"House, apartment, flat",1,1,17189435,54,Female,White only,Divorced,"Native, born in United States",Very good,61,134,25.3,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,20,45,0,0,330,0,580,0,0,180,0,0,50,0,215,"$50,000 - $75,000",Boomers (55-73),White only,Very good,5-5.5 feet,120-140,Master's or Doctoral Degree,,215,330,625,180,0,0,70
+,2022,2.02208E+13,5363,Midwest,Iowa,55000,"House, apartment, flat",1,1,4031592,64,Female,White only,Widowed,"Native, born in United States",Poor,62,135,24.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,0,0,65,0,675,0,0,625,0,0,0,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Poor,5-5.5 feet,120-140,Bachelor's Degree,,0,65,750,625,0,0,0
+,2022,2.02208E+13,5364,Northeast,New York,67500,"House, apartment, flat",1,1,9736033,45,Female,White only,Divorced,"Native, born in United States",Very good,69,160,23.6,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,30,0,0,190,0,570,0,0,151,0,0,8,0,461,"$50,000 - $75,000",Generation X (39-54),White only,Very good,5.5-6 feet,160-180,Graduated High School,,461,190,600,151,0,0,38
+,2022,2.02208E+13,5365,Northeast,Maine,8750,"House, apartment, flat",1,1,11649096,30,Female,White only,Never married,"Native, born in United States",Fair,67,340,53.2,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,10,0,0,120,0,0,50,0,750,0,0,510,0,0,0,0,0,"Less than $10,000",Millennials (23-38),White only,Fair,5.5-6 feet,>300,Graduated High School,,0,50,870,510,0,0,10
+,2022,2.02208E+13,5366,Midwest,Ohio,45000,"House, apartment, flat",1,1,12110986,35,Male,White only,Married - spouse present,"Native, born in United States",Good,68,190,28.9,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,Has physical difficulty,Has difficulty remembering,0,0,0,0,360,0,60,0,480,0,0,210,0,0,0,0,330,"$30,000 - $50,000",Millennials (23-38),White only,Good,5.5-6 feet,180-200,Some College,,330,60,480,210,360,0,0
+,2022,2.02208E+13,5367,South,Florida,27500,"House, apartment, flat",1,1,3752563,67,Male,White only,Divorced,"Native, born in United States",Refused,66,180,29,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,90,0,440,0,0,850,0,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),White only,"Other (Refused, Dont know, NIU)",5.5-6 feet,180-200,Some College,,0,90,500,850,0,0,0
+,2022,2.02208E+13,5368,South,Virginia,45000,"House, apartment, flat",1,1,5551905,45,Female,White only,Never married,"Native, born in United States",Very good,66,143,23.1,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,65,20,0,135,0,610,0,0,505,0,0,25,80,0,"$30,000 - $50,000",Generation X (39-54),White only,Very good,5.5-6 feet,140-160,Master's or Doctoral Degree,,0,135,675,505,20,80,25
+,2022,2.02208E+13,5369,West,California,37500,"House, apartment, flat",1,1,7788952,56,Female,White only,Widowed,"Foreign born, not a U.S. citizen",Good,,200,998,5th or 6th grade,Fifth through sixth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,60,0,0,300,0,680,0,0,220,0,0,120,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Good,,200-300,Middle School or Less,,0,300,740,220,0,0,180
+,2022,2.02208E+13,5370,Northeast,New Jersey,67500,"House, apartment, flat",1,1,7713820,74,Male,Black-Asian,Divorced,"Foreign born, U.S. citizen by naturalization",Excellent,69,190,28.1,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,0,0,770,0,0,270,150,100,60,0,0,"$50,000 - $75,000",Silent (74-91),Mixed,Excellent,5.5-6 feet,180-200,Master's or Doctoral Degree,,0,0,860,420,0,0,160
+,2022,2.02208E+13,5371,Midwest,Missouri,200000,"House, apartment, flat",1,1,6684858,46,Female,White only,Married - spouse present,"Native, born in United States",Excellent,69,165,24.4,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,2,0,60,0,0,240,0,498,0,0,560,0,0,80,0,0,"$150,000 and over",Generation X (39-54),White only,Excellent,5.5-6 feet,160-180,Master's or Doctoral Degree,,0,240,558,560,0,0,82
+,2022,2.02208E+13,5372,Midwest,Nebraska,8750,"House, apartment, flat",1,1,2725037,73,Male,Black only,Widowed,"Native, born in United States",Good,75,196,24.5,10th grade,Tenth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,2,0,420,0,0,1018,0,0,0,0,0,"Less than $10,000",Silent (74-91),Black only,Good,6-6.5 feet,180-200,Some High School,,0,2,420,1018,0,0,0
+,2022,2.02208E+13,5373,West,Arizona,200000,"House, apartment, flat",1,1,6145277,60,Male,White only,Married - spouse present,"Native, born in United States",Very good,74,238,30.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,107,0,0,130,0,585,0,0,105,0,0,50,60,403,"$150,000 and over",Boomers (55-73),White only,Very good,6-6.5 feet,200-300,Bachelor's Degree,,403,130,692,105,0,60,50
+,2022,2.02208E+13,5374,South,North Carolina,8750,"House, apartment, flat",1,1,6961284,75,Female,Black only,Widowed,"Foreign born, U.S. citizen by naturalization",Fair,64,150,25.7,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,72,0,0,255,0,708,0,0,390,15,0,0,0,0,"Less than $10,000",Silent (74-91),Black only,Fair,5-5.5 feet,140-160,Graduated High School,,0,255,780,405,0,0,0
+,2022,2.02208E+13,5375,Midwest,Michigan,200000,"House, apartment, flat",1,1,64732420,19,Female,White only,Never married,"Native, born in United States",Very good,69,150,22.1,Some college but no degree,Twelfth grade,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,65,0,0,155,0,770,0,0,240,90,0,60,0,0,"$150,000 and over",Generation Z (7-22),White only,Very good,5.5-6 feet,140-160,Some College,,0,155,835,330,0,0,120
+,2022,2.02208E+13,5376,Northeast,Rhode Island,22500,"House, apartment, flat",1,1,14172573,66,Female,White only,Married - spouse present,"Native, born abroad of American parent or parents",Good,61,140,26.4,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,140,0,0,300,0,720,0,0,200,0,0,80,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Good,5-5.5 feet,140-160,Graduated High School,,0,300,860,200,0,0,80
+,2022,2.02208E+13,5377,Midwest,South Dakota,125000,"House, apartment, flat",1,1,7478717,33,Male,White only,Married - spouse present,"Native, born in United States",Very good,73,215,28.4,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,40,0,0,45,0,595,0,0,185,30,0,40,0,505,"$100,000 - $150,000",Millennials (23-38),White only,Very good,6-6.5 feet,200-300,Master's or Doctoral Degree,,505,45,635,215,0,0,40
+,2022,2.02208E+13,5378,South,Maryland,45000,"House, apartment, flat",1,1,7199438,76,Female,White only,Married - spouse present,"Native, born in United States",Fair,59,130,26.3,11th grade,Eleventh grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,2,0,0,110,0,0,25,0,528,0,170,125,90,45,235,0,0,"$30,000 - $50,000",Silent (74-91),White only,Fair,0-5 feet,120-140,Some High School,,0,25,638,385,0,0,282
+,2022,2.02208E+13,5379,West,California,45000,"House, apartment, flat",1,1,3977926,68,Female,White only,Divorced,"Native, born in United States",Good,67,172,26.9,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,80,0,65,35,0,0,410,0,505,0,10,242,0,3,30,60,0,"$30,000 - $50,000",Boomers (55-73),White only,Good,5.5-6 feet,160-180,Master's or Doctoral Degree,,0,410,540,252,0,60,178
+,2022,2.02208E+13,5380,South,Virginia,13750,"House, apartment, flat",1,1,4584525,85,Female,White only,Widowed,"Native, born in United States",Very good,60,110,21.5,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,55,0,0,305,0,540,0,0,540,0,0,0,0,0,"$10,000 - $30,000",Silent (74-91),White only,Very good,5-5.5 feet,100-120,Graduated High School,,0,305,595,540,0,0,0
+,2022,2.02208E+13,5381,West,Colorado,87500,"House, apartment, flat",1,1,5602622,62,Female,White only,Divorced,"Native, born in United States",Very good,67,200,31.3,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,90,0,0,270,0,600,0,0,380,0,0,40,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Very good,5.5-6 feet,200-300,Master's or Doctoral Degree,,0,270,690,380,0,0,100
+,2022,2.02208E+13,5382,Midwest,Iowa,200000,"House, apartment, flat",1,1,8604037,50,Female,White only,Married - spouse present,"Native, born in United States",Very good,67,165,25.8,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,90,15,0,0,180,0,637,0,265,185,0,0,68,0,0,"$150,000 and over",Generation X (39-54),White only,Very good,5.5-6 feet,160-180,Master's or Doctoral Degree,,0,180,652,450,0,0,158
+,2022,2.02208E+13,5383,Midwest,Minnesota,87500,"House, apartment, flat",1,1,45547336,24,Male,Asian only,Never married,"Native, born in United States",Fair,65,170,28.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,30,0,600,0,0,250,0,0,20,0,450,"$75,000 - $100,000",Millennials (23-38),Asian only,Fair,5-5.5 feet,160-180,Bachelor's Degree,,450,30,690,250,0,0,20
+,2022,2.02208E+13,5384,West,Utah,200000,"House, apartment, flat",1,1,9839811,48,Male,White only,Married - spouse present,"Native, born in United States",Very good,70,185,26.5,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,690,0,60,0,0,60,0,510,0,0,120,0,0,0,0,0,"$150,000 and over",Generation X (39-54),White only,Very good,5.5-6 feet,180-200,Master's or Doctoral Degree,,0,60,570,120,0,0,690
+,2022,2.02208E+13,5385,South,South Carolina,55000,"House, apartment, flat",1,1,8873269,61,Male,White only,Divorced,"Native, born in United States",Fair,70,150,21.5,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,125,0,0,120,0,0,330,0,535,0,0,270,0,0,0,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Fair,5.5-6 feet,140-160,Graduated High School,,0,330,655,270,0,0,125
+,2022,2.02208E+13,5386,South,South Carolina,125000,"House, apartment, flat",1,1,12970779,80,Male,White only,Widowed,"Native, born in United States",Very good,70,178,25.5,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,64,0,0,215,0,570,0,0,175,310,46,60,0,0,"$100,000 - $150,000",Silent (74-91),White only,Very good,5.5-6 feet,160-180,Master's or Doctoral Degree,,0,215,634,485,0,0,106
+,2022,2.02208E+13,5387,South,Alabama,55000,"House, apartment, flat",1,1,9909072,75,Female,White only,Widowed,"Native, born in United States",Good,66,200,32.3,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,35,0,0,145,0,560,0,240,390,0,0,40,0,0,"$50,000 - $75,000",Silent (74-91),White only,Good,5.5-6 feet,200-300,Graduated High School,,0,145,595,630,0,0,70
+,2022,2.02208E+13,5388,Northeast,Massachusetts,87500,"House, apartment, flat",1,1,5413884,31,Male,White only,Never married,"Native, born in United States",Good,72,260,35.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,360,0,0,0,0,120,0,660,0,0,300,0,0,0,0,0,"$75,000 - $100,000",Millennials (23-38),White only,Good,6-6.5 feet,200-300,Bachelor's Degree,,0,120,660,300,0,0,360
+,2022,2.02208E+13,5389,South,Alabama,67500,"House, apartment, flat",1,1,7472265,31,Male,White only,Never married,"Native, born in United States",Good,73,280,36.9,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,51,0,600,0,0,384,0,0,38,0,307,"$50,000 - $75,000",Millennials (23-38),White only,Good,6-6.5 feet,200-300,Graduated High School,,307,51,660,384,0,0,38
+,2022,2.02208E+13,5390,South,Oklahoma,87500,"House, apartment, flat",1,1,2839984,76,Male,White only,Widowed,"Native, born in United States",NIU (Not in universe),,9999,999,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,45,0,0,45,0,540,0,0,810,0,0,0,0,0,"$75,000 - $100,000",Silent (74-91),White only,"Other (Refused, Dont know, NIU)",,>300,Associate Degree,,0,45,585,810,0,0,0
+,2022,2.02208E+13,5391,South,Florida,22500,"House, apartment, flat",1,1,13512193,74,Female,White only,Divorced,"Native, born in United States",Very good,64,185,31.8,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,9,0,0,74,0,623,0,0,734,0,0,0,0,0,"$10,000 - $30,000",Silent (74-91),White only,Very good,5-5.5 feet,180-200,Graduated High School,,0,74,632,734,0,0,0
+,2022,2.02208E+13,5392,West,Utah,67500,"House, apartment, flat",1,1,24313815,19,Female,White only,Never married,"Native, born in United States",Fair,66,9997,998,12th grade - no diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,180,0,0,0,0,930,0,0,330,0,0,0,0,0,"$50,000 - $75,000",Generation Z (7-22),White only,Fair,5.5-6 feet,>300,Some High School,,0,0,1110,330,0,0,0
+,2022,2.02208E+13,5393,Midwest,Nebraska,200000,"House, apartment, flat",1,1,12163393,50,Female,White only,Married - spouse present,"Native, born in United States",Fair,68,240,36.5,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,105,90,0,0,75,0,1010,0,0,90,0,0,70,0,0,"$150,000 and over",Generation X (39-54),White only,Fair,5.5-6 feet,200-300,Associate Degree,,0,75,1100,90,0,0,175
+,2022,2.02208E+13,5394,South,Texas,17500,"House, apartment, flat",1,1,35801285,25,Female,White only,Never married,"Native, born in United States",Fair,60,9994,998,11th grade,Eleventh grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,65,0,0,60,0,0,60,0,645,0,0,192,0,0,56,0,362,"$10,000 - $30,000",Millennials (23-38),White only,Fair,5-5.5 feet,>300,Some High School,,362,60,705,192,0,0,121
+,2022,2.02208E+13,5395,Midwest,North Dakota,200000,"House, apartment, flat",1,1,18731218,47,Female,White only,Married - spouse present,"Native, born in United States",Very good,66,150,24.2,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,115,0,0,50,0,0,55,0,510,0,0,40,0,0,140,0,530,"$150,000 and over",Generation X (39-54),White only,Very good,5.5-6 feet,140-160,Master's or Doctoral Degree,,530,55,560,40,0,0,255
+,2022,2.02208E+13,5396,Midwest,Ohio,125000,"House, apartment, flat",1,1,6579504,65,Female,White only,Married - spouse present,"Native, born in United States",Excellent,64,130,22.3,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,180,0,0,460,0,465,0,0,225,0,0,110,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Excellent,5-5.5 feet,120-140,Master's or Doctoral Degree,,0,460,645,225,0,0,110
+,2022,2.02208E+13,5397,West,Washington,32500,"House, apartment, flat",1,1,6565135,33,Female,White only,Divorced,"Native, born in United States",Very good,67,135,21.1,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,129,0,0,60,0,0,372,30,595,0,0,204,0,0,50,0,0,"$30,000 - $50,000",Millennials (23-38),White only,Very good,5.5-6 feet,120-140,Some College,,0,402,655,204,0,0,179
+,2022,2.02208E+13,5398,West,California,45000,"House, apartment, flat",1,1,20614530,57,Female,White only,Never married,"Foreign born, not a U.S. citizen",Good,64,158,27.1,5th or 6th grade,Fifth through sixth grade,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,30,0,60,55,0,0,95,0,835,0,60,180,0,5,120,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Good,5-5.5 feet,140-160,Middle School or Less,,0,95,890,240,0,0,215
+,2022,2.02208E+13,5399,Northeast,New York,55000,"House, apartment, flat",1,1,4668380,66,Female,White only,Never married,"Native, born in United States",Very good,65,144,24,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,44,0,0,22,0,615,0,0,248,132,30,62,0,257,"$50,000 - $75,000",Boomers (55-73),White only,Very good,5-5.5 feet,140-160,Master's or Doctoral Degree,,257,22,659,380,0,0,122
+,2022,2.02208E+13,5400,Northeast,New York,45000,"House, apartment, flat",1,1,7472180,63,Male,White only,Married - spouse present,"Native, born in United States",Excellent,66,135,21.8,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,50,0,0,30,0,510,0,0,645,70,0,75,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Excellent,5.5-6 feet,120-140,Associate Degree,,0,30,560,715,0,0,135
+,2022,2.02208E+13,5401,South,Mississippi,37500,"House, apartment, flat",1,1,4598515,80,Female,White only,Married - spouse present,"Native, born in United States",Good,67,162,25.4,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,85,0,0,30,0,895,0,260,90,0,0,80,0,0,"$30,000 - $50,000",Silent (74-91),White only,Good,5.5-6 feet,160-180,Graduated High School,,0,30,980,350,0,0,80
+,2022,2.02208E+13,5402,West,Nevada,87500,"House, apartment, flat",1,1,28614560,57,Male,White only,Married - spouse present,"Native, born in United States",Good,69,198,29.2,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,60,0,630,0,0,690,0,0,0,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Good,5.5-6 feet,180-200,Graduated High School,,0,60,690,690,0,0,0
+,2022,2.02208E+13,5403,Midwest,Illinois,22500,"House, apartment, flat",1,1,3525650,77,Female,White only,Divorced,"Native, born in United States",Good,66,170,27.4,Associate degree - occupational vocational,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,60,0,45,0,0,280,0,480,0,0,535,0,0,40,0,0,"$10,000 - $30,000",Silent (74-91),White only,Good,5.5-6 feet,160-180,Associate Degree,,0,280,525,535,0,0,100
+,2022,2.02208E+13,5404,South,Tennessee,87500,"House, apartment, flat",1,1,20454332,51,Female,Black only,Married - spouse present,"Native, born in United States",Good,68,253,38.5,Associate degree - academic program,College--two years,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,40,30,0,0,10,0,707,20,0,0,0,0,76,0,527,"$75,000 - $100,000",Generation X (39-54),Black only,Good,5.5-6 feet,200-300,Associate Degree,,527,10,757,0,0,0,116
+,2022,2.02208E+13,5405,South,Alabama,87500,"House, apartment, flat",1,1,8513099,49,Female,White only,Married - spouse present,"Native, born in United States",Very good,67,140,21.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,60,0,690,0,0,60,0,0,60,0,510,"$75,000 - $100,000",Generation X (39-54),White only,Very good,5.5-6 feet,140-160,Bachelor's Degree,,510,60,750,60,0,0,60
+,2022,2.02208E+13,5406,Northeast,New York,125000,"House, apartment, flat",1,1,11051877,66,Female,White only,Married - spouse present,"Native, born in United States",Very good,66,130,21,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,32,0,0,525,0,588,0,0,25,0,90,0,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Very good,5.5-6 feet,120-140,Master's or Doctoral Degree,,0,525,620,25,0,0,90
+,2022,2.02208E+13,5407,West,California,55000,"House, apartment, flat",1,1,3662018,85,Female,White only,Widowed,"Native, born in United States",Good,61,120,22.7,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,210,0,0,90,0,660,0,0,450,30,0,0,0,0,"$50,000 - $75,000",Silent (74-91),White only,Good,5-5.5 feet,120-140,Some College,,0,90,870,480,0,0,0
+,2022,2.02208E+13,5408,West,New Mexico,45000,"House, apartment, flat",1,1,7822128,40,Male,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Very good,73,190,25.1,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,5,0,0,60,0,0,95,15,406,0,0,125,0,0,299,0,405,"$30,000 - $50,000",Generation X (39-54),White only,Very good,6-6.5 feet,180-200,Some College,,405,110,466,125,0,0,304
+,2022,2.02208E+13,5409,South,Kentucky,45000,"House, apartment, flat",1,1,7225079,65,Female,White only,Married - spouse present,"Native, born in United States",Good,62,153,28,High school graduate - GED,Eleventh grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,20,0,0,210,0,205,0,60,910,0,0,0,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Good,5-5.5 feet,140-160,Graduated High School,,0,210,225,970,0,0,0
+,2022,2.02208E+13,5410,South,Georgia,6250,Mobile home or trailer with no permanent room added,1,1,36159443,27,Male,Black only,Never married,"Native, born in United States",Good,66,220,35.5,9th grade,Ninth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,180,0,0,90,0,569,0,0,120,0,0,2,0,479,"Less than $10,000",Millennials (23-38),Black only,Good,5.5-6 feet,200-300,Some High School,,479,90,749,120,0,0,2
+,2022,2.02208E+13,5411,Midwest,Missouri,200000,"House, apartment, flat",1,1,20055500,61,Female,White only,Married - spouse present,"Native, born in United States",Very good,60,135,26.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,15,0,0,0,70,0,505,0,0,235,0,15,40,0,560,"$150,000 and over",Boomers (55-73),White only,Very good,5-5.5 feet,120-140,Bachelor's Degree,,560,70,505,235,0,0,70
+,2022,2.02208E+13,5412,South,Louisiana,200000,"House, apartment, flat",1,1,9638869,48,Male,White only,Married - spouse present,"Native, born in United States",Fair,73,220,29,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,65,30,33,51,0,0,233,0,405,0,0,70,0,0,553,0,0,"$150,000 and over",Generation X (39-54),White only,Fair,6-6.5 feet,200-300,Bachelor's Degree,,0,233,456,70,0,0,681
+,2022,2.02208E+13,5413,Midwest,Ohio,67500,"House, apartment, flat",1,1,23390945,63,Female,White only,Married - spouse present,"Native, born in United States",Fair,62,275,50.3,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,240,0,750,0,0,210,0,0,0,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Fair,5-5.5 feet,200-300,Graduated High School,,0,240,810,210,0,0,0
+,2022,2.02208E+13,5414,South,Georgia,13750,"House, apartment, flat",1,1,3580306,80,Female,Black only,Widowed,"Native, born in United States",Good,63,197,34.9,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,20,115,0,0,18,0,952,0,30,219,10,0,76,0,0,"$10,000 - $30,000",Silent (74-91),Black only,Good,5-5.5 feet,180-200,Graduated High School,,0,18,1067,259,0,0,96
+,2022,2.02208E+13,5415,Northeast,Pennsylvania,125000,"House, apartment, flat",1,1,14619768,57,Male,White only,Married - spouse present,"Native, born in United States",Fair,67,140,21.9,Associate degree - occupational vocational,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,90,0,45,60,0,0,65,0,660,0,0,435,0,0,55,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Fair,5.5-6 feet,140-160,Associate Degree,,0,65,720,435,0,0,190
+,2022,2.02208E+13,5416,South,Maryland,200000,"House, apartment, flat",1,1,9011715,43,Female,Black only,Married - spouse present,"Native, born in United States",Very good,61,175,33.1,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,135,45,0,0,15,0,620,0,0,120,0,0,0,0,445,"$150,000 and over",Generation X (39-54),Black only,Very good,5-5.5 feet,160-180,Master's or Doctoral Degree,,445,15,665,120,0,0,135
+,2022,2.02208E+13,5417,Midwest,Michigan,17500,"House, apartment, flat",1,1,17810683,63,Female,White only,Married - spouse present,"Native, born in United States",Good,66,193,31.1,12th grade - no diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,145,0,600,0,120,445,0,0,40,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Good,5.5-6 feet,180-200,Some High School,,0,145,690,565,0,0,40
+,2022,2.02208E+13,5418,Midwest,Minnesota,87500,"House, apartment, flat",1,1,9691502,66,Female,White only,Married - spouse present,"Native, born in United States",Good,66,175,28.2,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,20,0,0,50,0,515,0,0,250,0,20,65,0,520,"$75,000 - $100,000",Boomers (55-73),White only,Good,5.5-6 feet,160-180,Associate Degree,,520,50,535,250,0,0,85
+,2022,2.02208E+13,5419,Midwest,Illinois,125000,"House, apartment, flat",1,1,26895789,55,Female,White only,Married - spouse present,"Native, born in United States",Very good,68,9996,998,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,75,0,0,50,0,510,0,0,275,0,0,35,0,485,"$100,000 - $150,000",Boomers (55-73),White only,Very good,5.5-6 feet,>300,Bachelor's Degree,,485,50,585,275,0,0,45
+,2022,2.02208E+13,5420,West,California,200000,"House, apartment, flat",1,1,5834606,71,Female,White only,Married - spouse present,"Native, born in United States",Excellent,62,160,29.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,510,0,660,0,0,180,0,0,0,0,0,"$150,000 and over",Boomers (55-73),White only,Excellent,5-5.5 feet,160-180,Bachelor's Degree,,0,510,750,180,0,0,0
+,2022,2.02208E+13,5421,South,Georgia,11250,Mobile home or trailer with no permanent room added,1,1,7338948,60,Female,Black only,Married - spouse present,"Native, born in United States",Fair,64,201,34.5,10th grade,Tenth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,23,15,0,0,105,0,887,6,95,271,0,0,38,0,0,"$10,000 - $30,000",Boomers (55-73),Black only,Fair,5-5.5 feet,200-300,Some High School,,0,105,908,366,0,0,61
+,2022,2.02208E+13,5422,South,Texas,67500,"House, apartment, flat",1,1,11587537,73,Male,White only,Married - spouse present,"Native, born in United States",Very good,67,160,25.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,45,105,0,0,110,0,525,0,0,405,60,0,30,0,0,"$50,000 - $75,000",Silent (74-91),White only,Very good,5.5-6 feet,160-180,Bachelor's Degree,,0,110,630,465,0,0,75
+,2022,2.02208E+13,5423,Northeast,New York,87500,"House, apartment, flat",1,1,12206537,25,Female,White only,Never married,"Native, born in United States",Very good,66,150,24.2,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,30,0,8,30,0,0,125,0,695,0,0,345,0,0,124,0,0,"$75,000 - $100,000",Millennials (23-38),White only,Very good,5.5-6 feet,140-160,Graduated High School,,0,125,725,345,0,0,162
+,2022,2.02208E+13,5424,South,Mississippi,27500,"House, apartment, flat",1,1,3347405,77,Female,White only,Widowed,"Native, born in United States",Fair,65,108,18,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,270,0,490,0,100,540,0,0,10,0,0,"$10,000 - $30,000",Silent (74-91),White only,Fair,5-5.5 feet,100-120,Graduated High School,,0,270,520,640,0,0,10
+,2022,2.02208E+13,5425,South,Kentucky,22500,"House, apartment, flat",1,1,12597530,77,Female,White only,Married - spouse present,"Native, born in United States",Fair,65,220,36.6,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,30,20,0,0,170,0,631,20,0,514,0,0,55,0,0,"$10,000 - $30,000",Silent (74-91),White only,Fair,5-5.5 feet,200-300,Graduated High School,,0,170,671,514,0,0,85
+,2022,2.02208E+13,5426,Northeast,Pennsylvania,87500,"House, apartment, flat",1,1,24339831,42,Female,Black only,Married - spouse present,"Native, born in United States",Good,65,273,45.4,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,105,0,0,90,0,630,0,0,120,0,0,0,0,495,"$75,000 - $100,000",Generation X (39-54),Black only,Good,5-5.5 feet,200-300,Master's or Doctoral Degree,,495,90,735,120,0,0,0
+,2022,2.02208E+13,5427,Midwest,South Dakota,45000,"House, apartment, flat",1,1,6498670,75,Male,White only,Married - spouse present,"Native, born in United States",Excellent,64,190,32.6,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,270,0,600,0,90,420,0,0,60,0,0,"$30,000 - $50,000",Silent (74-91),White only,Excellent,5-5.5 feet,180-200,Graduated High School,,0,270,600,510,0,0,60
+,2022,2.02208E+13,5428,South,Maryland,200000,"House, apartment, flat",1,1,4953028,73,Male,Black only,Married - spouse present,"Native, born in United States",Good,74,215,27.6,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,30,0,750,0,90,120,120,0,120,180,0,"$150,000 and over",Silent (74-91),Black only,Good,6-6.5 feet,200-300,Master's or Doctoral Degree,,0,30,780,330,0,180,120
+,2022,2.02208E+13,5429,South,Texas,45000,"House, apartment, flat",1,1,10037311,23,Female,Black only,Never married,"Native, born in United States",Very good,66,125,20.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,30,5,110,0,0,90,0,815,0,0,55,195,0,140,0,0,"$30,000 - $50,000",Millennials (23-38),Black only,Very good,5.5-6 feet,120-140,Bachelor's Degree,,0,90,925,250,0,0,175
+,2022,2.02208E+13,5430,South,Texas,87500,"House, apartment, flat",1,1,19216435,76,Female,White only,Married - spouse present,"Native, born in United States",Very good,63,138,24.4,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,45,20,70,0,0,235,0,620,0,0,265,0,40,145,0,0,"$75,000 - $100,000",Silent (74-91),White only,Very good,5-5.5 feet,120-140,Some College,,0,235,690,265,0,0,250
+,2022,2.02208E+13,5431,Midwest,Kansas,17500,"House, apartment, flat",1,1,15476151,80,Male,White only,Married - spouse present,"Native, born in United States",Excellent,72,215,29.2,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,52,170,0,0,40,0,490,80,0,281,0,0,209,103,0,"$10,000 - $30,000",Silent (74-91),White only,Excellent,6-6.5 feet,200-300,Master's or Doctoral Degree,,0,40,740,281,0,103,261
+,2022,2.02208E+13,5432,Northeast,Pennsylvania,67500,"House, apartment, flat",1,1,3960688,65,Female,White only,Never married,"Native, born in United States",Very good,65,145,24.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,80,0,0,50,0,600,0,60,592,0,45,13,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Very good,5-5.5 feet,140-160,Bachelor's Degree,,0,50,680,652,0,0,58
+,2022,2.02208E+13,5433,Northeast,Massachusetts,67500,"House, apartment, flat",1,1,6667359,68,Male,White only,Married - spouse present,"Native, born in United States",Very good,70,197,28.3,Associate degree - academic program,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,24,20,0,0,210,0,830,0,0,96,0,0,260,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Very good,5.5-6 feet,180-200,Associate Degree,,0,210,850,96,0,0,284
+,2022,2.02208E+13,5434,Midwest,Indiana,87500,"House, apartment, flat",1,1,37900679,40,Male,White only,Married - spouse present,"Native, born in United States",Good,68,198,30.1,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,90,90,0,0,0,0,660,0,0,50,0,0,70,0,480,"$75,000 - $100,000",Generation X (39-54),White only,Good,5.5-6 feet,180-200,Graduated High School,,480,0,750,50,0,0,160
+,2022,2.02208E+13,5435,Midwest,Kansas,8750,"House, apartment, flat",1,1,5697677,65,Female,White only,Divorced,"Native, born in United States",Fair,62,200,36.6,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,No difficulty remembering,0,20,0,75,0,0,45,0,455,0,0,790,0,0,55,0,0,"Less than $10,000",Boomers (55-73),White only,Fair,5-5.5 feet,200-300,Associate Degree,,0,45,530,790,0,0,75
+,2022,2.02208E+13,5436,South,Kentucky,87500,"House, apartment, flat",1,1,3790727,80,Female,White only,Married - spouse present,"Native, born in United States",Very good,62,165,30.2,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,No difficulty remembering,0,0,72,90,0,0,201,0,710,0,0,194,0,0,58,30,0,"$75,000 - $100,000",Silent (74-91),White only,Very good,5-5.5 feet,160-180,Some College,,0,201,800,194,0,30,130
+,2022,2.02208E+13,5437,South,Texas,200000,"House, apartment, flat",1,1,9967844,40,Female,White only,Married - spouse present,"Native, born in United States",Excellent,63,119,21.1,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,45,0,15,135,0,0,100,0,705,0,0,210,45,0,125,0,60,"$150,000 and over",Generation X (39-54),White only,Excellent,5-5.5 feet,100-120,Master's or Doctoral Degree,,60,100,840,255,0,0,185
+,2022,2.02208E+13,5438,South,Florida,55000,"House, apartment, flat",1,1,4731485,79,Female,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Good,66,170,27.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,32,0,0,10,0,585,0,0,813,0,0,0,0,0,"$50,000 - $75,000",Silent (74-91),White only,Good,5.5-6 feet,160-180,Bachelor's Degree,,0,10,617,813,0,0,0
+,2022,2.02208E+13,5439,Midwest,Minnesota,45000,"House, apartment, flat",1,1,9546149,48,Female,White only,Divorced,"Native, born in United States",Good,68,247,37.6,Associate degree - occupational vocational,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,70,0,0,95,0,555,0,0,195,10,0,60,0,455,"$30,000 - $50,000",Generation X (39-54),White only,Good,5.5-6 feet,200-300,Associate Degree,,455,95,625,205,0,0,60
+,2022,2.02208E+13,5440,West,California,45000,"House, apartment, flat",1,1,19482678,51,Male,White only,Never married,"Foreign born, U.S. citizen by naturalization",Good,69,297,43.9,7th or 8th grade,Seventh through eighth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,15,80,0,0,10,0,470,0,0,195,0,0,83,0,587,"$30,000 - $50,000",Generation X (39-54),White only,Good,5.5-6 feet,200-300,Middle School or Less,,587,10,550,195,0,0,98
+,2022,2.02208E+13,5441,Northeast,Massachusetts,200000,"House, apartment, flat",1,1,6205496,57,Female,White only,Never married,"Native, born in United States",Very good,62,160,29.3,Associate degree - academic program,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,140,0,0,10,0,605,0,0,198,320,0,167,0,0,"$150,000 and over",Boomers (55-73),White only,Very good,5-5.5 feet,160-180,Associate Degree,,0,10,745,518,0,0,167
+,2022,2.02208E+13,5442,Northeast,New York,11250,"House, apartment, flat",1,1,7884592,55,Female,White only,Divorced,"Native, born in Puerto Rico or U.S. Outlying Area",Fair,63,150,26.6,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,0,0,120,0,800,0,0,385,0,60,0,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Fair,5-5.5 feet,140-160,Master's or Doctoral Degree,,0,120,875,385,0,0,60
+,2022,2.02208E+13,5443,South,Louisiana,45000,"House, apartment, flat",1,1,15319641,60,Male,Black only,Divorced,"Native, born in United States",Good,73,260,34.3,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,0,0,465,0,0,250,0,0,65,0,630,"$30,000 - $50,000",Boomers (55-73),Black only,Good,6-6.5 feet,200-300,Graduated High School,,630,0,495,250,0,0,65
+,2022,2.02208E+13,5444,Northeast,New York,22500,"House, apartment, flat",1,1,10296826,65,Female,White only,Never married,"Native, born in United States",Good,66,130,21,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,0,0,0,10,0,977,0,0,390,0,0,33,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Good,5.5-6 feet,120-140,Graduated High School,,0,10,977,390,0,0,63
+,2022,2.02208E+13,5445,Midwest,Illinois,200000,"House, apartment, flat",1,1,16714115,47,Male,White only,Married - spouse present,"Native, born in United States",Good,69,180,26.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,85,0,0,70,0,480,0,0,70,65,0,120,0,550,"$150,000 and over",Generation X (39-54),White only,Good,5.5-6 feet,180-200,Bachelor's Degree,,550,70,565,135,0,0,120
+,2022,2.02208E+13,5446,South,Texas,8750,"House, apartment, flat",1,1,3683280,66,Male,White only,Married - spouse absent,"Foreign born, U.S. citizen by naturalization",Excellent,75,155,19.4,Associate degree - occupational vocational,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,240,0,555,0,0,150,165,0,0,0,300,"Less than $10,000",Boomers (55-73),White only,Excellent,6-6.5 feet,140-160,Associate Degree,,300,240,585,315,0,0,0
+,2022,2.02208E+13,5447,Midwest,Iowa,87500,"House, apartment, flat",1,1,22650237,27,Female,White only,Married - spouse present,"Native, born in United States",Very good,64,9994,998,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,65,0,0,114,0,465,0,0,123,20,25,24,0,604,"$75,000 - $100,000",Millennials (23-38),White only,Very good,5-5.5 feet,>300,Master's or Doctoral Degree,,604,114,530,143,0,0,49
+,2022,2.02208E+13,5448,South,Texas,200000,"House, apartment, flat",1,1,10597587,40,Male,Asian only,Married - spouse present,"Native, born in United States",Very good,67,175,27.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,85,0,0,50,0,0,40,0,625,0,0,75,45,0,83,0,437,"$150,000 and over",Generation X (39-54),Asian only,Very good,5.5-6 feet,160-180,Bachelor's Degree,,437,40,675,120,0,0,168
+,2022,2.02208E+13,5449,South,Tennessee,200000,"House, apartment, flat",1,1,14696958,49,Female,White only,Married - spouse present,"Native, born in United States",Good,64,215,36.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,25,0,0,1,0,584,0,0,205,0,60,60,0,495,"$150,000 and over",Generation X (39-54),White only,Good,5-5.5 feet,200-300,Bachelor's Degree,,495,1,609,205,0,0,130
+,2022,2.02208E+13,5450,West,California,87500,"House, apartment, flat",1,1,2253942,56,Female,White only,Divorced,"Native, born in United States",Excellent,68,142,21.6,Associate degree - academic program,College--three years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,340,25,0,0,150,0,780,0,0,65,0,0,80,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Excellent,5.5-6 feet,140-160,Associate Degree,,0,150,805,65,0,0,420
+,2022,2.02208E+13,5451,West,Arizona,32500,"House, apartment, flat",1,1,4215795,73,Female,White only,Widowed,"Native, born in United States",Good,64,130,22.3,Associate degree - occupational vocational,College--three years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,180,90,0,90,0,750,0,0,285,45,0,0,0,0,"$30,000 - $50,000",Silent (74-91),White only,Good,5-5.5 feet,120-140,Associate Degree,,0,90,930,330,90,0,0
+,2022,2.02208E+13,5452,South,Texas,200000,"House, apartment, flat",1,1,9199259,63,Male,White only,Never married,"Native, born in United States",Very good,67,265,41.5,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,110,0,0,240,120,660,0,0,100,0,0,40,0,170,"$150,000 and over",Boomers (55-73),White only,Very good,5.5-6 feet,200-300,Master's or Doctoral Degree,,170,360,770,100,0,0,40
+,2022,2.02208E+13,5453,Midwest,Michigan,87500,"House, apartment, flat",1,1,14829821,47,Female,White only,Married - spouse present,"Native, born in United States",Fair,63,181,32.1,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,20,0,0,55,0,895,0,0,245,0,0,75,150,0,"$75,000 - $100,000",Generation X (39-54),White only,Fair,5-5.5 feet,180-200,Graduated High School,,0,55,915,245,0,150,75
+,2022,2.02208E+13,5454,South,North Carolina,200000,"House, apartment, flat",1,1,21051794,64,Male,White only,Married - spouse present,"Native, born in United States",Very good,72,195,26.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,80,0,0,115,0,435,0,0,330,0,0,0,0,480,"$150,000 and over",Boomers (55-73),White only,Very good,6-6.5 feet,180-200,Bachelor's Degree,,480,115,515,330,0,0,0
+,2022,2.02208E+13,5455,South,Louisiana,87500,"House, apartment, flat",1,1,10882241,73,Male,White only,Married - spouse present,"Native, born in United States",Fair,67,190,29.8,5th or 6th grade,Fifth through sixth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,570,0,570,0,0,240,0,0,0,0,0,"$75,000 - $100,000",Silent (74-91),White only,Fair,5.5-6 feet,180-200,Middle School or Less,,0,570,630,240,0,0,0
+,2022,2.02208E+13,5456,West,California,11250,Mobile home or trailer with no permanent room added,1,1,15571207,18,Female,White only,Never married,"Native, born in United States",Excellent,68,185,28.1,10th grade,Tenth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,1,60,0,0,1,0,704,0,0,249,0,60,51,0,314,"$10,000 - $30,000",Generation Z (7-22),White only,Excellent,5.5-6 feet,180-200,Some High School,,314,1,764,249,0,0,112
+,2022,2.02208E+13,5457,Midwest,Illinois,125000,"House, apartment, flat",1,1,12447620,27,Male,Asian only,Never married,"Foreign born, not a U.S. citizen",Fair,70,195,28,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,60,0,60,0,750,0,0,480,0,30,0,0,0,"$100,000 - $150,000",Millennials (23-38),Asian only,Fair,5.5-6 feet,180-200,Master's or Doctoral Degree,,0,60,810,480,60,0,30
+,2022,2.02208E+13,5458,South,South Carolina,125000,"House, apartment, flat",1,1,11300091,67,Female,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Very good,62,9997,998,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,45,150,0,0,75,0,525,0,0,0,30,0,90,0,525,"$100,000 - $150,000",Boomers (55-73),White only,Very good,5-5.5 feet,>300,Bachelor's Degree,,525,75,675,30,0,0,135
+,2022,2.02208E+13,5459,Midwest,Michigan,87500,"House, apartment, flat",1,1,6480810,66,Female,White only,Married - spouse present,"Native, born in United States",Good,70,220,31.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,180,10,75,0,0,5,0,480,2,0,523,0,0,160,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Bachelor's Degree,,0,5,557,523,0,0,350
+,2022,2.02208E+13,5460,South,Maryland,125000,"House, apartment, flat",1,1,22352672,51,Male,Black only,Divorced,"Foreign born, U.S. citizen by naturalization",NIU (Not in universe),,9999,999,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,48,0,10,72,0,0,10,0,450,0,0,270,30,0,80,0,470,"$100,000 - $150,000",Generation X (39-54),Black only,"Other (Refused, Dont know, NIU)",,>300,Master's or Doctoral Degree,,470,10,522,300,0,0,138
+,2022,2.02208E+13,5461,Northeast,New Jersey,32500,"House, apartment, flat",1,1,7563809,72,Female,Black only,Never married,"Native, born in United States",NIU (Not in universe),,9999,999,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,370,60,0,0,30,0,480,0,0,450,0,0,50,0,0,"$30,000 - $50,000",Boomers (55-73),Black only,"Other (Refused, Dont know, NIU)",,>300,Bachelor's Degree,,0,30,540,450,0,0,420
+,2022,2.02208E+13,5462,Northeast,New York,55000,"House, apartment, flat",1,1,7471750,68,Male,White only,Never married,"Native, born in United States",Good,69,183,27,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,115,0,620,0,0,675,0,0,0,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Good,5.5-6 feet,180-200,Graduated High School,,0,115,650,675,0,0,0
+,2022,2.02208E+13,5463,Midwest,Michigan,200000,"House, apartment, flat",1,1,19044387,32,Female,White only,Married - spouse present,"Native, born in United States",Very good,62,9994,998,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,80,0,0,80,0,520,0,0,140,0,0,126,0,434,"$150,000 and over",Millennials (23-38),White only,Very good,5-5.5 feet,>300,Master's or Doctoral Degree,,434,80,600,140,0,0,186
+,2022,2.02208E+13,5464,South,Texas,87500,"House, apartment, flat",1,1,9923043,71,Female,Black only,Divorced,"Native, born in United States",Very good,66,175,28.2,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,15,30,0,0,180,0,480,225,0,385,0,0,125,0,0,"$75,000 - $100,000",Boomers (55-73),Black only,Very good,5.5-6 feet,160-180,Master's or Doctoral Degree,,0,180,735,385,0,0,140
+,2022,2.02208E+13,5465,Midwest,Iowa,32500,"House, apartment, flat",1,1,10667387,80,Female,White only,Widowed,"Native, born in United States",Fair,63,165,29.2,10th grade,Tenth grade,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,Has mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,105,0,0,110,0,775,0,0,450,0,0,0,0,0,"$30,000 - $50,000",Silent (74-91),White only,Fair,5-5.5 feet,160-180,Some High School,,0,110,880,450,0,0,0
+,2022,2.02208E+13,5466,West,California,17500,"House, apartment, flat",1,1,11395905,76,Female,White only,Divorced,"Native, born in United States",Good,67,250,39.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,30,150,0,0,115,0,600,0,0,240,135,10,100,0,0,"$10,000 - $30,000",Silent (74-91),White only,Good,5.5-6 feet,200-300,Bachelor's Degree,,0,115,750,375,0,0,140
+,2022,2.02208E+13,5467,South,Florida,32500,"House, apartment, flat",1,1,5218730,76,Male,White only,Widowed,"Native, born in United States",Poor,69,250,36.9,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,60,0,0,0,0,420,0,0,960,0,0,0,0,0,"$30,000 - $50,000",Silent (74-91),White only,Poor,5.5-6 feet,200-300,Graduated High School,,0,0,480,960,0,0,0
+,2022,2.02208E+13,5468,West,California,87500,"House, apartment, flat",1,1,9989903,72,Male,White only,Married - spouse present,"Native, born in United States",Very good,72,180,24.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,285,0,0,60,0,0,255,0,480,0,0,240,0,120,0,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Very good,6-6.5 feet,180-200,Bachelor's Degree,,0,255,540,240,0,0,405
+,2022,2.02208E+13,5469,West,Oregon,125000,"House, apartment, flat",1,1,5448979,49,Female,White only,Married - spouse present,"Native, born in United States",Good,64,175,30,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,5,0,0,5,0,470,0,0,960,0,0,0,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Good,5-5.5 feet,160-180,Bachelor's Degree,,0,5,475,960,0,0,0
+,2022,2.02208E+13,5470,South,North Carolina,200000,"House, apartment, flat",1,1,13371419,36,Male,White only,Never married,"Native, born in United States",Excellent,69,160,23.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,5,75,0,0,0,0,420,60,0,270,0,0,100,0,510,"$150,000 and over",Millennials (23-38),White only,Excellent,5.5-6 feet,160-180,Bachelor's Degree,,510,0,555,270,0,0,105
+,2022,2.02208E+13,5471,West,Arizona,17500,"House, apartment, flat",1,1,23090610,85,Male,White only,Widowed,"Native, born in United States",NIU (Not in universe),,9999,999,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,0,0,0,0,540,0,0,0,0,0,0,0,825,"$10,000 - $30,000",Silent (74-91),White only,"Other (Refused, Dont know, NIU)",,>300,Graduated High School,,825,0,615,0,0,0,0
+,2022,2.02208E+13,5472,Northeast,New Jersey,37500,"House, apartment, flat",1,1,10554894,73,Male,White only,Married - spouse present,"Native, born in United States",Fair,66,250,40.3,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,No difficulty remembering,0,315,120,60,0,0,60,0,450,0,0,355,0,0,80,0,0,"$30,000 - $50,000",Silent (74-91),White only,Fair,5.5-6 feet,200-300,Some College,,0,60,510,355,0,0,515
+,2022,2.02208E+13,5473,Northeast,Connecticut,125000,"House, apartment, flat",1,1,8030274,66,Male,White only,Never married,"Native, born in United States",Good,70,238,34.1,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,241,0,495,45,0,543,0,0,86,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Graduated High School,,0,241,570,543,0,0,86
+,2022,2.02208E+13,5474,South,Louisiana,13750,"House, apartment, flat",1,1,15316071,80,Male,Black only,Married - spouse absent,"Native, born in United States",Very good,68,168,25.5,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,5,90,0,0,285,0,525,0,150,285,0,0,100,0,0,"$10,000 - $30,000",Silent (74-91),Black only,Very good,5.5-6 feet,160-180,Some College,,0,285,615,435,0,0,105
+,2022,2.02208E+13,5475,South,Texas,2500,"House, apartment, flat",1,1,8190698,64,Male,White only,Married - spouse present,"Native, born in United States",Good,70,185,26.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,240,0,0,0,0,600,0,0,455,0,0,145,0,0,"Less than $10,000",Boomers (55-73),White only,Good,5.5-6 feet,180-200,Bachelor's Degree,,0,0,840,455,0,0,145
+,2022,2.02208E+13,5476,South,West Virginia,22500,Mobile home or trailer with no permanent room added,1,1,12380789,64,Male,White only,Divorced,"Native, born in United States",Poor,65,165,27.5,10th grade,Tenth grade,Not in labor force,NIU (Not in universe),Has vision difficulty,Has hearing difficulty,Has mobility limitation,Has physical difficulty,Has difficulty remembering,0,5,0,170,0,0,500,0,445,0,0,280,0,0,40,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Poor,5-5.5 feet,160-180,Some High School,,0,500,615,280,0,0,45
+,2022,2.02208E+13,5477,West,Nevada,200000,"House, apartment, flat",1,1,3744615,57,Male,White only,Divorced,"Native, born in United States",Excellent,72,195,26.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,0,0,60,0,530,30,0,390,320,0,35,0,0,"$150,000 and over",Boomers (55-73),White only,Excellent,6-6.5 feet,180-200,Bachelor's Degree,,0,60,635,710,0,0,35
+,2022,2.02208E+13,5478,South,South Carolina,22500,"House, apartment, flat",1,1,3419534,58,Male,White only,Divorced,"Native, born in United States",Excellent,70,175,25.1,Associate degree - occupational vocational,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,20,0,0,20,0,585,0,0,245,0,0,300,0,240,"$10,000 - $30,000",Boomers (55-73),White only,Excellent,5.5-6 feet,160-180,Associate Degree,,240,20,605,245,0,0,330
+,2022,2.02208E+13,5479,South,Alabama,37500,"House, apartment, flat",1,1,27054072,30,Male,Black only,Never married,"Native, born in United States",Good,65,175,29.1,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,180,0,990,0,0,120,0,0,0,0,90,"$30,000 - $50,000",Millennials (23-38),Black only,Good,5-5.5 feet,160-180,Graduated High School,,90,180,1050,120,0,0,0
+,2022,2.02208E+13,5480,West,Oregon,200000,"House, apartment, flat",1,1,9601469,48,Male,White only,Married - spouse present,"Native, born in United States",Very good,62,130,23.8,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,30,0,0,375,0,600,60,0,265,0,0,80,0,0,"$150,000 and over",Generation X (39-54),White only,Very good,5-5.5 feet,120-140,Master's or Doctoral Degree,,0,375,690,265,0,0,110
+,2022,2.02208E+13,5481,Midwest,Missouri,125000,"House, apartment, flat",1,1,8364514,33,Female,White only,Married - spouse present,"Native, born in United States",Very good,61,180,34,Some college but no degree,College--one year,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,180,60,0,0,10,0,750,0,0,370,0,0,70,0,0,"$100,000 - $150,000",Millennials (23-38),White only,Very good,5-5.5 feet,180-200,Some College,,0,10,810,370,0,0,250
+,2022,2.02208E+13,5482,West,Utah,32500,"House, apartment, flat",1,1,10406779,41,Female,White only,Divorced,"Native, born in United States",Very good,64,180,30.9,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,20,0,0,105,0,600,0,0,165,110,0,35,0,405,"$30,000 - $50,000",Generation X (39-54),White only,Very good,5-5.5 feet,180-200,Graduated High School,,405,105,620,275,0,0,35
+,2022,2.02208E+13,5483,Northeast,New Jersey,87500,"House, apartment, flat",1,1,6965618,67,Male,Black only,Married - spouse present,"Native, born in United States",Very good,67,160,25.1,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,45,0,0,75,0,0,540,0,195,0,0,525,0,0,0,0,0,"$75,000 - $100,000",Boomers (55-73),Black only,Very good,5.5-6 feet,160-180,Graduated High School,,0,540,270,525,0,0,45
+,2022,2.02208E+13,5484,South,Florida,55000,"House, apartment, flat",1,1,5969252,50,Female,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Fair,67,100,15.7,Some college but no degree,College--three years,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,15,180,0,0,210,0,630,0,0,340,0,0,65,0,0,"$50,000 - $75,000",Generation X (39-54),White only,Fair,5.5-6 feet,100-120,Some College,,0,210,810,340,0,0,80
+,2022,2.02208E+13,5485,South,Florida,125000,"House, apartment, flat",1,1,15191044,45,Male,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Very good,69,202,29.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,38,5,50,50,0,0,251,0,583,120,0,95,0,10,179,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Very good,5.5-6 feet,200-300,Bachelor's Degree,,0,251,753,95,0,0,282
+,2022,2.02208E+13,5486,Northeast,Massachusetts,87500,"House, apartment, flat",1,1,11306354,73,Female,White only,Married - spouse present,"Native, born in United States",Very good,65,202,33.6,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,120,0,0,30,0,510,0,0,530,90,0,70,60,0,"$75,000 - $100,000",Silent (74-91),White only,Very good,5-5.5 feet,200-300,Master's or Doctoral Degree,,0,30,630,620,0,60,100
+,2022,2.02208E+13,5487,South,Delaware,125000,"House, apartment, flat",1,1,13818919,61,Female,White only,Married - spouse present,"Native, born in United States",Very good,62,112,20.5,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),Has vision difficulty,No hearing difficulty,Has mobility limitation,No physical difficulty,No difficulty remembering,15,0,0,70,10,0,300,0,580,0,0,385,0,60,0,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Very good,5-5.5 feet,100-120,Master's or Doctoral Degree,,0,300,650,385,10,0,75
+,2022,2.02208E+13,5488,Midwest,Indiana,67500,"House, apartment, flat",1,1,4801140,80,Male,White only,Married - spouse present,"Native, born in United States",Refused,,9996,998,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,93,0,0,60,0,540,0,0,637,0,0,100,0,0,"$50,000 - $75,000",Silent (74-91),White only,"Other (Refused, Dont know, NIU)",,>300,Master's or Doctoral Degree,,0,60,633,637,0,0,110
+,2022,2.02208E+13,5489,West,California,11250,"House, apartment, flat",1,1,7108591,31,Male,White only,Never married,"Native, born in United States",Very good,75,320,40,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,20,0,0,0,0,0,0,540,0,0,600,180,0,100,0,0,"$10,000 - $30,000",Millennials (23-38),White only,Very good,6-6.5 feet,>300,Bachelor's Degree,,0,0,540,780,0,0,120
+,2022,2.02208E+13,5490,Northeast,New Jersey,67500,"House, apartment, flat",1,1,17008592,59,Female,White only,Divorced,"Native, born in United States",Very good,65,130,21.6,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,5,45,0,0,210,25,645,0,0,370,0,45,0,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Very good,5-5.5 feet,120-140,Graduated High School,,0,235,690,370,0,0,50
+,2022,2.02208E+13,5491,West,California,45000,Housing unit not specified above,1,1,4169809,85,Female,White only,Widowed,"Native, born in United States",Very good,62,115,21,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,50,0,0,55,0,520,0,35,564,90,40,76,0,0,"$30,000 - $50,000",Silent (74-91),White only,Very good,5-5.5 feet,100-120,Master's or Doctoral Degree,,0,55,570,689,0,0,126
+,2022,2.02208E+13,5492,Midwest,Missouri,67500,"House, apartment, flat",1,1,7310411,23,Male,White only,Never married,"Native, born in United States",Very good,70,340,48.8,Some college but no degree,College--three years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,180,105,0,0,210,0,570,0,0,240,0,0,135,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Very good,5.5-6 feet,>300,Some College,,0,210,675,240,0,0,315
+,2022,2.02208E+13,5493,West,Oregon,67500,"House, apartment, flat",1,1,9155048,65,Female,White only,Married - spouse present,"Native, born in United States",Good,68,194,29.5,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,100,0,560,0,0,0,0,0,0,0,735,"$50,000 - $75,000",Boomers (55-73),White only,Good,5.5-6 feet,180-200,Graduated High School,,735,100,605,0,0,0,0
+,2022,2.02208E+13,5494,West,California,200000,"House, apartment, flat",1,1,13055549,61,Male,White only,Married - spouse present,"Native, born in United States",Very good,68,155,23.6,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,50,0,585,0,0,120,15,0,0,0,550,"$150,000 and over",Boomers (55-73),White only,Very good,5.5-6 feet,140-160,Master's or Doctoral Degree,,550,50,705,135,0,0,0
+,2022,2.02208E+13,5495,Northeast,New York,67500,"House, apartment, flat",1,1,4498914,78,Female,White only,Divorced,"Native, born in United States",Very good,62,135,24.7,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,85,0,0,135,0,430,0,0,265,0,60,75,330,60,"$50,000 - $75,000",Silent (74-91),White only,Very good,5-5.5 feet,120-140,Some College,,60,135,515,265,0,330,135
+,2022,2.02208E+13,5496,South,West Virginia,87500,"House, apartment, flat",1,1,4160138,45,Male,White only,Married - spouse present,"Native, born in United States",Very good,73,215,28.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,80,0,0,0,0,0,710,0,0,630,0,0,20,0,0,"$75,000 - $100,000",Generation X (39-54),White only,Very good,6-6.5 feet,200-300,Bachelor's Degree,,0,0,710,630,0,0,100
+,2022,2.02208E+13,5497,West,California,37500,"House, apartment, flat",1,1,22764686,85,Male,White only,Married - spouse present,"Native, born in United States",Excellent,69,175,25.8,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,285,0,0,95,0,660,0,0,330,0,0,10,0,0,"$30,000 - $50,000",Silent (74-91),White only,Excellent,5.5-6 feet,160-180,Master's or Doctoral Degree,,0,95,945,330,0,0,10
+,2022,2.02208E+13,5498,Northeast,Vermont,55000,"House, apartment, flat",1,1,30278199,57,Male,White only,Never married,"Native, born in United States",Good,68,165,25.1,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,55,0,0,161,0,555,0,0,90,0,0,4,0,565,"$50,000 - $75,000",Boomers (55-73),White only,Good,5.5-6 feet,160-180,Graduated High School,,565,161,610,90,0,0,14
+,2022,2.02208E+13,5499,South,Texas,55000,"House, apartment, flat",1,1,24008918,17,Female,White only,Never married,"Native, born in United States",Excellent,61,110,20.8,10th grade,Tenth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,240,0,0,0,90,0,120,0,810,0,0,180,0,0,0,0,0,"$50,000 - $75,000",Generation Z (7-22),White only,Excellent,5-5.5 feet,100-120,Some High School,,0,120,810,180,90,0,240
+,2022,2.02208E+13,5500,South,Virginia,200000,"House, apartment, flat",1,1,20054483,39,Female,White only,Married - spouse present,"Native, born in United States",Excellent,63,160,28.3,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,220,0,30,105,0,0,350,0,445,0,0,240,0,0,50,0,0,"$150,000 and over",Generation X (39-54),White only,Excellent,5-5.5 feet,160-180,Graduated High School,,0,350,550,240,0,0,300
+,2022,2.02208E+13,5501,Northeast,New Hampshire,37500,"House, apartment, flat",1,1,3421594,74,Male,White only,Married - spouse present,"Native, born in United States",Good,64,187,32.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,20,45,0,0,30,0,600,0,0,400,305,0,40,0,0,"$30,000 - $50,000",Silent (74-91),White only,Good,5-5.5 feet,180-200,Bachelor's Degree,,0,30,645,705,0,0,60
+,2022,2.02208E+13,5502,South,Maryland,17500,"House, apartment, flat",1,1,3740158,58,Male,Black only,Widowed,"Native, born in United States",Fair,69,278,41,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,15,0,0,40,0,705,50,0,590,20,0,20,0,0,"$10,000 - $30,000",Boomers (55-73),Black only,Fair,5.5-6 feet,200-300,Associate Degree,,0,40,770,610,0,0,20
+,2022,2.02208E+13,5503,South,Texas,55000,"House, apartment, flat",1,1,7212766,34,Female,White only,Married - spouse present,"Native, born in United States",Very good,61,140,26.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,20,0,0,105,0,0,510,0,525,0,0,60,30,0,100,90,0,"$50,000 - $75,000",Millennials (23-38),White only,Very good,5-5.5 feet,140-160,Bachelor's Degree,,0,510,630,90,0,90,120
+,2022,2.02208E+13,5504,Northeast,Pennsylvania,200000,"House, apartment, flat",1,1,6441391,65,Male,White only,Married - spouse present,"Native, born in United States",Excellent,71,220,30.7,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,540,0,480,0,0,330,0,0,0,30,0,"$150,000 and over",Boomers (55-73),White only,Excellent,5.5-6 feet,200-300,Master's or Doctoral Degree,,0,540,480,330,0,30,0
+,2022,2.02208E+13,5505,Midwest,Ohio,125000,"House, apartment, flat",1,1,6548803,32,Male,White only,Married - spouse present,"Native, born in United States",Very good,70,160,23,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,60,0,120,0,0,0,210,0,580,0,0,420,0,0,50,0,0,"$100,000 - $150,000",Millennials (23-38),White only,Very good,5.5-6 feet,160-180,Bachelor's Degree,,0,210,580,420,0,0,230
+,2022,2.02208E+13,5506,Midwest,Missouri,67500,"House, apartment, flat",1,1,13819980,34,Female,White only,Married - spouse present,"Native, born in United States",Fair,64,156,26.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,236,0,240,90,0,0,120,0,470,0,0,182,0,0,102,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Fair,5-5.5 feet,140-160,Bachelor's Degree,,0,120,560,182,0,0,578
+,2022,2.02208E+13,5507,Northeast,Massachusetts,32500,"House, apartment, flat",1,1,5623756,23,Male,White only,Never married,"Native, born in United States",Excellent,67,158,24.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,55,105,0,0,0,0,765,0,0,210,180,45,80,0,0,"$30,000 - $50,000",Millennials (23-38),White only,Excellent,5.5-6 feet,140-160,Bachelor's Degree,,0,0,870,390,0,0,180
+,2022,2.02208E+13,5508,South,Kentucky,200000,"House, apartment, flat",1,1,7794436,40,Male,White only,Married - spouse present,"Native, born in United States",Very good,68,159,24.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,70,0,0,60,0,0,55,0,420,0,0,285,0,0,105,0,445,"$150,000 and over",Generation X (39-54),White only,Very good,5.5-6 feet,140-160,Bachelor's Degree,,445,55,480,285,0,0,175
+,2022,2.02208E+13,5509,Midwest,Missouri,87500,"House, apartment, flat",1,1,3805650,71,Male,White only,Married - spouse present,"Native, born in United States",Good,67,200,31.3,Some college but no degree,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,5,0,655,0,120,580,0,0,20,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Some College,,0,5,715,700,0,0,20
+,2022,2.02208E+13,5510,Northeast,Pennsylvania,55000,"House, apartment, flat",1,1,13609326,75,Male,White only,Married - spouse present,"Native, born in United States",Very good,69,195,28.8,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,130,75,0,0,0,0,625,0,0,480,0,0,130,0,0,"$50,000 - $75,000",Silent (74-91),White only,Very good,5.5-6 feet,180-200,Graduated High School,,0,0,700,480,0,0,260
+,2022,2.02208E+13,5511,South,Maryland,67500,"House, apartment, flat",1,1,5952870,52,Female,White only,Divorced,"Native, born in United States",Fair,64,128,22,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,Has difficulty remembering,0,0,20,110,0,0,403,0,862,0,0,0,0,0,0,0,0,"$50,000 - $75,000",Generation X (39-54),White only,Fair,5-5.5 feet,120-140,Bachelor's Degree,,0,403,972,0,0,0,20
+,2022,2.02208E+13,5512,Midwest,Wisconsin,22500,"House, apartment, flat",1,1,12656813,46,Male,White only,Never married,"Native, born in United States",Good,64,140,24,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,10,0,0,15,0,670,0,0,120,0,0,10,0,615,"$10,000 - $30,000",Generation X (39-54),White only,Good,5-5.5 feet,140-160,Some College,,615,15,680,120,0,0,10
+,2022,2.02208E+13,5513,Midwest,North Dakota,32500,"House, apartment, flat",1,1,3054951,78,Female,White only,Widowed,"Native, born in United States",Good,62,180,32.9,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,565,15,105,0,0,0,0,540,0,0,170,0,0,45,0,0,"$30,000 - $50,000",Silent (74-91),White only,Good,5-5.5 feet,180-200,Some College,,0,0,645,170,0,0,625
+,2022,2.02208E+13,5514,Midwest,Illinois,200000,"House, apartment, flat",1,1,11900993,61,Female,White only,Married - spouse present,"Native, born in United States",Excellent,66,125,20.2,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,1,135,0,0,90,0,720,0,0,400,0,0,4,0,0,"$150,000 and over",Boomers (55-73),White only,Excellent,5.5-6 feet,120-140,Some College,,0,90,855,400,0,0,5
+,2022,2.02208E+13,5515,South,Florida,125000,"House, apartment, flat",1,1,6134171,72,Female,White only,Married - spouse present,"Native, born in United States",Good,62,145,26.5,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,25,15,0,0,100,0,730,0,0,435,90,0,45,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Good,5-5.5 feet,140-160,Some College,,0,100,745,525,0,0,70
+,2022,2.02208E+13,5516,South,Texas,55000,"House, apartment, flat",1,1,16583527,29,Male,"American Indian, Alaskan Native",Never married,"Native, born in United States",Good,70,169,24.2,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,Has hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,5,60,0,0,90,0,255,0,0,245,0,0,40,0,745,"$50,000 - $75,000",Millennials (23-38),"American Indian, Alaskan Native",Good,5.5-6 feet,160-180,Some College,,745,90,315,245,0,0,45
+,2022,2.02208E+13,5517,South,Texas,6250,"House, apartment, flat",1,1,3719128,47,Male,White only,Never married,"Native, born in United States",Good,67,163,25.5,Some college but no degree,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,65,50,0,0,10,0,477,0,0,415,0,0,58,0,365,"Less than $10,000",Generation X (39-54),White only,Good,5.5-6 feet,160-180,Some College,,365,10,527,415,0,0,123
+,2022,2.02208E+13,5518,South,North Carolina,125000,"House, apartment, flat",1,1,10549592,72,Male,White only,Married - spouse present,"Native, born in United States",Very good,72,180,24.4,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,20,0,40,0,0,120,0,530,0,0,220,100,0,20,0,390,"$100,000 - $150,000",Boomers (55-73),White only,Very good,6-6.5 feet,180-200,Master's or Doctoral Degree,,390,120,570,320,0,0,40
+,2022,2.02208E+13,5519,Midwest,Minnesota,200000,"House, apartment, flat",1,1,7301963,47,Male,White only,Divorced,"Native, born in United States",Excellent,70,200,28.7,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,300,60,0,0,75,0,675,0,0,300,0,0,30,0,0,"$150,000 and over",Generation X (39-54),White only,Excellent,5.5-6 feet,200-300,Associate Degree,,0,75,735,300,0,0,330
+,2022,2.02208E+13,5520,Midwest,Missouri,67500,Mobile home or trailer with no permanent room added,1,1,9364827,64,Male,White only,Divorced,"Native, born in United States",Fair,67,130,20.4,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,100,0,730,0,0,565,0,0,0,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Fair,5.5-6 feet,120-140,Graduated High School,,0,100,775,565,0,0,0
+,2022,2.02208E+13,5521,South,Virginia,125000,"House, apartment, flat",1,1,8088664,47,Male,Black only,Married - spouse present,"Foreign born, not a U.S. citizen",Very good,74,252,32.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,35,0,0,30,0,660,0,205,170,0,0,20,0,320,"$100,000 - $150,000",Generation X (39-54),Black only,Very good,6-6.5 feet,200-300,Bachelor's Degree,,320,30,695,375,0,0,20
+,2022,2.02208E+13,5522,Northeast,Connecticut,200000,"House, apartment, flat",1,1,3988352,76,Male,White only,Married - spouse present,"Native, born in United States",Good,69,180,26.6,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,131,0,600,0,0,529,0,0,60,0,0,"$150,000 and over",Silent (74-91),White only,Good,5.5-6 feet,180-200,Master's or Doctoral Degree,,0,131,720,529,0,0,60
+,2022,2.02208E+13,5523,West,Idaho,55000,"House, apartment, flat",1,1,15436263,46,Male,White only,Married - spouse present,"Native, born in United States",Excellent,69,190,28.1,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,95,148,0,0,120,0,690,0,0,105,0,0,72,0,60,"$50,000 - $75,000",Generation X (39-54),White only,Excellent,5.5-6 feet,180-200,Master's or Doctoral Degree,,60,120,838,105,0,0,167
+,2022,2.02208E+13,5524,West,California,55000,"House, apartment, flat",1,1,39632953,25,Female,White only,Never married,"Foreign born, not a U.S. citizen",Good,64,98,16.8,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,45,0,0,355,0,570,0,0,360,0,0,50,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Good,5-5.5 feet,<100,Graduated High School,,0,355,615,360,0,0,110
+,2022,2.02208E+13,5525,Northeast,New York,32500,"House, apartment, flat",1,1,13813062,53,Male,"American Indian, Alaskan Native",Widowed,"Foreign born, not a U.S. citizen",Good,66,168,27.1,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,120,0,475,0,0,120,45,0,170,0,465,"$30,000 - $50,000",Generation X (39-54),"American Indian, Alaskan Native",Good,5.5-6 feet,160-180,Graduated High School,,465,120,520,165,0,0,170
+,2022,2.02208E+13,5526,South,Tennessee,87500,"House, apartment, flat",1,1,3991811,35,Female,White only,Married - spouse present,"Native, born in United States",Good,64,200,34.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,85,0,0,315,0,450,0,0,530,0,0,0,0,0,"$75,000 - $100,000",Millennials (23-38),White only,Good,5-5.5 feet,200-300,Bachelor's Degree,,0,315,535,530,0,0,0
+,2022,2.02208E+13,5527,South,Oklahoma,200000,"House, apartment, flat",1,1,11965249,51,Female,White only,Married - spouse present,"Native, born in United States",Very good,63,200,35.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,355,0,0,70,0,0,180,0,600,0,0,235,0,0,0,0,0,"$150,000 and over",Generation X (39-54),White only,Very good,5-5.5 feet,200-300,Bachelor's Degree,,0,180,670,235,0,0,355
+,2022,2.02208E+13,5528,West,California,37500,"House, apartment, flat",1,1,11273361,39,Female,Asian only,Divorced,"Foreign born, not a U.S. citizen",Good,67,122,19.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,13,30,0,0,195,0,330,0,0,45,0,0,107,0,720,"$30,000 - $50,000",Generation X (39-54),Asian only,Good,5.5-6 feet,120-140,Bachelor's Degree,,720,195,360,45,0,0,120
+,2022,2.02208E+13,5529,South,District of Columbia,22500,"House, apartment, flat",1,1,10904153,65,Male,Black only,Married - spouse absent,"Foreign born, not a U.S. citizen",Good,66,165,26.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,Has vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,390,0,480,0,0,180,90,240,0,0,0,"$10,000 - $30,000",Boomers (55-73),Black only,Good,5.5-6 feet,160-180,Bachelor's Degree,,0,390,540,270,0,0,240
+,2022,2.02208E+13,5530,South,Georgia,13750,"House, apartment, flat",1,1,12088857,22,Male,Black only,Never married,"Native, born in United States",Fair,68,230,35,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,65,0,0,0,0,360,0,0,1015,0,0,0,0,0,"$10,000 - $30,000",Millennials (23-38),Black only,Fair,5.5-6 feet,200-300,Graduated High School,,0,0,425,1015,0,0,0
+,2022,2.02208E+13,5531,West,California,87500,"House, apartment, flat",1,1,11572221,47,Female,White only,Married - spouse present,"Native, born in United States",Good,67,135,21.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,100,0,105,75,0,0,175,0,697,0,0,100,0,0,73,0,0,"$75,000 - $100,000",Generation X (39-54),White only,Good,5.5-6 feet,120-140,Bachelor's Degree,,0,175,772,100,0,0,278
+,2022,2.02208E+13,5532,South,Florida,87500,"House, apartment, flat",1,1,12481814,52,Male,White only,Widowed,"Foreign born, U.S. citizen by naturalization",Very good,72,205,27.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,240,0,0,120,0,600,0,0,310,30,60,50,0,0,"$75,000 - $100,000",Generation X (39-54),White only,Very good,6-6.5 feet,200-300,Bachelor's Degree,,0,120,840,340,0,0,110
+,2022,2.02208E+13,5533,Northeast,New Hampshire,125000,"House, apartment, flat",1,1,17436703,75,Female,White only,Married - spouse present,"Native, born in United States",Very good,63,148,26.2,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,90,0,0,195,0,0,75,0,595,0,0,390,0,0,95,0,0,"$100,000 - $150,000",Silent (74-91),White only,Very good,5-5.5 feet,140-160,Associate Degree,,0,75,790,390,0,0,185
+,2022,2.02208E+13,5534,West,Oregon,87500,"House, apartment, flat",1,1,7265630,40,Male,White only,Married - spouse present,"Native, born in United States",Very good,71,250,34.9,Associate degree - academic program,College--three years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,0,0,0,0,0,0,0,0,150,0,1200,"$75,000 - $100,000",Generation X (39-54),White only,Very good,5.5-6 feet,200-300,Associate Degree,,1200,0,90,0,0,0,150
+,2022,2.02208E+13,5535,Northeast,Connecticut,87500,"House, apartment, flat",1,1,3118947,46,Male,White only,Married - spouse present,"Native, born in United States",Good,70,230,33,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,130,0,760,0,0,120,0,0,10,300,0,"$75,000 - $100,000",Generation X (39-54),White only,Good,5.5-6 feet,200-300,Bachelor's Degree,,0,130,880,120,0,300,10
+,2022,2.02208E+13,5536,Midwest,Illinois,125000,"House, apartment, flat",1,1,30355764,25,Female,White only,Never married,"Native, born in United States",NIU (Not in universe),,9999,999,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,130,0,0,310,0,795,0,0,195,0,0,10,0,0,"$100,000 - $150,000",Millennials (23-38),White only,"Other (Refused, Dont know, NIU)",,>300,Bachelor's Degree,,0,310,925,195,0,0,10
+,2022,2.02208E+13,5537,West,California,200000,"House, apartment, flat",1,1,14634487,72,Female,Asian only,Married - spouse present,"Native, born in United States",Very good,60,126,24.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,3,60,0,0,320,0,480,15,0,287,0,120,65,0,0,"$150,000 and over",Boomers (55-73),Asian only,Very good,5-5.5 feet,120-140,Bachelor's Degree,,0,320,555,287,0,0,188
+,2022,2.02208E+13,5538,South,Texas,200000,"House, apartment, flat",1,1,7185864,34,Female,White only,Married - spouse present,"Native, born in United States",Excellent,62,170,31.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,45,0,0,135,0,0,340,0,620,0,0,300,0,0,0,0,0,"$150,000 and over",Millennials (23-38),White only,Excellent,5-5.5 feet,160-180,Bachelor's Degree,,0,340,755,300,0,0,45
+,2022,2.02208E+13,5539,Midwest,Missouri,13750,"House, apartment, flat",1,1,11793250,61,Female,White only,Widowed,"Native, born in United States",Good,66,210,33.9,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,80,0,0,10,0,120,0,0,825,0,0,45,0,360,"$10,000 - $30,000",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Some College,,360,10,200,825,0,0,45
+,2022,2.02208E+13,5540,South,Georgia,55000,"House, apartment, flat",1,1,17629810,33,Female,White only,Never married,"Native, born in United States",Very good,68,205,31.2,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,20,0,60,0,0,0,0,510,0,0,0,0,120,60,0,670,"$50,000 - $75,000",Millennials (23-38),White only,Very good,5.5-6 feet,200-300,Master's or Doctoral Degree,,670,0,570,0,0,0,200
+,2022,2.02208E+13,5541,West,Montana,87500,"House, apartment, flat",1,1,13227783,43,Female,White only,Married - spouse present,"Native, born in United States",Good,63,200,35.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,60,0,0,20,0,0,505,0,555,0,0,0,30,0,270,0,0,"$75,000 - $100,000",Generation X (39-54),White only,Good,5-5.5 feet,200-300,Bachelor's Degree,,0,505,575,30,0,0,330
+,2022,2.02208E+13,5542,South,Texas,200000,"House, apartment, flat",1,1,45946948,46,Male,Black only,Married - spouse present,"Native, born in United States",Good,75,175,21.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,97,0,0,15,0,0,0,0,555,0,0,90,0,0,31,0,652,"$150,000 and over",Generation X (39-54),Black only,Good,6-6.5 feet,160-180,Bachelor's Degree,,652,0,570,90,0,0,128
+,2022,2.02208E+13,5543,West,Colorado,67500,"House, apartment, flat",1,1,8205408,24,Male,White only,Never married,"Native, born in United States",Very good,75,195,24.4,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,60,0,750,0,0,120,480,0,0,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Very good,6-6.5 feet,180-200,Some College,,0,60,780,600,0,0,0
+,2022,2.02208E+13,5544,West,California,17500,"House, apartment, flat",1,1,5204658,70,Male,White only,Divorced,"Native, born in United States",Good,68,190,28.9,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,20,65,0,0,0,0,538,0,0,755,0,0,62,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Good,5.5-6 feet,180-200,Graduated High School,,0,0,603,755,0,0,82
+,2022,2.02208E+13,5545,West,California,200000,"House, apartment, flat",1,1,21306579,53,Female,Asian only,Married - spouse present,"Native, born in United States",Very good,63,110,19.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,1,0,30,125,0,0,85,0,549,0,0,135,35,0,0,0,480,"$150,000 and over",Generation X (39-54),Asian only,Very good,5-5.5 feet,100-120,Bachelor's Degree,,480,85,674,170,0,0,31
+,2022,2.02208E+13,5546,South,Virginia,87500,"House, apartment, flat",1,1,4810204,35,Female,White only,Married - spouse present,"Native, born in United States",Good,71,180,25.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,45,0,60,90,0,0,175,0,635,0,0,405,0,0,30,0,0,"$75,000 - $100,000",Millennials (23-38),White only,Good,5.5-6 feet,180-200,Bachelor's Degree,,0,175,725,405,0,0,135
+,2022,2.02208E+13,5547,West,Washington,125000,"House, apartment, flat",1,1,11380007,33,Male,Asian only,Married - spouse present,"Foreign born, not a U.S. citizen",Very good,67,143,22.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,60,0,0,100,0,0,0,0,560,0,0,115,60,30,5,0,480,"$100,000 - $150,000",Millennials (23-38),Asian only,Very good,5.5-6 feet,140-160,Bachelor's Degree,,480,0,660,175,0,0,95
+,2022,2.02208E+13,5548,Northeast,New Jersey,200000,"House, apartment, flat",1,1,12252500,63,Male,White only,Married - spouse present,"Native, born in United States",Good,72,195,26.4,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,105,0,0,0,0,495,0,0,140,30,0,40,0,630,"$150,000 and over",Boomers (55-73),White only,Good,6-6.5 feet,180-200,Master's or Doctoral Degree,,630,0,600,170,0,0,40
+,2022,2.02208E+13,5549,Midwest,Indiana,45000,"House, apartment, flat",1,1,8858493,66,Female,White only,Never married,"Native, born in United States",Excellent,67,210,32.9,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,240,65,0,0,235,0,670,0,0,195,0,10,25,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Excellent,5.5-6 feet,200-300,Master's or Doctoral Degree,,0,235,735,195,0,0,275
+,2022,2.02208E+13,5550,Northeast,New York,8750,"House, apartment, flat",1,1,10011071,72,Female,Black only,Widowed,"Foreign born, U.S. citizen by naturalization",Fair,63,204,36.1,12th grade - no diploma,Twelfth grade,Not in labor force,NIU (Not in universe),Has vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,Has difficulty remembering,0,0,56,35,0,0,256,0,740,0,0,248,0,0,105,0,0,"Less than $10,000",Boomers (55-73),Black only,Fair,5-5.5 feet,200-300,Some High School,,0,256,775,248,0,0,161
+,2022,2.02208E+13,5551,Northeast,Pennsylvania,87500,"House, apartment, flat",1,1,4813619,74,Male,White only,Divorced,"Native, born in United States",Excellent,70,195,28,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,20,63,0,0,514,0,630,0,0,201,0,0,12,0,0,"$75,000 - $100,000",Silent (74-91),White only,Excellent,5.5-6 feet,180-200,Graduated High School,,0,514,693,201,0,0,32
+,2022,2.02208E+13,5552,South,North Carolina,200000,"House, apartment, flat",1,1,9737052,85,Female,White only,Divorced,"Native, born in United States",Good,63,112,19.8,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,210,0,570,0,0,420,60,90,0,0,0,"$150,000 and over",Silent (74-91),White only,Good,5-5.5 feet,100-120,Master's or Doctoral Degree,,0,210,660,480,0,0,90
+,2022,2.02208E+13,5553,South,Arkansas,87500,"House, apartment, flat",1,1,11878249,15,Female,White only,Never married,"Native, born in United States",Very good,60,170,33.2,9th grade,Ninth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,25,0,40,0,0,0,0,1045,0,0,255,0,0,75,0,0,"$75,000 - $100,000",Generation Z (7-22),White only,Very good,5-5.5 feet,160-180,Some High School,,0,0,1085,255,0,0,100
+,2022,2.02208E+13,5554,West,California,200000,"House, apartment, flat",1,1,14087653,70,Female,Black only,Married - spouse present,"Native, born in United States",Excellent,64,140,24,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,65,0,0,85,0,700,0,60,305,175,0,50,0,0,"$150,000 and over",Boomers (55-73),Black only,Excellent,5-5.5 feet,140-160,Bachelor's Degree,,0,85,765,540,0,0,50
+,2022,2.02208E+13,5555,Midwest,Wisconsin,55000,"House, apartment, flat",1,1,9386973,31,Male,White only,Married - spouse present,"Native, born in United States",Good,62,150,27.4,7th or 8th grade,Seventh through eighth grade,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,105,0,0,0,0,540,0,360,375,0,0,60,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Good,5-5.5 feet,140-160,Middle School or Less,,0,0,645,735,0,0,60
+,2022,2.02208E+13,5556,West,Oregon,17500,"House, apartment, flat",1,1,4801558,55,Male,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Fair,67,190,29.8,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,160,110,0,0,165,0,570,0,30,130,180,20,75,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Fair,5.5-6 feet,180-200,Some College,,0,165,680,340,0,0,255
+,2022,2.02208E+13,5557,South,South Carolina,125000,"House, apartment, flat",1,1,7228326,56,Male,White only,Never married,"Native, born in United States",Very good,69,195,28.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,15,0,0,65,0,0,0,0,445,0,0,380,0,0,20,0,515,"$100,000 - $150,000",Boomers (55-73),White only,Very good,5.5-6 feet,180-200,Bachelor's Degree,,515,0,510,380,0,0,35
+,2022,2.02208E+13,5558,Northeast,New York,200000,"House, apartment, flat",1,1,7251670,38,Female,Black only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Very good,69,165,24.4,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,182,0,53,50,0,0,283,0,565,0,0,190,0,0,31,0,5,"$150,000 and over",Generation X (39-54),Black only,Very good,5.5-6 feet,160-180,Master's or Doctoral Degree,,5,283,615,190,0,0,266
+,2022,2.02208E+13,5559,West,California,55000,"House, apartment, flat",1,1,13220247,77,Female,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Good,63,160,28.3,High school graduate - GED,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,105,0,0,465,0,630,0,0,240,0,0,0,0,0,"$50,000 - $75,000",Silent (74-91),White only,Good,5-5.5 feet,160-180,Graduated High School,,0,465,735,240,0,0,0
+,2022,2.02208E+13,5560,Northeast,Pennsylvania,125000,"House, apartment, flat",1,1,15575673,60,Female,White only,Married - spouse present,"Native, born in United States",Very good,63,124,22,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,15,0,0,86,0,650,0,0,175,0,45,0,0,469,"$100,000 - $150,000",Boomers (55-73),White only,Very good,5-5.5 feet,120-140,Associate Degree,,469,86,665,175,0,0,45
+,2022,2.02208E+13,5561,West,Oregon,87500,"House, apartment, flat",1,1,7873904,58,Male,White only,Divorced,"Native, born in United States",Very good,76,240,29.2,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,0,0,480,0,90,120,0,0,0,0,720,"$75,000 - $100,000",Boomers (55-73),White only,Very good,6-6.5 feet,200-300,Master's or Doctoral Degree,,720,0,510,210,0,0,0
+,2022,2.02208E+13,5562,Midwest,Minnesota,67500,"House, apartment, flat",1,1,8171824,40,Male,White only,Never married,"Native, born in United States",Very good,64,145,24.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,5,65,0,0,160,0,510,0,0,420,0,0,40,0,240,"$50,000 - $75,000",Generation X (39-54),White only,Very good,5-5.5 feet,140-160,Bachelor's Degree,,240,160,575,420,0,0,45
+,2022,2.02208E+13,5563,South,District of Columbia,11250,"House, apartment, flat",1,1,20603863,74,Male,Black only,Separated,"Native, born in United States",Good,76,192,23.4,High school graduate - GED,Eleventh grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,25,0,0,210,0,720,0,0,485,0,0,0,0,0,"$10,000 - $30,000",Silent (74-91),Black only,Good,6-6.5 feet,180-200,Graduated High School,,0,210,745,485,0,0,0
+,2022,2.02208E+13,5564,Midwest,Missouri,67500,"House, apartment, flat",1,1,42043402,36,Male,White only,Never married,"Native, born in United States",Fair,71,225,31.4,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,80,0,0,60,0,600,0,0,660,0,0,10,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Fair,5.5-6 feet,200-300,Graduated High School,,0,60,680,660,0,0,40
+,2022,2.02208E+13,5565,Midwest,Minnesota,125000,"House, apartment, flat",1,1,37958126,33,Female,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Don't know,56,140,31.4,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,55,0,0,50,0,0,40,0,500,0,0,128,120,20,42,0,485,"$100,000 - $150,000",Millennials (23-38),White only,"Other (Refused, Dont know, NIU)",0-5 feet,140-160,Graduated High School,,485,40,550,248,0,0,117
+,2022,2.02208E+13,5566,Northeast,New York,13750,"House, apartment, flat",1,1,7980669,68,Female,Asian only,Married - spouse present,"Native, born in United States",Fair,64,168,28.8,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,190,15,0,0,152,0,740,0,0,120,0,178,45,0,0,"$10,000 - $30,000",Boomers (55-73),Asian only,Fair,5-5.5 feet,160-180,Graduated High School,,0,152,755,120,0,0,413
+,2022,2.02208E+13,5567,West,Utah,67500,"House, apartment, flat",1,1,8704122,38,Female,White only,Never married,"Native, born in United States",Very good,66,125,20.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,20,120,0,0,2,0,558,0,0,195,0,0,50,0,495,"$50,000 - $75,000",Generation X (39-54),White only,Very good,5.5-6 feet,120-140,Bachelor's Degree,,495,2,678,195,0,0,70
+,2022,2.02208E+13,5568,West,California,87500,"House, apartment, flat",1,1,3614122,47,Male,White only,Never married,"Native, born in United States",Very good,67,205,32.1,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,24,65,0,0,120,0,541,0,0,660,0,0,30,0,0,"$75,000 - $100,000",Generation X (39-54),White only,Very good,5.5-6 feet,200-300,Some College,,0,120,606,660,0,0,54
+,2022,2.02208E+13,5569,Northeast,New Jersey,200000,"House, apartment, flat",1,1,10298813,43,Male,White only,Married - spouse present,"Native, born in United States",Good,74,330,42.4,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,20,0,0,60,0,0,0,0,520,0,0,100,0,0,90,145,505,"$150,000 and over",Generation X (39-54),White only,Good,6-6.5 feet,>300,Master's or Doctoral Degree,,505,0,580,100,0,145,110
+,2022,2.02208E+13,5570,Midwest,Ohio,125000,"House, apartment, flat",1,1,6781802,39,Male,Black only,Never married,"Native, born in United States",Good,73,185,24.4,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,70,20,0,0,127,0,587,0,0,431,30,85,75,15,0,"$100,000 - $150,000",Generation X (39-54),Black only,Good,6-6.5 feet,180-200,Master's or Doctoral Degree,,0,127,607,461,0,15,230
+,2022,2.02208E+13,5571,Midwest,Illinois,22500,"House, apartment, flat",1,1,5568844,64,Male,White only,Divorced,"Native, born in United States",Good,69,175,25.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,15,165,0,0,280,0,615,0,0,240,0,0,65,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Good,5.5-6 feet,160-180,Bachelor's Degree,,0,280,780,240,0,0,80
+,2022,2.02208E+13,5572,Midwest,Indiana,87500,"House, apartment, flat",1,1,3443624,67,Female,White only,Never married,"Native, born in United States",Fair,68,300,45.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,100,20,0,0,160,0,450,0,0,670,0,0,40,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Fair,5.5-6 feet,>300,Bachelor's Degree,,0,160,470,670,0,0,140
+,2022,2.02208E+13,5573,West,Oregon,55000,"House, apartment, flat",1,1,5411982,61,Female,White-Black-American Indian,Divorced,"Native, born in United States",Good,65,179,29.8,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,60,0,10,160,0,0,0,0,1140,0,0,0,0,0,70,0,0,"$50,000 - $75,000",Boomers (55-73),Mixed,Good,5-5.5 feet,160-180,Master's or Doctoral Degree,,0,0,1300,0,0,0,140
+,2022,2.02208E+13,5574,Midwest,Minnesota,67500,"House, apartment, flat",1,1,4854842,76,Female,White only,Married - spouse present,"Native, born in United States",Very good,65,160,26.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,143,0,0,427,0,540,0,0,330,0,0,0,0,0,"$50,000 - $75,000",Silent (74-91),White only,Very good,5-5.5 feet,160-180,Bachelor's Degree,,0,427,683,330,0,0,0
+,2022,2.02208E+13,5575,West,California,125000,"House, apartment, flat",1,1,4476278,68,Male,White only,Married - spouse present,"Native, born in United States",Excellent,75,170,21.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,122,0,0,380,0,503,0,0,300,105,0,30,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Excellent,6-6.5 feet,160-180,Bachelor's Degree,,0,380,625,405,0,0,30
+,2022,2.02208E+13,5576,South,Virginia,200000,"House, apartment, flat",1,1,9107599,34,Female,White-Asian,Married - spouse present,"Native, born in United States",Good,64,150,25.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,40,0,0,120,0,590,260,0,270,0,30,130,0,0,"$150,000 and over",Millennials (23-38),Mixed,Good,5-5.5 feet,140-160,Bachelor's Degree,,0,120,890,270,0,0,160
+,2022,2.02208E+13,5577,West,California,32500,Mobile home or trailer with no permanent room added,1,1,6210878,80,Male,Asian only,Married - spouse absent,"Native, born in United States",Good,71,140,19.5,12th grade - no diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,60,0,510,0,0,810,0,0,30,0,0,"$30,000 - $50,000",Silent (74-91),Asian only,Good,5.5-6 feet,140-160,Some High School,,0,60,540,810,0,0,30
+,2022,2.02208E+13,5578,South,South Carolina,67500,"House, apartment, flat",1,1,10302860,80,Male,White only,Divorced,"Native, born in United States",Very good,71,165,23,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,30,0,0,240,0,600,0,0,400,0,0,40,45,0,"$50,000 - $75,000",Silent (74-91),White only,Very good,5.5-6 feet,160-180,Bachelor's Degree,,0,240,630,400,0,45,70
+,2022,2.02208E+13,5579,Northeast,New Jersey,200000,"House, apartment, flat",1,1,9732004,43,Male,White only,Married - spouse present,"Native, born in United States",Very good,70,195,28,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,65,0,0,45,0,0,22,0,441,0,0,209,0,0,70,0,508,"$150,000 and over",Generation X (39-54),White only,Very good,5.5-6 feet,180-200,Some College,,508,22,486,209,0,0,135
+,2022,2.02208E+13,5580,South,Louisiana,67500,"House, apartment, flat",1,1,7713478,29,Female,White only,Never married,"Native, born in United States",Excellent,63,120,21.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,120,130,0,0,180,0,528,0,0,150,0,0,85,0,230,"$50,000 - $75,000",Millennials (23-38),White only,Excellent,5-5.5 feet,120-140,Bachelor's Degree,,230,180,658,150,0,0,205
+,2022,2.02208E+13,5581,West,New Mexico,27500,"House, apartment, flat",1,1,11209806,78,Female,White only,Married - spouse present,"Native, born in United States",Fair,59,130,26.3,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,50,0,30,60,0,0,205,30,600,30,0,330,0,0,105,0,0,"$10,000 - $30,000",Silent (74-91),White only,Fair,0-5 feet,120-140,Graduated High School,,0,235,690,330,0,0,185
+,2022,2.02208E+13,5582,South,Kentucky,87500,"House, apartment, flat",1,1,11098448,49,Male,White only,Married - spouse present,"Native, born in United States",Good,67,175,27.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,1,0,0,75,0,0,45,0,435,0,0,239,0,0,80,0,565,"$75,000 - $100,000",Generation X (39-54),White only,Good,5.5-6 feet,160-180,Bachelor's Degree,,565,45,510,239,0,0,81
+,2022,2.02208E+13,5583,Midwest,Michigan,125000,"House, apartment, flat",1,1,7192071,36,Female,White only,Married - spouse present,"Native, born in United States",Very good,64,138,23.7,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,150,0,0,45,0,675,0,0,310,120,0,140,0,0,"$100,000 - $150,000",Millennials (23-38),White only,Very good,5-5.5 feet,120-140,Master's or Doctoral Degree,,0,45,825,430,0,0,140
+,2022,2.02208E+13,5584,Northeast,Pennsylvania,87500,"House, apartment, flat",1,1,15476312,50,Male,White only,Married - spouse present,"Native, born in United States",Good,73,245,32.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,10,29,50,0,0,70,0,547,0,0,240,0,0,44,0,450,"$75,000 - $100,000",Generation X (39-54),White only,Good,6-6.5 feet,200-300,Bachelor's Degree,,450,70,597,240,0,0,83
+,2022,2.02208E+13,5585,Midwest,Michigan,125000,"House, apartment, flat",1,1,6942293,45,Male,White only,Never married,"Native, born in United States",Very good,70,165,23.7,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,15,0,0,0,0,495,0,0,180,30,0,60,0,660,"$100,000 - $150,000",Generation X (39-54),White only,Very good,5.5-6 feet,160-180,Some College,,660,0,510,210,0,0,60
+,2022,2.02208E+13,5586,Midwest,Ohio,32500,"House, apartment, flat",1,1,17893125,85,Female,White only,Never married,"Native, born in United States",Fair,63,115,20.4,12th grade - no diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,80,0,0,29,0,1331,0,0,0,0,0,0,0,0,"$30,000 - $50,000",Silent (74-91),White only,Fair,5-5.5 feet,100-120,Some High School,,0,29,1411,0,0,0,0
+,2022,2.02208E+13,5587,South,Kentucky,125000,"House, apartment, flat",1,1,7779129,68,Male,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Very good,70,140,20.1,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,70,0,0,35,0,545,0,0,235,0,0,50,0,490,"$100,000 - $150,000",Boomers (55-73),White only,Very good,5.5-6 feet,140-160,Master's or Doctoral Degree,,490,35,615,235,0,0,50
+,2022,2.02208E+13,5588,West,Colorado,2500,"House, apartment, flat",1,1,2786236,66,Female,White only,Never married,"Native, born in United States",Fair,60,9997,998,12th grade - no diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,Has difficulty remembering,0,0,105,20,0,0,30,0,670,0,0,405,0,155,55,0,0,"Less than $10,000",Boomers (55-73),White only,Fair,5-5.5 feet,>300,Some High School,,0,30,690,405,0,0,315
+,2022,2.02208E+13,5589,South,Texas,125000,"House, apartment, flat",1,1,13797425,60,Female,White only,Divorced,"Native, born in United States",Excellent,67,135,21.1,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,15,60,0,0,229,0,750,0,5,225,0,45,22,10,0,"$100,000 - $150,000",Boomers (55-73),White only,Excellent,5.5-6 feet,120-140,Master's or Doctoral Degree,,0,229,810,230,0,10,82
+,2022,2.02208E+13,5590,South,Alabama,125000,"House, apartment, flat",1,1,6848289,73,Male,White only,Married - spouse present,"Native, born in United States",Fair,67,175,27.4,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,75,0,0,160,0,620,0,0,517,0,0,8,0,0,"$100,000 - $150,000",Silent (74-91),White only,Fair,5.5-6 feet,160-180,Some College,,0,160,695,517,0,0,68
+,2022,2.02208E+13,5591,Midwest,Iowa,37500,"House, apartment, flat",1,1,3581574,55,Male,White only,Never married,"Native, born in United States",Good,67,177,27.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,60,0,0,265,0,615,0,0,395,0,0,105,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Good,5.5-6 feet,160-180,Bachelor's Degree,,0,265,675,395,0,0,105
+,2022,2.02208E+13,5592,Northeast,Massachusetts,200000,"House, apartment, flat",1,1,5042461,63,Male,White only,Married - spouse present,"Native, born in United States",Very good,67,155,24.3,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,110,0,0,270,0,580,0,0,450,30,0,0,0,0,"$150,000 and over",Boomers (55-73),White only,Very good,5.5-6 feet,140-160,Master's or Doctoral Degree,,0,270,690,480,0,0,0
+,2022,2.02208E+13,5593,South,Florida,125000,"House, apartment, flat",1,1,5919310,63,Female,Black only,Divorced,"Native, born abroad of American parent or parents",Fair,66,265,42.8,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,205,0,0,175,60,530,0,0,310,0,0,130,0,0,"$100,000 - $150,000",Boomers (55-73),Black only,Fair,5.5-6 feet,200-300,Some College,,0,235,735,310,0,0,160
+,2022,2.02208E+13,5594,Midwest,Illinois,200000,"House, apartment, flat",1,1,18175694,38,Female,Asian only,Married - spouse present,"Native, born in United States",Very good,62,130,23.8,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,277,0,0,30,0,0,0,0,555,10,0,60,0,0,30,0,478,"$150,000 and over",Generation X (39-54),Asian only,Very good,5-5.5 feet,120-140,Master's or Doctoral Degree,,478,0,595,60,0,0,307
+,2022,2.02208E+13,5595,South,Louisiana,8750,"House, apartment, flat",1,1,2276891,67,Male,Black only,Widowed,"Native, born in United States",Refused,,9996,998,7th or 8th grade,Seventh through eighth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,Has difficulty remembering,0,0,0,90,0,0,45,0,860,0,0,445,0,0,0,0,0,"Less than $10,000",Boomers (55-73),Black only,"Other (Refused, Dont know, NIU)",,>300,Middle School or Less,,0,45,950,445,0,0,0
+,2022,2.02208E+13,5596,Midwest,South Dakota,87500,"House, apartment, flat",1,1,17840252,55,Male,White only,Divorced,"Native, born abroad of American parent or parents",Fair,74,215,27.6,High school graduate - diploma,Twelfth grade,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,50,0,754,0,0,605,0,1,0,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Fair,6-6.5 feet,200-300,Graduated High School,,0,50,784,605,0,0,1
+,2022,2.02208E+13,5597,Northeast,New Jersey,200000,"House, apartment, flat",1,1,10129219,69,Female,White only,Married - spouse present,"Native, born in United States",Good,62,160,29.3,Associate degree - academic program,College--three years,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,170,0,650,0,0,560,30,0,0,0,0,"$150,000 and over",Boomers (55-73),White only,Good,5-5.5 feet,160-180,Associate Degree,,0,170,680,590,0,0,0
+,2022,2.02208E+13,5598,West,California,17500,"House, apartment, flat",1,1,37454965,38,Female,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Fair,60,180,35.2,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,105,30,60,180,0,0,90,0,659,0,0,243,0,0,73,0,0,"$10,000 - $30,000",Generation X (39-54),White only,Fair,5-5.5 feet,180-200,Graduated High School,,0,90,839,243,0,0,268
+,2022,2.02208E+13,5599,South,Louisiana,17500,"House, apartment, flat",1,1,36416878,56,Male,Black only,Married - spouse present,"Native, born in United States",Very good,71,280,39,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,30,0,0,180,0,930,0,0,240,0,0,30,0,0,"$10,000 - $30,000",Boomers (55-73),Black only,Very good,5.5-6 feet,200-300,Graduated High School,,0,180,960,240,0,0,60
+,2022,2.02208E+13,5600,West,Arizona,45000,"House, apartment, flat",1,1,8567747,53,Male,White only,Married - spouse present,"Native, born in United States",Good,73,235,31,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,210,0,0,75,0,0,340,0,245,0,0,570,0,0,0,0,0,"$30,000 - $50,000",Generation X (39-54),White only,Good,6-6.5 feet,200-300,Bachelor's Degree,,0,340,320,570,0,0,210
+,2022,2.02208E+13,5601,Midwest,Minnesota,45000,"House, apartment, flat",1,1,7966399,69,Male,White only,Married - spouse present,"Native, born in United States",Very good,65,190,31.6,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,110,0,0,60,0,570,0,0,620,0,0,20,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Very good,5-5.5 feet,180-200,Some College,,0,60,680,620,0,0,80
+,2022,2.02208E+13,5602,Northeast,New York,22500,"House, apartment, flat",1,1,17005664,68,Female,White only,Married - spouse present,"Native, born in United States",Good,64,155,26.6,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,120,0,0,0,90,0,570,60,0,460,0,0,140,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Good,5-5.5 feet,140-160,Graduated High School,,0,90,630,460,0,0,260
+,2022,2.02208E+13,5603,Midwest,Minnesota,125000,"House, apartment, flat",1,1,15061697,42,Male,White only,Married - spouse present,"Native, born in United States",Good,72,210,28.5,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,25,0,0,0,0,530,0,0,330,0,0,20,0,535,"$100,000 - $150,000",Generation X (39-54),White only,Good,6-6.5 feet,200-300,Master's or Doctoral Degree,,535,0,555,330,0,0,20
+,2022,2.02208E+13,5604,Midwest,Missouri,11250,"House, apartment, flat",1,1,29225185,42,Male,White only,Divorced,"Native, born in United States",Very good,66,160,25.8,11th grade,Eleventh grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,3,25,202,0,0,0,0,480,0,0,45,0,0,160,0,465,"$10,000 - $30,000",Generation X (39-54),White only,Very good,5.5-6 feet,160-180,Some High School,,465,0,682,45,0,0,188
+,2022,2.02208E+13,5605,Northeast,Pennsylvania,87500,"House, apartment, flat",1,1,7640133,50,Male,White only,Divorced,"Native, born in United States",Excellent,68,200,30.4,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,30,0,60,0,0,170,0,540,0,0,390,0,0,250,0,0,"$75,000 - $100,000",Generation X (39-54),White only,Excellent,5.5-6 feet,200-300,Master's or Doctoral Degree,,0,170,600,390,0,0,280
+,2022,2.02208E+13,5606,South,Florida,87500,"House, apartment, flat",1,1,3795323,69,Male,White only,Married - spouse present,"Native, born in United States",Very good,68,170,25.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,10,0,0,0,0,540,0,0,428,0,0,44,418,0,"$75,000 - $100,000",Boomers (55-73),White only,Very good,5.5-6 feet,160-180,Bachelor's Degree,,0,0,550,428,0,418,44
+,2022,2.02208E+13,5607,Midwest,Ohio,11250,"House, apartment, flat",1,1,8045146,66,Female,Black only,Widowed,"Native, born in United States",Good,66,220,35.5,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,7,0,10,0,0,254,0,560,0,40,405,0,87,47,5,0,"$10,000 - $30,000",Boomers (55-73),Black only,Good,5.5-6 feet,200-300,Graduated High School,,0,254,570,445,0,5,141
+,2022,2.02208E+13,5608,West,California,125000,"House, apartment, flat",1,1,8733230,69,Female,White only,Divorced,"Foreign born, U.S. citizen by naturalization",Good,67,9997,998,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,270,0,810,0,0,270,0,0,0,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Good,5.5-6 feet,>300,Associate Degree,,0,270,900,270,0,0,0
+,2022,2.02208E+13,5609,South,South Carolina,55000,"House, apartment, flat",1,1,3846451,76,Female,White only,Married - spouse present,"Native, born in United States",Good,59,106,21.4,Associate degree - occupational vocational,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,85,0,0,135,0,505,0,25,615,0,45,30,0,0,"$50,000 - $75,000",Silent (74-91),White only,Good,0-5 feet,100-120,Associate Degree,,0,135,590,640,0,0,75
+,2022,2.02208E+13,5610,South,Florida,55000,"House, apartment, flat",1,1,12266267,69,Female,Black only,Widowed,"Native, born in United States",Very good,63,165,29.2,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,245,0,525,0,0,580,0,0,0,0,0,"$50,000 - $75,000",Boomers (55-73),Black only,Very good,5-5.5 feet,160-180,Graduated High School,,0,245,570,580,0,0,0
+,2022,2.02208E+13,5611,South,Georgia,87500,Mobile home or trailer with no permanent room added,1,1,9906607,44,Male,White only,Married - spouse present,"Native, born in United States",Very good,69,155,22.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,90,0,0,390,0,600,0,0,120,120,0,30,0,60,"$75,000 - $100,000",Generation X (39-54),White only,Very good,5.5-6 feet,140-160,Bachelor's Degree,,60,390,690,240,0,0,60
+,2022,2.02208E+13,5612,Midwest,Illinois,200000,"House, apartment, flat",1,1,50984198,16,Female,Asian only,Never married,"Native, born in United States",Very good,66,115,18.6,9th grade,Ninth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,85,510,0,90,0,560,0,0,55,0,0,140,0,0,"$150,000 and over",Generation Z (7-22),Asian only,Very good,5.5-6 feet,100-120,Some High School,,0,90,645,55,510,0,140
+,2022,2.02208E+13,5613,Midwest,Michigan,200000,"House, apartment, flat",1,1,6733510,32,Female,Asian only,Married - spouse present,"Foreign born, not a U.S. citizen",Excellent,61,126,23.8,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,180,0,840,0,0,330,0,60,0,0,0,"$150,000 and over",Millennials (23-38),Asian only,Excellent,5-5.5 feet,120-140,Master's or Doctoral Degree,,0,180,870,330,0,0,60
+,2022,2.02208E+13,5614,Midwest,Illinois,125000,"House, apartment, flat",1,1,15910707,45,Male,White only,Divorced,"Native, born in United States",Very good,72,225,30.5,Some college but no degree,College--three years,Employed - at work,No,No vision difficulty,No hearing difficulty,Has mobility limitation,No physical difficulty,Has difficulty remembering,0,0,0,120,0,0,180,0,750,0,0,390,0,0,0,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Very good,6-6.5 feet,200-300,Some College,,0,180,870,390,0,0,0
+,2022,2.02208E+13,5615,Midwest,Ohio,37500,"House, apartment, flat",1,1,17712136,59,Female,White only,Married - spouse present,"Native, born in United States",Very good,65,193,32.1,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,395,0,60,0,0,195,0,500,0,0,270,0,0,20,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Very good,5-5.5 feet,180-200,Associate Degree,,0,195,560,270,0,0,415
+,2022,2.02208E+13,5616,Midwest,Illinois,67500,"House, apartment, flat",1,1,33869367,26,Male,White only,Never married,"Native, born in United States",Very good,75,195,24.4,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,20,10,60,0,90,0,500,0,0,95,70,0,69,0,526,"$50,000 - $75,000",Millennials (23-38),White only,Very good,6-6.5 feet,180-200,Master's or Doctoral Degree,,526,90,510,165,60,0,89
+,2022,2.02208E+13,5617,Northeast,Massachusetts,87500,"House, apartment, flat",1,1,4395087,74,Female,White only,Married - spouse present,"Native, born in United States",Good,64,135,23.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,55,0,0,290,0,625,0,0,470,0,0,0,0,0,"$75,000 - $100,000",Silent (74-91),White only,Good,5-5.5 feet,120-140,Bachelor's Degree,,0,290,680,470,0,0,0
+,2022,2.02208E+13,5618,West,Alaska,200000,"House, apartment, flat",1,1,9593491,32,Male,White only,Married - spouse present,"Native, born in United States",Very good,70,180,25.8,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,Has difficulty remembering,46,0,45,35,0,0,169,0,475,0,0,90,0,0,85,0,495,"$150,000 and over",Millennials (23-38),White only,Very good,5.5-6 feet,180-200,Master's or Doctoral Degree,,495,169,510,90,0,0,176
+,2022,2.02208E+13,5619,South,Florida,200000,"House, apartment, flat",1,1,4818168,48,Male,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Good,69,230,34,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,90,0,680,0,0,343,230,0,67,0,0,"$150,000 and over",Generation X (39-54),White only,Good,5.5-6 feet,200-300,Some College,,0,90,710,573,0,0,67
+,2022,2.02208E+13,5620,Midwest,Indiana,27500,"House, apartment, flat",1,1,2981021,68,Male,Black only,Divorced,"Native, born in United States",Good,72,197,26.7,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,2,20,0,0,30,0,450,0,0,928,0,0,10,0,0,"$10,000 - $30,000",Boomers (55-73),Black only,Good,6-6.5 feet,180-200,Graduated High School,,0,30,470,928,0,0,12
+,2022,2.02208E+13,5621,South,Delaware,37500,Mobile home or trailer with no permanent room added,1,1,3781654,85,Female,White only,Widowed,"Native, born in United States",Good,62,105,19.2,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),Has vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,80,0,0,102,0,584,0,110,270,0,139,95,0,0,"$30,000 - $50,000",Silent (74-91),White only,Good,5-5.5 feet,100-120,Graduated High School,,0,102,664,380,0,0,294
+,2022,2.02208E+13,5622,Midwest,Kansas,45000,"House, apartment, flat",1,1,3480807,27,Female,White only,Married - spouse present,"Native, born in United States",Very good,62,9994,998,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,240,0,0,75,0,0,78,0,663,0,0,160,30,0,4,0,190,"$30,000 - $50,000",Millennials (23-38),White only,Very good,5-5.5 feet,>300,Bachelor's Degree,,190,78,738,190,0,0,244
+,2022,2.02208E+13,5623,West,Idaho,45000,"House, apartment, flat",1,1,2330913,72,Male,White only,Widowed,"Native, born in United States",Fair,68,200,30.4,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,20,75,0,0,120,0,775,0,135,175,0,0,50,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Fair,5.5-6 feet,200-300,Some College,,0,120,850,310,0,0,70
+,2022,2.02209E+13,5624,South,Florida,87500,"House, apartment, flat",1,1,11487451,55,Female,White only,Married - spouse present,"Native, born in United States",Good,63,215,38.1,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,105,0,0,440,0,595,0,0,300,0,0,0,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Good,5-5.5 feet,200-300,Associate Degree,,0,440,700,300,0,0,0
+,2022,2.02209E+13,5625,West,California,27500,"House, apartment, flat",1,1,21191112,29,Male,White only,Married - spouse present,"Native, born in United States",Poor,74,215,27.6,Some college but no degree,College--three years,Employed - at work,No,Has vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,75,0,0,25,0,0,5,0,570,0,0,105,0,45,105,0,510,"$10,000 - $30,000",Millennials (23-38),White only,Poor,6-6.5 feet,200-300,Some College,,510,5,595,105,0,0,225
+,2022,2.02209E+13,5626,South,Georgia,200000,"House, apartment, flat",1,1,9108158,57,Female,"American Indian, Alaskan Native",Married - spouse present,"Native, born in United States",Very good,65,170,28.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,165,135,0,0,50,50,630,0,0,253,96,0,61,0,0,"$150,000 and over",Boomers (55-73),"American Indian, Alaskan Native",Very good,5-5.5 feet,160-180,Bachelor's Degree,,0,100,765,349,0,0,226
+,2022,2.02209E+13,5627,South,Maryland,200000,"House, apartment, flat",1,1,7972681,40,Male,White only,Married - spouse present,"Native, born in United States",Good,72,265,35.9,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,15,0,8,100,0,0,0,0,415,0,0,285,67,0,160,390,0,"$150,000 and over",Generation X (39-54),White only,Good,6-6.5 feet,200-300,Master's or Doctoral Degree,,0,0,515,352,0,390,183
+,2022,2.02209E+13,5628,South,Florida,17500,Mobile home or trailer with no permanent room added,1,1,13736193,25,Male,White only,Never married,"Native, born in United States",Very good,72,145,19.7,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,60,0,0,105,0,0,330,0,630,0,0,315,0,0,0,0,0,"$10,000 - $30,000",Millennials (23-38),White only,Very good,6-6.5 feet,140-160,Graduated High School,,0,330,735,315,0,0,60
+,2022,2.02209E+13,5629,South,North Carolina,55000,"House, apartment, flat",1,1,26122600,15,Female,White only,Never married,"Native, born in United States",Excellent,62,9997,998,10th grade,Tenth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,50,210,60,0,0,0,0,650,0,0,280,0,0,190,0,0,"$50,000 - $75,000",Generation Z (7-22),White only,Excellent,5-5.5 feet,>300,Some High School,,0,0,710,280,0,0,450
+,2022,2.02209E+13,5630,South,Florida,125000,"House, apartment, flat",1,1,23452284,64,Female,White only,Divorced,"Foreign born, U.S. citizen by naturalization",Good,66,158,25.5,High school graduate - diploma,Twelfth grade,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,255,0,515,0,0,90,0,0,25,0,465,"$100,000 - $150,000",Boomers (55-73),White only,Good,5.5-6 feet,140-160,Graduated High School,,465,255,605,90,0,0,25
+,2022,2.02209E+13,5631,South,Texas,200000,"House, apartment, flat",1,1,17565359,42,Female,White only,Married - spouse present,"Native, born in United States",Good,60,145,28.3,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,30,0,0,10,0,0,100,0,615,0,50,605,0,0,30,0,0,"$150,000 and over",Generation X (39-54),White only,Good,5-5.5 feet,140-160,Master's or Doctoral Degree,,0,100,625,655,0,0,60
+,2022,2.02209E+13,5632,Northeast,New Jersey,45000,"House, apartment, flat",1,1,14340107,35,Male,Asian only,Married - spouse present,"Foreign born, not a U.S. citizen",Good,64,187,32.1,Some college but no degree,College--three years,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,2,0,105,0,0,0,0,389,0,0,0,0,0,75,0,869,"$30,000 - $50,000",Millennials (23-38),Asian only,Good,5-5.5 feet,180-200,Some College,,869,0,494,0,0,0,77
+,2022,2.02209E+13,5633,West,Washington,125000,"House, apartment, flat",1,1,16974768,27,Male,White only,Never married,"Native, born in United States",Very good,65,135,22.5,Some college but no degree,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,60,0,540,0,0,105,0,0,120,0,525,"$100,000 - $150,000",Millennials (23-38),White only,Very good,5-5.5 feet,120-140,Some College,,525,60,630,105,0,0,120
+,2022,2.02209E+13,5634,Northeast,Massachusetts,45000,"House, apartment, flat",1,1,8519729,68,Male,White only,Widowed,"Native, born in United States",Good,65,160,26.6,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,0,0,0,0,480,0,0,885,0,0,0,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Good,5-5.5 feet,160-180,Graduated High School,,0,0,555,885,0,0,0
+,2022,2.02209E+13,5635,Northeast,New York,125000,"House, apartment, flat",1,1,17574671,51,Female,White only,Widowed,"Foreign born, U.S. citizen by naturalization",Fair,67,213,33.4,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,140,0,0,60,0,510,0,0,145,0,0,135,0,450,"$100,000 - $150,000",Generation X (39-54),White only,Fair,5.5-6 feet,200-300,Master's or Doctoral Degree,,450,60,650,145,0,0,135
+,2022,2.02209E+13,5636,South,Texas,200000,"House, apartment, flat",1,1,16069205,47,Male,White only,Married - spouse present,"Native, born in United States",Excellent,75,210,26.2,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,105,0,0,150,0,0,210,0,645,0,0,90,90,0,0,0,0,"$150,000 and over",Generation X (39-54),White only,Excellent,6-6.5 feet,200-300,Master's or Doctoral Degree,,0,210,795,180,0,0,105
+,2022,2.02209E+13,5637,Midwest,Michigan,200000,"House, apartment, flat",1,1,15898660,52,Female,White only,Married - spouse present,"Native, born in United States",Very good,64,132,22.7,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,15,0,0,10,0,485,0,0,60,0,0,75,0,735,"$150,000 and over",Generation X (39-54),White only,Very good,5-5.5 feet,120-140,Master's or Doctoral Degree,,735,10,500,60,0,0,75
+,2022,2.02209E+13,5638,Northeast,Massachusetts,67500,"House, apartment, flat",1,1,11201226,63,Female,Asian only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Excellent,60,150,29.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,65,0,635,0,0,250,0,0,0,0,460,"$50,000 - $75,000",Boomers (55-73),Asian only,Excellent,5-5.5 feet,140-160,Bachelor's Degree,,460,65,665,250,0,0,0
+,2022,2.02209E+13,5639,West,Oregon,87500,"House, apartment, flat",1,1,13665548,59,Male,White only,Married - spouse present,"Native, born in United States",Good,70,200,28.7,Some college but no degree,College--two years,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,40,0,0,335,0,370,0,0,120,0,0,60,0,515,"$75,000 - $100,000",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Some College,,515,335,410,120,0,0,60
+,2022,2.02209E+13,5640,West,Washington,125000,"House, apartment, flat",1,1,8810432,31,Female,White only,Married - spouse present,"Native, born in United States",Very good,66,172,27.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,2,5,145,0,0,95,0,575,0,0,316,195,0,107,0,0,"$100,000 - $150,000",Millennials (23-38),White only,Very good,5.5-6 feet,160-180,Bachelor's Degree,,0,95,720,511,0,0,114
+,2022,2.02209E+13,5641,South,Virginia,200000,"House, apartment, flat",1,1,15308001,51,Male,White only,Married - spouse present,"Native, born in United States",Very good,74,195,25,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,750,0,600,0,0,0,0,0,0,0,0,"$150,000 and over",Generation X (39-54),White only,Very good,6-6.5 feet,180-200,Bachelor's Degree,,0,750,690,0,0,0,0
+,2022,2.02209E+13,5642,West,California,32500,"House, apartment, flat",1,1,60119113,16,Female,White only,Never married,"Native, born in United States",Very good,63,135,23.9,10th grade,Tenth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,370,0,55,0,640,0,0,173,0,0,82,0,0,"$30,000 - $50,000",Generation Z (7-22),White only,Very good,5-5.5 feet,120-140,Some High School,,0,55,760,173,370,0,82
+,2022,2.02209E+13,5643,West,Nevada,125000,"House, apartment, flat",1,1,11500015,53,Male,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Fair,69,185,27.3,High school graduate - GED,Twelfth grade,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,330,0,600,0,0,450,0,0,0,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Fair,5.5-6 feet,180-200,Graduated High School,,0,330,660,450,0,0,0
+,2022,2.02209E+13,5644,South,South Carolina,125000,"House, apartment, flat",1,1,4550103,75,Female,White only,Married - spouse present,"Native, born in United States",Fair,69,9997,998,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),Has vision difficulty,No hearing difficulty,Has mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,570,0,630,0,0,120,0,0,0,0,0,"$100,000 - $150,000",Silent (74-91),White only,Fair,5.5-6 feet,>300,Graduated High School,,0,570,750,120,0,0,0
+,2022,2.02209E+13,5645,Midwest,Missouri,125000,"House, apartment, flat",1,1,13312064,68,Male,White only,Married - spouse present,"Native, born in United States",Good,68,200,30.4,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,80,0,0,160,0,450,0,0,500,0,0,10,0,240,"$100,000 - $150,000",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Graduated High School,,240,160,530,500,0,0,10
+,2022,2.02209E+13,5646,Northeast,Connecticut,200000,"House, apartment, flat",1,1,3698305,45,Female,White only,Married - spouse present,"Native, born in United States",Excellent,63,130,23,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,104,0,0,70,0,0,367,0,445,0,0,384,0,0,40,0,0,"$150,000 and over",Generation X (39-54),White only,Excellent,5-5.5 feet,120-140,Master's or Doctoral Degree,,0,367,515,384,0,0,144
+,2022,2.02209E+13,5647,Midwest,Ohio,67500,"House, apartment, flat",1,1,15006217,42,Female,White only,Never married,"Native, born in United States",Fair,70,9996,998,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,35,0,0,20,0,585,0,0,120,0,90,65,0,525,"$50,000 - $75,000",Generation X (39-54),White only,Fair,5.5-6 feet,>300,Master's or Doctoral Degree,,525,20,620,120,0,0,155
+,2022,2.02209E+13,5648,Northeast,Massachusetts,55000,"House, apartment, flat",1,1,12464075,35,Female,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Excellent,65,119,19.8,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,0,0,410,0,0,10,0,0,420,0,510,"$50,000 - $75,000",Millennials (23-38),White only,Excellent,5-5.5 feet,100-120,Master's or Doctoral Degree,,510,0,500,10,0,0,420
+,2022,2.02209E+13,5649,Midwest,Kansas,200000,"House, apartment, flat",1,1,1931433,37,Female,White only,Never married,"Native, born in United States",Good,64,160,27.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,30,0,0,30,0,0,118,0,705,0,80,287,0,0,130,0,0,"$150,000 and over",Millennials (23-38),White only,Good,5-5.5 feet,160-180,Bachelor's Degree,,0,118,735,367,0,0,160
+,2022,2.02209E+13,5650,South,Alabama,13750,"House, apartment, flat",1,1,8873862,65,Male,White only,Never married,"Native, born in United States",NIU (Not in universe),,9999,999,High school graduate - GED,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,35,0,0,0,0,560,0,0,845,0,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),White only,"Other (Refused, Dont know, NIU)",,>300,Graduated High School,,0,0,595,845,0,0,0
+,2022,2.02209E+13,5651,South,Texas,55000,"House, apartment, flat",1,1,13699952,66,Male,White only,Married - spouse present,"Native, born in United States",Good,69,240,35.4,Associate degree - academic program,College--two years,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,105,0,45,0,0,60,0,540,0,0,540,0,0,90,0,60,"$50,000 - $75,000",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Associate Degree,,60,60,585,540,0,0,195
+,2022,2.02209E+13,5652,Midwest,Illinois,87500,"House, apartment, flat",1,1,8001667,77,Male,White only,Widowed,"Native, born in United States",Good,69,195,28.8,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,150,0,80,0,0,290,0,605,0,0,210,0,10,10,0,0,"$75,000 - $100,000",Silent (74-91),White only,Good,5.5-6 feet,180-200,Graduated High School,,0,290,685,210,0,0,170
+,2022,2.02209E+13,5653,West,Washington,87500,"House, apartment, flat",1,1,17467561,26,Female,White only,Married - spouse present,"Native, born in United States",NIU (Not in universe),,9999,999,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,195,0,0,50,0,0,50,0,495,0,0,110,0,0,60,0,480,"$75,000 - $100,000",Millennials (23-38),White only,"Other (Refused, Dont know, NIU)",,>300,Some College,,480,50,545,110,0,0,255
+,2022,2.02209E+13,5654,South,Florida,125000,"House, apartment, flat",1,1,11005089,64,Male,White only,Divorced,"Native, born in United States",NIU (Not in universe),,9999,999,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,40,60,0,0,130,0,480,0,0,490,150,0,90,0,0,"$100,000 - $150,000",Boomers (55-73),White only,"Other (Refused, Dont know, NIU)",,>300,Master's or Doctoral Degree,,0,130,540,640,0,0,130
+,2022,2.02209E+13,5655,Northeast,Massachusetts,200000,"House, apartment, flat",1,1,38630564,46,Male,White only,Married - spouse present,"Native, born in United States",Very good,70,182,26.1,Some college but no degree,College--one year,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,10,0,0,42,0,0,25,0,638,0,0,120,0,0,45,0,560,"$150,000 and over",Generation X (39-54),White only,Very good,5.5-6 feet,180-200,Some College,,560,25,680,120,0,0,55
+,2022,2.02209E+13,5656,Northeast,New Jersey,67500,"House, apartment, flat",1,1,7194980,71,Male,Black only,Married - spouse present,"Native, born in United States",Very good,70,237,34,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,7,15,0,0,37,0,469,0,0,692,90,0,130,0,0,"$50,000 - $75,000",Boomers (55-73),Black only,Very good,5.5-6 feet,200-300,Graduated High School,,0,37,484,782,0,0,137
+,2022,2.02209E+13,5657,West,Arizona,87500,"House, apartment, flat",1,1,9155582,66,Female,White only,Married - spouse present,"Native, born in United States",Very good,68,152,23.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,40,0,0,50,0,540,20,0,215,0,0,35,0,540,"$75,000 - $100,000",Boomers (55-73),White only,Very good,5.5-6 feet,140-160,Bachelor's Degree,,540,50,600,215,0,0,35
+,2022,2.02209E+13,5658,South,Virginia,27500,"House, apartment, flat",1,1,12643386,65,Female,White only,Married - spouse present,"Native, born in United States",Fair,63,100,17.7,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,120,120,0,0,150,0,550,120,0,180,0,20,180,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Fair,5-5.5 feet,100-120,Graduated High School,,0,150,790,180,0,0,320
+,2022,2.02209E+13,5659,South,Kentucky,67500,"House, apartment, flat",1,1,7985252,26,Male,White only,Never married,"Native, born in United States",Good,72,175,23.7,Associate degree - occupational vocational,College--two years,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,0,0,780,0,0,240,240,0,90,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Good,6-6.5 feet,160-180,Associate Degree,,0,0,870,480,0,0,90
+,2022,2.02209E+13,5660,Northeast,New York,125000,"House, apartment, flat",1,1,9550730,66,Male,White only,Married - spouse present,"Native, born in United States",Excellent,69,160,23.6,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,30,0,150,0,0,0,0,565,0,0,340,0,0,49,0,306,"$100,000 - $150,000",Boomers (55-73),White only,Excellent,5.5-6 feet,160-180,Associate Degree,,306,0,715,340,0,0,79
+,2022,2.02209E+13,5661,Northeast,New Jersey,200000,"House, apartment, flat",1,1,10078627,39,Male,White only,Married - spouse present,"Native, born in United States",Excellent,69,187,27.6,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,60,0,0,25,0,0,215,2,495,0,0,60,30,45,28,0,480,"$150,000 and over",Generation X (39-54),White only,Excellent,5.5-6 feet,180-200,Master's or Doctoral Degree,,480,217,520,90,0,0,133
+,2022,2.02209E+13,5662,South,South Carolina,37500,"House, apartment, flat",1,1,27002839,75,Male,White only,Married - spouse present,"Native, born in United States",Good,66,220,35.5,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,0,0,570,0,0,810,0,0,0,0,0,"$30,000 - $50,000",Silent (74-91),White only,Good,5.5-6 feet,200-300,Graduated High School,,0,0,630,810,0,0,0
+,2022,2.02209E+13,5663,Midwest,Kansas,200000,"House, apartment, flat",1,1,4840976,47,Male,White only,Married - spouse present,"Native, born in United States",Excellent,73,185,24.4,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,20,0,10,160,0,0,180,0,510,0,0,252,120,0,68,0,120,"$150,000 and over",Generation X (39-54),White only,Excellent,6-6.5 feet,180-200,Master's or Doctoral Degree,,120,180,670,372,0,0,98
+,2022,2.02209E+13,5664,South,Texas,87500,"House, apartment, flat",1,1,5574838,68,Female,Black only,Separated,"Native, born in United States",Fair,63,136,24.1,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,1,120,30,0,0,5,0,600,0,60,49,0,0,65,0,510,"$75,000 - $100,000",Boomers (55-73),Black only,Fair,5-5.5 feet,120-140,Master's or Doctoral Degree,,510,5,630,109,0,0,186
+,2022,2.02209E+13,5665,South,Virginia,2500,"House, apartment, flat",1,1,6932689,43,Female,Black only,Never married,"Native, born in United States",NIU (Not in universe),,9999,999,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,15,0,0,315,0,690,0,0,420,0,0,0,0,0,"Less than $10,000",Generation X (39-54),Black only,"Other (Refused, Dont know, NIU)",,>300,Some College,,0,315,705,420,0,0,0
+,2022,2.02209E+13,5666,West,California,32500,"House, apartment, flat",1,1,8309601,31,Female,White only,Never married,"Native, born in United States",Very good,63,137,24.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,202,0,10,90,168,0,60,0,805,0,0,0,0,0,105,0,0,"$30,000 - $50,000",Millennials (23-38),White only,Very good,5-5.5 feet,120-140,Bachelor's Degree,,0,60,895,0,168,0,317
+,2022,2.02209E+13,5667,Midwest,Kansas,200000,"House, apartment, flat",1,1,10022992,63,Male,White only,Married - spouse present,"Native, born in United States",Good,68,300,45.6,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,180,0,570,0,0,420,0,0,0,0,150,"$150,000 and over",Boomers (55-73),White only,Good,5.5-6 feet,>300,Master's or Doctoral Degree,,150,180,690,420,0,0,0
+,2022,2.02209E+13,5668,South,Texas,200000,"House, apartment, flat",1,1,22218142,50,Male,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Very good,73,286,37.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,90,0,660,0,0,90,80,0,0,0,460,"$150,000 and over",Generation X (39-54),White only,Very good,6-6.5 feet,200-300,Bachelor's Degree,,460,90,720,170,0,0,0
+,2022,2.02209E+13,5669,South,Florida,45000,"House, apartment, flat",1,1,7254096,53,Male,White only,Married - spouse absent,"Foreign born, not a U.S. citizen",Good,66,170,27.4,5th or 6th grade,Fifth through sixth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,151,0,0,160,0,510,0,0,0,0,0,120,0,499,"$30,000 - $50,000",Generation X (39-54),White only,Good,5.5-6 feet,160-180,Middle School or Less,,499,160,661,0,0,0,120
+,2022,2.02209E+13,5670,South,South Carolina,17500,"House, apartment, flat",1,1,3622184,65,Female,White only,Separated,"Native, born in United States",Very good,65,123,20.5,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,130,70,0,0,143,0,770,0,0,250,0,0,77,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Very good,5-5.5 feet,120-140,Graduated High School,,0,143,840,250,0,0,207
+,2022,2.02209E+13,5671,South,Tennessee,45000,"House, apartment, flat",1,1,7653464,56,Male,Black only,Divorced,"Foreign born, not a U.S. citizen",Good,71,140,19.5,Some college but no degree,College--three years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,20,0,0,0,30,0,570,0,0,400,0,0,300,0,120,"$30,000 - $50,000",Boomers (55-73),Black only,Good,5.5-6 feet,140-160,Some College,,120,30,570,400,0,0,320
+,2022,2.02209E+13,5672,South,Georgia,37500,"House, apartment, flat",1,1,8067314,39,Male,White only,Married - spouse present,"Native, born in United States",NIU (Not in universe),,9999,999,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,110,79,15,54,0,0,395,0,640,0,0,80,0,0,67,0,0,"$30,000 - $50,000",Generation X (39-54),White only,"Other (Refused, Dont know, NIU)",,>300,Bachelor's Degree,,0,395,694,80,0,0,271
+,2022,2.02209E+13,5673,Midwest,Indiana,125000,"House, apartment, flat",1,1,9640538,30,Male,Black only,Never married,"Native, born in United States",Very good,69,180,26.6,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,70,0,0,0,0,525,0,0,318,60,0,72,0,395,"$100,000 - $150,000",Millennials (23-38),Black only,Very good,5.5-6 feet,180-200,Associate Degree,,395,0,595,378,0,0,72
+,2022,2.02209E+13,5674,South,Texas,27500,"House, apartment, flat",1,1,25040914,46,Male,White only,Married - spouse present,"Native, born in United States",Good,69,220,32.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,80,50,0,0,0,0,420,0,0,360,0,0,60,0,470,"$10,000 - $30,000",Generation X (39-54),White only,Good,5.5-6 feet,200-300,Bachelor's Degree,,470,0,470,360,0,0,140
+,2022,2.02209E+13,5675,Midwest,Missouri,37500,Mobile home or trailer with no permanent room added,1,1,6858702,40,Male,White only,Divorced,"Native, born in United States",Good,70,170,24.4,11th grade,Eleventh grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,22,3,0,95,0,0,53,0,475,0,5,110,0,0,88,0,589,"$30,000 - $50,000",Generation X (39-54),White only,Good,5.5-6 feet,160-180,Some High School,,589,53,570,115,0,0,113
+,2022,2.02209E+13,5676,Northeast,New York,22500,"House, apartment, flat",1,1,7644871,34,Female,White only,Never married,"Native, born in United States",Fair,64,250,42.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,215,0,0,120,0,0,400,0,585,0,0,25,0,0,0,0,0,"$10,000 - $30,000",Millennials (23-38),White only,Fair,5-5.5 feet,200-300,Bachelor's Degree,,0,400,705,25,0,0,215
+,2022,2.02209E+13,5677,West,California,200000,"House, apartment, flat",1,1,13788406,34,Female,White only,Married - spouse present,"Native, born in United States",Very good,68,132,20.1,Associate degree - academic program,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,455,0,40,65,0,0,140,0,545,0,0,30,0,0,70,0,0,"$150,000 and over",Millennials (23-38),White only,Very good,5.5-6 feet,120-140,Associate Degree,,0,140,610,30,0,0,565
+,2022,2.02209E+13,5678,West,Wyoming,200000,"House, apartment, flat",1,1,5142937,72,Female,White only,Married - spouse present,"Native, born in United States",Good,65,155,25.8,Associate degree - academic program,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,40,0,0,100,0,675,0,0,210,0,0,20,395,0,"$150,000 and over",Boomers (55-73),White only,Good,5-5.5 feet,140-160,Associate Degree,,0,100,715,210,0,395,20
+,2022,2.02209E+13,5679,West,Arizona,45000,"House, apartment, flat",1,1,6705930,40,Male,White only,Divorced,"Native, born in United States",Good,65,145,24.1,High school graduate - diploma,Twelfth grade,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,0,0,680,0,0,710,0,0,20,0,0,"$30,000 - $50,000",Generation X (39-54),White only,Good,5-5.5 feet,140-160,Graduated High School,,0,0,710,710,0,0,20
+,2022,2.02209E+13,5680,Northeast,Massachusetts,87500,"House, apartment, flat",1,1,2781135,85,Female,White only,Widowed,"Native, born in United States",Very good,67,150,23.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,79,15,180,0,0,60,0,511,0,0,435,0,0,160,0,0,"$75,000 - $100,000",Silent (74-91),White only,Very good,5.5-6 feet,140-160,Bachelor's Degree,,0,60,691,435,0,0,254
+,2022,2.02209E+13,5681,Northeast,Pennsylvania,125000,"House, apartment, flat",1,1,9532409,51,Female,White only,Married - spouse present,"Native, born in United States",Good,64,220,37.8,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,60,210,135,0,0,20,0,534,0,30,285,0,75,91,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Good,5-5.5 feet,200-300,Master's or Doctoral Degree,,0,20,669,315,0,0,436
+,2022,2.02209E+13,5682,Midwest,Indiana,125000,"House, apartment, flat",1,1,6536773,45,Female,White only,Married - spouse present,"Native, born in United States",Very good,62,172,31.5,Some college but no degree,College--one year,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,180,0,580,0,0,360,0,0,140,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Very good,5-5.5 feet,160-180,Some College,,0,180,700,360,0,0,140
+,2022,2.02209E+13,5683,South,South Carolina,13750,"House, apartment, flat",1,1,5550172,61,Female,Black only,Divorced,"Native, born in United States",Very good,59,175,35.3,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,80,90,0,0,375,0,675,0,90,70,0,20,40,0,0,"$10,000 - $30,000",Boomers (55-73),Black only,Very good,0-5 feet,160-180,Associate Degree,,0,375,765,160,0,0,140
+,2022,2.02209E+13,5684,South,Texas,27500,"House, apartment, flat",1,1,3053797,47,Male,White only,Separated,"Native, born in United States",Fair,67,182,28.5,Some college but no degree,College--three years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,95,0,0,110,0,750,0,0,335,0,0,110,0,10,"$10,000 - $30,000",Generation X (39-54),White only,Fair,5.5-6 feet,180-200,Some College,,10,110,845,335,0,0,140
+,2022,2.02209E+13,5685,Midwest,Wisconsin,32500,"House, apartment, flat",1,1,12249744,23,Male,White only,Never married,"Native, born in United States",Very good,67,170,26.6,Some college but no degree,College--four years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,8,30,0,2,0,625,0,0,245,0,0,20,0,510,"$30,000 - $50,000",Millennials (23-38),White only,Very good,5.5-6 feet,160-180,Some College,,510,2,633,245,30,0,20
+,2022,2.02209E+13,5686,Midwest,Indiana,32500,"House, apartment, flat",1,1,1992588,80,Female,White only,Widowed,"Foreign born, U.S. citizen by naturalization",Fair,61,150,28.3,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,85,0,0,90,0,525,0,210,315,0,60,30,60,0,"$30,000 - $50,000",Silent (74-91),White only,Fair,5-5.5 feet,140-160,Some College,,0,90,610,525,0,60,90
+,2022,2.02209E+13,5687,Northeast,New Jersey,67500,"House, apartment, flat",1,1,41870746,26,Female,White only,Married - spouse present,"Native, born in United States",Good,63,240,42.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,240,0,735,0,0,330,85,0,50,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Good,5-5.5 feet,200-300,Bachelor's Degree,,0,240,735,415,0,0,50
+,2022,2.02209E+13,5688,West,Washington,125000,"House, apartment, flat",1,1,16170905,28,Male,White only,Never married,"Native, born in United States",Good,70,260,37.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,40,0,0,202,0,920,0,0,223,0,45,10,0,0,"$100,000 - $150,000",Millennials (23-38),White only,Good,5.5-6 feet,200-300,Bachelor's Degree,,0,202,960,223,0,0,55
+,2022,2.02209E+13,5689,Northeast,Pennsylvania,125000,"House, apartment, flat",1,1,14224476,35,Female,Asian only,Married - spouse present,"Foreign born, not a U.S. citizen",Very good,65,160,26.6,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,120,0,30,80,0,0,50,0,555,0,0,80,30,0,55,0,440,"$100,000 - $150,000",Millennials (23-38),Asian only,Very good,5-5.5 feet,160-180,Master's or Doctoral Degree,,440,50,635,110,0,0,205
+,2022,2.02209E+13,5690,Midwest,Michigan,55000,"House, apartment, flat",1,1,21506020,61,Female,White only,Married - spouse present,"Native, born in United States",Very good,70,165,23.7,Some college but no degree,College--one year,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,540,0,20,0,0,90,0,490,0,0,275,0,0,0,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Very good,5.5-6 feet,160-180,Some College,,0,90,510,275,0,0,540
+,2022,2.02209E+13,5691,Northeast,New Jersey,45000,"House, apartment, flat",1,1,8544260,65,Male,White only,Married - spouse present,"Native, born in United States",NIU (Not in universe),,9999,999,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,0,0,270,0,0,1080,0,0,0,0,0,"$30,000 - $50,000",Boomers (55-73),White only,"Other (Refused, Dont know, NIU)",,>300,Graduated High School,,0,0,360,1080,0,0,0
+,2022,2.02209E+13,5692,West,California,87500,"House, apartment, flat",1,1,4692112,80,Male,Asian only,Married - spouse present,"Native, born in United States",Good,67,127,19.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),Has vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,120,0,110,0,0,165,0,550,0,0,405,0,0,90,0,0,"$75,000 - $100,000",Silent (74-91),Asian only,Good,5.5-6 feet,120-140,Bachelor's Degree,,0,165,660,405,0,0,210
+,2022,2.02209E+13,5693,West,California,87500,"House, apartment, flat",1,1,14091368,35,Male,White only,Married - spouse present,"Native, born in United States",Very good,71,220,30.7,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,0,0,540,0,0,300,0,0,60,0,480,"$75,000 - $100,000",Millennials (23-38),White only,Very good,5.5-6 feet,200-300,Some College,,480,0,600,300,0,0,60
+,2022,2.02209E+13,5694,South,Maryland,125000,"House, apartment, flat",1,1,6746396,50,Male,White only,Married - spouse present,"Native, born in United States",Excellent,70,175,25.1,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,90,120,0,0,210,0,600,0,0,380,0,0,40,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Excellent,5.5-6 feet,160-180,Master's or Doctoral Degree,,0,210,720,380,0,0,130
+,2022,2.02209E+13,5695,West,Hawaii,22500,"House, apartment, flat",1,1,5831000,21,Female,White only,Married - spouse present,"Native, born in United States",Fair,67,200,31.3,Some college but no degree,College--three years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,85,240,0,5,0,645,0,0,30,0,380,45,0,0,"$10,000 - $30,000",Generation Z (7-22),White only,Fair,5.5-6 feet,200-300,Some College,,0,5,730,30,240,0,435
+,2022,2.02209E+13,5696,South,Texas,200000,"House, apartment, flat",1,1,7833283,39,Female,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Very good,67,120,18.8,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,170,0,85,80,0,0,240,0,559,5,0,60,0,60,61,120,0,"$150,000 and over",Generation X (39-54),White only,Very good,5.5-6 feet,120-140,Graduated High School,,0,240,644,60,0,120,376
+,2022,2.02209E+13,5697,Northeast,Pennsylvania,37500,"House, apartment, flat",1,1,11610147,80,Female,White only,Widowed,"Native, born in United States",Good,67,185,29,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,208,0,0,70,0,527,0,0,300,60,0,0,120,0,"$30,000 - $50,000",Silent (74-91),White only,Good,5.5-6 feet,180-200,Graduated High School,,0,70,735,360,0,120,0
+,2022,2.02209E+13,5698,Northeast,New Jersey,87500,"House, apartment, flat",1,1,16492852,75,Female,White only,Widowed,"Native, born in United States",Very good,63,198,35.1,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,150,0,0,90,0,660,45,0,495,0,0,0,0,0,"$75,000 - $100,000",Silent (74-91),White only,Very good,5-5.5 feet,180-200,Graduated High School,,0,90,855,495,0,0,0
+,2022,2.02209E+13,5699,Northeast,New York,2500,"House, apartment, flat",1,1,12908662,66,Female,White only,Widowed,"Native, born in United States",Poor,61,9997,998,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,Has difficulty remembering,0,0,0,20,0,0,5,0,965,0,0,450,0,0,0,0,0,"Less than $10,000",Boomers (55-73),White only,Poor,5-5.5 feet,>300,Graduated High School,,0,5,985,450,0,0,0
+,2022,2.02209E+13,5700,West,Montana,125000,"House, apartment, flat",1,1,7252581,54,Male,White only,Married - spouse present,"Native, born in United States",Very good,73,210,27.7,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,15,210,0,0,100,0,420,0,0,270,110,0,90,225,0,"$100,000 - $150,000",Boomers (55-73),White only,Very good,6-6.5 feet,200-300,Master's or Doctoral Degree,,0,100,630,380,0,225,105
+,2022,2.02209E+13,5701,South,Tennessee,125000,"House, apartment, flat",1,1,10762697,33,Male,Asian only,Never married,"Foreign born, U.S. citizen by naturalization",Excellent,67,147,23,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,65,0,0,130,0,795,0,90,270,0,0,90,0,0,"$100,000 - $150,000",Millennials (23-38),Asian only,Excellent,5.5-6 feet,140-160,Bachelor's Degree,,0,130,860,360,0,0,90
+,2022,2.02209E+13,5702,Midwest,Iowa,200000,"House, apartment, flat",1,1,7157657,20,Male,White only,Never married,"Native, born in United States",Very good,68,130,19.8,Some college but no degree,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,37,140,0,23,0,730,0,0,410,0,0,80,0,0,"$150,000 and over",Generation Z (7-22),White only,Very good,5.5-6 feet,120-140,Some College,,0,23,767,410,140,0,80
+,2022,2.02209E+13,5703,Midwest,Ohio,32500,"House, apartment, flat",1,1,10240280,46,Female,White only,Divorced,"Native, born in United States",Good,62,120,21.9,Some college but no degree,College--two years,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,0,0,152,0,505,0,0,553,0,0,65,0,90,"$30,000 - $50,000",Generation X (39-54),White only,Good,5-5.5 feet,120-140,Some College,,90,152,580,553,0,0,65
+,2022,2.02209E+13,5704,South,North Carolina,200000,"House, apartment, flat",1,1,4402467,36,Female,White only,Married - spouse present,"Native, born in United States",Excellent,69,145,21.4,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,560,0,0,40,0,0,230,0,580,0,0,0,0,0,0,0,30,"$150,000 and over",Millennials (23-38),White only,Excellent,5.5-6 feet,140-160,Master's or Doctoral Degree,,30,230,620,0,0,0,560
+,2022,2.02209E+13,5705,West,Oregon,125000,"House, apartment, flat",1,1,9081905,80,Female,White only,Married - spouse present,"Native, born in United States",Very good,60,129,25.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,40,30,0,0,115,0,585,0,0,425,60,0,30,0,0,"$100,000 - $150,000",Silent (74-91),White only,Very good,5-5.5 feet,120-140,Bachelor's Degree,,0,115,615,485,0,0,70
+,2022,2.02209E+13,5706,South,Alabama,200000,"House, apartment, flat",1,1,6496501,65,Female,White only,Married - spouse present,"Native, born in United States",Very good,60,125,24.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,15,0,0,137,0,510,0,90,118,120,0,210,0,120,"$150,000 and over",Boomers (55-73),White only,Very good,5-5.5 feet,120-140,Bachelor's Degree,,120,137,525,328,0,0,210
+,2022,2.02209E+13,5707,South,Florida,45000,"House, apartment, flat",1,1,2163158,71,Male,Black only,Widowed,"Foreign born, U.S. citizen by naturalization",Very good,75,247,30.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,90,0,0,150,0,645,0,0,455,45,0,55,0,0,"$30,000 - $50,000",Boomers (55-73),Black only,Very good,6-6.5 feet,200-300,Bachelor's Degree,,0,150,735,500,0,0,55
+,2022,2.02209E+13,5708,West,Oregon,87500,"House, apartment, flat",1,1,6292105,37,Male,White only,Divorced,"Foreign born, U.S. citizen by naturalization",Fair,71,200,27.9,High school graduate - GED,Fifth through sixth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,10,0,410,0,0,0,810,0,120,0,0,"$75,000 - $100,000",Millennials (23-38),White only,Fair,5.5-6 feet,200-300,Graduated High School,,0,10,500,810,0,0,120
+,2022,2.02209E+13,5709,South,Florida,55000,"House, apartment, flat",1,1,9824297,53,Male,White only,Divorced,"Foreign born, U.S. citizen by naturalization",Very good,64,120,20.6,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,13,0,40,0,0,25,0,445,5,88,40,0,15,87,165,517,"$50,000 - $75,000",Generation X (39-54),White only,Very good,5-5.5 feet,120-140,Master's or Doctoral Degree,,517,25,490,128,0,165,115
+,2022,2.02209E+13,5710,Northeast,Pennsylvania,200000,"House, apartment, flat",1,1,15000187,54,Male,Asian only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Very good,72,180,24.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,65,80,0,0,315,10,510,0,0,295,60,0,105,0,0,"$150,000 and over",Boomers (55-73),Asian only,Very good,6-6.5 feet,180-200,Bachelor's Degree,,0,325,590,355,0,0,170
+,2022,2.02209E+13,5711,West,California,55000,"House, apartment, flat",1,1,25915172,53,Male,Hawaiian Pacific Islander only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Good,69,182,26.9,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,0,0,0,0,580,0,0,56,0,0,109,0,620,"$50,000 - $75,000",Generation X (39-54),Hawaiian Pacific Islander only,Good,5.5-6 feet,180-200,Associate Degree,,620,0,655,56,0,0,109
+,2022,2.02209E+13,5712,South,Texas,37500,Mobile home or trailer with no permanent room added,1,1,13889740,31,Male,White only,Married - spouse present,"Native, born in United States",NIU (Not in universe),,9999,999,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,214,0,0,177,0,410,15,160,380,0,0,84,0,0,"$30,000 - $50,000",Millennials (23-38),White only,"Other (Refused, Dont know, NIU)",,>300,Graduated High School,,0,177,639,540,0,0,84
+,2022,2.02209E+13,5713,Midwest,Ohio,200000,"House, apartment, flat",1,1,84373138,23,Female,White only,Never married,"Native, born in United States",Good,63,9996,998,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,5,0,0,0,0,0,0,600,0,0,0,70,0,165,90,510,"$150,000 and over",Millennials (23-38),White only,Good,5-5.5 feet,>300,Bachelor's Degree,,510,0,600,70,0,90,170
+,2022,2.02209E+13,5714,Northeast,Massachusetts,200000,"House, apartment, flat",1,1,5796274,56,Female,White only,Divorced,"Native, born in United States",Very good,61,123,23.2,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,1255,0,0,20,0,0,0,0,150,0,0,0,0,0,0,0,15,"$150,000 and over",Boomers (55-73),White only,Very good,5-5.5 feet,120-140,Master's or Doctoral Degree,,15,0,170,0,0,0,1255
+,2022,2.02209E+13,5715,Northeast,New Jersey,125000,"House, apartment, flat",1,1,38459771,40,Male,White only,Never married,"Native, born in United States",Good,74,340,43.6,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,15,0,0,10,0,570,0,0,210,40,0,70,0,525,"$100,000 - $150,000",Generation X (39-54),White only,Good,6-6.5 feet,>300,Associate Degree,,525,10,585,250,0,0,70
+,2022,2.02209E+13,5716,West,California,45000,"House, apartment, flat",1,1,7515270,61,Female,White only,Divorced,"Native, born in United States",Excellent,62,127,23.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,65,10,0,0,230,0,495,0,0,545,0,0,95,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Excellent,5-5.5 feet,120-140,Bachelor's Degree,,0,230,505,545,0,0,160
+,2022,2.02209E+13,5717,South,Arkansas,32500,"House, apartment, flat",1,1,12052605,61,Female,White only,Married - spouse present,"Native, born in United States",Good,64,182,31.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,111,7,10,0,0,20,0,873,75,0,135,0,27,182,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Good,5-5.5 feet,180-200,Bachelor's Degree,,0,20,958,135,0,0,327
+,2022,2.02209E+13,5718,South,Virginia,125000,"House, apartment, flat",1,1,13771283,75,Female,White only,Married - spouse present,"Native, born in United States",Good,64,185,31.8,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,0,0,95,0,645,0,0,610,0,15,0,0,0,"$100,000 - $150,000",Silent (74-91),White only,Good,5-5.5 feet,180-200,Master's or Doctoral Degree,,0,95,720,610,0,0,15
+,2022,2.02209E+13,5719,South,South Carolina,37500,"House, apartment, flat",1,1,6481822,32,Female,White only,Separated,"Foreign born, not a U.S. citizen",Good,56,150,33.6,10th grade,Tenth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,100,0,0,47,0,0,188,0,705,0,0,388,0,0,12,0,0,"$30,000 - $50,000",Millennials (23-38),White only,Good,0-5 feet,140-160,Some High School,,0,188,752,388,0,0,112
+,2022,2.02209E+13,5720,West,California,32500,"House, apartment, flat",1,1,7322187,63,Male,Asian only,Divorced,"Native, born in United States",Fair,62,140,25.6,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,15,0,0,90,0,570,0,0,215,0,0,20,0,530,"$30,000 - $50,000",Boomers (55-73),Asian only,Fair,5-5.5 feet,140-160,Graduated High School,,530,90,585,215,0,0,20
+,2022,2.02209E+13,5721,Northeast,New York,125000,"House, apartment, flat",1,1,82930589,17,Male,White only,Never married,"Native, born in United States",Excellent,66,190,30.7,7th or 8th grade,Seventh through eighth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,0,0,0,0,650,0,15,90,0,0,10,0,600,"$100,000 - $150,000",Generation Z (7-22),White only,Excellent,5.5-6 feet,180-200,Middle School or Less,,600,0,725,105,0,0,10
+,2022,2.02209E+13,5722,Northeast,New Jersey,87500,"House, apartment, flat",1,1,10028757,40,Male,Asian only,Married - spouse present,"Foreign born, not a U.S. citizen",Excellent,67,180,28.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,0,0,518,0,0,155,0,0,42,0,680,"$75,000 - $100,000",Generation X (39-54),Asian only,Excellent,5.5-6 feet,180-200,Bachelor's Degree,,680,0,563,155,0,0,42
+,2022,2.02209E+13,5723,South,Georgia,125000,"House, apartment, flat",1,1,32074870,38,Male,Black only,Never married,"Native, born in United States",Very good,65,160,26.6,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,70,0,0,0,0,300,0,0,1070,0,0,0,0,0,"$100,000 - $150,000",Generation X (39-54),Black only,Very good,5-5.5 feet,160-180,Graduated High School,,0,0,370,1070,0,0,0
+,2022,2.02209E+13,5724,South,Virginia,22500,"House, apartment, flat",1,1,6230525,55,Male,"American Indian, Alaskan Native",Divorced,"Native, born in United States",Poor,75,232,29,Associate degree - occupational vocational,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,5,0,0,0,0,600,0,0,835,0,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),"American Indian, Alaskan Native",Poor,6-6.5 feet,200-300,Associate Degree,,0,0,605,835,0,0,0
+,2022,2.02209E+13,5725,Northeast,Massachusetts,125000,"House, apartment, flat",1,1,4266364,67,Female,White only,Married - spouse present,"Native, born in United States",Very good,63,120,21.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,105,0,0,225,5,690,0,0,304,0,30,51,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Very good,5-5.5 feet,120-140,Bachelor's Degree,,0,230,795,304,0,0,111
+,2022,2.02209E+13,5726,Midwest,Indiana,200000,"House, apartment, flat",1,1,18576221,51,Female,White only,Married - spouse present,"Native, born in United States",Good,67,170,26.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,120,90,0,0,150,0,540,0,0,170,0,40,30,0,300,"$150,000 and over",Generation X (39-54),White only,Good,5.5-6 feet,160-180,Bachelor's Degree,,300,150,630,170,0,0,190
+,2022,2.02209E+13,5727,Northeast,Pennsylvania,32500,"House, apartment, flat",1,1,14959878,80,Female,White only,Married - spouse present,"Native, born in United States",Fair,56,150,33.6,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,20,105,0,0,60,0,510,60,0,325,0,0,240,0,0,"$30,000 - $50,000",Silent (74-91),White only,Fair,0-5 feet,140-160,Graduated High School,,0,60,675,325,0,0,260
+,2022,2.02209E+13,5728,West,California,8750,"House, apartment, flat",1,1,21435289,56,Female,White only,Divorced,"Foreign born, not a U.S. citizen",Fair,60,160,31.2,5th or 6th grade,Fifth through sixth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,No difficulty remembering,0,0,60,75,0,0,285,0,605,0,120,150,0,0,145,0,0,"Less than $10,000",Boomers (55-73),White only,Fair,5-5.5 feet,160-180,Middle School or Less,,0,285,680,270,0,0,205
+,2022,2.02209E+13,5729,West,Arizona,125000,"House, apartment, flat",1,1,13421608,72,Female,White only,Married - spouse present,"Native, born in United States",NIU (Not in universe),,9999,999,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,115,0,485,0,0,630,0,0,180,0,0,"$100,000 - $150,000",Boomers (55-73),White only,"Other (Refused, Dont know, NIU)",,>300,Master's or Doctoral Degree,,0,115,515,630,0,0,180
+,2022,2.02209E+13,5730,Northeast,Massachusetts,200000,"House, apartment, flat",1,1,7144904,58,Male,White only,Married - spouse present,"Native, born in United States",Good,71,205,28.6,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,110,0,0,165,0,630,0,0,445,0,0,60,0,30,"$150,000 and over",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Master's or Doctoral Degree,,30,165,740,445,0,0,60
+,2022,2.02209E+13,5731,West,Arizona,200000,"House, apartment, flat",1,1,13114868,60,Female,White only,Divorced,"Native, born in United States",Fair,65,125,20.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,0,0,405,0,570,0,0,240,30,120,0,0,0,"$150,000 and over",Boomers (55-73),White only,Fair,5-5.5 feet,120-140,Bachelor's Degree,,0,405,645,270,0,0,120
+,2022,2.02209E+13,5732,South,Maryland,67500,"House, apartment, flat",1,1,27675168,68,Female,White only,Married - spouse present,"Native, born in United States",Fair,68,160,24.3,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,30,0,0,0,0,0,60,0,1350,0,0,0,0,0,0,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Fair,5.5-6 feet,160-180,Associate Degree,,0,60,1350,0,0,0,30
+,2022,2.02209E+13,5733,West,Utah,200000,"House, apartment, flat",1,1,13532207,46,Female,White only,Married - spouse present,"Native, born in United States",Excellent,67,130,20.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,30,0,0,90,0,0,270,0,480,0,0,30,365,0,175,0,0,"$150,000 and over",Generation X (39-54),White only,Excellent,5.5-6 feet,120-140,Bachelor's Degree,,0,270,570,395,0,0,205
+,2022,2.02209E+13,5734,West,California,125000,"House, apartment, flat",1,1,65847127,33,Male,White only,Married - spouse present,"Foreign born, not a U.S. citizen",NIU (Not in universe),,9999,999,7th or 8th grade,Seventh through eighth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,30,0,40,120,0,0,0,510,0,0,495,0,0,245,0,0,"$100,000 - $150,000",Millennials (23-38),White only,"Other (Refused, Dont know, NIU)",,>300,Middle School or Less,,0,0,550,495,120,0,275
+,2022,2.02209E+13,5735,Midwest,Illinois,125000,"House, apartment, flat",1,1,14508113,48,Male,White only,Married - spouse present,"Native, born in United States",Excellent,70,198,28.4,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,225,0,10,50,0,0,0,0,495,0,0,10,0,0,150,0,500,"$100,000 - $150,000",Generation X (39-54),White only,Excellent,5.5-6 feet,180-200,Master's or Doctoral Degree,,500,0,545,10,0,0,385
+,2022,2.02209E+13,5736,Midwest,Michigan,17500,"House, apartment, flat",1,1,4027724,68,Male,White only,Divorced,"Native, born in United States",Very good,67,175,27.4,Some college but no degree,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,5,135,0,0,130,0,420,0,0,495,0,5,250,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Very good,5.5-6 feet,160-180,Some College,,0,130,555,495,0,0,260
+,2022,2.02209E+13,5737,West,Oregon,125000,"House, apartment, flat",1,1,11800742,15,Female,White-American Indian,Never married,"Native, born in United States",Excellent,67,130,20.4,9th grade,Ninth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,180,0,205,0,545,0,0,445,0,20,0,0,0,"$100,000 - $150,000",Generation Z (7-22),Mixed,Excellent,5.5-6 feet,120-140,Some High School,,0,205,590,445,180,0,20
+,2022,2.02209E+13,5738,West,Washington,67500,"House, apartment, flat",1,1,11731057,43,Female,Black only,Never married,"Foreign born, not a U.S. citizen",Good,61,220,41.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,15,0,0,0,0,0,30,0,930,0,0,0,0,105,45,315,0,"$50,000 - $75,000",Generation X (39-54),Black only,Good,5-5.5 feet,200-300,Bachelor's Degree,,0,30,930,0,0,315,165
+,2022,2.02209E+13,5739,Midwest,Illinois,11250,"House, apartment, flat",1,1,8188913,42,Male,White only,Married - spouse present,"Native, born in United States",Fair,70,275,39.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,240,0,5,60,0,0,25,0,615,0,0,360,45,0,90,0,0,"$10,000 - $30,000",Generation X (39-54),White only,Fair,5.5-6 feet,200-300,Bachelor's Degree,,0,25,675,405,0,0,335
+,2022,2.02209E+13,5740,South,Virginia,17500,"House, apartment, flat",1,1,3905474,80,Female,Black only,Widowed,"Native, born in United States",Very good,64,165,28.3,11th grade,Eleventh grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,35,0,0,40,0,590,0,345,302,0,65,33,0,0,"$10,000 - $30,000",Silent (74-91),Black only,Very good,5-5.5 feet,160-180,Some High School,,0,40,625,647,0,0,98
+,2022,2.02209E+13,5741,South,Alabama,6250,"House, apartment, flat",1,1,10442982,66,Male,Black only,Divorced,"Native, born in United States",Fair,68,146,22.2,10th grade,Tenth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,Has difficulty remembering,0,0,0,80,0,0,85,0,900,0,0,375,0,0,0,0,0,"Less than $10,000",Boomers (55-73),Black only,Fair,5.5-6 feet,140-160,Some High School,,0,85,980,375,0,0,0
+,2022,2.02209E+13,5742,South,Texas,37500,"House, apartment, flat",1,1,12487969,51,Female,White only,Divorced,"Native, born in United States",Fair,65,235,39.1,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,Has difficulty remembering,0,5,45,80,0,0,10,0,563,60,0,292,0,0,70,60,255,"$30,000 - $50,000",Generation X (39-54),White only,Fair,5-5.5 feet,200-300,Master's or Doctoral Degree,,255,10,703,292,0,60,120
+,2022,2.02209E+13,5743,South,Georgia,27500,"House, apartment, flat",1,1,57777766,22,Male,Black only,Never married,"Native, born in United States",Good,68,147,22.3,Some college but no degree,College--one year,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,80,0,0,125,0,865,0,0,310,0,0,0,0,60,"$10,000 - $30,000",Millennials (23-38),Black only,Good,5.5-6 feet,140-160,Some College,,60,125,945,310,0,0,0
+,2022,2.02209E+13,5744,Northeast,New York,200000,"House, apartment, flat",1,1,31832672,36,Female,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Fair,62,168,30.7,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,303,55,0,30,0,0,275,0,537,0,0,240,0,0,0,0,0,"$150,000 and over",Millennials (23-38),White only,Fair,5-5.5 feet,160-180,Graduated High School,,0,275,567,240,0,0,358
+,2022,2.02209E+13,5745,West,New Mexico,37500,"House, apartment, flat",1,1,6732770,71,Male,White only,Married - spouse present,"Native, born in United States",Good,74,170,21.8,Some college but no degree,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,90,0,565,105,0,500,0,0,60,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Good,6-6.5 feet,160-180,Some College,,0,90,790,500,0,0,60
+,2022,2.02209E+13,5746,South,Texas,32500,"House, apartment, flat",1,1,10290741,71,Female,Black only,Widowed,"Native, born in United States",Very good,67,180,28.2,Some college but no degree,College--four years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,10,20,30,0,0,55,0,631,0,0,124,0,0,135,0,435,"$30,000 - $50,000",Boomers (55-73),Black only,Very good,5.5-6 feet,180-200,Some College,,435,55,661,124,0,0,165
+,2022,2.02209E+13,5747,South,Oklahoma,6250,"House, apartment, flat",1,1,4668445,38,Female,White only,Divorced,"Foreign born, U.S. citizen by naturalization",Fair,64,163,28,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,385,0,0,100,0,0,290,0,575,0,0,90,0,0,0,0,0,"Less than $10,000",Generation X (39-54),White only,Fair,5-5.5 feet,160-180,Bachelor's Degree,,0,290,675,90,0,0,385
+,2022,2.02209E+13,5748,South,Kentucky,87500,"House, apartment, flat",1,1,9441440,64,Female,White only,Never married,"Native, born in United States",Very good,66,220,35.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,75,0,600,0,0,60,0,0,30,0,645,"$75,000 - $100,000",Boomers (55-73),White only,Very good,5.5-6 feet,200-300,Bachelor's Degree,,645,75,630,60,0,0,30
+,2022,2.02209E+13,5749,Northeast,New York,125000,"House, apartment, flat",1,1,7759311,64,Female,White only,Married - spouse present,"Native, born in United States",Very good,63,123,21.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,45,160,90,0,0,255,0,600,0,0,150,0,0,50,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Very good,5-5.5 feet,120-140,Bachelor's Degree,,0,255,690,150,0,0,255
+,2022,2.02209E+13,5750,South,Alabama,67500,"House, apartment, flat",1,1,10068862,40,Male,White only,Married - spouse present,"Native, born in United States",Very good,71,260,36.3,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,105,0,0,80,0,0,165,0,415,0,0,0,0,25,72,0,578,"$50,000 - $75,000",Generation X (39-54),White only,Very good,5.5-6 feet,200-300,Graduated High School,,578,165,495,0,0,0,202
+,2022,2.02209E+13,5751,Midwest,Minnesota,87500,"House, apartment, flat",1,1,16721730,44,Female,White only,Divorced,"Native, born in United States",Very good,62,120,21.9,Associate degree - occupational vocational,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,35,0,0,170,0,497,0,0,665,0,0,73,0,0,"$75,000 - $100,000",Generation X (39-54),White only,Very good,5-5.5 feet,120-140,Associate Degree,,0,170,532,665,0,0,73
+,2022,2.02209E+13,5752,Northeast,New Jersey,37500,"House, apartment, flat",1,1,10979056,68,Female,White only,Never married,"Native, born in United States",Fair,,9996,998,Associate degree - academic program,College--four years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,80,0,0,75,0,705,70,0,255,60,120,75,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Fair,,>300,Associate Degree,,0,75,855,315,0,0,195
+,2022,2.02209E+13,5753,Northeast,Pennsylvania,27500,"House, apartment, flat",1,1,14814738,77,Female,White only,Married - spouse present,"Native, born in United States",Fair,62,220,40.2,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,350,0,530,0,10,460,0,30,0,0,0,"$10,000 - $30,000",Silent (74-91),White only,Fair,5-5.5 feet,200-300,Graduated High School,,0,350,590,470,0,0,30
+,2022,2.02209E+13,5754,West,Wyoming,200000,"House, apartment, flat",1,1,15843837,51,Male,White only,Married - spouse present,"Native, born in United States",Excellent,67,160,25.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,30,0,10,50,0,0,0,0,510,0,0,95,0,0,385,0,360,"$150,000 and over",Generation X (39-54),White only,Excellent,5.5-6 feet,160-180,Bachelor's Degree,,360,0,560,95,0,0,425
+,2022,2.02209E+13,5755,South,Tennessee,2500,"House, apartment, flat",1,1,4904395,64,Female,Black only,Never married,"Native, born in United States",Good,63,170,30.1,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,25,0,0,10,0,125,0,15,1230,35,0,0,0,0,"Less than $10,000",Boomers (55-73),Black only,Good,5-5.5 feet,160-180,Graduated High School,,0,10,150,1280,0,0,0
+,2022,2.02209E+13,5756,South,Georgia,11250,Mobile home or trailer with no permanent room added,1,1,6586744,61,Female,White only,Widowed,"Native, born in United States",Good,62,173,31.6,9th grade,Ninth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,110,0,0,365,0,695,0,0,240,0,0,30,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Good,5-5.5 feet,160-180,Some High School,,0,365,805,240,0,0,30
+,2022,2.02209E+13,5757,South,Mississippi,200000,"House, apartment, flat",1,1,3800719,35,Female,White only,Married - spouse present,"Native, born in United States",Good,69,170,25.1,Associate degree - occupational vocational,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,225,0,0,80,0,0,0,0,610,90,0,355,0,0,80,0,0,"$150,000 and over",Millennials (23-38),White only,Good,5.5-6 feet,160-180,Associate Degree,,0,0,780,355,0,0,305
+,2022,2.02209E+13,5758,Northeast,New York,67500,"House, apartment, flat",1,1,33993805,85,Male,White only,Widowed,"Native, born in United States",NIU (Not in universe),,9999,999,12th grade - no diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,Has mobility limitation,No physical difficulty,Has difficulty remembering,0,0,0,240,0,0,60,0,955,0,0,105,60,0,20,0,0,"$50,000 - $75,000",Silent (74-91),White only,"Other (Refused, Dont know, NIU)",,>300,Some High School,,0,60,1195,165,0,0,20
+,2022,2.02209E+13,5759,South,Georgia,200000,"House, apartment, flat",1,1,16182191,51,Female,White only,Married - spouse present,"Native, born in United States",Very good,65,127,21.1,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,90,0,0,30,0,0,210,0,540,0,0,180,360,0,30,0,0,"$150,000 and over",Generation X (39-54),White only,Very good,5-5.5 feet,120-140,Graduated High School,,0,210,570,540,0,0,120
+,2022,2.02209E+13,5760,South,Florida,67500,"House, apartment, flat",1,1,43546513,23,Male,White only,Never married,"Foreign born, not a U.S. citizen",Very good,71,160,22.3,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,55,0,0,0,0,670,0,0,715,0,0,0,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Very good,5.5-6 feet,160-180,Some College,,0,0,725,715,0,0,0
+,2022,2.02209E+13,5761,South,Alabama,87500,"House, apartment, flat",1,1,17115477,22,Female,Black only,Never married,"Native, born in United States",Good,65,136,22.6,Some college but no degree,College--two years,Employed - absent,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,0,0,540,0,0,540,0,300,0,0,0,"$75,000 - $100,000",Millennials (23-38),Black only,Good,5-5.5 feet,120-140,Some College,,0,0,600,540,0,0,300
+,2022,2.02209E+13,5762,Midwest,Ohio,125000,"House, apartment, flat",1,1,11727184,58,Female,White only,Married - spouse present,"Native, born in United States",Very good,59,100,20.2,12th grade - no diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,150,0,0,80,0,600,0,0,610,0,0,0,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Very good,0-5 feet,100-120,Some High School,,0,80,750,610,0,0,0
+,2022,2.02209E+13,5763,South,Florida,87500,"House, apartment, flat",1,1,2181484,57,Female,White only,Separated,"Native, born in United States",Very good,66,172,27.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,45,0,0,20,0,0,130,0,895,0,0,230,0,0,0,0,120,"$75,000 - $100,000",Boomers (55-73),White only,Very good,5.5-6 feet,160-180,Bachelor's Degree,,120,130,915,230,0,0,45
+,2022,2.02209E+13,5764,Northeast,New York,67500,"House, apartment, flat",1,1,8177484,53,Female,Black only,Married - spouse present,"Foreign born, not a U.S. citizen",Good,61,134,25.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,95,30,0,0,320,0,600,0,0,250,0,0,145,0,0,"$50,000 - $75,000",Generation X (39-54),Black only,Good,5-5.5 feet,120-140,Bachelor's Degree,,0,320,630,250,0,0,240
+,2022,2.02209E+13,5765,West,California,200000,"House, apartment, flat",1,1,30633897,39,Male,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Excellent,74,225,28.9,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,60,0,0,65,0,0,50,0,435,0,60,580,0,0,175,0,15,"$150,000 and over",Generation X (39-54),White only,Excellent,6-6.5 feet,200-300,Graduated High School,,15,50,500,640,0,0,235
+,2022,2.02209E+13,5766,West,California,125000,"House, apartment, flat",1,1,13907816,75,Female,White only,Married - spouse present,"Native, born in United States",Good,66,200,32.3,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,105,0,0,160,0,710,0,0,340,45,0,80,0,0,"$100,000 - $150,000",Silent (74-91),White only,Good,5.5-6 feet,200-300,Associate Degree,,0,160,815,385,0,0,80
+,2022,2.02209E+13,5767,Northeast,New York,200000,"House, apartment, flat",1,1,12646273,51,Male,White only,Married - spouse present,"Native, born in United States",Good,74,165,21.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,10,0,15,100,0,0,70,0,550,0,0,240,0,0,110,345,0,"$150,000 and over",Generation X (39-54),White only,Good,6-6.5 feet,160-180,Bachelor's Degree,,0,70,650,240,0,345,135
+,2022,2.02209E+13,5768,Midwest,Michigan,37500,"House, apartment, flat",1,1,8580723,79,Female,Black only,Widowed,"Native, born in United States",Fair,62,245,44.8,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,40,0,0,240,0,920,0,0,240,0,0,0,0,0,"$30,000 - $50,000",Silent (74-91),Black only,Fair,5-5.5 feet,200-300,Graduated High School,,0,240,960,240,0,0,0
+,2022,2.02209E+13,5769,Northeast,Connecticut,200000,"House, apartment, flat",1,1,13482422,32,Female,White only,Married - spouse present,"Native, born in United States",Very good,65,120,20,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,10,0,570,0,0,120,30,0,0,0,680,"$150,000 and over",Millennials (23-38),White only,Very good,5-5.5 feet,120-140,Master's or Doctoral Degree,,680,10,600,150,0,0,0
+,2022,2.02209E+13,5770,Northeast,New Hampshire,17500,"House, apartment, flat",1,1,11601118,76,Female,White only,Divorced,"Native, born in United States",Very good,62,125,22.9,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,190,0,800,0,0,390,0,0,0,0,0,"$10,000 - $30,000",Silent (74-91),White only,Very good,5-5.5 feet,120-140,Graduated High School,,0,190,860,390,0,0,0
+,2022,2.02209E+13,5771,West,Utah,37500,"House, apartment, flat",1,1,3237272,80,Female,White only,Widowed,"Native, born in United States",Excellent,59,127,25.6,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,10,0,60,0,0,547,0,338,0,0,420,0,0,65,0,0,"$30,000 - $50,000",Silent (74-91),White only,Excellent,0-5 feet,120-140,Some College,,0,547,398,420,0,0,75
+,2022,2.02209E+13,5772,South,South Carolina,87500,"House, apartment, flat",1,1,5526598,64,Male,White only,Married - spouse present,"Native, born in United States",Good,70,135,19.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,25,50,0,0,465,0,550,5,60,150,40,0,65,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Good,5.5-6 feet,120-140,Bachelor's Degree,,0,465,605,250,0,0,90
+,2022,2.02209E+13,5773,West,California,200000,"House, apartment, flat",1,1,26269518,56,Male,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Very good,71,155,21.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,3,213,0,0,72,0,450,0,0,165,0,0,40,0,497,"$150,000 and over",Boomers (55-73),White only,Very good,5.5-6 feet,140-160,Bachelor's Degree,,497,72,663,165,0,0,43
+,2022,2.02209E+13,5774,Midwest,Missouri,200000,"House, apartment, flat",1,1,20496004,46,Female,White only,Married - spouse present,"Native, born in United States",Very good,63,160,28.3,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,125,0,0,30,0,0,145,0,480,0,0,30,0,0,50,0,580,"$150,000 and over",Generation X (39-54),White only,Very good,5-5.5 feet,160-180,Master's or Doctoral Degree,,580,145,510,30,0,0,175
+,2022,2.02209E+13,5775,West,California,87500,"House, apartment, flat",1,1,33262312,52,Female,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Good,63,136,24.1,5th or 6th grade,Fifth through sixth grade,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,130,0,0,660,0,470,0,45,45,90,0,0,0,0,"$75,000 - $100,000",Generation X (39-54),White only,Good,5-5.5 feet,120-140,Middle School or Less,,0,660,600,180,0,0,0
+,2022,2.02209E+13,5776,Northeast,Connecticut,200000,"House, apartment, flat",1,1,7648743,38,Male,White only,Married - spouse present,"Native, born in United States",Excellent,70,165,23.7,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,140,0,0,90,0,0,0,0,580,0,0,90,30,0,0,0,450,"$150,000 and over",Generation X (39-54),White only,Excellent,5.5-6 feet,160-180,Master's or Doctoral Degree,,450,0,670,120,0,0,140
+,2022,2.02209E+13,5777,West,Washington,8750,Mobile home or trailer with no permanent room added,1,1,6116486,62,Female,White only,Married - spouse absent,"Native, born in United States",Poor,62,155,28.3,11th grade,Eleventh grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,Has difficulty remembering,0,0,0,35,0,0,30,0,480,0,0,895,0,0,0,0,0,"Less than $10,000",Boomers (55-73),White only,Poor,5-5.5 feet,140-160,Some High School,,0,30,515,895,0,0,0
+,2022,2.02209E+13,5778,Midwest,Missouri,55000,"House, apartment, flat",1,1,6446669,71,Female,White only,Married - spouse present,"Native, born in United States",Very good,63,125,22.1,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,20,0,0,320,0,480,0,0,620,0,0,0,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Very good,5-5.5 feet,120-140,Graduated High School,,0,320,500,620,0,0,0
+,2022,2.02209E+13,5779,South,Texas,67500,"House, apartment, flat",1,1,34460025,29,Female,White only,Never married,"Native, born in United States",Very good,62,200,36.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,80,0,0,85,0,530,0,0,60,0,0,25,0,660,"$50,000 - $75,000",Millennials (23-38),White only,Very good,5-5.5 feet,200-300,Bachelor's Degree,,660,85,610,60,0,0,25
+,2022,2.02209E+13,5780,South,Florida,67500,"House, apartment, flat",1,1,17545494,26,Female,White only,Divorced,"Native, born in United States",Poor,64,330,56.6,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,300,60,0,0,120,0,635,40,0,180,0,0,105,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Poor,5-5.5 feet,>300,Some College,,0,120,735,180,0,0,405
+,2022,2.02209E+13,5781,South,North Carolina,87500,"House, apartment, flat",1,1,17046684,59,Male,White only,Married - spouse present,"Native, born in United States",Very good,69,155,22.9,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,105,0,0,30,0,480,0,0,225,30,0,40,0,500,"$75,000 - $100,000",Boomers (55-73),White only,Very good,5.5-6 feet,140-160,Master's or Doctoral Degree,,500,30,585,255,0,0,40
+,2022,2.02209E+13,5782,Midwest,Illinois,125000,"House, apartment, flat",1,1,6172883,33,Female,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Excellent,65,255,42.4,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,120,0,15,30,0,0,150,0,760,0,0,265,0,0,100,0,0,"$100,000 - $150,000",Millennials (23-38),White only,Excellent,5-5.5 feet,200-300,Some College,,0,150,790,265,0,0,235
+,2022,2.02209E+13,5783,South,Florida,200000,"House, apartment, flat",1,1,29061006,53,Male,White only,Married - spouse present,"Native, born in United States",Very good,69,158,23.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,30,0,0,90,0,0,0,0,585,0,0,105,60,0,0,0,510,"$150,000 and over",Generation X (39-54),White only,Very good,5.5-6 feet,140-160,Bachelor's Degree,,510,0,675,165,0,0,30
+,2022,2.02209E+13,5784,Northeast,New York,200000,"House, apartment, flat",1,1,73427541,16,Female,Black only,Never married,"Native, born in United States",Very good,66,140,22.6,10th grade,Tenth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,65,0,20,33,466,0,1,0,456,0,0,160,180,0,59,0,0,"$150,000 and over",Generation Z (7-22),Black only,Very good,5.5-6 feet,140-160,Some High School,,0,1,489,340,466,0,144
+,2022,2.02209E+13,5785,South,Louisiana,200000,"House, apartment, flat",1,1,7585107,53,Female,Black only,Married - spouse present,"Native, born in United States",Very good,66,9996,998,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,5,0,25,0,0,0,200,0,555,0,0,300,0,60,295,0,0,"$150,000 and over",Generation X (39-54),Black only,Very good,5.5-6 feet,>300,Master's or Doctoral Degree,,0,200,555,300,0,0,385
+,2022,2.02209E+13,5786,Midwest,Indiana,125000,"House, apartment, flat",1,1,13115685,43,Female,White only,Never married,"Native, born in United States",Fair,67,160,25.1,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,2,0,0,20,0,0,15,0,758,0,0,375,0,0,270,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Fair,5.5-6 feet,160-180,Associate Degree,,0,15,778,375,0,0,272
+,2022,2.02209E+13,5787,Midwest,Missouri,45000,"House, apartment, flat",1,1,13863933,30,Male,White only,Never married,"Native, born in United States",Very good,72,180,24.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,75,0,585,0,0,195,0,0,90,0,435,"$30,000 - $50,000",Millennials (23-38),White only,Very good,6-6.5 feet,180-200,Bachelor's Degree,,435,75,645,195,0,0,90
+,2022,2.02209E+13,5788,South,Georgia,67500,"House, apartment, flat",1,1,21937392,59,Male,White only,Married - spouse present,"Native, born in United States",Excellent,72,172,23.3,Associate degree - occupational vocational,College--two years,Unemployed - on layoff,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,70,0,0,10,160,610,0,0,180,120,0,290,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Excellent,6-6.5 feet,160-180,Associate Degree,,0,170,680,300,0,0,290
+,2022,2.02209E+13,5789,Midwest,Minnesota,27500,"House, apartment, flat",1,1,11263320,43,Male,White only,Divorced,"Native, born in United States",Good,69,220,32.5,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,20,60,0,0,0,0,645,0,0,635,0,0,40,0,0,"$10,000 - $30,000",Generation X (39-54),White only,Good,5.5-6 feet,200-300,Graduated High School,,0,0,705,635,0,0,60
+,2022,2.02209E+13,5790,Midwest,Minnesota,125000,"House, apartment, flat",1,1,26810314,56,Female,White only,Married - spouse present,"Native, born in United States",Good,65,174,29,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,55,0,0,125,0,485,0,0,225,0,0,30,0,460,"$100,000 - $150,000",Boomers (55-73),White only,Good,5-5.5 feet,160-180,Graduated High School,,460,125,540,225,0,0,90
+,2022,2.02209E+13,5791,West,Colorado,87500,"House, apartment, flat",1,1,31830486,16,Female,White only,Never married,"Native, born in United States",Good,65,155,25.8,10th grade,Tenth grade,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,70,105,319,0,60,0,565,60,0,115,0,0,146,0,0,"$75,000 - $100,000",Generation Z (7-22),White only,Good,5-5.5 feet,140-160,Some High School,,0,60,730,115,319,0,216
+,2022,2.02209E+13,5792,Northeast,New Jersey,200000,"House, apartment, flat",1,1,7382940,42,Male,Asian only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Good,65,203,33.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,150,0,0,50,0,640,0,0,600,0,0,0,0,0,"$150,000 and over",Generation X (39-54),Asian only,Good,5-5.5 feet,200-300,Bachelor's Degree,,0,50,790,600,0,0,0
+,2022,2.02209E+13,5793,South,Oklahoma,125000,"House, apartment, flat",1,1,6701832,68,Male,"American Indian, Alaskan Native",Married - spouse present,"Native, born in United States",Fair,72,186,25.2,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,240,0,810,0,0,330,0,0,0,0,0,"$100,000 - $150,000",Boomers (55-73),"American Indian, Alaskan Native",Fair,6-6.5 feet,180-200,Some College,,0,240,870,330,0,0,0
+,2022,2.02209E+13,5794,South,Arkansas,67500,"House, apartment, flat",1,1,3905082,80,Male,White only,Widowed,"Native, born in United States",Fair,71,256,35.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,40,0,0,0,0,780,0,0,620,0,0,0,0,0,"$50,000 - $75,000",Silent (74-91),White only,Fair,5.5-6 feet,200-300,Bachelor's Degree,,0,0,820,620,0,0,0
+,2022,2.02209E+13,5795,West,Colorado,200000,"House, apartment, flat",1,1,8720082,36,Male,White only,Married - spouse present,"Native, born in United States",Very good,71,175,24.4,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,120,0,0,30,0,0,120,0,540,0,0,60,0,0,70,0,480,"$150,000 and over",Millennials (23-38),White only,Very good,5.5-6 feet,160-180,Master's or Doctoral Degree,,480,120,570,60,0,0,190
+,2022,2.02209E+13,5796,South,Kentucky,125000,"House, apartment, flat",1,1,4591135,72,Female,White only,Married - spouse present,"Native, born in United States",Very good,63,9996,998,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,70,0,0,590,0,435,0,0,300,0,0,0,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Very good,5-5.5 feet,>300,Some College,,0,590,505,300,0,0,0
+,2022,2.02209E+13,5797,South,North Carolina,11250,"House, apartment, flat",1,1,14274287,71,Female,White only,Widowed,"Native, born in United States",Very good,62,141,25.8,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,35,0,0,340,0,620,0,0,395,0,40,10,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Very good,5-5.5 feet,140-160,Graduated High School,,0,340,655,395,0,0,50
+,2022,2.02209E+13,5798,Midwest,Iowa,32500,"House, apartment, flat",1,1,12247976,25,Female,White only,Never married,"Native, born in United States",Good,62,170,31.1,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,30,0,540,60,0,210,0,0,120,0,450,"$30,000 - $50,000",Millennials (23-38),White only,Good,5-5.5 feet,160-180,Graduated High School,,450,30,630,210,0,0,120
+,2022,2.02209E+13,5799,West,California,200000,"House, apartment, flat",1,1,17189991,50,Female,White only,Married - spouse present,"Native, born in United States",Good,65,130,21.6,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,95,0,0,95,0,0,115,0,520,0,0,105,0,0,90,0,420,"$150,000 and over",Generation X (39-54),White only,Good,5-5.5 feet,120-140,Master's or Doctoral Degree,,420,115,615,105,0,0,185
+,2022,2.02209E+13,5800,South,Tennessee,200000,"House, apartment, flat",1,1,6471624,51,Female,White only,Married - spouse present,"Native, born in United States",Excellent,63,150,26.6,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,15,0,0,150,0,0,58,0,536,35,0,473,106,0,67,0,0,"$150,000 and over",Generation X (39-54),White only,Excellent,5-5.5 feet,140-160,Master's or Doctoral Degree,,0,58,721,579,0,0,82
+,2022,2.02209E+13,5801,Midwest,Iowa,45000,"House, apartment, flat",1,1,10662898,29,Female,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Good,61,200,37.8,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,150,0,90,50,0,0,55,0,750,0,0,312,0,0,33,0,0,"$30,000 - $50,000",Millennials (23-38),White only,Good,5-5.5 feet,200-300,Graduated High School,,0,55,800,312,0,0,273
+,2022,2.02209E+13,5802,West,California,67500,"House, apartment, flat",1,1,10341863,85,Female,Asian only,Widowed,"Native, born in United States",Very good,62,109,19.9,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,75,0,0,35,0,515,0,0,675,0,0,80,0,0,"$50,000 - $75,000",Silent (74-91),Asian only,Very good,5-5.5 feet,100-120,Associate Degree,,0,35,590,675,0,0,140
+,2022,2.02209E+13,5803,South,Mississippi,67500,"House, apartment, flat",1,1,14760880,32,Male,White only,Married - spouse present,"Native, born in United States",Good,72,280,38,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,0,0,570,0,0,240,0,0,90,0,480,"$50,000 - $75,000",Millennials (23-38),White only,Good,6-6.5 feet,200-300,Graduated High School,,480,0,630,240,0,0,90
+,2022,2.02209E+13,5804,South,North Carolina,87500,"House, apartment, flat",1,1,10211188,42,Male,White only,Separated,"Native, born in United States",Very good,66,150,24.2,Some college but no degree,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,30,0,0,0,0,410,45,0,225,0,0,105,0,595,"$75,000 - $100,000",Generation X (39-54),White only,Very good,5.5-6 feet,140-160,Some College,,595,0,485,225,0,0,135
+,2022,2.02209E+13,5805,Northeast,Pennsylvania,67500,Mobile home or trailer with no permanent room added,1,1,36923058,59,Female,White only,Married - spouse present,"Native, born in United States",Good,64,130,22.3,9th grade,Ninth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,90,20,0,0,140,0,495,0,0,0,0,0,185,0,510,"$50,000 - $75,000",Boomers (55-73),White only,Good,5-5.5 feet,120-140,Some High School,,510,140,515,0,0,0,275
+,2022,2.02209E+13,5806,South,Tennessee,22500,"House, apartment, flat",1,1,4711543,79,Female,White only,Married - spouse present,"Native, born in United States",Good,61,128,24.2,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,65,0,0,250,0,600,0,0,380,40,0,0,0,105,"$10,000 - $30,000",Silent (74-91),White only,Good,5-5.5 feet,120-140,Graduated High School,,105,250,665,420,0,0,0
+,2022,2.02209E+13,5807,West,Washington,32500,"House, apartment, flat",1,1,7938567,31,Male,White only,Never married,"Native, born in United States",Fair,68,230,35,Some college but no degree,Twelfth grade,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,25,20,45,0,0,10,0,635,0,0,630,0,0,75,0,0,"$30,000 - $50,000",Millennials (23-38),White only,Fair,5.5-6 feet,200-300,Some College,,0,10,680,630,0,0,120
+,2022,2.02209E+13,5808,Northeast,Pennsylvania,87500,"House, apartment, flat",1,1,11712491,40,Male,White only,Never married,"Native, born in United States",Good,73,210,27.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,25,40,0,0,180,0,645,0,0,480,0,0,70,0,0,"$75,000 - $100,000",Generation X (39-54),White only,Good,6-6.5 feet,200-300,Bachelor's Degree,,0,180,685,480,0,0,95
+,2022,2.02209E+13,5809,West,Arizona,87500,"House, apartment, flat",1,1,7067114,31,Female,White only,Divorced,"Native, born in United States",Poor,66,169,27.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,120,0,0,80,0,0,170,0,840,0,0,180,0,0,50,0,0,"$75,000 - $100,000",Millennials (23-38),White only,Poor,5.5-6 feet,160-180,Bachelor's Degree,,0,170,920,180,0,0,170
+,2022,2.02209E+13,5810,Midwest,Iowa,67500,"House, apartment, flat",1,1,8533416,71,Male,White only,Married - spouse present,"Native, born in United States",Very good,71,240,33.5,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,240,0,0,560,0,420,60,0,150,0,0,10,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Very good,5.5-6 feet,200-300,Master's or Doctoral Degree,,0,560,720,150,0,0,10
+,2022,2.02209E+13,5811,West,California,125000,"House, apartment, flat",1,1,15140091,38,Female,White only,Married - spouse present,"Native, born in United States",Excellent,65,140,23.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,110,0,30,165,0,0,140,0,645,0,0,0,230,0,90,0,30,"$100,000 - $150,000",Generation X (39-54),White only,Excellent,5-5.5 feet,140-160,Bachelor's Degree,,30,140,810,230,0,0,230
+,2022,2.02209E+13,5812,South,Tennessee,13750,"House, apartment, flat",1,1,11974818,73,Female,White only,Widowed,"Native, born in United States",Good,62,235,43,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,80,0,0,150,0,600,0,0,460,0,0,55,0,0,"$10,000 - $30,000",Silent (74-91),White only,Good,5-5.5 feet,200-300,Graduated High School,,0,150,680,460,0,0,115
+,2022,2.02209E+13,5813,Northeast,Pennsylvania,37500,"House, apartment, flat",1,1,6473391,73,Male,White only,Widowed,"Native, born in United States",Good,72,250,33.9,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,10,0,0,30,0,780,0,60,560,0,0,0,0,0,"$30,000 - $50,000",Silent (74-91),White only,Good,6-6.5 feet,200-300,Graduated High School,,0,30,790,620,0,0,0
+,2022,2.02209E+13,5814,South,West Virginia,11250,Mobile home or trailer with no permanent room added,1,1,16431624,63,Male,White only,Married - spouse present,"Native, born in United States",Poor,72,260,35.3,10th grade,Tenth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,120,0,690,0,0,510,0,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Poor,6-6.5 feet,200-300,Some High School,,0,120,810,510,0,0,0
+,2022,2.02209E+13,5815,South,Louisiana,37500,"House, apartment, flat",1,1,5069787,54,Female,White only,Divorced,"Native, born in United States",Good,61,98,18.5,Some college but no degree,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,6,30,50,15,0,0,105,0,663,0,0,405,0,0,146,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Good,5-5.5 feet,<100,Some College,,0,105,678,405,0,0,232
+,2022,2.02209E+13,5816,South,Maryland,125000,"House, apartment, flat",1,1,5880277,79,Male,White only,Married - spouse present,"Native, born in United States",Good,72,188,25.5,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,160,0,510,0,0,620,60,0,0,0,0,"$100,000 - $150,000",Silent (74-91),White only,Good,6-6.5 feet,180-200,Master's or Doctoral Degree,,0,160,600,680,0,0,0
+,2022,2.02209E+13,5817,Midwest,Missouri,45000,"House, apartment, flat",1,1,6268245,85,Female,White only,Married - spouse present,"Native, born in United States",Good,64,180,30.9,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,150,0,660,0,0,480,0,0,60,0,0,"$30,000 - $50,000",Silent (74-91),White only,Good,5-5.5 feet,180-200,Graduated High School,,0,150,750,480,0,0,60
+,2022,2.02209E+13,5818,Midwest,Indiana,37500,"House, apartment, flat",1,1,9819709,62,Female,White only,Widowed,"Native, born in United States",Poor,60,98,19.1,Associate degree - occupational vocational,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,90,0,0,165,0,450,0,0,150,0,0,50,0,505,"$30,000 - $50,000",Boomers (55-73),White only,Poor,5-5.5 feet,<100,Associate Degree,,505,165,540,150,0,0,80
+,2022,2.02209E+13,5819,Midwest,Wisconsin,67500,"House, apartment, flat",1,1,16973119,60,Male,White only,Married - spouse present,"Native, born in United States",Fair,70,130,18.7,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,40,0,0,180,0,570,0,0,650,0,0,0,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Fair,5.5-6 feet,120-140,Graduated High School,,0,180,610,650,0,0,0
+,2022,2.02209E+13,5820,Midwest,Michigan,200000,"House, apartment, flat",1,1,6158844,59,Male,White only,Married - spouse present,"Native, born in United States",Good,74,230,29.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,165,0,0,90,0,510,0,0,315,0,0,60,0,300,"$150,000 and over",Boomers (55-73),White only,Good,6-6.5 feet,200-300,Bachelor's Degree,,300,90,675,315,0,0,60
+,2022,2.02209E+13,5821,South,Virginia,45000,"House, apartment, flat",1,1,7454301,38,Female,Asian only,Married - spouse present,"Foreign born, not a U.S. citizen",Good,61,144,27.2,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,150,0,0,120,0,0,140,0,755,0,0,225,0,0,50,0,0,"$30,000 - $50,000",Generation X (39-54),Asian only,Good,5-5.5 feet,140-160,Master's or Doctoral Degree,,0,140,875,225,0,0,200
+,2022,2.02209E+13,5822,South,Florida,22500,"House, apartment, flat",1,1,2938792,44,Male,White only,Married - spouse absent,"Native, born in United States",Very good,69,190,28.1,Associate degree - occupational vocational,College--two years,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,470,0,0,10,0,0,19,0,641,0,0,300,0,0,0,0,0,"$10,000 - $30,000",Generation X (39-54),White only,Very good,5.5-6 feet,180-200,Associate Degree,,0,19,651,300,0,0,470
+,2022,2.02209E+13,5823,South,Georgia,125000,"House, apartment, flat",1,1,20627447,54,Female,White only,Married - spouse present,"Native, born in United States",Excellent,62,190,34.7,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,10,0,0,35,0,0,70,0,420,0,0,215,0,0,0,0,570,"$100,000 - $150,000",Boomers (55-73),White only,Excellent,5-5.5 feet,180-200,Master's or Doctoral Degree,,570,70,455,215,0,0,10
+,2022,2.02209E+13,5824,South,Texas,32500,"House, apartment, flat",1,1,4286892,80,Male,White only,Divorced,"Native, born in United States",Good,56,285,63.9,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,20,0,0,150,0,480,0,0,790,0,0,0,0,0,"$30,000 - $50,000",Silent (74-91),White only,Good,0-5 feet,200-300,Some College,,0,150,500,790,0,0,0
+,2022,2.02209E+13,5825,Midwest,Ohio,87500,"House, apartment, flat",1,1,15934408,72,Female,White only,Married - spouse present,"Native, born in United States",Very good,62,9996,998,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,580,0,540,0,0,140,0,0,0,0,45,"$75,000 - $100,000",Boomers (55-73),White only,Very good,5-5.5 feet,>300,Some College,,45,580,585,140,0,0,0
+,2022,2.02209E+13,5826,Northeast,New York,200000,"House, apartment, flat",1,1,9277509,44,Male,White only,Divorced,"Foreign born, not a U.S. citizen",Good,69,200,29.5,High school graduate - diploma,Twelfth grade,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,470,0,600,0,0,265,0,60,0,0,0,"$150,000 and over",Generation X (39-54),White only,Good,5.5-6 feet,200-300,Graduated High School,,0,470,645,265,0,0,60
+,2022,2.02209E+13,5827,South,Texas,200000,"House, apartment, flat",1,1,11557898,54,Male,White only,Married - spouse present,"Native, born in United States",Very good,72,200,27.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,225,0,0,511,0,340,0,0,314,0,0,20,0,0,"$150,000 and over",Boomers (55-73),White only,Very good,6-6.5 feet,200-300,Bachelor's Degree,,0,511,565,314,0,0,50
+,2022,2.02209E+13,5828,West,Oregon,200000,"House, apartment, flat",1,1,4844499,43,Male,White only,Divorced,"Native, born in United States",Good,72,230,31.2,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,70,0,0,709,5,480,0,0,120,0,0,26,0,0,"$150,000 and over",Generation X (39-54),White only,Good,6-6.5 feet,200-300,Master's or Doctoral Degree,,0,714,550,120,0,0,56
+,2022,2.02209E+13,5829,West,Montana,87500,"House, apartment, flat",1,1,12898938,38,Female,White only,Married - spouse present,"Native, born in United States",Good,65,9996,998,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,75,0,90,80,0,0,0,0,365,60,0,520,20,0,220,0,10,"$75,000 - $100,000",Generation X (39-54),White only,Good,5-5.5 feet,>300,Master's or Doctoral Degree,,10,0,505,540,0,0,385
+,2022,2.02209E+13,5830,West,California,27500,"House, apartment, flat",1,1,4516304,68,Male,White only,Married - spouse present,"Native, born in United States",Very good,72,200,27.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,75,40,0,0,70,0,795,0,0,375,20,0,65,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Very good,6-6.5 feet,200-300,Bachelor's Degree,,0,70,835,395,0,0,140
+,2022,2.02209E+13,5831,South,Florida,125000,"House, apartment, flat",1,1,4791326,67,Male,White only,Married - spouse present,"Native, born in United States",Very good,69,235,34.7,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,145,0,0,210,0,520,0,60,445,0,0,30,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Very good,5.5-6 feet,200-300,Associate Degree,,0,210,665,505,0,0,60
+,2022,2.02209E+13,5832,West,Oregon,55000,"House, apartment, flat",1,1,5104806,32,Female,White only,Never married,"Native, born in United States",Good,65,195,32.4,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,1,0,540,0,0,373,0,0,64,0,432,"$50,000 - $75,000",Millennials (23-38),White only,Good,5-5.5 feet,180-200,Master's or Doctoral Degree,,432,1,570,373,0,0,64
+,2022,2.02209E+13,5833,Midwest,Illinois,125000,"House, apartment, flat",1,1,15853070,56,Female,White only,Never married,"Native, born in United States",Excellent,60,100,19.5,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,105,35,0,0,17,0,685,60,0,400,0,0,138,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Excellent,5-5.5 feet,100-120,Master's or Doctoral Degree,,0,17,780,400,0,0,243
+,2022,2.02209E+13,5834,West,Oregon,87500,"House, apartment, flat",1,1,4830901,31,Male,Asian only,Married - spouse present,"Native, born in United States",Excellent,72,280,38,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,210,0,10,0,0,0,5,0,505,0,0,330,0,10,80,0,290,"$75,000 - $100,000",Millennials (23-38),Asian only,Excellent,6-6.5 feet,200-300,Some College,,290,5,505,330,0,0,310
+,2022,2.02209E+13,5835,West,California,87500,Mobile home or trailer with no permanent room added,1,1,10345284,64,Male,White only,Divorced,"Native, born in United States",Fair,73,280,36.9,Associate degree - academic program,College--three years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,5,15,60,0,0,25,180,330,0,0,735,0,0,90,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Fair,6-6.5 feet,200-300,Associate Degree,,0,205,390,735,0,0,110
+,2022,2.02209E+13,5836,South,Texas,125000,"House, apartment, flat",1,1,17847894,38,Male,White only,Married - spouse present,"Native, born in United States",Very good,65,180,30,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,17,0,130,150,0,0,10,0,566,0,0,90,0,0,210,0,267,"$100,000 - $150,000",Generation X (39-54),White only,Very good,5-5.5 feet,180-200,Associate Degree,,267,10,716,90,0,0,357
+,2022,2.02209E+13,5837,Midwest,Kansas,55000,"House, apartment, flat",1,1,14894354,27,Male,White-American Indian,Married - spouse present,"Native, born in United States",Fair,73,295,38.9,Associate degree - occupational vocational,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,5,0,0,60,0,0,90,0,360,0,0,300,120,0,45,0,460,"$50,000 - $75,000",Millennials (23-38),Mixed,Fair,6-6.5 feet,200-300,Associate Degree,,460,90,420,420,0,0,50
+,2022,2.02209E+13,5838,South,Louisiana,200000,"House, apartment, flat",1,1,6362250,44,Male,White only,Divorced,"Native, born in United States",Good,71,190,26.5,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,10,0,0,330,0,695,0,70,255,0,0,80,0,0,"$150,000 and over",Generation X (39-54),White only,Good,5.5-6 feet,180-200,Graduated High School,,0,330,705,325,0,0,80
+,2022,2.02209E+13,5839,Midwest,Wisconsin,125000,"House, apartment, flat",1,1,11720169,38,Male,White only,Divorced,"Foreign born, U.S. citizen by naturalization",Fair,71,230,32.1,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,160,45,0,0,120,0,600,0,0,405,15,45,50,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Fair,5.5-6 feet,200-300,Master's or Doctoral Degree,,0,120,645,420,0,0,255
+,2022,2.02209E+13,5840,Northeast,Massachusetts,87500,"House, apartment, flat",1,1,8407315,66,Female,Black only,Never married,"Native, born in United States",NIU (Not in universe),,9999,999,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,3,0,0,60,0,0,89,0,540,0,0,388,0,0,0,0,360,"$75,000 - $100,000",Boomers (55-73),Black only,"Other (Refused, Dont know, NIU)",,>300,Master's or Doctoral Degree,,360,89,600,388,0,0,3
+,2022,2.02209E+13,5841,South,Florida,87500,"House, apartment, flat",1,1,10766883,62,Male,White only,Married - spouse present,"Native, born in United States",Fair,71,227,31.7,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,120,0,60,0,0,270,0,570,0,0,420,0,0,0,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Fair,5.5-6 feet,200-300,Graduated High School,,0,270,630,420,0,0,120
+,2022,2.02209E+13,5842,South,Florida,45000,"House, apartment, flat",1,1,8855245,54,Female,White only,Divorced,"Foreign born, U.S. citizen by naturalization",Poor,61,175,33.1,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,10,20,0,0,115,0,470,0,0,320,0,0,23,0,482,"$30,000 - $50,000",Boomers (55-73),White only,Poor,5-5.5 feet,160-180,Graduated High School,,482,115,490,320,0,0,33
+,2022,2.02209E+13,5843,Midwest,Ohio,87500,"House, apartment, flat",1,1,16209690,61,Female,Black only,Married - spouse present,"Native, born in United States",Very good,65,135,22.5,Some college but no degree,College--four years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,80,0,0,255,0,505,0,0,410,40,150,0,0,0,"$75,000 - $100,000",Boomers (55-73),Black only,Very good,5-5.5 feet,120-140,Some College,,0,255,585,450,0,0,150
+,2022,2.02209E+13,5844,Midwest,Michigan,45000,"House, apartment, flat",1,1,8175254,74,Male,White only,Divorced,"Native, born in United States",Very good,72,185,25.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,20,0,0,610,0,720,0,0,90,0,0,0,0,0,"$30,000 - $50,000",Silent (74-91),White only,Very good,6-6.5 feet,180-200,Bachelor's Degree,,0,610,740,90,0,0,0
+,2022,2.02209E+13,5845,South,Texas,67500,"House, apartment, flat",1,1,11874409,32,Female,White only,Married - spouse present,"Native, born in United States",Poor,65,260,43.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,200,30,10,130,0,0,85,0,565,0,90,160,0,0,70,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Poor,5-5.5 feet,200-300,Bachelor's Degree,,0,85,695,250,0,0,310
+,2022,2.02209E+13,5846,South,South Carolina,32500,"House, apartment, flat",1,1,3255810,67,Male,White only,Married - spouse present,"Native, born in United States",Fair,68,205,31.2,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,60,0,470,0,0,780,0,0,10,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Fair,5.5-6 feet,200-300,Some College,,0,60,590,780,0,0,10
+,2022,2.02209E+13,5847,Midwest,Indiana,67500,"House, apartment, flat",1,1,3764661,70,Male,White only,Married - spouse present,"Native, born in United States",Very good,70,240,34.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,50,0,550,0,130,565,0,0,55,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Very good,5.5-6 feet,200-300,Bachelor's Degree,,0,50,640,695,0,0,55
+,2022,2.02209E+13,5848,South,Georgia,45000,"House, apartment, flat",1,1,6601201,25,Female,White only,Married - spouse present,"Native, born in United States",Very good,69,150,22.1,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,0,0,520,0,0,350,0,0,40,0,470,"$30,000 - $50,000",Millennials (23-38),White only,Very good,5.5-6 feet,140-160,Master's or Doctoral Degree,,470,0,580,350,0,0,40
+,2022,2.02209E+13,5849,Midwest,Illinois,87500,"House, apartment, flat",1,1,17771889,31,Male,Asian only,Never married,"Foreign born, not a U.S. citizen",Very good,66,123,19.9,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,70,0,0,90,0,630,0,0,155,75,0,0,0,420,"$75,000 - $100,000",Millennials (23-38),Asian only,Very good,5.5-6 feet,120-140,Master's or Doctoral Degree,,420,90,700,230,0,0,0
+,2022,2.02209E+13,5850,West,California,13750,"House, apartment, flat",1,1,5115010,63,Male,White only,Divorced,"Foreign born, U.S. citizen by naturalization",Poor,65,168,28,5th or 6th grade,Fifth through sixth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,No difficulty remembering,0,0,48,50,0,0,10,0,631,0,0,688,0,0,13,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Poor,5-5.5 feet,160-180,Middle School or Less,,0,10,681,688,0,0,61
+,2022,2.02209E+13,5851,Midwest,Michigan,37500,"House, apartment, flat",1,1,7370680,50,Female,White only,Separated,"Native, born in United States",Good,69,290,42.8,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,120,0,495,0,0,620,0,0,85,0,0,"$30,000 - $50,000",Generation X (39-54),White only,Good,5.5-6 feet,200-300,Master's or Doctoral Degree,,0,120,615,620,0,0,85
+,2022,2.02209E+13,5852,West,Oregon,45000,"House, apartment, flat",1,1,10571204,65,Male,White only,Married - spouse present,"Native, born in United States",Good,76,225,27.4,High school graduate - diploma,Twelfth grade,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,450,0,600,0,0,280,0,0,20,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Good,6-6.5 feet,200-300,Graduated High School,,0,450,690,280,0,0,20
+,2022,2.02209E+13,5853,South,Maryland,87500,"House, apartment, flat",1,1,2840693,48,Female,White only,Divorced,"Native, born in United States",Very good,68,125,19,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,50,0,0,30,0,0,300,0,630,0,0,196,195,0,39,0,0,"$75,000 - $100,000",Generation X (39-54),White only,Very good,5.5-6 feet,120-140,Master's or Doctoral Degree,,0,300,660,391,0,0,89
+,2022,2.02209E+13,5854,South,Oklahoma,125000,"House, apartment, flat",1,1,11495506,34,Male,White only,Married - spouse present,"Native, born in United States",Fair,72,292,39.6,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,118,0,10,35,0,0,22,0,375,0,25,245,10,0,123,0,477,"$100,000 - $150,000",Millennials (23-38),White only,Fair,6-6.5 feet,200-300,Some College,,477,22,410,280,0,0,251
+,2022,2.02209E+13,5855,West,California,125000,"House, apartment, flat",1,1,13930465,58,Male,White only,Divorced,"Native, born in United States",Very good,70,200,28.7,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,20,0,0,60,0,535,0,0,360,0,0,0,0,465,"$100,000 - $150,000",Boomers (55-73),White only,Very good,5.5-6 feet,200-300,Some College,,465,60,555,360,0,0,0
+,2022,2.02209E+13,5856,West,California,200000,"House, apartment, flat",1,1,6901321,63,Male,Asian only,Never married,"Foreign born, U.S. citizen by naturalization",Excellent,63,160,28.3,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,60,0,390,0,0,930,0,0,0,0,0,"$150,000 and over",Boomers (55-73),Asian only,Excellent,5-5.5 feet,160-180,Master's or Doctoral Degree,,0,60,450,930,0,0,0
+,2022,2.02209E+13,5857,South,Texas,67500,"House, apartment, flat",1,1,25764394,42,Male,White only,Married - spouse present,"Native, born in United States",Good,67,225,35.2,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,61,0,30,60,0,0,20,0,923,0,0,155,0,0,71,0,120,"$50,000 - $75,000",Generation X (39-54),White only,Good,5.5-6 feet,200-300,Graduated High School,,120,20,983,155,0,0,162
+,2022,2.02209E+13,5858,South,Texas,200000,"House, apartment, flat",1,1,5248023,74,Male,White only,Married - spouse present,"Native, born in United States",Very good,70,200,28.7,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),Has vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,130,0,0,0,0,540,0,0,760,0,0,10,0,0,"$150,000 and over",Silent (74-91),White only,Very good,5.5-6 feet,200-300,Master's or Doctoral Degree,,0,0,670,760,0,0,10
+,2022,2.02209E+13,5859,Midwest,Iowa,87500,"House, apartment, flat",1,1,7548865,62,Male,White only,Married - spouse present,"Native, born in United States",Very good,70,214,30.7,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,36,0,120,0,0,0,0,400,0,0,0,384,0,500,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Very good,5.5-6 feet,200-300,Graduated High School,,0,0,520,384,0,0,536
+,2022,2.02209E+13,5860,Northeast,Pennsylvania,200000,"House, apartment, flat",1,1,16523289,29,Male,White only,Never married,"Native, born in United States",Excellent,70,165,23.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,15,0,660,0,0,645,60,0,30,0,0,"$150,000 and over",Millennials (23-38),White only,Excellent,5.5-6 feet,160-180,Bachelor's Degree,,0,15,690,705,0,0,30
+,2022,2.02209E+13,5861,Midwest,Ohio,37500,"House, apartment, flat",1,1,7000781,73,Male,White only,Married - spouse present,"Native, born in United States",Good,67,157,24.6,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,3,30,0,0,60,0,962,0,0,375,0,0,10,0,0,"$30,000 - $50,000",Silent (74-91),White only,Good,5.5-6 feet,140-160,Graduated High School,,0,60,992,375,0,0,13
+,2022,2.02209E+13,5862,South,South Carolina,17500,Mobile home or trailer with no permanent room added,1,1,4697685,65,Female,Black only,Divorced,"Native, born in United States",Good,65,180,30,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,20,0,0,45,0,465,0,0,225,0,0,40,0,645,"$10,000 - $30,000",Boomers (55-73),Black only,Good,5-5.5 feet,180-200,Some College,,645,45,485,225,0,0,40
+,2022,2.02209E+13,5863,South,Alabama,27500,"House, apartment, flat",1,1,4625248,32,Male,White only,Never married,"Native, born in United States",Very good,73,180,23.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,120,0,0,0,745,0,0,55,0,0,7,0,483,"$10,000 - $30,000",Millennials (23-38),White only,Very good,6-6.5 feet,180-200,Bachelor's Degree,,483,0,775,55,120,0,7
+,2022,2.02209E+13,5864,Midwest,Ohio,17500,"House, apartment, flat",1,1,7040764,67,Male,White only,Widowed,"Native, born in United States",Good,70,220,31.6,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,60,0,0,0,0,300,60,0,280,0,0,20,720,0,"$10,000 - $30,000",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Associate Degree,,0,0,420,280,0,720,20
+,2022,2.02209E+13,5865,Northeast,Pennsylvania,87500,"House, apartment, flat",1,1,13663268,39,Female,White only,Married - spouse present,"Native, born in United States",Good,65,210,34.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,Has difficulty remembering,50,60,80,70,0,0,120,0,725,0,0,220,0,0,115,0,0,"$75,000 - $100,000",Generation X (39-54),White only,Good,5-5.5 feet,200-300,Bachelor's Degree,,0,120,795,220,0,0,305
+,2022,2.02209E+13,5866,South,Texas,32500,"House, apartment, flat",1,1,47008780,33,Male,White only,Married - spouse absent,"Foreign born, not a U.S. citizen",Good,66,150,24.2,9th grade,Ninth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,222,0,12,0,0,130,0,640,0,0,352,0,0,66,0,18,"$30,000 - $50,000",Millennials (23-38),White only,Good,5.5-6 feet,140-160,Some High School,,18,130,652,352,0,0,288
+,2022,2.02209E+13,5867,South,Texas,200000,"House, apartment, flat",1,1,21430378,32,Female,White only,Married - spouse present,"Native, born in United States",Good,67,209,32.7,High school graduate - GED,Ninth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,63,0,500,0,0,210,60,0,155,0,362,"$150,000 and over",Millennials (23-38),White only,Good,5.5-6 feet,200-300,Graduated High School,,362,63,590,270,0,0,155
+,2022,2.02209E+13,5868,Northeast,New Jersey,27500,"House, apartment, flat",1,1,8362990,56,Male,Asian only,Married - spouse absent,"Foreign born, not a U.S. citizen",Good,68,179,27.2,10th grade,Tenth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,45,65,0,0,230,0,780,0,0,265,0,0,55,0,0,"$10,000 - $30,000",Boomers (55-73),Asian only,Good,5.5-6 feet,160-180,Some High School,,0,230,845,265,0,0,100
+,2022,2.02209E+13,5869,Northeast,New York,17500,"House, apartment, flat",1,1,9834292,67,Female,White only,Widowed,"Native, born in United States",Good,67,9996,998,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,780,0,600,0,0,0,0,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Good,5.5-6 feet,>300,Graduated High School,,0,780,660,0,0,0,0
+,2022,2.02209E+13,5870,South,Alabama,22500,"House, apartment, flat",1,1,9086561,51,Female,White only,Separated,"Native, born in United States",Excellent,64,160,27.5,Some college but no degree,College--four years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,135,0,0,10,0,0,140,0,510,0,0,75,0,0,60,0,510,"$10,000 - $30,000",Generation X (39-54),White only,Excellent,5-5.5 feet,160-180,Some College,,510,140,520,75,0,0,195
+,2022,2.02209E+13,5871,Midwest,Indiana,22500,"House, apartment, flat",1,1,4805516,63,Female,White only,Divorced,"Native, born in United States",Good,62,139,25.4,Some college but no degree,College--one year,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,215,0,700,0,0,345,0,0,90,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Good,5-5.5 feet,120-140,Some College,,0,215,790,345,0,0,90
+,2022,2.02209E+13,5872,Northeast,Massachusetts,45000,"House, apartment, flat",1,1,5136579,26,Female,Black only,Never married,"Native, born in United States",Refused,,9996,998,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,95,0,765,0,0,535,0,0,0,0,0,"$30,000 - $50,000",Millennials (23-38),Black only,"Other (Refused, Dont know, NIU)",,>300,Master's or Doctoral Degree,,0,95,810,535,0,0,0
+,2022,2.02209E+13,5873,West,California,67500,"House, apartment, flat",1,1,6938755,60,Female,"American Indian, Alaskan Native",Married - spouse present,"Native, born in United States",Fair,61,190,35.9,Associate degree - academic program,College--two years,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,120,60,0,0,50,0,600,0,0,565,0,0,45,0,0,"$50,000 - $75,000",Boomers (55-73),"American Indian, Alaskan Native",Fair,5-5.5 feet,180-200,Associate Degree,,0,50,660,565,0,0,165
+,2022,2.02209E+13,5874,South,Maryland,13750,"House, apartment, flat",1,1,4293028,64,Female,Black only,Never married,"Native, born in United States",Fair,70,250,35.9,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,Has difficulty remembering,0,0,0,30,0,0,30,0,710,0,0,670,0,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),Black only,Fair,5.5-6 feet,200-300,Some College,,0,30,740,670,0,0,0
+,2022,2.02209E+13,5875,South,South Carolina,87500,"House, apartment, flat",1,1,2954964,77,Female,White only,Divorced,"Native, born in United States",Fair,66,148,23.9,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,20,30,0,0,60,0,600,0,0,710,0,0,20,0,0,"$75,000 - $100,000",Silent (74-91),White only,Fair,5.5-6 feet,140-160,Some College,,0,60,630,710,0,0,40
+,2022,2.02209E+13,5876,South,South Carolina,67500,"House, apartment, flat",1,1,8589931,33,Male,White only,Never married,"Native, born in United States",Very good,69,215,31.7,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,15,0,0,100,0,685,0,0,630,0,0,10,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Very good,5.5-6 feet,200-300,Graduated High School,,0,100,700,630,0,0,10
+,2022,2.02209E+13,5877,South,Oklahoma,67500,"House, apartment, flat",1,1,3129015,77,Female,White only,Widowed,"Native, born in United States",Very good,61,120,22.7,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,15,0,60,0,0,32,0,690,0,60,465,0,0,8,0,0,"$50,000 - $75,000",Silent (74-91),White only,Very good,5-5.5 feet,120-140,Master's or Doctoral Degree,,0,32,750,525,0,0,23
+,2022,2.02209E+13,5878,Midwest,Michigan,45000,"House, apartment, flat",1,1,9072247,66,Female,White only,Divorced,"Native, born in United States",Excellent,60,130,25.4,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,510,0,570,0,0,180,120,0,0,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Excellent,5-5.5 feet,120-140,Graduated High School,,0,510,630,300,0,0,0
+,2022,2.02209E+13,5879,South,Florida,87500,"House, apartment, flat",1,1,8004756,67,Female,Black only,Married - spouse present,"Native, born in United States",Good,63,203,36,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,75,0,0,90,0,735,0,0,540,0,0,0,0,0,"$75,000 - $100,000",Boomers (55-73),Black only,Good,5-5.5 feet,200-300,Graduated High School,,0,90,810,540,0,0,0
+,2022,2.02209E+13,5880,South,Texas,125000,"House, apartment, flat",1,1,23603521,29,Male,White only,Married - spouse present,"Native, born in United States",Very good,71,185,25.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,15,0,0,30,0,465,0,0,150,0,0,105,0,675,"$100,000 - $150,000",Millennials (23-38),White only,Very good,5.5-6 feet,180-200,Bachelor's Degree,,675,30,480,150,0,0,105
+,2022,2.02209E+13,5881,Midwest,Michigan,125000,"House, apartment, flat",1,1,15970709,36,Female,White only,Married - spouse present,"Native, born in United States",Very good,63,115,20.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,172,0,8,85,0,0,48,0,460,0,0,90,0,0,77,0,440,"$100,000 - $150,000",Millennials (23-38),White only,Very good,5-5.5 feet,100-120,Bachelor's Degree,,440,48,545,90,0,0,257
+,2022,2.02209E+13,5882,South,Texas,37500,"House, apartment, flat",1,1,4118081,59,Female,White only,Divorced,"Foreign born, U.S. citizen by naturalization",Good,64,168,28.8,Associate degree - academic program,College--three years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,205,50,0,0,40,0,650,0,195,115,0,0,185,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Good,5-5.5 feet,160-180,Associate Degree,,0,40,700,310,0,0,390
+,2022,2.02209E+13,5883,South,Texas,200000,"House, apartment, flat",1,1,11684597,32,Male,Asian only,Married - spouse present,"Foreign born, not a U.S. citizen",Very good,75,187,23.4,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,20,30,0,0,180,0,900,0,0,250,0,0,60,0,0,"$150,000 and over",Millennials (23-38),Asian only,Very good,6-6.5 feet,180-200,Master's or Doctoral Degree,,0,180,930,250,0,0,80
+,2022,2.02209E+13,5884,West,Colorado,8750,"House, apartment, flat",1,1,8212529,41,Female,White only,Never married,"Native, born in United States",Fair,65,210,34.9,10th grade,Tenth grade,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,5,0,0,1,0,740,0,0,454,0,240,0,0,0,"Less than $10,000",Generation X (39-54),White only,Fair,5-5.5 feet,200-300,Some High School,,0,1,745,454,0,0,240
+,2022,2.02209E+13,5885,South,Mississippi,55000,"House, apartment, flat",1,1,4783666,73,Female,White only,Divorced,"Native, born in United States",Very good,68,179,27.2,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,90,120,0,0,280,0,500,0,0,270,0,0,180,0,0,"$50,000 - $75,000",Silent (74-91),White only,Very good,5.5-6 feet,160-180,Associate Degree,,0,280,620,270,0,0,270
+,2022,2.02209E+13,5886,South,Georgia,55000,"House, apartment, flat",1,1,9320543,56,Female,Black only,Never married,"Native, born in United States",Good,66,150,24.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,90,0,0,0,0,435,0,0,120,0,0,60,0,675,"$50,000 - $75,000",Boomers (55-73),Black only,Good,5.5-6 feet,140-160,Bachelor's Degree,,675,0,525,120,0,0,120
+,2022,2.02209E+13,5887,West,Colorado,200000,"House, apartment, flat",1,1,40902164,25,Male,White only,Never married,"Native, born in United States",Poor,76,285,34.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,120,30,0,0,10,0,700,0,0,510,0,0,70,0,0,"$150,000 and over",Millennials (23-38),White only,Poor,6-6.5 feet,200-300,Bachelor's Degree,,0,10,730,510,0,0,190
+,2022,2.02209E+13,5888,West,California,200000,"House, apartment, flat",1,1,15135206,52,Female,Black only,Married - spouse present,"Foreign born, not a U.S. citizen",Very good,60,114,22.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,1,0,0,20,0,0,14,0,690,0,0,685,0,0,30,0,0,"$150,000 and over",Generation X (39-54),Black only,Very good,5-5.5 feet,100-120,Bachelor's Degree,,0,14,710,685,0,0,31
+,2022,2.02209E+13,5889,Midwest,Illinois,87500,"House, apartment, flat",1,1,20410243,54,Female,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Good,69,195,28.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,160,0,470,0,0,245,0,0,35,0,470,"$75,000 - $100,000",Boomers (55-73),White only,Good,5.5-6 feet,180-200,Bachelor's Degree,,470,160,530,245,0,0,35
+,2022,2.02209E+13,5890,South,Alabama,125000,"House, apartment, flat",1,1,3589013,52,Male,Black only,Never married,"Native, born in United States",Good,74,240,30.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,190,0,590,0,0,600,0,0,0,0,0,"$100,000 - $150,000",Generation X (39-54),Black only,Good,6-6.5 feet,200-300,Bachelor's Degree,,0,190,650,600,0,0,0
+,2022,2.02209E+13,5891,South,Virginia,37500,"House, apartment, flat",1,1,18769056,80,Female,White only,Married - spouse present,"Native, born in United States",Poor,65,138,23,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,75,0,0,360,0,610,0,0,395,0,0,0,0,0,"$30,000 - $50,000",Silent (74-91),White only,Poor,5-5.5 feet,120-140,Graduated High School,,0,360,685,395,0,0,0
+,2022,2.02209E+13,5892,South,Tennessee,200000,"House, apartment, flat",1,1,3082555,65,Male,White only,Married - spouse present,"Native, born in United States",Good,71,300,41.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,5,0,65,90,0,0,160,0,640,0,60,215,0,0,155,30,0,"$150,000 and over",Boomers (55-73),White only,Good,5.5-6 feet,>300,Bachelor's Degree,,0,160,730,275,0,30,225
+,2022,2.02209E+13,5893,Northeast,Massachusetts,55000,"House, apartment, flat",1,1,7147857,80,Female,White only,Widowed,"Native, born in United States",Excellent,77,144,17.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,80,0,0,255,0,570,15,0,330,0,0,130,0,0,"$50,000 - $75,000",Silent (74-91),White only,Excellent,6-6.5 feet,140-160,Bachelor's Degree,,0,255,665,330,0,0,190
+,2022,2.02209E+13,5894,Midwest,Minnesota,87500,"House, apartment, flat",1,1,6765785,38,Female,Asian only,Married - spouse present,"Foreign born, not a U.S. citizen",Very good,63,135,23.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,15,0,0,70,0,0,550,0,645,0,0,160,0,0,0,0,0,"$75,000 - $100,000",Generation X (39-54),Asian only,Very good,5-5.5 feet,120-140,Bachelor's Degree,,0,550,715,160,0,0,15
+,2022,2.02209E+13,5895,West,Colorado,125000,"House, apartment, flat",1,1,12940030,56,Female,White only,Divorced,"Native, born in United States",Very good,62,120,21.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,0,0,485,0,0,180,90,0,40,0,555,"$100,000 - $150,000",Boomers (55-73),White only,Very good,5-5.5 feet,120-140,Bachelor's Degree,,555,0,545,270,0,0,40
+,2022,2.02209E+13,5896,Midwest,Ohio,67500,"House, apartment, flat",1,1,8690703,29,Female,White only,Married - spouse present,"Native, born in United States",Very good,60,135,26.4,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,95,0,0,75,110,0,150,0,550,0,130,160,30,0,80,60,0,"$50,000 - $75,000",Millennials (23-38),White only,Very good,5-5.5 feet,120-140,Some College,,0,150,625,320,110,60,175
+,2022,2.02209E+13,5897,South,Virginia,200000,"House, apartment, flat",1,1,88826013,16,Male,White only,Never married,"Native, born in United States",Excellent,74,155,19.9,9th grade,Ninth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,1,45,421,0,4,0,445,0,0,120,279,0,125,0,0,"$150,000 and over",Generation Z (7-22),White only,Excellent,6-6.5 feet,140-160,Some High School,,0,4,490,399,421,0,126
+,2022,2.02209E+13,5898,South,Texas,87500,"House, apartment, flat",1,1,5580210,76,Male,White only,Married - spouse present,"Native, born in United States",Very good,68,210,31.9,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,65,0,0,405,0,595,0,60,285,0,0,30,0,0,"$75,000 - $100,000",Silent (74-91),White only,Very good,5.5-6 feet,200-300,Master's or Doctoral Degree,,0,405,660,345,0,0,30
+,2022,2.02209E+13,5899,West,Utah,55000,"House, apartment, flat",1,1,8136938,71,Male,White only,Married - spouse present,"Native, born in United States",Excellent,70,166,23.8,Associate degree - academic program,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,200,0,525,0,0,160,90,0,0,0,435,"$50,000 - $75,000",Boomers (55-73),White only,Excellent,5.5-6 feet,160-180,Associate Degree,,435,200,555,250,0,0,0
+,2022,2.02209E+13,5900,Northeast,New York,27500,"House, apartment, flat",1,1,43734000,48,Male,Black only,Divorced,"Foreign born, not a U.S. citizen",Very good,69,180,26.6,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,35,0,0,40,0,585,0,5,295,0,0,30,0,450,"$10,000 - $30,000",Generation X (39-54),Black only,Very good,5.5-6 feet,180-200,Graduated High School,,450,40,620,300,0,0,30
+,2022,2.02209E+13,5901,West,Arizona,125000,"House, apartment, flat",1,1,6029605,49,Male,White only,Married - spouse present,"Native, born in United States",Good,72,235,31.9,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,20,0,0,20,0,495,0,0,835,40,0,30,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Good,6-6.5 feet,200-300,Master's or Doctoral Degree,,0,20,515,875,0,0,30
+,2022,2.02209E+13,5902,West,California,200000,"House, apartment, flat",1,1,6524858,72,Female,White only,Married - spouse present,"Native, born in United States",Good,64,165,28.3,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,60,0,90,0,0,120,0,660,0,0,510,0,0,0,0,0,"$150,000 and over",Boomers (55-73),White only,Good,5-5.5 feet,160-180,Master's or Doctoral Degree,,0,120,750,510,0,0,60
+,2022,2.02209E+13,5903,West,Oregon,125000,"House, apartment, flat",1,1,4920082,62,Male,White only,Married - spouse present,"Native, born in United States",Excellent,73,195,25.7,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,180,0,540,0,0,680,0,0,40,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Excellent,6-6.5 feet,180-200,Master's or Doctoral Degree,,0,180,540,680,0,0,40
+,2022,2.02209E+13,5904,West,Oregon,22500,"House, apartment, flat",1,1,2875935,80,Male,White only,Divorced,"Native, born in United States",NIU (Not in universe),,9999,999,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),Has vision difficulty,Has hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,90,0,0,30,0,1140,0,0,145,0,0,35,0,0,"$10,000 - $30,000",Silent (74-91),White only,"Other (Refused, Dont know, NIU)",,>300,Some College,,0,30,1230,145,0,0,35
+,2022,2.02209E+13,5905,South,Florida,67500,"House, apartment, flat",1,1,26807580,29,Female,White only,Married - spouse present,"Native, born in Puerto Rico or U.S. Outlying Area",Very good,63,119,21.1,Associate degree - occupational vocational,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,0,0,295,0,635,135,0,210,0,0,90,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Very good,5-5.5 feet,100-120,Associate Degree,,0,295,845,210,0,0,90
+,2022,2.02209E+13,5906,Northeast,New York,67500,"House, apartment, flat",1,1,5114493,78,Male,White only,Married - spouse present,"Native, born in United States",Very good,67,188,29.4,Associate degree - occupational vocational,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,100,0,0,30,0,510,0,0,340,120,60,70,0,0,"$50,000 - $75,000",Silent (74-91),White only,Very good,5.5-6 feet,180-200,Associate Degree,,0,30,610,460,0,0,160
+,2022,2.02209E+13,5907,South,Oklahoma,67500,"House, apartment, flat",1,1,12828852,49,Female,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Very good,62,141,25.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,180,120,0,0,60,0,630,0,150,0,0,0,300,0,0,"$50,000 - $75,000",Generation X (39-54),White only,Very good,5-5.5 feet,140-160,Bachelor's Degree,,0,60,750,150,0,0,480
+,2022,2.02209E+13,5908,West,Colorado,125000,"House, apartment, flat",1,1,5669002,65,Female,White only,Married - spouse present,"Native, born in United States",Excellent,67,160,25.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,60,90,0,0,210,0,710,0,30,305,0,30,5,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Excellent,5.5-6 feet,160-180,Bachelor's Degree,,0,210,800,335,0,0,95
+,2022,2.02209E+13,5909,South,Texas,87500,"House, apartment, flat",1,1,8035716,38,Male,White only,Separated,"Foreign born, U.S. citizen by naturalization",Good,67,165,25.8,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,360,0,85,0,0,0,0,713,0,2,10,0,0,150,0,120,"$75,000 - $100,000",Generation X (39-54),White only,Good,5.5-6 feet,160-180,Some College,,120,0,798,12,0,0,510
+,2022,2.02209E+13,5910,Midwest,Indiana,55000,"House, apartment, flat",1,1,21934024,51,Female,White only,Married - spouse present,"Native, born in United States",Fair,63,128,22.7,High school graduate - GED,Eleventh grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,5,15,0,0,135,0,690,0,0,80,0,0,60,0,455,"$50,000 - $75,000",Generation X (39-54),White only,Fair,5-5.5 feet,120-140,Graduated High School,,455,135,705,80,0,0,65
+,2022,2.02209E+13,5911,West,Oregon,200000,"House, apartment, flat",1,1,14474038,28,Male,White only,Never married,"Native, born in United States",Good,73,200,26.4,Some college but no degree,College--three years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,No physical difficulty,Has difficulty remembering,0,0,0,30,120,0,115,0,775,0,0,120,195,0,85,0,0,"$150,000 and over",Millennials (23-38),White only,Good,6-6.5 feet,200-300,Some College,,0,115,805,315,120,0,85
+,2022,2.02209E+13,5912,South,Florida,87500,"House, apartment, flat",1,1,5977692,35,Female,White only,Married - spouse present,"Native, born in United States",Good,66,215,34.7,High school graduate - GED,Eleventh grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,120,0,0,345,0,615,0,0,270,0,0,30,0,0,"$75,000 - $100,000",Millennials (23-38),White only,Good,5.5-6 feet,200-300,Graduated High School,,0,345,735,270,0,0,90
+,2022,2.02209E+13,5913,West,Colorado,22500,"House, apartment, flat",1,1,30985478,26,Female,White only,Never married,"Native, born in United States",Good,63,100,17.7,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,90,5,925,0,0,0,0,0,40,0,320,"$10,000 - $30,000",Millennials (23-38),White only,Good,5-5.5 feet,100-120,Graduated High School,,320,95,985,0,0,0,40
+,2022,2.02209E+13,5914,South,Louisiana,11250,"House, apartment, flat",1,1,3493416,78,Female,White only,Never married,"Native, born in United States",Fair,60,200,39.1,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,Has difficulty remembering,0,0,0,50,0,0,66,0,465,0,0,859,0,0,0,0,0,"$10,000 - $30,000",Silent (74-91),White only,Fair,5-5.5 feet,200-300,Some College,,0,66,515,859,0,0,0
+,2022,2.02209E+13,5915,Midwest,Michigan,87500,"House, apartment, flat",1,1,73454744,29,Female,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Very good,,153,998,5th or 6th grade,Fifth through sixth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,55,0,0,35,0,0,120,0,615,0,0,80,0,0,110,0,425,"$75,000 - $100,000",Millennials (23-38),White only,Very good,,140-160,Middle School or Less,,425,120,650,80,0,0,165
+,2022,2.02209E+13,5916,South,Maryland,125000,"House, apartment, flat",1,1,20027971,43,Female,White only,Never married,"Native, born in United States",Good,70,155,22.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,55,0,0,30,0,615,0,0,180,0,0,20,0,540,"$100,000 - $150,000",Generation X (39-54),White only,Good,5.5-6 feet,140-160,Bachelor's Degree,,540,30,670,180,0,0,20
+,2022,2.02209E+13,5917,South,Texas,200000,"House, apartment, flat",1,1,5277423,44,Male,Asian only,Divorced,"Foreign born, not a U.S. citizen",Good,68,165,25.1,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,65,0,30,60,0,0,30,0,370,0,0,240,0,0,95,0,550,"$150,000 and over",Generation X (39-54),Asian only,Good,5.5-6 feet,160-180,Master's or Doctoral Degree,,550,30,430,240,0,0,190
+,2022,2.02209E+13,5918,West,California,55000,"House, apartment, flat",1,1,7468609,63,Male,White only,Never married,"Native, born in United States",Very good,69,180,26.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,50,0,395,0,0,310,0,0,55,0,510,"$50,000 - $75,000",Boomers (55-73),White only,Very good,5.5-6 feet,180-200,Bachelor's Degree,,510,50,440,310,0,0,55
+,2022,2.02209E+13,5919,Northeast,New Jersey,200000,"House, apartment, flat",1,1,10020944,44,Female,White only,Married - spouse present,"Native, born in United States",Very good,64,155,26.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,250,0,0,135,0,0,30,0,630,0,0,315,0,0,80,0,0,"$150,000 and over",Generation X (39-54),White only,Very good,5-5.5 feet,140-160,Bachelor's Degree,,0,30,765,315,0,0,330
+,2022,2.02209E+13,5920,Midwest,Missouri,45000,"House, apartment, flat",1,1,11392212,31,Female,White only,Never married,"Native, born in United States",Very good,69,134,19.8,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,Has mobility limitation,No physical difficulty,No difficulty remembering,0,0,5,60,0,0,435,0,510,0,0,420,0,0,10,0,0,"$30,000 - $50,000",Millennials (23-38),White only,Very good,5.5-6 feet,120-140,Graduated High School,,0,435,570,420,0,0,15
+,2022,2.02209E+13,5921,Midwest,Wisconsin,200000,"House, apartment, flat",1,1,4347412,39,Female,White only,Married - spouse present,"Native, born in United States",Very good,65,183,30.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,90,0,0,115,0,0,90,0,630,0,0,200,0,0,85,130,100,"$150,000 and over",Generation X (39-54),White only,Very good,5-5.5 feet,180-200,Bachelor's Degree,,100,90,745,200,0,130,175
+,2022,2.02209E+13,5922,South,Maryland,37500,"House, apartment, flat",1,1,5521263,79,Female,White only,Divorced,"Native, born in United States",NIU (Not in universe),,9999,998,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,30,0,0,45,0,675,0,0,660,0,0,0,0,0,"$30,000 - $50,000",Silent (74-91),White only,"Other (Refused, Dont know, NIU)",,>300,Graduated High School,,0,45,705,660,0,0,30
+,2022,2.02209E+13,5923,Northeast,Massachusetts,45000,"House, apartment, flat",1,1,10499358,60,Male,White only,Divorced,"Native, born in United States",Good,67,243,38.1,High school graduate - diploma,Twelfth grade,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,273,0,0,0,0,490,0,0,630,0,0,47,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Graduated High School,,0,0,763,630,0,0,47
+,2022,2.02209E+13,5924,Northeast,Connecticut,200000,"House, apartment, flat",1,1,6383759,60,Male,White only,Divorced,"Foreign born, not a U.S. citizen",Very good,70,155,22.2,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,70,0,0,185,0,570,0,0,105,0,0,0,0,510,"$150,000 and over",Boomers (55-73),White only,Very good,5.5-6 feet,140-160,Some College,,510,185,640,105,0,0,0
+,2022,2.02209E+13,5925,Northeast,Pennsylvania,11250,"House, apartment, flat",1,1,4261877,71,Female,White only,Divorced,"Native, born in United States",Very good,62,110,20.1,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,55,0,0,252,0,735,0,0,398,0,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Very good,5-5.5 feet,100-120,Master's or Doctoral Degree,,0,252,790,398,0,0,0
+,2022,2.02209E+13,5926,South,Maryland,87500,"House, apartment, flat",1,1,12854040,35,Male,White-Black-Asian,Married - spouse present,"Native, born in United States",Good,67,151,23.6,5th or 6th grade,Fifth through sixth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,60,0,0,80,0,675,0,0,520,30,0,20,0,0,"$75,000 - $100,000",Millennials (23-38),Mixed,Good,5.5-6 feet,140-160,Middle School or Less,,0,80,735,550,0,0,30
+,2022,2.02209E+13,5927,South,Maryland,200000,"House, apartment, flat",1,1,83236242,19,Male,Asian only,Never married,"Native, born in United States",Very good,68,150,22.8,Some college but no degree,Twelfth grade,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,555,0,0,0,750,0,0,30,0,0,45,0,0,"$150,000 and over",Generation Z (7-22),Asian only,Very good,5.5-6 feet,140-160,Some College,,0,0,810,30,555,0,45
+,2022,2.02209E+13,5928,Midwest,Iowa,200000,"House, apartment, flat",1,1,11720456,43,Female,White only,Married - spouse present,"Native, born in United States",Good,65,180,30,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,83,0,0,15,90,0,5,0,395,0,0,15,0,0,157,0,680,"$150,000 and over",Generation X (39-54),White only,Good,5-5.5 feet,180-200,Master's or Doctoral Degree,,680,5,410,15,90,0,240
+,2022,2.02209E+13,5929,Northeast,Pennsylvania,125000,"House, apartment, flat",1,1,5699609,72,Female,White only,Married - spouse present,"Native, born in United States",Very good,64,115,19.7,Associate degree - occupational vocational,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,70,165,0,0,295,0,615,0,0,195,60,0,40,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Very good,5-5.5 feet,100-120,Associate Degree,,0,295,780,255,0,0,110
+,2022,2.02209E+13,5930,Northeast,New York,67500,"House, apartment, flat",1,1,4648756,68,Female,Black only,Never married,"Native, born in United States",Good,64,168,28.8,Some college but no degree,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,85,0,0,0,0,660,0,210,405,0,0,35,45,0,"$50,000 - $75,000",Boomers (55-73),Black only,Good,5-5.5 feet,160-180,Some College,,0,0,745,615,0,45,35
+,2022,2.02209E+13,5931,West,California,55000,"House, apartment, flat",1,1,3671739,79,Female,White only,Widowed,"Native, born in United States",Excellent,59,107,21.6,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,420,0,450,91,0,274,0,0,40,0,0,"$50,000 - $75,000",Silent (74-91),White only,Excellent,0-5 feet,100-120,Associate Degree,,0,420,586,274,0,0,40
+,2022,2.02209E+13,5932,Midwest,Missouri,87500,"House, apartment, flat",1,1,10235822,42,Male,White only,Never married,"Native, born in United States",Very good,66,157,25.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,20,195,0,0,30,0,585,0,205,304,45,0,56,0,0,"$75,000 - $100,000",Generation X (39-54),White only,Very good,5.5-6 feet,140-160,Bachelor's Degree,,0,30,780,554,0,0,76
+,2022,2.02209E+13,5933,Midwest,Indiana,87500,"House, apartment, flat",1,1,10230966,49,Female,White only,Married - spouse present,"Native, born in United States",Good,67,135,21.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,45,0,10,30,0,0,40,0,500,0,0,195,0,0,130,0,490,"$75,000 - $100,000",Generation X (39-54),White only,Good,5.5-6 feet,120-140,Bachelor's Degree,,490,40,530,195,0,0,185
+,2022,2.02209E+13,5934,Midwest,Missouri,125000,"House, apartment, flat",1,1,5184104,43,Female,Black only,Divorced,"Native, born in United States",Good,67,230,36,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,40,150,0,72,0,785,0,0,303,0,90,0,0,0,"$100,000 - $150,000",Generation X (39-54),Black only,Good,5.5-6 feet,200-300,Bachelor's Degree,,0,72,825,303,150,0,90
+,2022,2.02209E+13,5935,Midwest,Wisconsin,8750,Mobile home or trailer with no permanent room added,1,1,10610266,56,Male,White only,Never married,"Native, born in United States",Good,67,145,22.7,Associate degree - occupational vocational,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,17,0,0,643,0,600,0,0,180,0,0,0,0,0,"Less than $10,000",Boomers (55-73),White only,Good,5.5-6 feet,140-160,Associate Degree,,0,643,617,180,0,0,0
+,2022,2.02209E+13,5936,Northeast,New York,67500,"House, apartment, flat",1,1,7047814,51,Female,Black-Asian,Never married,"Foreign born, U.S. citizen by naturalization",Good,62,155,28.3,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,30,0,0,0,0,390,0,470,0,0,490,0,0,0,0,60,"$50,000 - $75,000",Generation X (39-54),Mixed,Good,5-5.5 feet,140-160,Master's or Doctoral Degree,,60,390,470,490,0,0,30
+,2022,2.02209E+13,5937,West,California,200000,"House, apartment, flat",1,1,16928743,35,Female,Asian only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Good,61,135,25.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,140,0,0,35,0,0,80,0,510,0,0,163,0,0,32,0,480,"$150,000 and over",Millennials (23-38),Asian only,Good,5-5.5 feet,120-140,Bachelor's Degree,,480,80,545,163,0,0,172
+,2022,2.02209E+13,5938,West,Utah,125000,Mobile home or trailer with 1 or more rooms added,1,1,9384002,35,Female,White only,Married - spouse present,"Native, born in United States",Good,65,223,37.1,Some college but no degree,College--two years,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,3,350,15,20,0,0,30,0,570,0,0,295,0,0,157,0,0,"$100,000 - $150,000",Millennials (23-38),White only,Good,5-5.5 feet,200-300,Some College,,0,30,590,295,0,0,525
+,2022,2.02209E+13,5939,South,Florida,32500,"House, apartment, flat",1,1,7827545,46,Female,Black only,Never married,"Native, born in United States",Very good,66,180,29,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,67,0,0,60,0,0,105,0,498,0,0,120,0,0,105,0,485,"$30,000 - $50,000",Generation X (39-54),Black only,Very good,5.5-6 feet,180-200,Some College,,485,105,558,120,0,0,172
+,2022,2.02209E+13,5940,South,Georgia,2500,"House, apartment, flat",1,1,12994011,80,Female,White only,Widowed,"Native, born in United States",Good,64,170,29.2,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),Has vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,50,0,0,240,0,600,0,0,550,0,0,0,0,0,"Less than $10,000",Silent (74-91),White only,Good,5-5.5 feet,160-180,Graduated High School,,0,240,650,550,0,0,0
+,2022,2.02209E+13,5941,West,Colorado,67500,"House, apartment, flat",1,1,6094125,65,Female,White only,Married - spouse present,"Native, born in United States",Very good,63,126,22.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,25,45,0,0,60,0,480,0,0,660,0,0,170,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Very good,5-5.5 feet,120-140,Bachelor's Degree,,0,60,525,660,0,0,195
+,2022,2.02209E+13,5942,South,Maryland,125000,"House, apartment, flat",1,1,15613121,57,Male,White only,Divorced,"Foreign born, U.S. citizen by naturalization",Fair,71,220,30.7,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,15,30,0,0,0,0,640,0,0,180,0,0,30,0,545,"$100,000 - $150,000",Boomers (55-73),White only,Fair,5.5-6 feet,200-300,Master's or Doctoral Degree,,545,0,670,180,0,0,45
+,2022,2.02209E+13,5943,Northeast,Massachusetts,87500,"House, apartment, flat",1,1,14782488,33,Male,White only,Never married,"Native, born in United States",Very good,67,145,22.7,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,255,0,0,0,0,660,0,0,60,0,0,60,0,405,"$75,000 - $100,000",Millennials (23-38),White only,Very good,5.5-6 feet,140-160,Master's or Doctoral Degree,,405,0,915,60,0,0,60
+,2022,2.02209E+13,5944,South,Oklahoma,87500,"House, apartment, flat",1,1,6774311,69,Male,White only,Married - spouse present,"Native, born in United States",Fair,71,175,24.4,Associate degree - occupational vocational,College--two years,Not in labor force,NIU (Not in universe),Has vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,60,0,0,120,0,720,80,0,295,0,0,135,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Fair,5.5-6 feet,160-180,Associate Degree,,0,120,860,295,0,0,165
+,2022,2.02209E+13,5945,Northeast,New Jersey,125000,"House, apartment, flat",1,1,9712892,66,Male,White only,Married - spouse present,"Native, born in United States",Fair,72,230,31.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,120,135,0,0,20,0,685,70,0,210,0,0,200,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Fair,6-6.5 feet,200-300,Bachelor's Degree,,0,20,890,210,0,0,320
+,2022,2.02209E+13,5946,South,South Carolina,87500,"House, apartment, flat",1,1,12825880,59,Female,Black only,Married - spouse present,"Native, born in United States",Very good,66,9996,998,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,0,0,10,0,560,0,0,235,0,0,40,0,520,"$75,000 - $100,000",Boomers (55-73),Black only,Very good,5.5-6 feet,>300,Some College,,520,10,635,235,0,0,40
+,2022,2.02209E+13,5947,Northeast,Pennsylvania,200000,"House, apartment, flat",1,1,6211530,59,Male,White only,Married - spouse present,"Native, born in United States",Very good,70,195,28,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,100,0,0,125,0,600,0,0,165,90,0,0,0,360,"$150,000 and over",Boomers (55-73),White only,Very good,5.5-6 feet,180-200,Master's or Doctoral Degree,,360,125,700,255,0,0,0
+,2022,2.02209E+13,5948,Midwest,Missouri,125000,"House, apartment, flat",1,1,18335269,48,Female,Asian only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Fair,64,188,32.3,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,30,0,40,105,0,0,150,0,925,120,0,0,0,0,70,0,0,"$100,000 - $150,000",Generation X (39-54),Asian only,Fair,5-5.5 feet,180-200,Master's or Doctoral Degree,,0,150,1150,0,0,0,140
+,2022,2.02209E+13,5949,Midwest,Ohio,67500,"House, apartment, flat",1,1,2605027,49,Female,White only,Divorced,"Native, born in United States",Good,61,185,35,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,35,0,0,15,0,0,0,0,505,0,0,45,0,0,210,0,630,"$50,000 - $75,000",Generation X (39-54),White only,Good,5-5.5 feet,180-200,Master's or Doctoral Degree,,630,0,520,45,0,0,245
+,2022,2.02209E+13,5950,South,Texas,55000,"House, apartment, flat",1,1,12782481,64,Male,White only,Married - spouse present,"Native, born in United States",Fair,60,200,39.1,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,90,0,0,0,0,780,0,0,570,0,0,0,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Fair,5-5.5 feet,200-300,Some College,,0,0,870,570,0,0,0
+,2022,2.02209E+13,5951,Northeast,New Jersey,200000,"House, apartment, flat",1,1,6687430,31,Female,Asian only,Married - spouse present,"Foreign born, not a U.S. citizen",Very good,65,9994,998,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,260,0,90,75,0,0,100,0,720,0,0,165,0,0,30,0,0,"$150,000 and over",Millennials (23-38),Asian only,Very good,5-5.5 feet,>300,Bachelor's Degree,,0,100,795,165,0,0,380
+,2022,2.02209E+13,5952,Midwest,South Dakota,125000,"House, apartment, flat",1,1,12818431,79,Male,White only,Married - spouse present,"Native, born in United States",Fair,67,225,35.2,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,250,0,0,12,0,670,0,0,483,5,0,20,0,0,"$100,000 - $150,000",Silent (74-91),White only,Fair,5.5-6 feet,200-300,Some College,,0,12,920,488,0,0,20
+,2022,2.02209E+13,5953,Midwest,Iowa,11250,"House, apartment, flat",1,1,25898404,80,Male,White only,Married - spouse present,"Native, born in United States",Good,68,240,36.5,High school graduate - GED,Tenth grade,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,130,0,470,0,0,690,0,60,0,0,0,"$10,000 - $30,000",Silent (74-91),White only,Good,5.5-6 feet,200-300,Graduated High School,,0,130,560,690,0,0,60
+,2022,2.02209E+13,5954,West,Idaho,87500,"House, apartment, flat",1,1,5669387,67,Female,White only,Never married,"Native, born in United States",NIU (Not in universe),,9999,999,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,150,0,0,150,0,480,0,0,360,60,0,180,0,0,"$75,000 - $100,000",Boomers (55-73),White only,"Other (Refused, Dont know, NIU)",,>300,Bachelor's Degree,,0,150,630,420,0,0,240
+,2022,2.02209E+13,5955,West,Utah,55000,"House, apartment, flat",1,1,28390847,23,Female,White only,Never married,"Native, born in United States",Fair,63,250,44.3,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,0,0,695,0,430,0,0,210,0,0,30,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Fair,5-5.5 feet,200-300,Graduated High School,,0,695,505,210,0,0,30
+,2022,2.02209E+13,5956,South,Texas,200000,"House, apartment, flat",1,1,5147068,46,Female,Asian only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Good,68,120,18.2,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,300,0,0,300,0,630,0,0,210,0,0,0,0,0,"$150,000 and over",Generation X (39-54),Asian only,Good,5.5-6 feet,120-140,Master's or Doctoral Degree,,0,300,930,210,0,0,0
+,2022,2.02209E+13,5957,South,South Carolina,125000,"House, apartment, flat",1,1,7410381,41,Female,White only,Married - spouse present,"Native, born in United States",Very good,62,170,31.1,Associate degree - academic program,College--two years,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,285,0,660,0,0,465,0,0,0,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Very good,5-5.5 feet,160-180,Associate Degree,,0,285,690,465,0,0,0
+,2022,2.02209E+13,5958,Northeast,Connecticut,125000,"House, apartment, flat",1,1,14852122,57,Female,White only,Divorced,"Native, born in United States",Excellent,68,155,23.6,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,20,30,0,0,15,0,480,0,0,110,0,30,95,0,660,"$100,000 - $150,000",Boomers (55-73),White only,Excellent,5.5-6 feet,140-160,Master's or Doctoral Degree,,660,15,510,110,0,0,145
+,2022,2.02209E+13,5959,Northeast,Connecticut,200000,"House, apartment, flat",1,1,14267712,65,Male,White only,Married - spouse present,"Native, born in United States",Very good,72,178,24.1,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,45,130,0,0,266,0,550,0,0,309,0,60,80,0,0,"$150,000 and over",Boomers (55-73),White only,Very good,6-6.5 feet,160-180,Graduated High School,,0,266,680,309,0,0,185
+,2022,2.02209E+13,5960,South,Alabama,67500,"House, apartment, flat",1,1,2715972,70,Male,White only,Widowed,"Native, born in United States",Good,72,180,24.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,0,0,0,0,0,615,0,0,460,290,0,65,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Good,6-6.5 feet,180-200,Bachelor's Degree,,0,0,615,750,0,0,75
+,2022,2.02209E+13,5961,Midwest,Wisconsin,32500,"House, apartment, flat",1,1,12348124,62,Female,White only,Divorced,"Native, born in United States",Poor,65,120,20,Associate degree - occupational vocational,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,No difficulty remembering,0,0,35,30,0,0,266,0,585,20,0,288,0,0,42,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Poor,5-5.5 feet,120-140,Associate Degree,,0,266,635,288,0,0,77
+,2022,2.02209E+13,5962,West,California,87500,"House, apartment, flat",1,1,6574775,32,Male,White only,Divorced,"Native, born in United States",Excellent,73,280,36.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,Has difficulty remembering,0,2,0,75,0,0,17,0,560,0,0,191,0,0,226,0,369,"$75,000 - $100,000",Millennials (23-38),White only,Excellent,6-6.5 feet,200-300,Bachelor's Degree,,369,17,635,191,0,0,228
+,2022,2.02209E+13,5963,West,California,200000,"House, apartment, flat",1,1,6602452,44,Male,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Good,68,175,26.6,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,0,0,900,0,0,480,0,0,0,0,0,"$150,000 and over",Generation X (39-54),White only,Good,5.5-6 feet,160-180,Associate Degree,,0,0,960,480,0,0,0
+,2022,2.02209E+13,5964,Midwest,Ohio,55000,"House, apartment, flat",1,1,20820586,74,Male,White only,Married - spouse present,"Native, born in United States",Fair,70,185,26.5,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),Has vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,75,0,0,290,0,450,0,0,555,0,0,0,0,0,"$50,000 - $75,000",Silent (74-91),White only,Fair,5.5-6 feet,180-200,Graduated High School,,0,290,525,555,0,0,0
+,2022,2.02209E+13,5965,West,Washington,200000,"House, apartment, flat",1,1,18821691,45,Female,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Good,61,130,24.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,310,0,60,35,0,0,165,0,530,60,50,67,0,15,115,0,0,"$150,000 and over",Generation X (39-54),White only,Good,5-5.5 feet,120-140,Bachelor's Degree,,0,165,625,117,0,0,500
+,2022,2.02209E+13,5966,West,Washington,67500,"House, apartment, flat",1,1,25949495,80,Female,White only,Married - spouse present,"Native, born in United States",Good,59,178,35.9,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,150,0,0,431,0,495,5,0,319,0,5,35,0,0,"$50,000 - $75,000",Silent (74-91),White only,Good,0-5 feet,160-180,Graduated High School,,0,431,650,319,0,0,40
+,2022,2.02209E+13,5967,South,Georgia,37500,"House, apartment, flat",1,1,11338326,34,Female,White only,Widowed,"Foreign born, not a U.S. citizen",Good,60,203,39.6,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,70,0,0,20,0,540,0,0,130,0,0,48,0,632,"$30,000 - $50,000",Millennials (23-38),White only,Good,5-5.5 feet,200-300,Graduated High School,,632,20,610,130,0,0,48
+,2022,2.02209E+13,5968,South,North Carolina,125000,"House, apartment, flat",1,1,6958881,30,Female,White only,Married - spouse present,"Native, born in United States",Excellent,66,115,18.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,0,0,780,0,0,0,0,0,0,120,480,"$100,000 - $150,000",Millennials (23-38),White only,Excellent,5.5-6 feet,100-120,Bachelor's Degree,,480,0,840,0,0,120,0
+,2022,2.02209E+13,5969,Midwest,Michigan,67500,"House, apartment, flat",1,1,32774525,47,Female,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Very good,63,140,24.8,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,35,0,60,60,0,0,215,0,495,0,0,65,0,0,150,0,300,"$50,000 - $75,000",Generation X (39-54),White only,Very good,5-5.5 feet,140-160,Master's or Doctoral Degree,,300,215,555,65,0,0,245
+,2022,2.02209E+13,5970,South,Kentucky,87500,"House, apartment, flat",1,1,20360240,78,Male,White only,Married - spouse present,"Native, born in United States",Poor,68,180,27.4,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,100,0,0,0,0,600,0,0,700,0,0,40,0,0,"$75,000 - $100,000",Silent (74-91),White only,Poor,5.5-6 feet,180-200,Master's or Doctoral Degree,,0,0,700,700,0,0,40
+,2022,2.02209E+13,5971,South,Georgia,27500,"House, apartment, flat",1,1,7192041,57,Male,Black only,Married - spouse absent,"Native, born in United States",Good,68,200,30.4,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,65,0,0,45,0,550,0,0,120,60,0,90,0,510,"$10,000 - $30,000",Boomers (55-73),Black only,Good,5.5-6 feet,200-300,Graduated High School,,510,45,615,180,0,0,90
+,2022,2.02209E+13,5972,West,Oregon,200000,"House, apartment, flat",1,1,4057020,67,Female,White only,Married - spouse present,"Native, born in United States",Very good,67,132,20.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,15,90,0,0,260,0,615,0,0,360,0,0,40,0,0,"$150,000 and over",Boomers (55-73),White only,Very good,5.5-6 feet,120-140,Bachelor's Degree,,0,260,705,360,0,0,55
+,2022,2.02209E+13,5973,Midwest,Minnesota,125000,"House, apartment, flat",1,1,8186482,44,Female,White only,Married - spouse present,"Native, born in United States",Very good,63,130,23,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,75,25,30,90,0,0,105,0,510,0,0,450,0,0,155,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Very good,5-5.5 feet,120-140,Master's or Doctoral Degree,,0,105,600,450,0,0,285
+,2022,2.02209E+13,5974,South,Texas,200000,"House, apartment, flat",1,1,6073409,50,Female,White only,Married - spouse present,"Native, born in United States",Good,61,160,30.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,195,0,10,115,0,0,65,0,644,0,0,340,0,0,71,0,0,"$150,000 and over",Generation X (39-54),White only,Good,5-5.5 feet,160-180,Bachelor's Degree,,0,65,759,340,0,0,276
+,2022,2.02209E+13,5975,South,Texas,125000,"House, apartment, flat",1,1,14483210,61,Female,Black only,Married - spouse present,"Native, born in United States",Very good,64,181,31.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,220,0,0,0,0,0,655,0,0,460,0,0,105,0,0,"$100,000 - $150,000",Boomers (55-73),Black only,Very good,5-5.5 feet,180-200,Bachelor's Degree,,0,0,655,460,0,0,325
+,2022,2.02209E+13,5976,South,Arkansas,87500,"House, apartment, flat",1,1,7868044,64,Female,White only,Divorced,"Native, born in United States",Very good,60,123,24,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,15,0,0,0,0,0,520,0,0,170,0,0,40,60,635,"$75,000 - $100,000",Boomers (55-73),White only,Very good,5-5.5 feet,120-140,Bachelor's Degree,,635,0,520,170,0,60,55
+,2022,2.02209E+13,5977,Northeast,New Hampshire,125000,"House, apartment, flat",1,1,10759408,35,Female,White only,Married - spouse present,"Native, born in United States",Very good,66,160,25.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,250,0,0,60,0,0,205,0,520,0,0,335,0,0,40,0,30,"$100,000 - $150,000",Millennials (23-38),White only,Very good,5.5-6 feet,160-180,Bachelor's Degree,,30,205,580,335,0,0,290
+,2022,2.02209E+13,5978,West,Washington,200000,"House, apartment, flat",1,1,14275515,53,Male,White only,Married - spouse present,"Native, born in United States",Very good,73,180,23.7,High school graduate - diploma,Twelfth grade,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,15,100,0,0,140,0,770,0,0,160,0,0,255,0,0,"$150,000 and over",Generation X (39-54),White only,Very good,6-6.5 feet,180-200,Graduated High School,,0,140,870,160,0,0,270
+,2022,2.02209E+13,5979,West,Colorado,67500,"House, apartment, flat",1,1,6814340,37,Male,White only,Never married,"Native, born in United States",Very good,72,170,23.1,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,180,0,0,110,0,0,130,0,170,0,0,180,0,0,50,0,620,"$50,000 - $75,000",Millennials (23-38),White only,Very good,6-6.5 feet,160-180,Some College,,620,130,280,180,0,0,230
+,2022,2.02209E+13,5980,Midwest,Minnesota,67500,"House, apartment, flat",1,1,6082210,55,Male,White only,Married - spouse present,"Native, born abroad of American parent or parents",Very good,72,212,28.7,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,60,0,550,0,90,485,0,0,75,0,60,"$50,000 - $75,000",Boomers (55-73),White only,Very good,6-6.5 feet,200-300,Associate Degree,,60,60,670,575,0,0,75
+,2022,2.02209E+13,5981,Northeast,New York,200000,"House, apartment, flat",1,1,7873577,47,Female,White only,Married - spouse present,"Native, born in United States",Very good,62,180,32.9,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,20,0,100,50,0,0,380,0,561,0,0,218,0,35,46,0,30,"$150,000 and over",Generation X (39-54),White only,Very good,5-5.5 feet,180-200,Master's or Doctoral Degree,,30,380,611,218,0,0,201
+,2022,2.02209E+13,5982,Midwest,Illinois,87500,"House, apartment, flat",1,1,13123946,73,Female,White only,Divorced,"Native, born in United States",Excellent,67,160,25.1,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,530,0,510,0,15,325,0,0,0,0,0,"$75,000 - $100,000",Silent (74-91),White only,Excellent,5.5-6 feet,160-180,Master's or Doctoral Degree,,0,530,540,340,0,0,0
+,2022,2.02209E+13,5983,West,Colorado,37500,"House, apartment, flat",1,1,11053575,51,Male,White-American Indian,Never married,"Native, born in United States",Very good,72,190,25.8,High school graduate - GED,Eleventh grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,15,70,0,0,165,0,430,0,0,190,0,0,65,0,485,"$30,000 - $50,000",Generation X (39-54),Mixed,Very good,6-6.5 feet,180-200,Graduated High School,,485,165,500,190,0,0,80
+,2022,2.02209E+13,5984,West,New Mexico,67500,"House, apartment, flat",1,1,7420172,32,Male,White only,Never married,"Native, born in United States",Good,70,195,28,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,60,0,480,0,0,120,0,0,120,0,630,"$50,000 - $75,000",Millennials (23-38),White only,Good,5.5-6 feet,180-200,Some College,,630,60,510,120,0,0,120
+,2022,2.02209E+13,5985,West,Montana,200000,"House, apartment, flat",1,1,8128560,65,Male,White only,Married - spouse present,"Native, born in United States",Very good,69,165,24.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,75,245,0,0,280,0,412,0,0,260,18,0,150,0,0,"$150,000 and over",Boomers (55-73),White only,Very good,5.5-6 feet,160-180,Bachelor's Degree,,0,280,657,278,0,0,225
+,2022,2.02209E+13,5986,South,Mississippi,200000,"House, apartment, flat",1,1,2981588,48,Female,Black only,Divorced,"Native, born in United States",Good,65,170,28.3,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,120,0,570,0,0,540,60,120,0,0,0,"$150,000 and over",Generation X (39-54),Black only,Good,5-5.5 feet,160-180,Master's or Doctoral Degree,,0,120,600,600,0,0,120
+,2022,2.02209E+13,5987,West,California,200000,"House, apartment, flat",1,1,12450803,45,Female,White only,Married - spouse present,"Native, born in United States",Good,69,195,28.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,165,15,10,110,0,0,205,0,530,0,0,125,115,0,140,0,0,"$150,000 and over",Generation X (39-54),White only,Good,5.5-6 feet,180-200,Bachelor's Degree,,0,205,640,240,0,0,330
+,2022,2.02209E+13,5988,South,Kentucky,200000,"House, apartment, flat",1,1,6180715,62,Male,White only,Married - spouse present,"Native, born in United States",Excellent,69,180,26.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,11,0,65,130,0,0,30,0,485,0,155,254,0,0,130,0,180,"$150,000 and over",Boomers (55-73),White only,Excellent,5.5-6 feet,180-200,Bachelor's Degree,,180,30,615,409,0,0,206
+,2022,2.02209E+13,5989,South,Louisiana,55000,"House, apartment, flat",1,1,6087041,36,Female,White only,Never married,"Native, born in United States",Refused,,9996,998,10th grade,Tenth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,60,0,0,270,0,760,0,0,270,0,0,20,0,0,"$50,000 - $75,000",Millennials (23-38),White only,"Other (Refused, Dont know, NIU)",,>300,Some High School,,0,270,820,270,0,0,80
+,2022,2.02209E+13,5990,West,Oregon,125000,"House, apartment, flat",1,1,6103382,41,Male,Hawaiian Pacific Islander only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Good,71,185,25.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,115,0,50,115,0,0,0,0,635,0,0,125,235,0,165,0,0,"$100,000 - $150,000",Generation X (39-54),Hawaiian Pacific Islander only,Good,5.5-6 feet,180-200,Bachelor's Degree,,0,0,750,360,0,0,330
+,2022,2.02209E+13,5991,South,North Carolina,22500,"House, apartment, flat",1,1,3307408,80,Male,White only,Divorced,"Native, born in United States",Fair,70,174,25,Associate degree - occupational vocational,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,415,0,655,0,0,270,0,40,0,0,0,"$10,000 - $30,000",Silent (74-91),White only,Fair,5.5-6 feet,160-180,Associate Degree,,0,415,715,270,0,0,40
+,2022,2.02209E+13,5992,South,Texas,22500,"House, apartment, flat",1,1,20005249,25,Male,White only,Married - spouse present,"Native, born in United States",Very good,65,160,26.6,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,140,0,0,90,0,0,0,0,530,0,0,110,0,0,75,0,495,"$10,000 - $30,000",Millennials (23-38),White only,Very good,5-5.5 feet,160-180,Associate Degree,,495,0,620,110,0,0,215
+,2022,2.02209E+13,5993,South,Mississippi,45000,Mobile home or trailer with 1 or more rooms added,1,1,2321065,71,Female,Black only,Widowed,"Native, born in United States",Fair,67,185,29,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,0,0,240,0,180,1016,0,0,4,0,0,"$30,000 - $50,000",Boomers (55-73),Black only,Fair,5.5-6 feet,180-200,Associate Degree,,0,0,240,1196,0,0,4
+,2022,2.02209E+13,5994,West,California,17500,"House, apartment, flat",1,1,4178772,74,Male,Asian only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Very good,71,180,25.1,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,180,0,0,0,0,600,0,0,660,0,0,0,0,0,"$10,000 - $30,000",Silent (74-91),Asian only,Very good,5.5-6 feet,180-200,Associate Degree,,0,0,780,660,0,0,0
+,2022,2.02209E+13,5995,Northeast,Pennsylvania,55000,"House, apartment, flat",1,1,17987124,28,Female,White only,Married - spouse present,"Native, born in United States",Very good,65,120,20,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,35,0,0,76,0,570,0,0,759,0,0,0,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Very good,5-5.5 feet,120-140,Graduated High School,,0,76,605,759,0,0,0
+,2022,2.02209E+13,5996,South,Texas,37500,"House, apartment, flat",1,1,14264059,77,Male,White only,Married - spouse present,"Native, born in United States",Good,69,196,28.9,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,0,0,710,0,110,550,0,0,40,0,0,"$30,000 - $50,000",Silent (74-91),White only,Good,5.5-6 feet,180-200,Graduated High School,,0,0,740,660,0,0,40
+,2022,2.02209E+13,5997,Northeast,Massachusetts,200000,"House, apartment, flat",1,1,3734158,80,Male,White only,Married - spouse present,"Native, born in United States",Good,75,255,31.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,45,45,0,0,305,0,570,0,0,440,0,0,20,0,15,"$150,000 and over",Silent (74-91),White only,Good,6-6.5 feet,200-300,Bachelor's Degree,,15,305,615,440,0,0,65
+,2022,2.02209E+13,5998,West,Utah,45000,"House, apartment, flat",1,1,5459878,35,Female,White only,Married - spouse present,"Native, born in United States",Very good,63,155,27.5,High school graduate - diploma,Twelfth grade,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,100,0,25,70,0,0,305,0,553,0,10,361,0,0,16,0,0,"$30,000 - $50,000",Millennials (23-38),White only,Very good,5-5.5 feet,140-160,Graduated High School,,0,305,623,371,0,0,141
+,2022,2.02209E+13,5999,Midwest,Illinois,55000,"House, apartment, flat",1,1,3118708,67,Male,White only,Divorced,"Native, born in United States",Fair,68,150,22.8,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,20,90,0,0,0,0,550,0,0,720,0,0,60,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Fair,5.5-6 feet,140-160,Associate Degree,,0,0,640,720,0,0,80
+,2022,2.02209E+13,6000,South,Kentucky,87500,"House, apartment, flat",1,1,19286627,54,Male,White only,Married - spouse present,"Native, born in United States",Very good,71,180,25.1,Some college but no degree,College--three years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,7,85,0,90,0,0,0,0,438,0,0,180,0,0,81,90,469,"$75,000 - $100,000",Boomers (55-73),White only,Very good,5.5-6 feet,180-200,Some College,,469,0,528,180,0,90,173
+,2022,2.02209E+13,6001,West,California,200000,"House, apartment, flat",1,1,18980075,33,Male,Asian only,Never married,"Foreign born, not a U.S. citizen",Excellent,73,160,21.1,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,15,75,0,0,130,0,520,0,0,240,0,0,10,0,450,"$150,000 and over",Millennials (23-38),Asian only,Excellent,6-6.5 feet,160-180,Master's or Doctoral Degree,,450,130,595,240,0,0,25
+,2022,2.02209E+13,6002,South,Virginia,200000,"House, apartment, flat",1,1,8724786,42,Male,White only,Married - spouse present,"Native, born in United States",Very good,69,165,24.4,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,150,0,2,73,0,0,40,0,550,0,0,35,0,0,95,0,495,"$150,000 and over",Generation X (39-54),White only,Very good,5.5-6 feet,160-180,Master's or Doctoral Degree,,495,40,623,35,0,0,247
+,2022,2.02209E+13,6003,West,California,27500,"House, apartment, flat",1,1,4389875,72,Male,Black only,Married - spouse present,"Native, born in United States",Fair,73,250,33,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),Has vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,No difficulty remembering,0,0,5,90,0,0,135,0,660,0,0,375,0,0,175,0,0,"$10,000 - $30,000",Boomers (55-73),Black only,Fair,6-6.5 feet,200-300,Associate Degree,,0,135,750,375,0,0,180
+,2022,2.02209E+13,6004,South,Texas,200000,"House, apartment, flat",1,1,12134770,64,Male,White only,Married - spouse present,"Native, born in United States",Good,66,176,28.4,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Employed - at work,Yes,No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,102,0,0,80,0,500,0,0,110,0,0,25,0,623,"$150,000 and over",Boomers (55-73),White only,Good,5.5-6 feet,160-180,Master's or Doctoral Degree,,623,80,602,110,0,0,25
+,2022,2.02209E+13,6005,South,Louisiana,125000,Mobile home or trailer with no permanent room added,1,1,13480792,15,Male,White only,Never married,"Native, born in United States",Very good,72,120,16.3,9th grade,Ninth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,Has difficulty remembering,0,3,190,40,0,0,65,0,704,0,203,40,55,0,140,0,0,"$100,000 - $150,000",Generation Z (7-22),White only,Very good,6-6.5 feet,120-140,Some High School,,0,65,744,298,0,0,333
+,2022,2.02209E+13,6006,Northeast,Connecticut,200000,"House, apartment, flat",1,1,3436658,71,Male,White only,Married - spouse present,"Native, born in United States",Very good,69,175,25.8,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,75,30,165,0,0,45,0,560,0,0,374,50,0,51,0,90,"$150,000 and over",Boomers (55-73),White only,Very good,5.5-6 feet,160-180,Master's or Doctoral Degree,,90,45,725,424,0,0,156
+,2022,2.02209E+13,6007,South,Kentucky,87500,"House, apartment, flat",1,1,4101000,80,Male,White only,Married - spouse present,"Native, born in United States",Very good,75,216,27,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,125,0,0,250,0,540,0,0,395,90,0,30,0,0,"$75,000 - $100,000",Silent (74-91),White only,Very good,6-6.5 feet,200-300,Master's or Doctoral Degree,,0,250,665,485,0,0,40
+,2022,2.02209E+13,6008,Northeast,Massachusetts,87500,"House, apartment, flat",1,1,3857845,80,Male,White only,Married - spouse present,"Native, born in United States",Very good,71,230,32.1,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,103,0,0,47,0,420,0,0,806,60,0,4,0,0,"$75,000 - $100,000",Silent (74-91),White only,Very good,5.5-6 feet,200-300,Master's or Doctoral Degree,,0,47,523,866,0,0,4
+,2022,2.02209E+13,6009,Midwest,Minnesota,200000,"House, apartment, flat",1,1,6152614,59,Male,White only,Married - spouse present,"Native, born in United States",Good,71,199,27.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,50,0,0,430,0,548,0,0,408,0,0,4,0,0,"$150,000 and over",Boomers (55-73),White only,Good,5.5-6 feet,180-200,Bachelor's Degree,,0,430,598,408,0,0,4
+,2022,2.02209E+13,6010,Midwest,Wisconsin,125000,"House, apartment, flat",1,1,15626734,70,Male,White only,Married - spouse present,"Native, born in United States",Good,71,305,42.5,12th grade - no diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,10,35,0,0,0,0,630,45,0,250,0,0,155,0,315,"$100,000 - $150,000",Boomers (55-73),White only,Good,5.5-6 feet,>300,Some High School,,315,0,710,250,0,0,165
+,2022,2.02209E+13,6011,Midwest,Illinois,67500,"House, apartment, flat",1,1,6856064,67,Male,White only,Never married,"Native, born in United States",Fair,71,190,26.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,90,0,0,380,0,545,0,0,375,0,0,20,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Fair,5.5-6 feet,180-200,Bachelor's Degree,,0,380,635,375,0,0,50
+,2022,2.02209E+13,6012,West,Utah,32500,"House, apartment, flat",1,1,11736585,31,Female,White only,Married - spouse present,"Native, born in United States",Very good,66,145,23.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,455,0,0,85,0,0,160,0,380,70,0,0,0,0,80,0,210,"$30,000 - $50,000",Millennials (23-38),White only,Very good,5.5-6 feet,140-160,Bachelor's Degree,,210,160,535,0,0,0,535
+,2022,2.02209E+13,6013,Midwest,Iowa,45000,"House, apartment, flat",1,1,5302542,56,Male,White only,Never married,"Native, born in United States",Good,71,210,29.3,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,135,0,0,310,0,650,0,0,330,0,0,15,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Graduated High School,,0,310,785,330,0,0,15
+,2022,2.02209E+13,6014,Northeast,Pennsylvania,32500,"House, apartment, flat",1,1,13273670,64,Male,White only,Married - spouse present,"Native, born in United States",Very good,70,180,25.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,15,0,0,90,0,540,0,0,625,60,0,50,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Very good,5.5-6 feet,180-200,Bachelor's Degree,,0,90,555,685,0,0,110
+,2022,2.02209E+13,6015,South,Florida,55000,"House, apartment, flat",1,1,20109180,20,Female,White only,Never married,"Native, born in United States",Very good,68,9994,998,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,470,0,60,0,0,0,0,770,0,0,120,0,0,20,0,0,"$50,000 - $75,000",Generation Z (7-22),White only,Very good,5.5-6 feet,>300,Graduated High School,,0,0,830,120,0,0,490
+,2022,2.02209E+13,6016,West,Colorado,87500,"House, apartment, flat",1,1,18744221,80,Female,White only,Married - spouse present,"Native, born in United States",Good,67,195,30.5,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,90,0,0,185,0,575,0,0,510,0,0,20,0,0,"$75,000 - $100,000",Silent (74-91),White only,Good,5.5-6 feet,180-200,Graduated High School,,0,185,665,510,0,0,80
+,2022,2.02209E+13,6017,Midwest,Illinois,87500,"House, apartment, flat",1,1,8210394,28,Male,White only,Married - spouse present,"Native, born in United States",Good,71,175,24.4,Associate degree - academic program,College--two years,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,45,0,0,60,0,0,35,0,755,0,0,545,0,0,0,0,0,"$75,000 - $100,000",Millennials (23-38),White only,Good,5.5-6 feet,160-180,Associate Degree,,0,35,815,545,0,0,45
+,2022,2.02209E+13,6018,West,California,37500,"House, apartment, flat",1,1,10521271,73,Female,White only,Married - spouse absent,"Native, born in United States",Very good,65,160,26.6,Associate degree - occupational vocational,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,Has mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,0,0,0,375,0,585,0,0,480,0,0,0,0,0,"$30,000 - $50,000",Silent (74-91),White only,Very good,5-5.5 feet,160-180,Associate Degree,,0,375,585,480,0,0,0
+,2022,2.02209E+13,6019,Midwest,Missouri,32500,"House, apartment, flat",1,1,4496888,75,Female,White only,Married - spouse present,"Native, born in United States",Very good,59,130,26.3,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,110,0,0,240,0,580,0,95,350,0,0,65,0,0,"$30,000 - $50,000",Silent (74-91),White only,Very good,0-5 feet,120-140,Master's or Doctoral Degree,,0,240,690,445,0,0,65
+,2022,2.02209E+13,6020,South,Tennessee,125000,"House, apartment, flat",1,1,16900998,66,Male,White only,Married - spouse present,"Native, born in United States",Very good,70,198,28.4,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,70,0,0,0,0,660,0,0,60,0,0,180,0,470,"$100,000 - $150,000",Boomers (55-73),White only,Very good,5.5-6 feet,180-200,Graduated High School,,470,0,730,60,0,0,180
+,2022,2.02209E+13,6021,Midwest,South Dakota,200000,"House, apartment, flat",1,1,9617403,39,Female,White only,Married - spouse present,"Native, born in United States",Excellent,63,127,22.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,315,0,140,90,0,0,40,0,480,0,5,60,30,0,125,110,0,"$150,000 and over",Generation X (39-54),White only,Excellent,5-5.5 feet,120-140,Bachelor's Degree,,0,40,570,95,0,110,580
+,2022,2.02209E+13,6022,West,California,8750,"House, apartment, flat",1,1,7720754,72,Female,Black only,Never married,"Native, born in United States",Fair,67,271,42.4,11th grade,Eleventh grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,No difficulty remembering,0,0,5,20,0,0,0,0,240,30,0,1085,0,0,60,0,0,"Less than $10,000",Boomers (55-73),Black only,Fair,5.5-6 feet,200-300,Some High School,,0,0,290,1085,0,0,65
+,2022,2.02209E+13,6023,South,North Carolina,55000,"House, apartment, flat",1,1,5616279,77,Female,White only,Married - spouse present,"Native, born in United States",Fair,66,157,25.3,10th grade,Tenth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,450,0,595,0,0,305,0,0,0,0,0,"$50,000 - $75,000",Silent (74-91),White only,Fair,5.5-6 feet,140-160,Some High School,,0,450,685,305,0,0,0
+,2022,2.02209E+13,6024,South,Texas,200000,"House, apartment, flat",1,1,27250851,17,Male,White only,Never married,"Native, born in United States",Good,69,113,16.7,10th grade,Tenth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,20,0,135,0,0,2,0,590,0,0,585,0,5,103,0,0,"$150,000 and over",Generation Z (7-22),White only,Good,5.5-6 feet,100-120,Some High School,,0,2,725,585,0,0,128
+,2022,2.02209E+13,6025,Midwest,Missouri,22500,"House, apartment, flat",1,1,3656878,66,Female,White only,Widowed,"Native, born in United States",Good,60,98,19.1,Some college but no degree,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,10,0,0,260,0,540,0,0,515,0,65,20,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Good,5-5.5 feet,<100,Some College,,0,260,550,515,0,0,115
+,2022,2.02209E+13,6026,South,Florida,55000,"House, apartment, flat",1,1,7510194,53,Female,Black only,Never married,"Native, born in United States",Very good,67,9996,998,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,120,0,0,0,130,0,420,0,0,650,0,60,0,0,0,"$50,000 - $75,000",Generation X (39-54),Black only,Very good,5.5-6 feet,>300,Master's or Doctoral Degree,,0,130,420,650,0,0,180
+,2022,2.02209E+13,6027,South,Texas,32500,"House, apartment, flat",1,1,35901373,23,Female,White only,Married - spouse present,"Native, born in United States",Good,69,150,22.1,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,500,0,0,153,0,0,120,0,325,0,0,213,0,0,114,0,0,"$30,000 - $50,000",Millennials (23-38),White only,Good,5.5-6 feet,140-160,Graduated High School,,0,120,478,213,0,0,614
+,2022,2.02209E+13,6028,Midwest,Minnesota,55000,"House, apartment, flat",1,1,8186482,41,Female,White only,Divorced,"Native, born in United States",Very good,62,120,21.9,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,315,0,645,0,0,240,0,0,0,0,120,"$50,000 - $75,000",Generation X (39-54),White only,Very good,5-5.5 feet,120-140,Master's or Doctoral Degree,,120,315,765,240,0,0,0
+,2022,2.02209E+13,6029,South,Alabama,45000,"House, apartment, flat",1,1,10428953,32,Female,White only,Married - spouse present,"Native, born in United States",Fair,63,215,38.1,Associate degree - occupational vocational,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,413,0,10,30,0,0,25,0,505,0,0,210,0,0,112,0,135,"$30,000 - $50,000",Millennials (23-38),White only,Fair,5-5.5 feet,200-300,Associate Degree,,135,25,535,210,0,0,535
+,2022,2.02209E+13,6030,South,Tennessee,55000,"House, apartment, flat",1,1,67099069,18,Male,White only,Never married,"Native, born in United States",Good,70,175,25.1,12th grade - no diploma,Twelfth grade,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,20,0,0,45,0,695,0,0,320,180,5,165,0,10,"$50,000 - $75,000",Generation Z (7-22),White only,Good,5.5-6 feet,160-180,Some High School,,10,45,715,500,0,0,170
+,2022,2.02209E+13,6031,West,California,200000,"House, apartment, flat",1,1,25723652,52,Male,White only,Married - spouse present,"Native, born in United States",Very good,71,185,25.8,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,65,0,480,0,0,175,0,0,0,0,675,"$150,000 and over",Generation X (39-54),White only,Very good,5.5-6 feet,180-200,Some College,,675,65,525,175,0,0,0
+,2022,2.02209E+13,6032,Northeast,Rhode Island,55000,"House, apartment, flat",1,1,11333409,63,Female,White only,Divorced,"Native, born in United States",Very good,69,175,25.8,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,365,0,35,0,0,100,0,690,0,0,180,0,60,10,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Very good,5.5-6 feet,160-180,Associate Degree,,0,100,725,180,0,0,435
+,2022,2.02209E+13,6033,South,Georgia,87500,"House, apartment, flat",1,1,11711273,63,Male,White only,Never married,"Native, born in United States",Very good,73,180,23.7,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,20,0,0,35,0,520,0,0,30,0,0,175,0,660,"$75,000 - $100,000",Boomers (55-73),White only,Very good,6-6.5 feet,180-200,Master's or Doctoral Degree,,660,35,540,30,0,0,175
+,2022,2.02209E+13,6034,West,Colorado,37500,"House, apartment, flat",1,1,9244160,65,Female,White only,Never married,"Native, born in United States",Excellent,65,160,26.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,10,75,0,0,30,0,670,0,0,55,0,0,60,0,540,"$30,000 - $50,000",Boomers (55-73),White only,Excellent,5-5.5 feet,160-180,Bachelor's Degree,,540,30,745,55,0,0,70
+,2022,2.02209E+13,6035,Midwest,Iowa,45000,"House, apartment, flat",1,1,43669533,21,Male,White only,Never married,"Native, born in United States",Good,,9996,998,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,5,7,45,0,0,0,0,487,0,0,551,0,10,44,0,291,"$30,000 - $50,000",Generation Z (7-22),White only,Good,,>300,Some College,,291,0,532,551,0,0,66
+,2022,2.02209E+13,6036,West,California,45000,"House, apartment, flat",1,1,32386707,75,Female,White only,Married - spouse present,"Native, born in United States",Very good,64,120,20.6,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,165,0,0,255,0,585,70,0,15,0,0,110,0,240,"$30,000 - $50,000",Silent (74-91),White only,Very good,5-5.5 feet,120-140,Master's or Doctoral Degree,,240,255,820,15,0,0,110
+,2022,2.02209E+13,6037,Midwest,Minnesota,55000,"House, apartment, flat",1,1,14253278,54,Male,White only,Divorced,"Native, born in United States",Good,72,210,28.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,10,0,0,231,0,599,0,0,75,0,0,20,0,505,"$50,000 - $75,000",Boomers (55-73),White only,Good,6-6.5 feet,200-300,Bachelor's Degree,,505,231,609,75,0,0,20
+,2022,2.02209E+13,6038,South,West Virginia,200000,"House, apartment, flat",1,1,6327652,68,Male,White only,Married - spouse present,"Native, born in United States",Very good,69,177,26.1,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,0,0,540,0,0,240,0,30,10,0,540,"$150,000 and over",Boomers (55-73),White only,Very good,5.5-6 feet,160-180,Master's or Doctoral Degree,,540,0,540,240,0,0,40
+,2022,2.02209E+13,6039,Northeast,Pennsylvania,67500,"House, apartment, flat",1,1,37978951,29,Female,White only,Never married,"Native, born in United States",Very good,65,130,21.6,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,15,0,585,0,0,210,0,0,75,0,525,"$50,000 - $75,000",Millennials (23-38),White only,Very good,5-5.5 feet,120-140,Master's or Doctoral Degree,,525,15,615,210,0,0,75
+,2022,2.02209E+13,6040,South,Texas,11250,"House, apartment, flat",1,1,47794769,20,Female,White only,Never married,"Native, born in United States",Good,60,130,25.4,Some college but no degree,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,90,30,270,0,15,0,618,0,0,300,0,0,117,0,0,"$10,000 - $30,000",Generation Z (7-22),White only,Good,5-5.5 feet,120-140,Some College,,0,15,648,300,270,0,207
+,2022,2.02209E+13,6041,South,Maryland,125000,"House, apartment, flat",1,1,10618172,67,Male,White only,Married - spouse present,"Native, born in United States",Fair,75,245,30.6,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - absent,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,0,0,585,0,0,105,0,0,150,0,600,"$100,000 - $150,000",Boomers (55-73),White only,Fair,6-6.5 feet,200-300,Master's or Doctoral Degree,,600,0,585,105,0,0,150
+,2022,2.02209E+13,6042,Midwest,Ohio,125000,"House, apartment, flat",1,1,10971183,61,Male,White only,Married - spouse present,"Native, born in United States",Good,73,210,27.7,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,0,0,570,0,0,840,0,0,0,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Good,6-6.5 feet,200-300,Graduated High School,,0,0,600,840,0,0,0
+,2022,2.02209E+13,6043,Midwest,Illinois,125000,"House, apartment, flat",1,1,17364583,36,Male,White only,Never married,"Native, born in United States",Good,69,210,31,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,5,228,0,0,10,0,575,0,0,22,0,0,141,0,459,"$100,000 - $150,000",Millennials (23-38),White only,Good,5.5-6 feet,200-300,Bachelor's Degree,,459,10,803,22,0,0,146
+,2022,2.02209E+13,6044,Northeast,Massachusetts,87500,"House, apartment, flat",1,1,37951670,20,Male,White only,Never married,"Native, born in United States",Good,65,110,18.3,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,3,75,0,0,0,0,570,0,0,525,0,0,90,0,177,"$75,000 - $100,000",Generation Z (7-22),White only,Good,5-5.5 feet,100-120,Graduated High School,,177,0,645,525,0,0,93
+,2022,2.02209E+13,6045,Midwest,Illinois,55000,"House, apartment, flat",1,1,17225370,80,Female,White only,Married - spouse present,"Native, born in United States",Good,64,140,24,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,40,0,0,55,0,555,0,45,540,0,0,120,0,0,"$50,000 - $75,000",Silent (74-91),White only,Good,5-5.5 feet,140-160,Graduated High School,,0,55,595,585,0,0,120
+,2022,2.02209E+13,6046,South,Texas,125000,"House, apartment, flat",1,1,4746174,49,Female,White only,Widowed,"Native, born in United States",Good,67,225,35.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,0,0,150,0,470,0,0,85,0,0,0,0,660,"$100,000 - $150,000",Generation X (39-54),White only,Good,5.5-6 feet,200-300,Bachelor's Degree,,660,150,545,85,0,0,0
+,2022,2.02209E+13,6047,West,California,87500,"House, apartment, flat",1,1,9241012,66,Male,White only,Married - spouse present,"Native, born in United States",Very good,69,205,30.3,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,20,0,0,195,0,610,0,0,255,260,0,10,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Very good,5.5-6 feet,200-300,Some College,,0,195,630,515,0,0,10
+,2022,2.02209E+13,6048,South,Kentucky,45000,"House, apartment, flat",1,1,12570054,33,Male,White only,Never married,"Native, born in United States",Poor,70,277,39.7,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,120,0,660,0,0,180,0,0,120,0,300,"$30,000 - $50,000",Millennials (23-38),White only,Poor,5.5-6 feet,200-300,Some College,,300,120,720,180,0,0,120
+,2022,2.02209E+13,6049,Midwest,Michigan,37500,"House, apartment, flat",1,1,4247400,78,Female,White only,Widowed,"Native, born in United States",Good,61,145,27.4,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,120,0,0,156,0,574,0,0,510,0,30,20,0,0,"$30,000 - $50,000",Silent (74-91),White only,Good,5-5.5 feet,140-160,Graduated High School,,0,156,694,510,0,0,80
+,2022,2.02209E+13,6050,West,Oregon,125000,"House, apartment, flat",1,1,12406443,58,Female,White only,Divorced,"Native, born in United States",Good,68,175,26.6,Associate degree - occupational vocational,College--four years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,185,75,95,0,0,55,0,615,0,0,300,0,0,70,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Good,5.5-6 feet,160-180,Associate Degree,,0,55,710,300,0,0,330
+,2022,2.02209E+13,6051,West,Oregon,87500,"House, apartment, flat",1,1,9777385,48,Female,Black only,Never married,"Native, born in United States",Good,64,180,30.9,High school graduate - diploma,Twelfth grade,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,5,90,0,0,705,0,570,0,0,0,0,60,10,0,0,"$75,000 - $100,000",Generation X (39-54),Black only,Good,5-5.5 feet,180-200,Graduated High School,,0,705,660,0,0,0,75
+,2022,2.02209E+13,6052,West,Oregon,200000,"House, apartment, flat",1,1,37195298,24,Male,White only,Never married,"Native, born in United States",Very good,67,160,25.1,High school graduate - diploma,Twelfth grade,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,20,230,0,0,0,0,680,90,0,190,45,0,170,0,15,"$150,000 and over",Millennials (23-38),White only,Very good,5.5-6 feet,160-180,Graduated High School,,15,0,1000,235,0,0,190
+,2022,2.02209E+13,6053,Northeast,New York,200000,"House, apartment, flat",1,1,4497842,46,Male,White only,Married - spouse present,"Native, born in United States",Very good,62,180,32.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,55,0,40,160,0,0,15,0,705,0,0,340,0,0,110,15,0,"$150,000 and over",Generation X (39-54),White only,Very good,5-5.5 feet,180-200,Bachelor's Degree,,0,15,865,340,0,15,205
+,2022,2.02209E+13,6054,Northeast,Pennsylvania,22500,"House, apartment, flat",1,1,5505825,77,Male,White only,Divorced,"Native, born in United States",Very good,67,170,26.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,330,0,630,0,0,480,0,0,0,0,0,"$10,000 - $30,000",Silent (74-91),White only,Very good,5.5-6 feet,160-180,Bachelor's Degree,,0,330,630,480,0,0,0
+,2022,2.02209E+13,6055,South,Maryland,200000,"House, apartment, flat",1,1,11614499,56,Female,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Good,62,192,35.1,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,65,0,0,70,0,480,0,0,290,0,25,20,0,490,"$150,000 and over",Boomers (55-73),White only,Good,5-5.5 feet,180-200,Graduated High School,,490,70,545,290,0,0,45
+,2022,2.02209E+13,6056,West,Colorado,32500,"House, apartment, flat",1,1,48379459,18,Female,White only,Never married,"Native, born in United States",Good,67,175,27.4,12th grade - no diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,20,896,0,0,0,510,0,0,0,0,0,14,0,0,"$30,000 - $50,000",Generation Z (7-22),White only,Good,5.5-6 feet,160-180,Some High School,,0,0,530,0,896,0,14
+,2022,2.02209E+13,6057,Northeast,Massachusetts,200000,"House, apartment, flat",1,1,5902740,44,Male,White only,Married - spouse present,"Native, born in United States",Excellent,72,200,27.1,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,0,0,600,0,0,480,120,0,120,0,0,"$150,000 and over",Generation X (39-54),White only,Excellent,6-6.5 feet,200-300,Master's or Doctoral Degree,,0,0,720,600,0,0,120
+,2022,2.02209E+13,6058,South,Alabama,32500,"House, apartment, flat",1,1,11320509,40,Female,White only,Divorced,"Native, born in United States",Poor,63,129,22.8,10th grade,Tenth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,0,0,0,205,0,736,0,0,329,0,120,20,0,0,"$30,000 - $50,000",Generation X (39-54),White only,Poor,5-5.5 feet,120-140,Some High School,,0,205,736,329,0,0,170
+,2022,2.02209E+13,6059,Midwest,Indiana,17500,Mobile home or trailer with no permanent room added,1,1,20550623,25,Male,White only,Never married,"Native, born in United States",Very good,76,250,30.4,Some college but no degree,Twelfth grade,Unemployed - looking,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,20,0,0,250,0,570,0,0,600,0,0,0,0,0,"$10,000 - $30,000",Millennials (23-38),White only,Very good,6-6.5 feet,200-300,Some College,,0,250,590,600,0,0,0
+,2022,2.02209E+13,6060,South,Kentucky,125000,"House, apartment, flat",1,1,8042697,66,Female,White-Black-American Indian,Married - spouse present,"Native, born in United States",Very good,59,180,36.4,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,80,0,0,625,0,555,0,0,120,0,60,0,0,0,"$100,000 - $150,000",Boomers (55-73),Mixed,Very good,0-5 feet,180-200,Some College,,0,625,635,120,0,0,60
+,2022,2.02209E+13,6061,South,Oklahoma,125000,"House, apartment, flat",1,1,8820312,80,Female,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Fair,61,120,22.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,0,0,780,0,0,510,0,0,30,0,0,"$100,000 - $150,000",Silent (74-91),White only,Fair,5-5.5 feet,120-140,Bachelor's Degree,,0,0,900,510,0,0,30
+,2022,2.02209E+13,6062,South,Tennessee,45000,"House, apartment, flat",1,1,13771554,50,Male,Black only,Married - spouse present,"Native, born in United States",Fair,68,105,16,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,100,0,0,0,0,995,0,195,30,15,0,105,0,0,"$30,000 - $50,000",Generation X (39-54),Black only,Fair,5.5-6 feet,100-120,Graduated High School,,0,0,1095,240,0,0,105
+,2022,2.02209E+13,6063,Midwest,Kansas,67500,"House, apartment, flat",1,1,7644824,36,Male,White only,Married - spouse present,"Native, born in United States",Very good,74,225,28.9,Associate degree - occupational vocational,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,41,0,0,69,0,0,185,0,484,0,0,45,60,0,60,0,496,"$50,000 - $75,000",Millennials (23-38),White only,Very good,6-6.5 feet,200-300,Associate Degree,,496,185,553,105,0,0,101
+,2022,2.02209E+13,6064,South,Texas,125000,"House, apartment, flat",1,1,13005593,33,Male,White only,Married - spouse present,"Native, born in United States",Very good,66,185,29.9,Some college but no degree,College--three years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,30,0,0,50,0,0,70,0,525,0,0,240,0,0,60,0,465,"$100,000 - $150,000",Millennials (23-38),White only,Very good,5.5-6 feet,180-200,Some College,,465,70,575,240,0,0,90
+,2022,2.02209E+13,6065,South,Virginia,200000,"House, apartment, flat",1,1,20390447,32,Male,Asian only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Very good,66,200,32.3,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,15,60,0,0,180,0,660,0,0,375,0,0,150,0,0,"$150,000 and over",Millennials (23-38),Asian only,Very good,5.5-6 feet,200-300,Master's or Doctoral Degree,,0,180,720,375,0,0,165
+,2022,2.02209E+13,6066,Northeast,New Jersey,45000,"House, apartment, flat",1,1,4470175,85,Female,White only,Widowed,"Native, born in United States",Good,60,129,25.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,40,0,0,370,0,780,0,0,250,0,0,0,0,0,"$30,000 - $50,000",Silent (74-91),White only,Good,5-5.5 feet,120-140,Bachelor's Degree,,0,370,820,250,0,0,0
+,2022,2.02209E+13,6067,Midwest,Ohio,125000,"House, apartment, flat",1,1,20753899,63,Female,White only,Married - spouse absent,"Native, born in United States",Very good,66,189,30.5,Some college but no degree,College--three years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,35,0,460,0,0,335,0,0,0,0,580,"$100,000 - $150,000",Boomers (55-73),White only,Very good,5.5-6 feet,180-200,Some College,,580,35,490,335,0,0,0
+,2022,2.02209E+13,6068,Midwest,Minnesota,2500,"House, apartment, flat",1,1,2229455,36,Female,White only,Divorced,"Native, born in United States",Good,62,165,30.2,Associate degree - occupational vocational,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,380,0,0,45,0,0,190,0,690,0,0,95,0,0,40,0,0,"Less than $10,000",Millennials (23-38),White only,Good,5-5.5 feet,160-180,Associate Degree,,0,190,735,95,0,0,420
+,2022,2.02209E+13,6069,West,Oregon,27500,"House, apartment, flat",1,1,9676075,72,Female,White only,Divorced,"Native, born in United States",Very good,61,125,23.6,11th grade,Eleventh grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,115,0,0,252,0,550,0,0,483,40,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Very good,5-5.5 feet,120-140,Some High School,,0,252,665,523,0,0,0
+,2022,2.02209E+13,6070,Northeast,Massachusetts,45000,"House, apartment, flat",1,1,3324204,73,Male,White only,Married - spouse present,"Native, born in United States",Excellent,72,175,23.7,Associate degree - occupational vocational,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,30,30,60,0,0,155,0,615,0,0,410,0,0,140,0,0,"$30,000 - $50,000",Silent (74-91),White only,Excellent,6-6.5 feet,160-180,Associate Degree,,0,155,675,410,0,0,200
+,2022,2.02209E+13,6071,Northeast,Massachusetts,87500,"House, apartment, flat",1,1,3468371,45,Female,White only,Divorced,"Native, born in United States",Very good,60,115,22.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,135,0,0,0,0,0,345,0,660,0,0,270,0,0,0,0,0,"$75,000 - $100,000",Generation X (39-54),White only,Very good,5-5.5 feet,100-120,Bachelor's Degree,,0,345,660,270,0,0,135
+,2022,2.02209E+13,6072,Midwest,Minnesota,55000,"House, apartment, flat",1,1,7934822,69,Male,White only,Married - spouse present,"Native, born in United States",Fair,72,265,35.9,Associate degree - occupational vocational,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,0,0,810,0,0,165,380,0,25,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Fair,6-6.5 feet,200-300,Associate Degree,,0,0,870,545,0,0,25
+,2022,2.02209E+13,6073,Northeast,New York,87500,"House, apartment, flat",1,1,12032960,66,Male,White only,Married - spouse present,"Native, born in United States",Very good,71,160,22.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,45,90,0,0,50,0,450,0,0,215,0,10,80,0,500,"$75,000 - $100,000",Boomers (55-73),White only,Very good,5.5-6 feet,160-180,Bachelor's Degree,,500,50,540,215,0,0,135
+,2022,2.02209E+13,6074,West,Nevada,125000,"House, apartment, flat",1,1,12806662,35,Male,White only,Never married,"Native, born in United States",Fair,68,175,26.6,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,0,0,590,0,0,360,0,45,40,0,360,"$100,000 - $150,000",Millennials (23-38),White only,Fair,5.5-6 feet,160-180,Associate Degree,,360,0,635,360,0,0,85
+,2022,2.02209E+13,6075,South,South Carolina,67500,"House, apartment, flat",1,1,3151425,65,Male,White only,Married - spouse present,"Native, born in United States",Very good,63,180,31.9,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,0,0,930,0,0,420,0,0,0,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Very good,5-5.5 feet,180-200,Some College,,0,0,1020,420,0,0,0
+,2022,2.02209E+13,6076,South,Kentucky,37500,"House, apartment, flat",1,1,20899220,45,Male,White only,Separated,"Native, born in United States",Very good,64,330,56.6,10th grade,Tenth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,0,0,480,0,0,320,0,0,10,0,600,"$30,000 - $50,000",Generation X (39-54),White only,Very good,5-5.5 feet,>300,Some High School,,600,0,510,320,0,0,10
+,2022,2.02209E+13,6077,West,Oregon,22500,"House, apartment, flat",1,1,7423464,71,Male,White only,Never married,"Native, born in United States",Very good,72,200,27.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,120,60,0,0,110,0,600,0,0,445,0,0,105,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Very good,6-6.5 feet,200-300,Bachelor's Degree,,0,110,660,445,0,0,225
+,2022,2.02209E+13,6078,South,Texas,87500,"House, apartment, flat",1,1,19124507,53,Female,White only,Married - spouse present,"Native, born in United States",Fair,69,200,29.5,Some college but no degree,College--one year,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,205,0,0,43,0,607,0,0,205,0,0,29,0,351,"$75,000 - $100,000",Generation X (39-54),White only,Fair,5.5-6 feet,200-300,Some College,,351,43,812,205,0,0,29
+,2022,2.02209E+13,6079,Midwest,Illinois,67500,"House, apartment, flat",1,1,6256627,80,Female,Black only,Widowed,"Native, born in United States",Fair,67,190,29.8,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,10,15,50,0,0,10,0,589,0,150,570,0,0,46,0,0,"$50,000 - $75,000",Silent (74-91),Black only,Fair,5.5-6 feet,180-200,Graduated High School,,0,10,639,720,0,0,71
+,2022,2.02209E+13,6080,Northeast,New Jersey,125000,"House, apartment, flat",1,1,13392030,69,Female,Black only,Widowed,"Foreign born, U.S. citizen by naturalization",Excellent,65,149,24.8,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,290,0,500,0,10,640,0,0,0,0,0,"$100,000 - $150,000",Boomers (55-73),Black only,Excellent,5-5.5 feet,140-160,Graduated High School,,0,290,500,650,0,0,0
+,2022,2.02209E+13,6081,Midwest,Wisconsin,200000,"House, apartment, flat",1,1,6749855,35,Male,White only,Married - spouse present,"Native, born in United States",Very good,72,190,25.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,60,0,0,120,0,0,360,0,540,0,0,360,0,0,0,0,0,"$150,000 and over",Millennials (23-38),White only,Very good,6-6.5 feet,180-200,Bachelor's Degree,,0,360,660,360,0,0,60
+,2022,2.02209E+13,6082,Midwest,Illinois,200000,"House, apartment, flat",1,1,14494073,61,Female,White only,Widowed,"Native, born in United States",Very good,65,154,25.6,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,120,0,0,425,0,510,0,0,265,20,0,90,0,0,"$150,000 and over",Boomers (55-73),White only,Very good,5-5.5 feet,140-160,Master's or Doctoral Degree,,0,425,630,285,0,0,100
+,2022,2.02209E+13,6083,West,California,55000,"House, apartment, flat",1,1,14163947,48,Male,White only,Never married,"Native, born in United States",Fair,71,158,22,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,19,15,0,0,35,0,925,0,0,396,0,25,25,0,0,"$50,000 - $75,000",Generation X (39-54),White only,Fair,5.5-6 feet,140-160,Graduated High School,,0,35,940,396,0,0,69
+,2022,2.02209E+13,6084,South,Arkansas,37500,"House, apartment, flat",1,1,16206815,35,Male,Asian only,Divorced,"Native, born in United States",Good,67,158,24.7,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,0,0,525,0,0,275,0,0,20,0,560,"$30,000 - $50,000",Millennials (23-38),Asian only,Good,5.5-6 feet,140-160,Graduated High School,,560,0,585,275,0,0,20
+,2022,2.02209E+13,6085,South,Texas,125000,"House, apartment, flat",1,1,36042025,65,Male,Black only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Very good,67,210,32.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,5,20,10,30,0,0,10,0,499,0,0,752,0,0,54,0,60,"$100,000 - $150,000",Boomers (55-73),Black only,Very good,5.5-6 feet,200-300,Bachelor's Degree,,60,10,529,752,0,0,89
+,2022,2.02209E+13,6086,Midwest,Ohio,200000,"House, apartment, flat",1,1,19351537,37,Male,White only,Married - spouse present,"Native, born in United States",Good,68,230,35,Associate degree - occupational vocational,College--four years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,190,0,0,680,0,390,0,0,180,0,0,0,0,0,"$150,000 and over",Millennials (23-38),White only,Good,5.5-6 feet,200-300,Associate Degree,,0,680,580,180,0,0,0
+,2022,2.02209E+13,6087,Northeast,Pennsylvania,55000,"House, apartment, flat",1,1,9708867,69,Female,White only,Never married,"Native, born in United States",Good,61,168,31.7,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,50,0,0,60,0,615,0,0,715,0,0,0,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Good,5-5.5 feet,160-180,Graduated High School,,0,60,665,715,0,0,0
+,2022,2.02209E+13,6088,West,California,45000,"House, apartment, flat",1,1,54048887,28,Male,White only,Never married,"Native, born in United States",Good,73,170,22.4,High school graduate - diploma,Twelfth grade,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,480,0,615,0,0,60,0,0,0,0,240,"$30,000 - $50,000",Millennials (23-38),White only,Good,6-6.5 feet,160-180,Graduated High School,,240,480,660,60,0,0,0
+,2022,2.02209E+13,6089,South,Texas,125000,"House, apartment, flat",1,1,5338480,77,Female,White only,Married - spouse present,"Native, born in United States",Good,64,156,26.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,165,0,704,0,10,306,0,0,0,225,0,"$100,000 - $150,000",Silent (74-91),White only,Good,5-5.5 feet,140-160,Bachelor's Degree,,0,165,734,316,0,225,0
+,2022,2.02209E+13,6090,Midwest,Nebraska,32500,"House, apartment, flat",1,1,13768701,80,Male,White only,Married - spouse present,"Native, born in United States",Excellent,69,180,26.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,138,0,0,175,0,0,72,0,579,0,0,290,0,0,186,0,0,"$30,000 - $50,000",Silent (74-91),White only,Excellent,5.5-6 feet,180-200,Bachelor's Degree,,0,72,754,290,0,0,324
+,2022,2.02209E+13,6091,South,Maryland,55000,"House, apartment, flat",1,1,11212861,68,Female,Black only,Married - spouse present,"Native, born in United States",Fair,64,229,39.3,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,155,0,0,205,0,540,0,420,90,30,0,0,0,0,"$50,000 - $75,000",Boomers (55-73),Black only,Fair,5-5.5 feet,200-300,Associate Degree,,0,205,695,540,0,0,0
+,2022,2.02209E+13,6092,West,Washington,125000,"House, apartment, flat",1,1,13480981,50,Male,White only,Married - spouse present,"Native, born in United States",Very good,72,215,29.2,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,101,0,0,15,0,559,0,0,120,0,0,30,0,510,"$100,000 - $150,000",Generation X (39-54),White only,Very good,6-6.5 feet,200-300,Master's or Doctoral Degree,,510,15,660,120,0,0,30
+,2022,2.02209E+13,6093,West,California,67500,"House, apartment, flat",1,1,3554018,78,Female,Hawaiian Pacific Islander only,Divorced,"Native, born in Puerto Rico or U.S. Outlying Area",Excellent,61,130,24.6,Associate degree - occupational vocational,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,80,0,0,188,0,747,0,0,365,60,0,0,0,0,"$50,000 - $75,000",Silent (74-91),Hawaiian Pacific Islander only,Excellent,5-5.5 feet,120-140,Associate Degree,,0,188,827,425,0,0,0
+,2022,2.02209E+13,6094,South,North Carolina,67500,Mobile home or trailer with no permanent room added,1,1,12484855,36,Female,White only,Married - spouse present,"Native, born in United States",Very good,63,140,24.8,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,370,45,5,0,0,0,0,0,410,0,0,153,0,30,344,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Very good,5-5.5 feet,140-160,Some College,,0,0,410,153,0,0,794
+,2022,2.02209E+13,6095,Northeast,Massachusetts,200000,"House, apartment, flat",1,1,6621710,43,Male,White only,Married - spouse present,"Native, born in United States",Excellent,71,160,22.3,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,161,0,0,63,0,0,102,0,554,0,0,425,45,0,0,0,0,"$150,000 and over",Generation X (39-54),White only,Excellent,5.5-6 feet,160-180,Master's or Doctoral Degree,,0,102,617,470,0,0,161
+,2022,2.02209E+13,6096,West,California,37500,Mobile home or trailer with 1 or more rooms added,1,1,21681322,24,Male,White only,Never married,"Native, born in United States",Fair,72,170,23.1,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,480,0,650,0,0,210,0,0,40,0,0,"$30,000 - $50,000",Millennials (23-38),White only,Fair,6-6.5 feet,160-180,Associate Degree,,0,480,710,210,0,0,40
+,2022,2.02209E+13,6097,West,California,125000,"House, apartment, flat",1,1,3301226,41,Male,White only,Separated,"Native, born in United States",Very good,72,188,25.5,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,180,0,0,0,0,0,60,0,500,0,0,690,0,0,10,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Very good,6-6.5 feet,180-200,Master's or Doctoral Degree,,0,60,500,690,0,0,190
+,2022,2.02209E+13,6098,Midwest,Ohio,87500,"House, apartment, flat",1,1,19544081,78,Male,White only,Married - spouse present,"Native, born in United States",Very good,67,209,32.7,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,Has mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,132,0,0,105,0,720,0,0,435,3,25,0,20,0,"$75,000 - $100,000",Silent (74-91),White only,Very good,5.5-6 feet,200-300,Master's or Doctoral Degree,,0,105,852,438,0,20,25
+,2022,2.02209E+13,6099,Northeast,Pennsylvania,200000,"House, apartment, flat",1,1,11511498,52,Male,White only,Married - spouse present,"Native, born in United States",Very good,73,185,24.4,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,17,1,0,35,0,0,45,0,425,0,0,159,50,0,158,0,550,"$150,000 and over",Generation X (39-54),White only,Very good,6-6.5 feet,180-200,Master's or Doctoral Degree,,550,45,460,209,0,0,176
+,2022,2.02209E+13,6100,South,South Carolina,87500,"House, apartment, flat",1,1,6946374,41,Female,White only,Married - spouse present,"Native, born in United States",NIU (Not in universe),,9999,999,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,213,0,2,95,0,0,92,0,580,0,30,370,0,0,58,0,0,"$75,000 - $100,000",Generation X (39-54),White only,"Other (Refused, Dont know, NIU)",,>300,Bachelor's Degree,,0,92,675,400,0,0,273
+,2022,2.02209E+13,6101,South,Mississippi,67500,"House, apartment, flat",1,1,6183692,68,Male,White only,Married - spouse present,"Native, born in United States",NIU (Not in universe),,9999,999,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,70,0,0,255,0,525,0,0,430,150,0,10,0,0,"$50,000 - $75,000",Boomers (55-73),White only,"Other (Refused, Dont know, NIU)",,>300,Master's or Doctoral Degree,,0,255,595,580,0,0,10
+,2022,2.02209E+13,6102,Midwest,Ohio,200000,"House, apartment, flat",1,1,11928106,40,Male,White only,Married - spouse present,"Native, born in United States",NIU (Not in universe),,9999,999,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,246,0,0,35,0,0,45,0,537,0,0,55,0,0,12,0,510,"$150,000 and over",Generation X (39-54),White only,"Other (Refused, Dont know, NIU)",,>300,Bachelor's Degree,,510,45,572,55,0,0,258
+,2022,2.02209E+13,6103,South,Kentucky,11250,"House, apartment, flat",1,1,5327552,58,Female,White only,Divorced,"Native, born in United States",Fair,63,180,31.9,7th or 8th grade,Seventh through eighth grade,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,Has physical difficulty,Has difficulty remembering,0,0,5,30,0,0,208,0,931,0,0,210,3,0,53,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Fair,5-5.5 feet,180-200,Middle School or Less,,0,208,961,213,0,0,58
+,2022,2.02209E+13,6104,South,Virginia,27500,"House, apartment, flat",1,1,16228651,25,Male,White only,Never married,"Native, born in United States",Good,75,190,23.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,1,0,0,45,120,0,125,0,647,60,0,20,73,0,25,0,324,"$10,000 - $30,000",Millennials (23-38),White only,Good,6-6.5 feet,180-200,Bachelor's Degree,,324,125,752,93,120,0,26
+,2022,2.02209E+13,6105,South,North Carolina,27500,Mobile home or trailer with no permanent room added,1,1,5828771,67,Male,White only,Married - spouse present,"Native, born in United States",Very good,73,260,34.3,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,20,35,0,0,0,0,740,0,0,480,0,0,85,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Very good,6-6.5 feet,200-300,Graduated High School,,0,0,775,480,0,0,105
+,2022,2.02209E+13,6106,Midwest,Wisconsin,67500,"House, apartment, flat",1,1,5655383,65,Male,White only,Married - spouse present,"Native, born in United States",Fair,72,275,37.3,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,10,0,0,30,0,540,0,0,860,0,0,0,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Fair,6-6.5 feet,200-300,Graduated High School,,0,30,550,860,0,0,0
+,2022,2.02209E+13,6107,South,Kentucky,125000,"House, apartment, flat",1,1,6945523,39,Male,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Good,69,164,24.2,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,135,0,30,105,60,0,0,0,500,0,90,180,30,60,30,0,120,"$100,000 - $150,000",Generation X (39-54),White only,Good,5.5-6 feet,160-180,Master's or Doctoral Degree,,120,0,605,300,60,0,255
+,2022,2.02209E+13,6108,South,Alabama,37500,"House, apartment, flat",1,1,2483539,80,Female,White only,Divorced,"Native, born in United States",Excellent,66,240,38.7,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,375,0,525,0,0,510,0,0,0,0,0,"$30,000 - $50,000",Silent (74-91),White only,Excellent,5.5-6 feet,200-300,Some College,,0,375,555,510,0,0,0
+,2022,2.02209E+13,6109,West,Colorado,87500,"House, apartment, flat",1,1,24244201,35,Male,White only,Married - spouse present,"Native, born in United States",Good,67,140,21.9,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,90,0,0,161,0,0,115,0,589,90,0,210,0,0,185,0,0,"$75,000 - $100,000",Millennials (23-38),White only,Good,5.5-6 feet,140-160,Graduated High School,,0,115,840,210,0,0,275
+,2022,2.02209E+13,6110,South,Florida,37500,"House, apartment, flat",1,1,10985910,73,Female,White only,Divorced,"Native, born in United States",Very good,67,185,29,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,10,180,150,0,0,90,0,540,60,0,350,0,0,60,0,0,"$30,000 - $50,000",Silent (74-91),White only,Very good,5.5-6 feet,180-200,Bachelor's Degree,,0,90,750,350,0,0,250
+,2022,2.02209E+13,6111,West,California,2500,"House, apartment, flat",1,1,6742988,85,Female,Black only,Widowed,"Foreign born, U.S. citizen by naturalization",Poor,60,165,32.2,5th or 6th grade,Fifth through sixth grade,Not in labor force,NIU (Not in universe),Has vision difficulty,Has hearing difficulty,Has mobility limitation,Has physical difficulty,Has difficulty remembering,0,0,0,70,0,0,0,0,905,0,60,405,0,0,0,0,0,"Less than $10,000",Silent (74-91),Black only,Poor,5-5.5 feet,160-180,Middle School or Less,,0,0,975,465,0,0,0
+,2022,2.02209E+13,6112,Midwest,North Dakota,200000,"House, apartment, flat",1,1,6951112,52,Female,White only,Married - spouse present,"Native, born in United States",Good,60,150,29.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,15,0,0,515,0,430,0,0,450,0,0,0,0,0,"$150,000 and over",Generation X (39-54),White only,Good,5-5.5 feet,140-160,Bachelor's Degree,,0,515,445,450,0,0,0
+,2022,2.02209E+13,6113,South,Georgia,45000,"House, apartment, flat",1,1,6006450,76,Male,White only,Married - spouse present,"Native, born in United States",Very good,72,220,29.8,Some college but no degree,College--one year,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,150,0,0,35,0,515,0,170,475,0,0,95,0,0,"$30,000 - $50,000",Silent (74-91),White only,Very good,6-6.5 feet,200-300,Some College,,0,35,665,645,0,0,95
+,2022,2.02209E+13,6114,Northeast,Massachusetts,125000,"House, apartment, flat",1,1,8063142,33,Male,White only,Married - spouse present,"Native, born in United States",Good,70,250,35.9,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,125,0,0,60,0,0,70,0,510,0,0,140,0,0,50,0,485,"$100,000 - $150,000",Millennials (23-38),White only,Good,5.5-6 feet,200-300,Master's or Doctoral Degree,,485,70,570,140,0,0,175
+,2022,2.02209E+13,6115,Midwest,Illinois,32500,"House, apartment, flat",1,1,9720797,70,Male,White only,Divorced,"Native, born in United States",Very good,67,151,23.6,Some college but no degree,College--one year,Unemployed - on layoff,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,10,70,100,77,0,0,185,0,630,0,0,271,0,0,97,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Very good,5.5-6 feet,140-160,Some College,,0,185,707,271,0,0,277
+,2022,2.02209E+13,6116,South,Alabama,45000,"House, apartment, flat",1,1,17175212,48,Male,White only,Divorced,"Native, born in United States",Good,67,180,28.2,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,88,0,505,0,0,120,0,0,60,0,637,"$30,000 - $50,000",Generation X (39-54),White only,Good,5.5-6 feet,180-200,Graduated High School,,637,88,535,120,0,0,60
+,2022,2.02209E+13,6117,South,Florida,45000,"House, apartment, flat",1,1,37664585,60,Male,Black only,Never married,"Native, born in United States",Fair,65,190,31.6,Associate degree - academic program,College--three years,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,Has mobility limitation,Has physical difficulty,Has difficulty remembering,0,0,0,150,0,0,0,0,540,0,0,750,0,0,0,0,0,"$30,000 - $50,000",Boomers (55-73),Black only,Fair,5-5.5 feet,180-200,Associate Degree,,0,0,690,750,0,0,0
+,2022,2.02209E+13,6118,Midwest,Ohio,125000,"House, apartment, flat",1,1,18186450,57,Male,White only,Married - spouse present,"Native, born in United States",Very good,71,160,22.3,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,115,0,0,0,70,0,550,0,0,30,0,0,125,0,550,"$100,000 - $150,000",Boomers (55-73),White only,Very good,5.5-6 feet,160-180,Associate Degree,,550,70,550,30,0,0,240
+,2022,2.02209E+13,6119,Midwest,Michigan,67500,"House, apartment, flat",1,1,12739220,56,Male,White only,Never married,"Native, born in United States",Good,72,200,27.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,125,0,130,0,0,0,0,450,0,0,85,0,5,70,0,450,"$50,000 - $75,000",Boomers (55-73),White only,Good,6-6.5 feet,200-300,Bachelor's Degree,,450,0,580,85,0,0,200
+,2022,2.02209E+13,6120,South,South Carolina,200000,"House, apartment, flat",1,1,12651334,30,Male,White only,Never married,"Native, born in United States",Very good,71,170,23.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,65,0,0,55,0,480,0,0,195,45,0,60,0,540,"$150,000 and over",Millennials (23-38),White only,Very good,5.5-6 feet,160-180,Bachelor's Degree,,540,55,545,240,0,0,60
+,2022,2.02209E+13,6121,West,Colorado,200000,"House, apartment, flat",1,1,13703283,74,Female,White only,Married - spouse present,"Native, born in United States",Good,65,150,25,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,90,0,20,75,0,0,40,0,490,0,0,570,0,0,95,60,0,"$150,000 and over",Silent (74-91),White only,Good,5-5.5 feet,140-160,Some College,,0,40,565,570,0,60,205
+,2022,2.02209E+13,6122,South,Texas,55000,"House, apartment, flat",1,1,25673595,57,Male,White only,Separated,"Foreign born, not a U.S. citizen",Fair,66,148,23.9,"1st, 2nd, 3rd, or 4th grade",First through fourth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,65,0,0,40,0,375,30,0,225,0,0,220,0,485,"$50,000 - $75,000",Boomers (55-73),White only,Fair,5.5-6 feet,140-160,Middle School or Less,,485,40,470,225,0,0,220
+,2022,2.02209E+13,6123,South,Maryland,22500,"House, apartment, flat",1,1,16199758,52,Male,White only,Married - spouse present,"Native, born in United States",Excellent,63,188,33.3,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,105,90,95,0,0,215,0,420,0,95,45,0,0,225,60,90,"$10,000 - $30,000",Generation X (39-54),White only,Excellent,5-5.5 feet,180-200,Graduated High School,,90,215,515,140,0,60,420
+,2022,2.02209E+13,6124,West,Idaho,125000,"House, apartment, flat",1,1,5935654,33,Female,White only,Married - spouse present,"Native, born in United States",Good,64,180,30.9,High school graduate - GED,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,30,0,720,0,0,630,0,0,0,0,0,"$100,000 - $150,000",Millennials (23-38),White only,Good,5-5.5 feet,180-200,Graduated High School,,0,30,780,630,0,0,0
+,2022,2.02209E+13,6125,Midwest,Wisconsin,45000,"House, apartment, flat",1,1,8953407,66,Female,White only,Married - spouse present,"Native, born in United States",Good,64,9996,998,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,130,0,0,210,0,510,0,0,425,135,0,30,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Good,5-5.5 feet,>300,Some College,,0,210,640,560,0,0,30
+,2022,2.02209E+13,6126,Northeast,New York,67500,"House, apartment, flat",1,1,9903097,43,Male,White only,Married - spouse present,"Native, born in United States",Fair,68,235,35.7,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,20,120,0,0,30,0,510,0,0,180,0,0,10,0,570,"$50,000 - $75,000",Generation X (39-54),White only,Fair,5.5-6 feet,200-300,Master's or Doctoral Degree,,570,30,630,180,0,0,30
+,2022,2.02209E+13,6127,Northeast,New York,67500,"House, apartment, flat",1,1,7841156,80,Female,Black only,Widowed,"Native, born in United States",Good,58,110,23,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,45,0,645,0,0,0,0,135,125,0,430,"$50,000 - $75,000",Silent (74-91),Black only,Good,0-5 feet,100-120,Master's or Doctoral Degree,,430,45,705,0,0,0,260
+,2022,2.02209E+13,6128,South,Texas,45000,"House, apartment, flat",1,1,16461759,76,Female,White only,Divorced,"Native, born in United States",Fair,63,155,27.5,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,Has difficulty remembering,0,0,0,240,0,0,180,0,685,0,0,325,10,0,0,0,0,"$30,000 - $50,000",Silent (74-91),White only,Fair,5-5.5 feet,140-160,Some College,,0,180,925,335,0,0,0
+,2022,2.02209E+13,6129,West,Alaska,67500,"House, apartment, flat",1,1,10135515,78,Female,Black only,Married - spouse present,"Native, born in United States",Good,63,153,27.1,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,180,0,0,420,0,570,0,0,270,0,0,0,0,0,"$50,000 - $75,000",Silent (74-91),Black only,Good,5-5.5 feet,140-160,Associate Degree,,0,420,750,270,0,0,0
+,2022,2.02209E+13,6130,South,Florida,55000,"House, apartment, flat",1,1,15102977,34,Female,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Excellent,62,140,25.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,120,0,0,405,0,480,0,0,299,60,0,16,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Excellent,5-5.5 feet,140-160,Bachelor's Degree,,0,405,600,359,0,0,76
+,2022,2.02209E+13,6131,South,North Carolina,45000,"House, apartment, flat",1,1,28430822,56,Female,Black only,Married - spouse present,"Native, born in United States",Fair,58,180,37.6,Associate degree - occupational vocational,College--two years,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,35,0,0,30,0,1165,0,90,120,0,0,0,0,0,"$30,000 - $50,000",Boomers (55-73),Black only,Fair,0-5 feet,180-200,Associate Degree,,0,30,1200,210,0,0,0
+,2022,2.02209E+13,6132,South,Tennessee,125000,"House, apartment, flat",1,1,10949374,44,Female,White only,Married - spouse present,"Native, born in United States",Very good,65,255,42.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,90,0,0,337,0,590,0,0,368,0,0,45,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Very good,5-5.5 feet,200-300,Bachelor's Degree,,0,337,680,368,0,0,55
+,2022,2.02209E+13,6133,West,Arizona,37500,"House, apartment, flat",1,1,13185994,75,Male,White only,Married - spouse present,"Native, born in United States",Excellent,69,175,25.8,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,20,0,10,0,0,510,0,510,0,0,240,120,0,30,0,0,"$30,000 - $50,000",Silent (74-91),White only,Excellent,5.5-6 feet,160-180,Some College,,0,510,520,360,0,0,50
+,2022,2.02209E+13,6134,West,California,27500,"House, apartment, flat",1,1,17735947,62,Male,White only,Married - spouse present,"Native, born in United States",Fair,69,310,45.8,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,75,0,0,0,105,0,600,0,0,495,0,0,45,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Fair,5.5-6 feet,>300,Graduated High School,,0,105,600,495,0,0,120
+,2022,2.02209E+13,6135,South,Texas,2500,"House, apartment, flat",1,1,12804054,38,Female,White only,Never married,"Native, born in United States",Good,63,150,26.6,Some college but no degree,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,0,0,0,26,0,535,0,0,210,0,0,669,0,0,"Less than $10,000",Generation X (39-54),White only,Good,5-5.5 feet,140-160,Some College,,0,26,535,210,0,0,669
+,2022,2.02209E+13,6136,Northeast,Pennsylvania,6250,"House, apartment, flat",1,1,6723298,64,Female,White only,Widowed,"Native, born in United States",Fair,62,134,24.5,High school graduate - GED,Tenth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,3,116,0,0,182,0,650,0,0,484,0,0,5,0,0,"Less than $10,000",Boomers (55-73),White only,Fair,5-5.5 feet,120-140,Graduated High School,,0,182,766,484,0,0,8
+,2022,2.02209E+13,6137,West,Colorado,37500,"House, apartment, flat",1,1,8140296,61,Male,Asian only,Divorced,"Foreign born, U.S. citizen by naturalization",Excellent,68,168,25.5,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,136,0,614,0,0,340,90,0,20,0,0,"$30,000 - $50,000",Boomers (55-73),Asian only,Excellent,5.5-6 feet,160-180,Master's or Doctoral Degree,,0,136,734,430,0,0,20
+,2022,2.02209E+13,6138,Midwest,Wisconsin,45000,"House, apartment, flat",1,1,7783953,67,Female,White only,Divorced,"Native, born in United States",Very good,66,133,21.5,Associate degree - occupational vocational,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,15,0,0,305,0,660,0,0,225,0,0,10,165,0,"$30,000 - $50,000",Boomers (55-73),White only,Very good,5.5-6 feet,120-140,Associate Degree,,0,305,675,225,0,165,70
+,2022,2.02209E+13,6139,West,Washington,37500,"House, apartment, flat",1,1,9169055,68,Female,White only,Married - spouse present,"Native, born in United States",Excellent,63,170,30.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,140,0,0,0,0,480,0,0,770,0,0,50,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Excellent,5-5.5 feet,160-180,Bachelor's Degree,,0,0,620,770,0,0,50
+,2022,2.02209E+13,6140,Northeast,Pennsylvania,45000,"House, apartment, flat",1,1,18751019,39,Male,"American Indian, Alaskan Native",Divorced,"Foreign born, not a U.S. citizen",Good,65,180,30,"1st, 2nd, 3rd, or 4th grade",First through fourth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,7,55,0,0,0,0,601,0,0,60,0,0,162,0,555,"$30,000 - $50,000",Generation X (39-54),"American Indian, Alaskan Native",Good,5-5.5 feet,180-200,Middle School or Less,,555,0,656,60,0,0,169
+,2022,2.02209E+13,6141,South,North Carolina,200000,"House, apartment, flat",1,1,14655821,43,Female,White only,Never married,"Native, born in United States",Very good,68,145,22,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,40,0,0,5,0,510,0,0,70,0,0,85,0,720,"$150,000 and over",Generation X (39-54),White only,Very good,5.5-6 feet,140-160,Associate Degree,,720,5,550,70,0,0,95
+,2022,2.02209E+13,6142,South,Oklahoma,2500,"House, apartment, flat",1,1,11743159,28,Female,White only,Separated,"Native, born in United States",Fair,66,200,32.3,Some college but no degree,Twelfth grade,Not in labor force,NIU (Not in universe),Has vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,Has difficulty remembering,0,0,115,0,0,0,60,0,737,0,0,493,0,0,35,0,0,"Less than $10,000",Millennials (23-38),White only,Fair,5.5-6 feet,200-300,Some College,,0,60,737,493,0,0,150
+,2022,2.02209E+13,6143,South,Virginia,87500,"House, apartment, flat",1,1,14997553,60,Male,Asian only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Very good,66,155,25,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,30,0,0,180,0,690,0,0,490,0,0,20,0,0,"$75,000 - $100,000",Boomers (55-73),Asian only,Very good,5.5-6 feet,140-160,Graduated High School,,0,180,720,490,0,0,50
+,2022,2.02209E+13,6144,South,Arkansas,87500,"House, apartment, flat",1,1,9674107,31,Female,White only,Married - spouse present,"Native, born in United States",Very good,66,230,37.1,Associate degree - academic program,College--three years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,345,0,70,155,0,0,198,0,460,0,0,88,0,10,94,0,0,"$75,000 - $100,000",Millennials (23-38),White only,Very good,5.5-6 feet,200-300,Associate Degree,,0,198,615,88,0,0,519
+,2022,2.02209E+13,6145,West,Nevada,200000,"House, apartment, flat",1,1,8351236,38,Male,White only,Married - spouse absent,"Native, born in United States",Excellent,73,230,30.3,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,0,0,590,0,0,0,0,0,20,0,830,"$150,000 and over",Generation X (39-54),White only,Excellent,6-6.5 feet,200-300,Master's or Doctoral Degree,,830,0,590,0,0,0,20
+,2022,2.02209E+13,6146,Midwest,Indiana,67500,"House, apartment, flat",1,1,3272699,67,Female,White only,Widowed,"Native, born in United States",Good,63,204,36.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,10,0,0,135,0,0,60,0,575,0,165,260,0,0,235,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Good,5-5.5 feet,200-300,Bachelor's Degree,,0,60,710,425,0,0,245
+,2022,2.02209E+13,6147,South,Texas,55000,"House, apartment, flat",1,1,11620354,26,Male,White only,Never married,"Native, born in United States",Very good,68,150,22.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,290,0,0,0,0,780,0,0,298,0,0,62,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Very good,5.5-6 feet,140-160,Bachelor's Degree,,0,0,1070,298,0,0,72
+,2022,2.02209E+13,6148,West,Oregon,125000,"House, apartment, flat",1,1,13656316,43,Female,White only,Divorced,"Native, born in United States",Excellent,65,154,25.6,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,60,0,45,15,0,0,175,0,520,0,0,205,0,0,30,0,390,"$100,000 - $150,000",Generation X (39-54),White only,Excellent,5-5.5 feet,140-160,Some College,,390,175,535,205,0,0,135
+,2022,2.02209E+13,6149,South,South Carolina,87500,"House, apartment, flat",1,1,5118347,66,Male,White only,Never married,"Native, born in United States",Poor,69,270,39.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),Has vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,60,50,0,0,85,0,505,0,45,480,0,175,30,10,0,"$75,000 - $100,000",Boomers (55-73),White only,Poor,5.5-6 feet,200-300,Bachelor's Degree,,0,85,555,525,0,10,265
+,2022,2.02209E+13,6150,Northeast,Massachusetts,200000,"House, apartment, flat",1,1,7174781,67,Female,White only,Married - spouse present,"Native, born in United States",Very good,64,9997,998,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,29,116,0,0,35,0,520,0,0,255,50,0,75,150,210,"$150,000 and over",Boomers (55-73),White only,Very good,5-5.5 feet,>300,Bachelor's Degree,,210,35,636,305,0,150,104
+,2022,2.02209E+13,6151,South,Georgia,2500,"House, apartment, flat",1,1,9923748,46,Female,Black only,Separated,"Native, born in United States",Fair,67,9996,998,11th grade,Eleventh grade,Not in labor force,NIU (Not in universe),Has vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,60,0,0,0,0,661,0,0,719,0,0,0,0,0,"Less than $10,000",Generation X (39-54),Black only,Fair,5.5-6 feet,>300,Some High School,,0,0,721,719,0,0,0
+,2022,2.02209E+13,6152,Midwest,Michigan,55000,"House, apartment, flat",1,1,5812510,68,Female,White only,Married - spouse present,"Native, born in United States",Very good,65,180,30,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,35,0,0,440,0,590,0,0,375,0,0,0,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Very good,5-5.5 feet,180-200,Master's or Doctoral Degree,,0,440,625,375,0,0,0
+,2022,2.02209E+13,6153,South,Virginia,67500,"House, apartment, flat",1,1,11970966,64,Female,White only,Divorced,"Native, born in United States",Very good,65,185,30.8,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,20,80,0,0,85,0,600,0,0,170,0,0,30,0,455,"$50,000 - $75,000",Boomers (55-73),White only,Very good,5-5.5 feet,180-200,Master's or Doctoral Degree,,455,85,680,170,0,0,50
+,2022,2.02209E+13,6154,South,West Virginia,55000,Mobile home or trailer with 1 or more rooms added,1,1,10914198,78,Female,White only,Married - spouse present,"Native, born in United States",Good,62,139,25.4,High school graduate - GED,Tenth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,60,0,465,60,60,660,0,0,60,0,0,"$50,000 - $75,000",Silent (74-91),White only,Good,5-5.5 feet,120-140,Graduated High School,,0,60,555,720,0,0,60
+,2022,2.02209E+13,6155,South,Tennessee,55000,"House, apartment, flat",1,1,19468330,44,Male,White only,Married - spouse present,"Native, born in United States",Good,68,210,31.9,Associate degree - occupational vocational,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,30,0,0,104,0,425,0,6,10,0,0,240,0,615,"$50,000 - $75,000",Generation X (39-54),White only,Good,5.5-6 feet,200-300,Associate Degree,,615,104,455,16,0,0,250
+,2022,2.02209E+13,6156,South,Florida,8750,"House, apartment, flat",1,1,54198809,50,Male,White-Black,Never married,"Foreign born, not a U.S. citizen",Good,71,216,30.1,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,40,0,0,80,0,0,30,0,610,0,0,80,0,0,140,0,460,"Less than $10,000",Generation X (39-54),Mixed,Good,5.5-6 feet,200-300,Graduated High School,,460,30,690,80,0,0,180
+,2022,2.02209E+13,6157,Midwest,Missouri,87500,"House, apartment, flat",1,1,4198025,60,Female,White only,Married - spouse present,"Native, born in United States",NIU (Not in universe),,9999,999,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,165,0,0,60,0,0,180,0,770,0,95,150,0,0,20,0,0,"$75,000 - $100,000",Boomers (55-73),White only,"Other (Refused, Dont know, NIU)",,>300,Master's or Doctoral Degree,,0,180,830,245,0,0,185
+,2022,2.02209E+13,6158,Northeast,Massachusetts,125000,"House, apartment, flat",1,1,7941513,44,Male,White only,Married - spouse present,"Native, born in United States",Good,70,205,29.4,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,65,0,5,55,0,0,105,0,500,0,0,100,30,0,168,0,412,"$100,000 - $150,000",Generation X (39-54),White only,Good,5.5-6 feet,200-300,Master's or Doctoral Degree,,412,105,555,130,0,0,238
+,2022,2.02209E+13,6159,South,Tennessee,200000,"House, apartment, flat",1,1,13251989,44,Female,White only,Married - spouse present,"Native, born in United States",Excellent,67,145,22.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,72,0,0,45,0,0,35,0,500,0,0,0,60,0,235,0,493,"$150,000 and over",Generation X (39-54),White only,Excellent,5.5-6 feet,140-160,Bachelor's Degree,,493,35,545,60,0,0,307
+,2022,2.0221E+13,6160,West,Utah,87500,"House, apartment, flat",1,1,2327305,72,Female,White only,Married - spouse present,"Native, born in United States",Good,59,132,26.7,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,90,0,0,19,0,563,0,120,453,0,0,135,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Good,0-5 feet,120-140,Some College,,0,19,653,573,0,0,195
+,2022,2.0221E+13,6161,Midwest,Missouri,87500,"House, apartment, flat",1,1,9907638,72,Male,Black only,Married - spouse present,"Native, born in United States",Fair,,9999,998,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,615,0,450,0,0,375,0,0,0,0,0,"$75,000 - $100,000",Boomers (55-73),Black only,Fair,,>300,Bachelor's Degree,,0,615,450,375,0,0,0
+,2022,2.0221E+13,6162,Northeast,New York,200000,"House, apartment, flat",1,1,4929378,60,Female,White only,Married - spouse present,"Native, born in United States",Good,70,164,23.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,0,0,1215,0,0,180,0,0,0,0,0,"$150,000 and over",Boomers (55-73),White only,Good,5.5-6 feet,160-180,Bachelor's Degree,,0,0,1260,180,0,0,0
+,2022,2.0221E+13,6163,South,Oklahoma,87500,"House, apartment, flat",1,1,7216126,41,Female,White only,Married - spouse present,"Native, born in United States",Good,66,256,41.3,Some college but no degree,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,15,0,110,125,0,0,50,0,575,0,0,235,0,0,132,178,20,"$75,000 - $100,000",Generation X (39-54),White only,Good,5.5-6 feet,200-300,Some College,,20,50,700,235,0,178,257
+,2022,2.0221E+13,6164,South,Georgia,13750,"House, apartment, flat",1,1,4060073,73,Female,White only,Widowed,"Native, born in United States",Poor,63,200,35.4,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,5,0,0,5,0,696,0,0,674,0,60,0,0,0,"$10,000 - $30,000",Silent (74-91),White only,Poor,5-5.5 feet,200-300,Graduated High School,,0,5,701,674,0,0,60
+,2022,2.0221E+13,6165,West,New Mexico,37500,"House, apartment, flat",1,1,18574070,74,Male,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Fair,65,126,21,High school graduate - GED,Tenth grade,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,55,30,0,0,235,120,450,0,0,285,90,0,175,0,0,"$30,000 - $50,000",Silent (74-91),White only,Fair,5-5.5 feet,120-140,Graduated High School,,0,355,480,375,0,0,230
+,2022,2.0221E+13,6166,South,Texas,45000,"House, apartment, flat",1,1,8371004,38,Female,White only,Divorced,"Native, born in United States",Very good,69,210,31,Some college but no degree,College--two years,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,15,0,0,90,0,0,60,0,315,0,0,315,0,0,210,0,435,"$30,000 - $50,000",Generation X (39-54),White only,Very good,5.5-6 feet,200-300,Some College,,435,60,405,315,0,0,225
+,2022,2.0221E+13,6167,West,Colorado,125000,"House, apartment, flat",1,1,8158865,51,Male,White only,Married - spouse present,"Native, born in United States",Good,75,310,38.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,0,0,660,0,0,720,0,0,0,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Good,6-6.5 feet,>300,Bachelor's Degree,,0,0,720,720,0,0,0
+,2022,2.0221E+13,6168,South,Florida,200000,"House, apartment, flat",1,1,4182615,72,Male,White only,Widowed,"Native, born in United States",Excellent,66,155,25,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,105,0,0,190,0,745,0,0,400,0,0,0,0,0,"$150,000 and over",Boomers (55-73),White only,Excellent,5.5-6 feet,140-160,Bachelor's Degree,,0,190,850,400,0,0,0
+,2022,2.0221E+13,6169,South,Louisiana,27500,"House, apartment, flat",1,1,9782174,62,Female,White only,Married - spouse present,"Native, born in United States",Very good,67,225,35.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,5,0,20,145,0,0,180,5,555,0,0,320,0,35,160,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Very good,5.5-6 feet,200-300,Bachelor's Degree,,0,185,700,320,0,0,220
+,2022,2.0221E+13,6170,Northeast,Maine,200000,"House, apartment, flat",1,1,6945019,52,Male,White only,Married - spouse present,"Native, born in United States",Good,70,264,37.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,35,0,0,460,0,750,0,0,150,0,0,45,0,0,"$150,000 and over",Generation X (39-54),White only,Good,5.5-6 feet,200-300,Bachelor's Degree,,0,460,785,150,0,0,45
+,2022,2.0221E+13,6171,Midwest,Nebraska,37500,"House, apartment, flat",1,1,11606300,28,Male,White only,Married - spouse present,"Native, born in United States",Good,71,150,20.9,High school graduate - GED,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,20,0,0,70,0,0,165,0,515,0,0,205,0,0,0,0,465,"$30,000 - $50,000",Millennials (23-38),White only,Good,5.5-6 feet,140-160,Graduated High School,,465,165,585,205,0,0,20
+,2022,2.0221E+13,6172,South,Louisiana,45000,"House, apartment, flat",1,1,5290945,26,Female,Black only,Never married,"Native, born in United States",Very good,69,180,26.6,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,180,45,0,0,210,0,753,5,0,210,0,0,37,0,0,"$30,000 - $50,000",Millennials (23-38),Black only,Very good,5.5-6 feet,180-200,Master's or Doctoral Degree,,0,210,803,210,0,0,217
+,2022,2.0221E+13,6173,South,North Carolina,6250,"House, apartment, flat",1,1,52828350,61,Male,Black only,Never married,"Native, born in United States",NIU (Not in universe),,9999,999,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,0,0,620,0,0,220,0,0,40,0,530,"Less than $10,000",Boomers (55-73),Black only,"Other (Refused, Dont know, NIU)",,>300,Graduated High School,,530,0,650,220,0,0,40
+,2022,2.0221E+13,6174,South,Alabama,13750,"House, apartment, flat",1,1,3614248,80,Female,White only,Widowed,"Native, born in United States",Fair,65,155,25.8,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,300,0,630,0,0,420,0,60,0,0,0,"$10,000 - $30,000",Silent (74-91),White only,Fair,5-5.5 feet,140-160,Graduated High School,,0,300,660,420,0,0,60
+,2022,2.0221E+13,6175,West,California,87500,"House, apartment, flat",1,1,16419142,64,Female,"American Indian, Alaskan Native",Married - spouse present,"Native, born in United States",Fair,61,180,34,7th or 8th grade,Seventh through eighth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,70,0,0,45,0,801,60,0,443,0,0,21,0,0,"$75,000 - $100,000",Boomers (55-73),"American Indian, Alaskan Native",Fair,5-5.5 feet,180-200,Middle School or Less,,0,45,931,443,0,0,21
+,2022,2.0221E+13,6176,Northeast,New York,27500,"House, apartment, flat",1,1,72290631,30,Female,White only,Married - spouse present,"Foreign born, not a U.S. citizen",NIU (Not in universe),,9999,999,5th or 6th grade,Fifth through sixth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,332,0,40,60,0,0,360,0,418,0,0,150,0,30,50,0,0,"$10,000 - $30,000",Millennials (23-38),White only,"Other (Refused, Dont know, NIU)",,>300,Middle School or Less,,0,360,478,150,0,0,452
+,2022,2.0221E+13,6177,Northeast,New York,45000,"House, apartment, flat",1,1,4518991,56,Female,White only,Divorced,"Foreign born, U.S. citizen by naturalization",Good,63,140,24.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,110,60,0,0,120,0,480,0,30,429,0,0,211,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Good,5-5.5 feet,140-160,Bachelor's Degree,,0,120,540,459,0,0,321
+,2022,2.0221E+13,6178,South,Texas,55000,"House, apartment, flat",1,1,13121373,74,Female,White only,Married - spouse present,"Native, born in United States",Poor,65,120,20,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,60,0,0,90,0,330,0,0,960,0,0,0,0,0,"$50,000 - $75,000",Silent (74-91),White only,Poor,5-5.5 feet,120-140,Graduated High School,,0,90,390,960,0,0,0
+,2022,2.0221E+13,6179,West,Montana,125000,"House, apartment, flat",1,1,4081350,63,Female,"American Indian, Alaskan Native",Married - spouse present,"Native, born in United States",Good,67,185,29,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,170,0,0,5,0,450,0,0,340,70,0,360,0,0,"$100,000 - $150,000",Boomers (55-73),"American Indian, Alaskan Native",Good,5.5-6 feet,180-200,Bachelor's Degree,,0,5,620,410,0,0,390
+,2022,2.0221E+13,6180,Midwest,Ohio,125000,"House, apartment, flat",1,1,8058583,36,Female,White only,Married - spouse present,"Native, born in United States",Excellent,69,141,20.8,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,20,0,0,90,0,0,300,0,600,0,0,390,0,0,40,0,0,"$100,000 - $150,000",Millennials (23-38),White only,Excellent,5.5-6 feet,140-160,Associate Degree,,0,300,690,390,0,0,60
+,2022,2.0221E+13,6181,West,California,22500,"House, apartment, flat",1,1,3631591,85,Female,White only,Widowed,"Native, born in United States",Very good,61,108,20.4,Associate degree - occupational vocational,College--three years,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,Has mobility limitation,Has physical difficulty,Has difficulty remembering,0,0,0,180,0,0,210,0,700,0,0,350,0,0,0,0,0,"$10,000 - $30,000",Silent (74-91),White only,Very good,5-5.5 feet,100-120,Associate Degree,,0,210,880,350,0,0,0
+,2022,2.0221E+13,6182,South,Tennessee,13750,"House, apartment, flat",1,1,6453793,57,Female,White only,Married - spouse present,"Native, born in United States",Fair,67,162,25.4,7th or 8th grade,Seventh through eighth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,45,0,70,0,0,140,0,645,0,0,540,0,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Fair,5.5-6 feet,160-180,Middle School or Less,,0,140,715,540,0,0,45
+,2022,2.0221E+13,6183,South,Virginia,87500,"House, apartment, flat",1,1,10930756,74,Male,White only,Divorced,"Native, born in United States",Good,72,225,30.5,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,20,160,0,0,40,0,705,45,0,420,0,0,50,0,0,"$75,000 - $100,000",Silent (74-91),White only,Good,6-6.5 feet,200-300,Some College,,0,40,910,420,0,0,70
+,2022,2.0221E+13,6184,Northeast,New York,2500,"House, apartment, flat",1,1,5262791,29,Female,"American Indian, Alaskan Native",Never married,"Foreign born, U.S. citizen by naturalization",Very good,64,154,26.4,High school graduate - diploma,Twelfth grade,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,0,0,685,0,0,240,0,60,170,0,265,"Less than $10,000",Millennials (23-38),"American Indian, Alaskan Native",Very good,5-5.5 feet,140-160,Graduated High School,,265,0,685,240,0,0,230
+,2022,2.0221E+13,6185,South,West Virginia,87500,"House, apartment, flat",1,1,23506118,64,Male,White only,Married - spouse present,"Native, born in United States",Fair,72,225,30.5,12th grade - no diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,90,0,80,0,0,110,0,515,0,0,280,0,0,65,0,300,"$75,000 - $100,000",Boomers (55-73),White only,Fair,6-6.5 feet,200-300,Some High School,,300,110,595,280,0,0,155
+,2022,2.0221E+13,6186,South,Louisiana,45000,Mobile home or trailer with no permanent room added,1,1,5150708,51,Male,White only,Married - spouse present,"Native, born in United States",Good,70,130,18.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,0,0,884,0,0,436,0,0,0,0,0,"$30,000 - $50,000",Generation X (39-54),White only,Good,5.5-6 feet,120-140,Bachelor's Degree,,0,0,1004,436,0,0,0
+,2022,2.0221E+13,6187,Midwest,South Dakota,55000,"House, apartment, flat",1,1,2657261,65,Male,White only,Divorced,"Native, born in United States",Very good,76,225,27.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,150,0,0,0,0,510,0,0,780,0,0,0,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Very good,6-6.5 feet,200-300,Bachelor's Degree,,0,0,660,780,0,0,0
+,2022,2.0221E+13,6188,Midwest,Michigan,8750,Mobile home or trailer with no permanent room added,1,1,6568283,40,Female,White only,Divorced,"Native, born in United States",Fair,59,110,22.2,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,12,0,5,15,0,0,30,0,475,0,0,208,0,0,155,0,540,"Less than $10,000",Generation X (39-54),White only,Fair,0-5 feet,100-120,Graduated High School,,540,30,490,208,0,0,172
+,2022,2.0221E+13,6189,West,California,37500,"House, apartment, flat",1,1,12138372,27,Male,White only,Married - spouse present,"Native, born in United States",Good,69,191,28.2,High school graduate - GED,Tenth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,15,20,0,0,0,0,790,0,405,160,0,0,50,0,0,"$30,000 - $50,000",Millennials (23-38),White only,Good,5.5-6 feet,180-200,Graduated High School,,0,0,810,565,0,0,65
+,2022,2.0221E+13,6190,Midwest,Illinois,125000,"House, apartment, flat",1,1,8288725,68,Male,Black only,Never married,"Native, born in United States",Fair,70,240,34.4,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,50,0,0,30,0,630,0,0,730,0,0,0,0,0,"$100,000 - $150,000",Boomers (55-73),Black only,Fair,5.5-6 feet,200-300,Some College,,0,30,680,730,0,0,0
+,2022,2.0221E+13,6191,West,California,125000,"House, apartment, flat",1,1,13505282,34,Male,Asian only,Never married,"Native, born in United States",Very good,68,160,24.3,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,15,0,0,140,0,695,0,0,420,0,0,40,0,130,"$100,000 - $150,000",Millennials (23-38),Asian only,Very good,5.5-6 feet,160-180,Associate Degree,,130,140,710,420,0,0,40
+,2022,2.0221E+13,6192,Midwest,Kansas,67500,"House, apartment, flat",1,1,6050716,33,Male,Asian only,Married - spouse present,"Native, born in United States",Good,69,340,50.2,Associate degree - occupational vocational,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,10,0,0,15,0,555,0,0,235,0,0,30,0,595,"$50,000 - $75,000",Millennials (23-38),Asian only,Good,5.5-6 feet,>300,Associate Degree,,595,15,565,235,0,0,30
+,2022,2.0221E+13,6193,West,California,200000,"House, apartment, flat",1,1,4443482,53,Female,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",NIU (Not in universe),,9999,999,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,60,0,105,45,0,0,180,0,665,0,0,260,0,0,80,0,0,"$150,000 and over",Generation X (39-54),White only,"Other (Refused, Dont know, NIU)",,>300,Bachelor's Degree,,0,180,710,260,0,0,245
+,2022,2.0221E+13,6194,West,Colorado,45000,"House, apartment, flat",1,1,14114262,41,Male,White only,Never married,"Native, born in United States",Very good,70,190,27.3,High school graduate - diploma,Twelfth grade,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,50,15,0,0,225,0,635,5,0,225,120,0,145,0,0,"$30,000 - $50,000",Generation X (39-54),White only,Very good,5.5-6 feet,180-200,Graduated High School,,0,225,655,345,0,0,195
+,2022,2.0221E+13,6195,Northeast,New Jersey,8750,"House, apartment, flat",1,1,6860924,72,Female,White only,Never married,"Foreign born, U.S. citizen by naturalization",Fair,64,250,42.9,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,325,0,15,0,0,120,0,540,0,60,315,0,0,65,0,0,"Less than $10,000",Boomers (55-73),White only,Fair,5-5.5 feet,200-300,Graduated High School,,0,120,555,375,0,0,390
+,2022,2.0221E+13,6196,Midwest,Illinois,55000,"House, apartment, flat",1,1,8427895,62,Male,White only,Divorced,"Foreign born, U.S. citizen by naturalization",Good,63,160,28.3,Some college but no degree,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,110,0,0,95,0,345,0,0,325,0,0,45,0,520,"$50,000 - $75,000",Boomers (55-73),White only,Good,5-5.5 feet,160-180,Some College,,520,95,455,325,0,0,45
+,2022,2.0221E+13,6197,West,Washington,55000,"House, apartment, flat",1,1,20510222,45,Female,White only,Married - spouse present,"Native, born in United States",Good,67,146,22.9,High school graduate - GED,Eleventh grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,60,0,5,0,0,0,2,0,480,0,0,468,0,0,125,0,300,"$50,000 - $75,000",Generation X (39-54),White only,Good,5.5-6 feet,140-160,Graduated High School,,300,2,480,468,0,0,190
+,2022,2.0221E+13,6198,Midwest,Iowa,125000,"House, apartment, flat",1,1,11609712,52,Male,White only,Married - spouse present,"Native, born in United States",Fair,70,270,38.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,5,65,0,0,0,10,495,0,0,109,0,0,95,0,661,"$100,000 - $150,000",Generation X (39-54),White only,Fair,5.5-6 feet,200-300,Bachelor's Degree,,661,10,560,109,0,0,100
+,2022,2.0221E+13,6199,South,Florida,200000,"House, apartment, flat",1,1,16693831,45,Female,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Excellent,63,120,21.3,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,229,0,0,45,0,0,309,0,480,60,0,60,60,0,197,0,0,"$150,000 and over",Generation X (39-54),White only,Excellent,5-5.5 feet,120-140,Master's or Doctoral Degree,,0,309,585,120,0,0,426
+,2022,2.0221E+13,6200,Midwest,Indiana,55000,"House, apartment, flat",1,1,4728307,34,Male,"American Indian, Alaskan Native",Divorced,"Native, born in United States",NIU (Not in universe),,9999,999,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,210,0,5,120,0,0,410,0,540,0,0,120,0,0,35,0,0,"$50,000 - $75,000",Millennials (23-38),"American Indian, Alaskan Native","Other (Refused, Dont know, NIU)",,>300,Some College,,0,410,660,120,0,0,250
+,2022,2.0221E+13,6201,Midwest,Ohio,2500,"House, apartment, flat",1,1,10482398,35,Male,Black only,Married - spouse present,"Native, born in United States",NIU (Not in universe),,9999,999,12th grade - no diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,90,0,0,20,0,0,0,0,840,0,0,310,0,0,0,0,180,"Less than $10,000",Millennials (23-38),Black only,"Other (Refused, Dont know, NIU)",,>300,Some High School,,180,0,860,310,0,0,90
+,2022,2.0221E+13,6202,West,Montana,87500,"House, apartment, flat",1,1,9906774,27,Male,White only,Never married,"Native, born in United States",Very good,76,203,24.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,77,75,0,0,3,0,560,0,0,300,0,0,425,0,0,"$75,000 - $100,000",Millennials (23-38),White only,Very good,6-6.5 feet,200-300,Bachelor's Degree,,0,3,635,300,0,0,502
+,2022,2.0221E+13,6203,Northeast,Pennsylvania,125000,"House, apartment, flat",1,1,4271534,64,Female,White only,Married - spouse present,"Native, born in United States",NIU (Not in universe),,9999,999,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,180,0,540,0,60,510,60,0,30,0,0,"$100,000 - $150,000",Boomers (55-73),White only,"Other (Refused, Dont know, NIU)",,>300,Bachelor's Degree,,0,180,600,630,0,0,30
+,2022,2.0221E+13,6204,Midwest,Illinois,32500,"House, apartment, flat",1,1,16972226,67,Female,Black only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Very good,63,115,20.4,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),Has vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,40,0,95,30,0,280,0,600,0,5,195,0,20,0,0,0,"$30,000 - $50,000",Boomers (55-73),Black only,Very good,5-5.5 feet,100-120,Associate Degree,,0,280,695,200,30,0,60
+,2022,2.0221E+13,6205,South,North Carolina,32500,"House, apartment, flat",1,1,20990367,15,Male,Black-Hawaiian,Never married,"Native, born in United States",Very good,72,275,37.3,7th or 8th grade,Seventh through eighth grade,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,420,0,0,0,540,0,0,0,0,0,140,310,0,"$30,000 - $50,000",Generation Z (7-22),Mixed,Very good,6-6.5 feet,200-300,Middle School or Less,,0,0,570,0,420,310,140
+,2022,2.0221E+13,6206,Northeast,Pennsylvania,17500,"House, apartment, flat",1,1,14407219,26,Female,White only,Never married,"Native, born in United States",Very good,60,173,33.8,High school graduate - GED,Eleventh grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,250,0,0,30,0,0,90,0,830,0,0,120,0,0,120,0,0,"$10,000 - $30,000",Millennials (23-38),White only,Very good,5-5.5 feet,160-180,Graduated High School,,0,90,860,120,0,0,370
+,2022,2.0221E+13,6207,South,Kentucky,125000,"House, apartment, flat",1,1,53742340,19,Female,White only,Never married,"Native, born in United States",Good,71,168,23.4,Some college but no degree,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,65,292,0,2,0,568,0,0,420,0,0,93,0,0,"$100,000 - $150,000",Generation Z (7-22),White only,Good,5.5-6 feet,160-180,Some College,,0,2,633,420,292,0,93
+,2022,2.0221E+13,6208,South,Alabama,200000,"House, apartment, flat",1,1,6227470,62,Female,Black only,Married - spouse present,"Native, born in United States",Good,63,185,32.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,40,0,0,30,0,755,0,0,425,150,0,40,0,0,"$150,000 and over",Boomers (55-73),Black only,Good,5-5.5 feet,180-200,Bachelor's Degree,,0,30,795,575,0,0,40
+,2022,2.0221E+13,6209,South,Texas,67500,"House, apartment, flat",1,1,2395542,60,Female,White only,Widowed,"Native, born in United States",Fair,65,168,28,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,240,0,0,130,0,0,0,0,870,0,0,200,0,0,0,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Fair,5-5.5 feet,160-180,Master's or Doctoral Degree,,0,0,1000,200,0,0,240
+,2022,2.0221E+13,6210,Northeast,Maine,45000,"House, apartment, flat",1,1,3904225,78,Female,White only,Widowed,"Native, born in United States",Good,62,169,30.9,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,75,45,0,0,333,0,482,0,0,375,0,0,70,0,60,"$30,000 - $50,000",Silent (74-91),White only,Good,5-5.5 feet,160-180,Graduated High School,,60,333,527,375,0,0,145
+,2022,2.0221E+13,6211,South,Kentucky,37500,"House, apartment, flat",1,1,7549608,66,Male,White only,Married - spouse present,"Native, born in United States",Very good,72,232,31.5,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,210,0,690,0,0,420,30,0,30,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Very good,6-6.5 feet,200-300,Associate Degree,,0,210,750,450,0,0,30
+,2022,2.0221E+13,6212,West,California,200000,"House, apartment, flat",1,1,7517989,53,Male,White only,Married - spouse present,"Native, born in United States",Very good,70,175,25.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,0,0,705,0,0,240,90,45,15,0,135,"$150,000 and over",Generation X (39-54),White only,Very good,5.5-6 feet,160-180,Bachelor's Degree,,135,0,795,330,0,0,60
+,2022,2.0221E+13,6213,West,Idaho,200000,"House, apartment, flat",1,1,12264087,21,Female,White only,Never married,"Native, born in United States",Very good,68,130,19.8,High school graduate - diploma,Twelfth grade,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,20,0,0,420,0,660,0,0,300,0,0,40,0,0,"$150,000 and over",Generation Z (7-22),White only,Very good,5.5-6 feet,120-140,Graduated High School,,0,420,680,300,0,0,40
+,2022,2.0221E+13,6214,South,Texas,67500,"House, apartment, flat",1,1,6160571,35,Male,White only,Never married,"Native, born in United States",Good,69,210,31,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,50,0,575,0,0,105,0,0,85,0,505,"$50,000 - $75,000",Millennials (23-38),White only,Good,5.5-6 feet,200-300,Bachelor's Degree,,505,50,695,105,0,0,85
+,2022,2.0221E+13,6215,South,Texas,200000,"House, apartment, flat",1,1,22818246,48,Male,White only,Married - spouse present,"Native, born in United States",Very good,73,235,31,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,70,0,0,66,110,480,0,0,330,30,0,0,0,354,"$150,000 and over",Generation X (39-54),White only,Very good,6-6.5 feet,200-300,Graduated High School,,354,176,550,360,0,0,0
+,2022,2.0221E+13,6216,West,California,200000,"House, apartment, flat",1,1,5879917,77,Female,White only,Married - spouse present,"Native, born in United States",Excellent,61,125,23.6,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,190,150,0,0,255,0,495,0,0,130,60,0,115,0,0,"$150,000 and over",Silent (74-91),White only,Excellent,5-5.5 feet,120-140,Master's or Doctoral Degree,,0,255,645,190,0,0,305
+,2022,2.0221E+13,6217,South,North Carolina,17500,"House, apartment, flat",1,1,5709826,79,Male,White only,Widowed,"Native, born in United States",Poor,70,220,31.6,7th or 8th grade,Seventh through eighth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,185,90,0,0,0,0,725,0,0,390,0,0,50,0,0,"$10,000 - $30,000",Silent (74-91),White only,Poor,5.5-6 feet,200-300,Middle School or Less,,0,0,815,390,0,0,235
+,2022,2.0221E+13,6218,Midwest,Wisconsin,27500,"House, apartment, flat",1,1,15875166,58,Female,White only,Married - spouse present,"Native, born in United States",Good,66,199,32.1,Associate degree - occupational vocational,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,40,0,0,80,0,0,68,0,590,0,0,0,0,0,52,0,610,"$10,000 - $30,000",Boomers (55-73),White only,Good,5.5-6 feet,180-200,Associate Degree,,610,68,670,0,0,0,92
+,2022,2.0221E+13,6219,West,Utah,87500,"House, apartment, flat",1,1,22558759,34,Female,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Good,63,132,23.4,5th or 6th grade,Fifth through sixth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,58,0,90,60,0,0,150,0,365,0,0,141,0,0,139,0,437,"$75,000 - $100,000",Millennials (23-38),White only,Good,5-5.5 feet,120-140,Middle School or Less,,437,150,425,141,0,0,287
+,2022,2.0221E+13,6220,South,Oklahoma,2500,"House, apartment, flat",1,1,7958694,54,Female,"American Indian, Alaskan Native",Divorced,"Native, born in United States",Poor,67,220,34.5,10th grade,Tenth grade,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,170,90,0,0,308,0,591,0,0,229,0,0,52,0,0,"Less than $10,000",Boomers (55-73),"American Indian, Alaskan Native",Poor,5.5-6 feet,200-300,Some High School,,0,308,681,229,0,0,222
+,2022,2.0221E+13,6221,Northeast,New York,67500,"House, apartment, flat",1,1,6415305,76,Female,White only,Married - spouse present,"Native, born in United States",Excellent,64,106,18.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,60,0,0,110,0,0,370,0,680,60,0,110,0,0,20,0,0,"$50,000 - $75,000",Silent (74-91),White only,Excellent,5-5.5 feet,100-120,Bachelor's Degree,,0,370,850,110,0,0,80
+,2022,2.0221E+13,6222,West,California,200000,"House, apartment, flat",1,1,13927575,71,Male,White only,Married - spouse present,"Native, born in United States",Excellent,72,185,25.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,85,0,0,100,0,615,0,0,360,0,0,40,0,180,"$150,000 and over",Boomers (55-73),White only,Excellent,6-6.5 feet,180-200,Bachelor's Degree,,180,100,700,360,0,0,100
+,2022,2.0221E+13,6223,West,Washington,125000,"House, apartment, flat",1,1,4555821,40,Female,White only,Married - spouse present,"Native, born in United States",NIU (Not in universe),,9999,999,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,180,0,0,90,0,0,240,0,720,0,0,120,90,0,0,0,0,"$100,000 - $150,000",Generation X (39-54),White only,"Other (Refused, Dont know, NIU)",,>300,Master's or Doctoral Degree,,0,240,810,210,0,0,180
+,2022,2.0221E+13,6224,South,North Carolina,13750,"House, apartment, flat",1,1,5419276,74,Female,Black only,Married - spouse present,"Native, born in United States",Very good,70,200,28.7,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,690,0,300,0,90,330,0,0,0,0,0,"$10,000 - $30,000",Silent (74-91),Black only,Very good,5.5-6 feet,200-300,Associate Degree,,0,690,330,420,0,0,0
+,2022,2.0221E+13,6225,West,Washington,200000,"House, apartment, flat",1,1,4652910,68,Female,White only,Married - spouse present,"Native, born in United States",Excellent,66,143,23.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,170,0,0,300,0,630,0,0,300,0,0,10,0,0,"$150,000 and over",Boomers (55-73),White only,Excellent,5.5-6 feet,140-160,Bachelor's Degree,,0,300,800,300,0,0,40
+,2022,2.0221E+13,6226,South,Texas,11250,"House, apartment, flat",1,1,14412188,45,Female,White only,Never married,"Foreign born, not a U.S. citizen",Good,68,200,30.4,5th or 6th grade,Fifth through sixth grade,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,105,0,0,0,0,0,0,0,75,0,0,0,0,1260,"$10,000 - $30,000",Generation X (39-54),White only,Good,5.5-6 feet,200-300,Middle School or Less,,1260,0,105,75,0,0,0
+,2022,2.0221E+13,6227,West,Wyoming,200000,"House, apartment, flat",1,1,12708310,48,Female,White only,Married - spouse present,"Native, born in United States",Good,63,180,31.9,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,101,0,0,30,0,0,60,0,545,0,0,0,0,30,130,0,484,"$150,000 and over",Generation X (39-54),White only,Good,5-5.5 feet,180-200,Some College,,484,60,575,0,0,0,261
+,2022,2.0221E+13,6228,West,Oregon,45000,"House, apartment, flat",1,1,5797052,15,Male,White only,Never married,"Native, born in United States",Very good,68,135,20.5,10th grade,Tenth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,60,0,0,10,0,665,0,0,630,0,0,45,0,0,"$30,000 - $50,000",Generation Z (7-22),White only,Very good,5.5-6 feet,120-140,Some High School,,0,10,725,630,0,0,75
+,2022,2.0221E+13,6229,South,Texas,125000,"House, apartment, flat",1,1,11922307,37,Male,White only,Never married,"Native, born in United States",Good,70,300,43,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,2,60,0,0,20,0,520,0,0,720,0,0,60,0,0,"$100,000 - $150,000",Millennials (23-38),White only,Good,5.5-6 feet,>300,Graduated High School,,0,20,580,720,0,0,62
+,2022,2.0221E+13,6230,West,Arizona,125000,"House, apartment, flat",1,1,8589920,69,Male,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Very good,73,205,27,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,10,0,0,90,0,0,300,0,370,0,0,390,130,0,150,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Very good,6-6.5 feet,200-300,Bachelor's Degree,,0,300,460,520,0,0,160
+,2022,2.0221E+13,6231,Midwest,Iowa,87500,"House, apartment, flat",1,1,6763680,26,Female,White only,Never married,"Native, born abroad of American parent or parents",Very good,64,150,25.7,Associate degree - occupational vocational,College--four years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,35,65,0,0,105,0,730,0,0,455,0,0,50,0,0,"$75,000 - $100,000",Millennials (23-38),White only,Very good,5-5.5 feet,140-160,Associate Degree,,0,105,795,455,0,0,85
+,2022,2.0221E+13,6232,South,Texas,37500,"House, apartment, flat",1,1,6262706,65,Female,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Good,61,156,29.5,"1st, 2nd, 3rd, or 4th grade",First through fourth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,165,0,0,120,0,0,200,0,240,0,0,715,0,0,0,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Good,5-5.5 feet,140-160,Middle School or Less,,0,200,360,715,0,0,165
+,2022,2.0221E+13,6233,Midwest,Indiana,125000,"House, apartment, flat",1,1,9000652,36,Female,White only,Married - spouse present,"Native, born in United States",Very good,,9996,998,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,90,0,0,30,0,0,410,0,532,0,0,0,0,0,123,0,255,"$100,000 - $150,000",Millennials (23-38),White only,Very good,,>300,Associate Degree,,255,410,562,0,0,0,213
+,2022,2.0221E+13,6234,West,Hawaii,32500,"House, apartment, flat",1,1,3296693,80,Female,White-Asian,Widowed,"Native, born in United States",NIU (Not in universe),,9999,999,Some college but no degree,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,0,0,300,0,30,1005,15,0,0,0,0,"$30,000 - $50,000",Silent (74-91),Mixed,"Other (Refused, Dont know, NIU)",,>300,Some College,,0,0,390,1050,0,0,0
+,2022,2.0221E+13,6235,South,Louisiana,67500,"House, apartment, flat",1,1,7003017,24,Male,White only,Married - spouse present,"Native, born in United States",Very good,69,165,24.4,Associate degree - occupational vocational,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,15,15,0,0,240,0,330,0,0,0,0,0,75,0,705,"$50,000 - $75,000",Millennials (23-38),White only,Very good,5.5-6 feet,160-180,Associate Degree,,705,240,345,0,0,0,90
+,2022,2.0221E+13,6236,Midwest,Iowa,87500,"House, apartment, flat",1,1,5635909,47,Male,White only,Divorced,"Native, born in United States",Good,72,330,44.8,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,0,0,570,0,0,510,0,0,90,0,240,"$75,000 - $100,000",Generation X (39-54),White only,Good,6-6.5 feet,>300,Graduated High School,,240,0,600,510,0,0,90
+,2022,2.0221E+13,6237,South,Florida,55000,Mobile home or trailer with no permanent room added,1,1,10194353,62,Male,White only,Separated,"Native, born in United States",Good,72,172,23.3,High school graduate - GED,Eleventh grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,75,0,0,45,0,660,0,0,590,0,0,40,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Good,6-6.5 feet,160-180,Graduated High School,,0,45,735,590,0,0,70
+,2022,2.0221E+13,6238,South,Virginia,125000,"House, apartment, flat",1,1,7898454,54,Female,White only,Divorced,"Foreign born, U.S. citizen by naturalization",Good,61,135,25.5,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,10,0,0,0,0,600,0,0,5,0,20,50,0,755,"$100,000 - $150,000",Boomers (55-73),White only,Good,5-5.5 feet,120-140,Associate Degree,,755,0,610,5,0,0,70
+,2022,2.0221E+13,6239,South,Alabama,45000,"House, apartment, flat",1,1,8764388,78,Female,Black only,Widowed,"Native, born in United States",Fair,65,230,38.3,High school graduate - GED,Tenth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,Has difficulty remembering,0,0,0,60,0,0,0,0,270,0,0,1110,0,0,0,0,0,"$30,000 - $50,000",Silent (74-91),Black only,Fair,5-5.5 feet,200-300,Graduated High School,,0,0,330,1110,0,0,0
+,2022,2.0221E+13,6240,South,Texas,87500,"House, apartment, flat",1,1,16714067,66,Male,Asian only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Good,69,162,23.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,420,0,270,0,0,150,0,480,0,0,120,0,0,0,0,0,"$75,000 - $100,000",Boomers (55-73),Asian only,Good,5.5-6 feet,160-180,Bachelor's Degree,,0,150,750,120,0,0,420
+,2022,2.0221E+13,6241,West,New Mexico,200000,"House, apartment, flat",1,1,10683820,48,Female,White only,Divorced,"Native, born in United States",Very good,66,170,27.4,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,26,0,60,0,0,270,0,405,0,0,90,60,0,139,0,360,"$150,000 and over",Generation X (39-54),White only,Very good,5.5-6 feet,160-180,Master's or Doctoral Degree,,360,270,465,150,0,0,165
+,2022,2.0221E+13,6242,Midwest,Missouri,87500,"House, apartment, flat",1,1,6411058,71,Male,White only,Married - spouse present,"Native, born in United States",Very good,67,145,22.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,445,0,210,0,0,150,0,510,0,0,110,0,0,15,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Very good,5.5-6 feet,140-160,Bachelor's Degree,,0,150,720,110,0,0,460
+,2022,2.0221E+13,6243,Midwest,Nebraska,55000,"House, apartment, flat",1,1,3507607,85,Female,White only,Widowed,"Native, born in United States",Poor,61,150,28.3,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,Has difficulty remembering,0,0,0,30,0,0,305,0,750,0,0,355,0,0,0,0,0,"$50,000 - $75,000",Silent (74-91),White only,Poor,5-5.5 feet,140-160,Master's or Doctoral Degree,,0,305,780,355,0,0,0
+,2022,2.0221E+13,6244,Midwest,Nebraska,6250,"House, apartment, flat",1,1,5382849,75,Female,White only,Married - spouse present,"Native, born in United States",Excellent,63,175,31,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,45,55,0,0,45,0,540,0,100,570,0,0,85,0,0,"Less than $10,000",Silent (74-91),White only,Excellent,5-5.5 feet,160-180,Graduated High School,,0,45,595,670,0,0,130
+,2022,2.0221E+13,6245,Northeast,Massachusetts,200000,"House, apartment, flat",1,1,4102291,76,Male,White only,Married - spouse present,"Native, born in United States",Very good,70,165,23.7,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,240,0,0,460,0,620,0,0,120,0,0,0,0,0,"$150,000 and over",Silent (74-91),White only,Very good,5.5-6 feet,160-180,Master's or Doctoral Degree,,0,460,860,120,0,0,0
+,2022,2.0221E+13,6246,West,California,125000,"House, apartment, flat",1,1,9251016,31,Male,White only,Never married,"Native, born abroad of American parent or parents",NIU (Not in universe),,9999,999,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,0,0,0,0,0,600,0,0,720,0,0,60,0,0,"$100,000 - $150,000",Millennials (23-38),White only,"Other (Refused, Dont know, NIU)",,>300,Bachelor's Degree,,0,0,600,720,0,0,120
+,2022,2.0221E+13,6247,South,North Carolina,45000,"House, apartment, flat",1,1,4119414,51,Male,White only,Married - spouse present,"Native, born in United States",Very good,70,250,35.9,Associate degree - academic program,College--two years,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,90,0,150,30,0,0,465,0,585,0,0,30,0,0,45,0,0,"$30,000 - $50,000",Generation X (39-54),White only,Very good,5.5-6 feet,200-300,Associate Degree,,0,465,615,30,0,0,285
+,2022,2.0221E+13,6248,South,South Carolina,37500,Mobile home or trailer with no permanent room added,1,1,25830228,44,Female,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Fair,,186,998,5th or 6th grade,Fifth through sixth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,145,0,120,40,0,0,240,0,532,0,0,250,0,0,63,0,0,"$30,000 - $50,000",Generation X (39-54),White only,Fair,,180-200,Middle School or Less,,0,240,572,250,0,0,328
+,2022,2.0221E+13,6249,Midwest,Indiana,13750,"House, apartment, flat",1,1,4625208,30,Female,Black only,Never married,"Native, born in United States",NIU (Not in universe),,9999,999,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,20,0,0,420,0,690,0,0,310,0,0,0,0,0,"$10,000 - $30,000",Millennials (23-38),Black only,"Other (Refused, Dont know, NIU)",,>300,Some College,,0,420,710,310,0,0,0
+,2022,2.0221E+13,6250,Northeast,Pennsylvania,67500,"House, apartment, flat",1,1,7000729,32,Female,White only,Married - spouse present,"Native, born in United States",Very good,64,135,23.2,Associate degree - academic program,College--three years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,5,60,40,0,0,30,0,540,0,0,615,0,0,150,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Very good,5-5.5 feet,120-140,Associate Degree,,0,30,580,615,0,0,215
+,2022,2.0221E+13,6251,South,Texas,125000,"House, apartment, flat",1,1,10816274,46,Female,White only,Married - spouse present,"Native, born in United States",Very good,66,9996,998,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,90,0,0,60,0,0,60,0,650,0,0,90,0,0,20,0,470,"$100,000 - $150,000",Generation X (39-54),White only,Very good,5.5-6 feet,>300,Master's or Doctoral Degree,,470,60,710,90,0,0,110
+,2022,2.0221E+13,6252,South,Texas,125000,"House, apartment, flat",1,1,9612300,53,Male,White only,Separated,"Foreign born, U.S. citizen by naturalization",Good,73,207,27.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,20,0,0,0,0,725,0,0,160,0,0,45,0,490,"$100,000 - $150,000",Generation X (39-54),White only,Good,6-6.5 feet,200-300,Bachelor's Degree,,490,0,745,160,0,0,45
+,2022,2.0221E+13,6253,Northeast,New York,200000,"House, apartment, flat",1,1,6860239,38,Male,White only,Never married,"Native, born in United States",Very good,71,175,24.4,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,100,0,0,15,0,630,0,0,235,90,0,210,0,90,"$150,000 and over",Generation X (39-54),White only,Very good,5.5-6 feet,160-180,Master's or Doctoral Degree,,90,15,730,325,0,0,220
+,2022,2.0221E+13,6254,South,Virginia,87500,"House, apartment, flat",1,1,14773513,24,Female,White only,Never married,"Native, born in United States",Good,69,175,25.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,135,0,0,0,0,690,0,0,578,0,0,37,0,0,"$75,000 - $100,000",Millennials (23-38),White only,Good,5.5-6 feet,160-180,Bachelor's Degree,,0,0,825,578,0,0,37
+,2022,2.0221E+13,6255,West,California,200000,"House, apartment, flat",1,1,10086932,45,Female,White only,Married - spouse present,"Native, born in United States",Very good,66,150,24.2,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,22,0,5,90,0,0,25,0,445,0,0,215,0,0,153,0,485,"$150,000 and over",Generation X (39-54),White only,Very good,5.5-6 feet,140-160,Master's or Doctoral Degree,,485,25,535,215,0,0,180
+,2022,2.0221E+13,6256,South,Texas,200000,"House, apartment, flat",1,1,9302225,65,Female,White only,Divorced,"Native, born in United States",Excellent,69,127,18.8,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,660,0,300,0,0,60,30,0,60,0,180,"$150,000 and over",Boomers (55-73),White only,Excellent,5.5-6 feet,120-140,Master's or Doctoral Degree,,180,660,360,90,0,0,60
+,2022,2.0221E+13,6257,West,Arizona,45000,"House, apartment, flat",1,1,10495168,61,Female,White only,Married - spouse present,"Native, born in United States",Very good,62,124,22.7,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,155,0,0,425,0,420,0,0,305,0,0,75,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Very good,5-5.5 feet,120-140,Associate Degree,,0,425,575,305,0,0,135
+,2022,2.0221E+13,6258,South,Alabama,45000,"House, apartment, flat",1,1,3740874,69,Female,White only,Married - spouse present,"Native, born in United States",Very good,62,130,23.8,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,90,0,600,0,145,505,0,0,10,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Very good,5-5.5 feet,120-140,Graduated High School,,0,90,690,650,0,0,10
+,2022,2.0221E+13,6259,Northeast,Pennsylvania,87500,"House, apartment, flat",1,1,30670555,21,Male,White only,Never married,"Native, born in United States",Good,72,170,23.1,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,15,0,573,0,6,0,615,0,0,133,0,0,98,0,0,"$75,000 - $100,000",Generation Z (7-22),White only,Good,6-6.5 feet,160-180,Some College,,0,6,615,133,573,0,113
+,2022,2.0221E+13,6260,Northeast,New York,200000,"House, apartment, flat",1,1,8845386,62,Female,White only,Married - spouse present,"Native, born in United States",Good,66,207,33.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,0,0,70,0,660,0,0,455,0,0,90,0,0,"$150,000 and over",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Bachelor's Degree,,0,70,735,455,0,0,90
+,2022,2.0221E+13,6261,Northeast,New York,200000,"House, apartment, flat",1,1,5470543,57,Male,White only,Married - spouse present,"Native, born in United States",Very good,66,135,21.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,15,0,0,360,0,645,0,0,270,0,130,10,0,0,"$150,000 and over",Boomers (55-73),White only,Very good,5.5-6 feet,120-140,Bachelor's Degree,,0,360,660,270,0,0,150
+,2022,2.0221E+13,6262,Midwest,Iowa,125000,"House, apartment, flat",1,1,4703860,54,Male,White only,Married - spouse present,"Native, born in United States",Good,73,185,24.4,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,80,0,0,110,0,580,0,0,535,0,0,0,0,15,"$100,000 - $150,000",Boomers (55-73),White only,Good,6-6.5 feet,180-200,Master's or Doctoral Degree,,15,110,660,535,0,0,0
+,2022,2.0221E+13,6263,Northeast,Massachusetts,87500,"House, apartment, flat",1,1,6959274,49,Male,Black only,Never married,"Foreign born, U.S. citizen by naturalization",Good,73,218,28.8,Associate degree - occupational vocational,College--two years,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,61,0,35,0,0,40,0,744,0,0,0,0,60,90,0,410,"$75,000 - $100,000",Generation X (39-54),Black only,Good,6-6.5 feet,200-300,Associate Degree,,410,40,779,0,0,0,211
+,2022,2.0221E+13,6264,South,North Carolina,87500,"House, apartment, flat",1,1,3976383,68,Male,White only,Married - spouse present,"Native, born in United States",Very good,64,135,23.2,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,15,0,600,0,0,650,95,0,50,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Very good,5-5.5 feet,120-140,Master's or Doctoral Degree,,0,15,630,745,0,0,50
+,2022,2.0221E+13,6265,Midwest,Kansas,37500,"House, apartment, flat",1,1,8054337,38,Male,White only,Never married,"Native, born in United States",Good,64,165,28.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,20,0,0,0,0,480,0,0,85,0,0,90,0,765,"$30,000 - $50,000",Generation X (39-54),White only,Good,5-5.5 feet,160-180,Bachelor's Degree,,765,0,500,85,0,0,90
+,2022,2.0221E+13,6266,South,Texas,22500,"House, apartment, flat",1,1,47717012,56,Female,Black only,Married - spouse present,"Native, born in United States",Fair,64,200,34.3,11th grade,Eleventh grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,60,0,0,0,0,960,20,0,400,0,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),Black only,Fair,5-5.5 feet,200-300,Some High School,,0,0,1040,400,0,0,0
+,2022,2.0221E+13,6267,South,Florida,37500,Mobile home or trailer with no permanent room added,1,1,5774461,55,Male,White only,Married - spouse present,"Native, born in United States",Fair,73,230,30.3,High school graduate - diploma,Twelfth grade,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,30,410,5,110,0,0,45,0,650,0,0,170,0,0,20,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Fair,6-6.5 feet,200-300,Graduated High School,,0,45,760,170,0,0,465
+,2022,2.0221E+13,6268,Northeast,New York,27500,"House, apartment, flat",1,1,7356394,68,Female,White only,Widowed,"Foreign born, U.S. citizen by naturalization",Good,59,160,32.3,"1st, 2nd, 3rd, or 4th grade",First through fourth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,300,110,0,0,95,0,695,0,90,90,0,0,60,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Good,0-5 feet,160-180,Middle School or Less,,0,95,805,180,0,0,360
+,2022,2.0221E+13,6269,West,California,45000,"House, apartment, flat",1,1,29533557,22,Female,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Very good,63,110,19.5,Associate degree - academic program,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,240,0,0,40,0,810,0,0,75,0,0,205,0,70,"$30,000 - $50,000",Millennials (23-38),White only,Very good,5-5.5 feet,100-120,Associate Degree,,70,40,1050,75,0,0,205
+,2022,2.0221E+13,6270,South,Georgia,125000,"House, apartment, flat",1,1,28219994,42,Female,Black only,Married - spouse present,"Native, born in United States",Good,61,190,35.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,102,0,15,120,0,0,180,0,586,0,10,88,60,0,279,0,0,"$100,000 - $150,000",Generation X (39-54),Black only,Good,5-5.5 feet,180-200,Bachelor's Degree,,0,180,706,158,0,0,396
+,2022,2.0221E+13,6271,West,Utah,67500,"House, apartment, flat",1,1,14077861,24,Male,Asian only,Never married,"Foreign born, not a U.S. citizen",Very good,66,140,22.6,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,30,0,570,0,0,70,45,0,35,0,630,"$50,000 - $75,000",Millennials (23-38),Asian only,Very good,5.5-6 feet,140-160,Master's or Doctoral Degree,,630,30,630,115,0,0,35
+,2022,2.0221E+13,6272,West,Alaska,125000,"House, apartment, flat",1,1,3915402,69,Female,White only,Married - spouse present,"Native, born in United States",Very good,64,135,23.2,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,0,0,255,0,640,0,0,405,50,0,15,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Very good,5-5.5 feet,120-140,Some College,,0,255,715,455,0,0,15
+,2022,2.0221E+13,6273,South,Florida,87500,"House, apartment, flat",1,1,3333187,47,Female,White only,Never married,"Native, born in United States",Very good,68,190,28.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,180,15,0,0,215,10,580,0,65,225,30,45,75,0,0,"$75,000 - $100,000",Generation X (39-54),White only,Very good,5.5-6 feet,180-200,Bachelor's Degree,,0,225,595,320,0,0,300
+,2022,2.0221E+13,6274,West,Hawaii,22500,"House, apartment, flat",1,1,4429211,74,Male,Asian only,Never married,"Native, born in United States",Good,65,128,21.3,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,30,0,0,0,0,180,0,0,1214,0,0,6,0,0,"$10,000 - $30,000",Silent (74-91),Asian only,Good,5-5.5 feet,120-140,Some College,,0,0,210,1214,0,0,16
+,2022,2.0221E+13,6275,South,Alabama,87500,"House, apartment, flat",1,1,4871856,65,Male,Black only,Separated,"Native, born in United States",Very good,68,210,31.9,Associate degree - occupational vocational,College--two years,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,0,0,360,0,0,1050,0,0,0,0,0,"$75,000 - $100,000",Boomers (55-73),Black only,Very good,5.5-6 feet,200-300,Associate Degree,,0,0,390,1050,0,0,0
+,2022,2.0221E+13,6276,West,Oregon,22500,"House, apartment, flat",1,1,5170001,42,Male,White only,Never married,"Foreign born, not a U.S. citizen",Fair,70,160,23,Associate degree - occupational vocational,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,60,0,1020,0,0,120,120,0,0,0,0,"$10,000 - $30,000",Generation X (39-54),White only,Fair,5.5-6 feet,160-180,Associate Degree,,0,60,1140,240,0,0,0
+,2022,2.0221E+13,6277,Northeast,Connecticut,200000,"House, apartment, flat",1,1,4077758,51,Male,White only,Divorced,"Native, born in United States",Excellent,66,165,26.6,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,240,10,60,0,0,30,0,480,0,0,495,0,0,35,0,90,"$150,000 and over",Generation X (39-54),White only,Excellent,5.5-6 feet,160-180,Master's or Doctoral Degree,,90,30,540,495,0,0,285
+,2022,2.0221E+13,6278,Midwest,Iowa,87500,"House, apartment, flat",1,1,20147956,44,Female,White only,Married - spouse present,"Native, born in United States",Fair,62,185,33.8,7th or 8th grade,Seventh through eighth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,340,0,690,0,60,290,0,0,0,0,0,"$75,000 - $100,000",Generation X (39-54),White only,Fair,5-5.5 feet,180-200,Middle School or Less,,0,340,750,350,0,0,0
+,2022,2.0221E+13,6279,South,Florida,125000,"House, apartment, flat",1,1,6626230,80,Female,White only,Married - spouse present,"Native, born in United States",Good,67,160,25.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,105,0,0,335,0,685,0,0,315,0,0,0,0,0,"$100,000 - $150,000",Silent (74-91),White only,Good,5.5-6 feet,160-180,Bachelor's Degree,,0,335,790,315,0,0,0
+,2022,2.0221E+13,6280,Northeast,New York,13750,"House, apartment, flat",1,1,16996617,56,Male,White only,Never married,"Native, born in United States",Fair,63,195,34.5,Some college but no degree,College--three years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,0,0,15,0,600,0,0,750,0,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Fair,5-5.5 feet,180-200,Some College,,0,15,675,750,0,0,0
+,2022,2.0221E+13,6281,South,Louisiana,37500,"House, apartment, flat",1,1,18064298,75,Male,White only,Married - spouse present,"Native, born in United States",Poor,74,240,30.8,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,Has difficulty remembering,0,0,0,220,0,0,0,0,780,0,0,380,0,0,60,0,0,"$30,000 - $50,000",Silent (74-91),White only,Poor,6-6.5 feet,200-300,Master's or Doctoral Degree,,0,0,1000,380,0,0,60
+,2022,2.0221E+13,6282,South,West Virginia,17500,"House, apartment, flat",1,1,4021653,85,Female,White only,Widowed,"Native, born in United States",Good,65,143,23.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,30,180,50,0,0,0,0,720,0,0,425,0,0,35,0,0,"$10,000 - $30,000",Silent (74-91),White only,Good,5-5.5 feet,140-160,Bachelor's Degree,,0,0,770,425,0,0,245
+,2022,2.0221E+13,6283,South,Maryland,32500,"House, apartment, flat",1,1,60691526,42,Male,White only,Never married,"Foreign born, not a U.S. citizen",Good,65,180,30,"1st, 2nd, 3rd, or 4th grade",First through fourth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,20,35,0,0,0,0,600,0,3,762,0,0,20,0,0,"$30,000 - $50,000",Generation X (39-54),White only,Good,5-5.5 feet,180-200,Middle School or Less,,0,0,635,765,0,0,40
+,2022,2.0221E+13,6284,West,Montana,45000,"House, apartment, flat",1,1,6458147,85,Male,White only,Widowed,"Native, born in United States",Good,67,155,24.3,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,50,0,0,520,0,590,0,0,280,0,0,0,0,0,"$30,000 - $50,000",Silent (74-91),White only,Good,5.5-6 feet,140-160,Graduated High School,,0,520,640,280,0,0,0
+,2022,2.0221E+13,6285,South,Louisiana,45000,"House, apartment, flat",1,1,11513583,80,Female,White only,Married - spouse present,"Native, born in United States",Good,56,149,33.4,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,80,0,0,25,0,0,195,0,620,0,0,520,0,0,0,0,0,"$30,000 - $50,000",Silent (74-91),White only,Good,0-5 feet,140-160,Graduated High School,,0,195,645,520,0,0,80
+,2022,2.0221E+13,6286,West,Arizona,125000,"House, apartment, flat",1,1,28710053,34,Male,Black only,Never married,"Native, born in United States",Very good,68,170,25.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,80,0,0,0,0,590,0,0,145,65,0,40,0,520,"$100,000 - $150,000",Millennials (23-38),Black only,Very good,5.5-6 feet,160-180,Bachelor's Degree,,520,0,670,210,0,0,40
+,2022,2.0221E+13,6287,West,California,22500,"House, apartment, flat",1,1,10085225,75,Female,Black only,Divorced,"Native, born in United States",Very good,62,145,26.5,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,40,65,0,0,132,0,735,0,50,270,0,60,88,0,0,"$10,000 - $30,000",Silent (74-91),Black only,Very good,5-5.5 feet,140-160,Graduated High School,,0,132,800,320,0,0,188
+,2022,2.0221E+13,6288,South,South Carolina,87500,"House, apartment, flat",1,1,12108952,48,Male,Black only,Married - spouse present,"Foreign born, not a U.S. citizen",Very good,71,180,25.1,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,32,0,75,30,0,0,60,0,628,0,0,350,110,80,75,0,0,"$75,000 - $100,000",Generation X (39-54),Black only,Very good,5.5-6 feet,180-200,Master's or Doctoral Degree,,0,60,658,460,0,0,262
+,2022,2.0221E+13,6289,South,Tennessee,125000,"House, apartment, flat",1,1,3118409,65,Male,White only,Married - spouse present,"Native, born in United States",Good,70,220,31.6,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,15,95,0,0,30,0,650,0,165,223,0,0,162,70,0,"$100,000 - $150,000",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Master's or Doctoral Degree,,0,30,745,388,0,70,177
+,2022,2.0221E+13,6290,West,California,55000,"House, apartment, flat",1,1,23659672,37,Female,White only,Never married,"Native, born in United States",Good,60,140,27.3,Associate degree - academic program,College--four years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,5,30,60,0,115,0,410,0,0,55,0,0,75,0,690,"$50,000 - $75,000",Millennials (23-38),White only,Good,5-5.5 feet,140-160,Associate Degree,,690,115,440,55,60,0,80
+,2022,2.0221E+13,6291,Midwest,Minnesota,55000,Mobile home or trailer with 1 or more rooms added,1,1,7216961,53,Male,Asian only,Never married,"Foreign born, not a U.S. citizen",Good,59,340,68.7,High school graduate - diploma,Twelfth grade,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,90,450,660,0,0,120,0,0,60,0,0,"$50,000 - $75,000",Generation X (39-54),Asian only,Good,0-5 feet,>300,Graduated High School,,0,540,720,120,0,0,60
+,2022,2.0221E+13,6292,South,Virginia,87500,"House, apartment, flat",1,1,3814049,67,Male,White only,Widowed,"Native, born in United States",Very good,71,176,24.5,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,40,95,0,0,235,0,506,0,0,370,30,90,74,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Very good,5.5-6 feet,160-180,Some College,,0,235,601,400,0,0,204
+,2022,2.0221E+13,6293,Northeast,Pennsylvania,200000,"House, apartment, flat",1,1,6898500,55,Female,White only,Married - spouse present,"Native, born in United States",Very good,72,180,24.4,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,65,90,0,0,0,0,755,0,120,240,0,0,110,0,60,"$150,000 and over",Boomers (55-73),White only,Very good,6-6.5 feet,180-200,Master's or Doctoral Degree,,60,0,845,360,0,0,175
+,2022,2.0221E+13,6294,Northeast,Maine,27500,Mobile home or trailer with 1 or more rooms added,1,1,5395549,80,Female,White only,Widowed,"Native, born in United States",Fair,64,118,20.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),Has vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,70,95,0,0,501,0,529,85,0,75,10,45,30,0,0,"$10,000 - $30,000",Silent (74-91),White only,Fair,5-5.5 feet,100-120,Bachelor's Degree,,0,501,709,85,0,0,145
+,2022,2.0221E+13,6295,Midwest,Nebraska,67500,"House, apartment, flat",1,1,2163375,70,Female,White only,Divorced,"Native, born in United States",Very good,62,190,34.7,Associate degree - academic program,College--two years,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,420,0,120,0,0,60,0,600,0,0,240,0,0,0,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Very good,5-5.5 feet,180-200,Associate Degree,,0,60,720,240,0,0,420
+,2022,2.0221E+13,6296,Midwest,Minnesota,55000,"House, apartment, flat",1,1,7910423,71,Female,White only,Married - spouse present,"Native, born in United States",NIU (Not in universe),,9999,999,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,80,60,0,0,230,0,570,0,0,430,30,0,40,0,0,"$50,000 - $75,000",Boomers (55-73),White only,"Other (Refused, Dont know, NIU)",,>300,Some College,,0,230,630,460,0,0,120
+,2022,2.0221E+13,6297,West,Colorado,37500,"House, apartment, flat",1,1,12219737,71,Male,White only,Divorced,"Native, born in United States",Very good,67,170,26.6,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,15,0,0,190,0,460,0,0,655,0,0,120,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Very good,5.5-6 feet,160-180,Some College,,0,190,475,655,0,0,120
+,2022,2.0221E+13,6298,South,Florida,55000,"House, apartment, flat",1,1,12146186,53,Female,White only,Married - spouse present,"Native, born in United States",Good,61,145,27.4,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,90,110,0,0,105,0,525,0,0,570,0,0,40,0,0,"$50,000 - $75,000",Generation X (39-54),White only,Good,5-5.5 feet,140-160,Associate Degree,,0,105,635,570,0,0,130
+,2022,2.0221E+13,6299,Midwest,Minnesota,200000,"House, apartment, flat",1,1,8480723,53,Male,White only,Married - spouse present,"Native, born in United States",Poor,74,229,29.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,0,0,490,0,0,0,0,0,40,0,910,"$150,000 and over",Generation X (39-54),White only,Poor,6-6.5 feet,200-300,Bachelor's Degree,,910,0,490,0,0,0,40
+,2022,2.0221E+13,6300,Midwest,Ohio,87500,"House, apartment, flat",1,1,11129504,44,Male,White only,Married - spouse present,"Native, born in United States",Very good,68,175,26.6,9th grade,Ninth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,52,0,60,30,0,0,0,0,650,0,0,248,0,0,140,0,260,"$75,000 - $100,000",Generation X (39-54),White only,Very good,5.5-6 feet,160-180,Some High School,,260,0,680,248,0,0,252
+,2022,2.0221E+13,6301,Midwest,Kansas,2500,"House, apartment, flat",1,1,7889041,52,Female,White only,Married - spouse present,"Native, born in United States",Very good,71,276,38.5,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,185,0,0,20,0,710,0,0,105,0,0,420,0,0,"Less than $10,000",Generation X (39-54),White only,Very good,5.5-6 feet,200-300,Some College,,0,20,895,105,0,0,420
+,2022,2.0221E+13,6302,South,Kentucky,87500,"House, apartment, flat",1,1,9321507,64,Male,White only,Married - spouse present,"Native, born in United States",Very good,70,175,25.1,Some college but no degree,College--four years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,70,0,0,15,0,480,0,0,253,0,0,26,0,536,"$75,000 - $100,000",Boomers (55-73),White only,Very good,5.5-6 feet,160-180,Some College,,536,15,550,253,0,0,86
+,2022,2.0221E+13,6303,Midwest,Kansas,125000,"House, apartment, flat",1,1,16577470,25,Male,Asian only,Widowed,"Foreign born, not a U.S. citizen",Very good,69,131,19.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,20,120,0,0,210,0,830,0,0,240,0,0,20,0,0,"$100,000 - $150,000",Millennials (23-38),Asian only,Very good,5.5-6 feet,120-140,Bachelor's Degree,,0,210,950,240,0,0,40
+,2022,2.0221E+13,6304,South,North Carolina,87500,"House, apartment, flat",1,1,8659468,62,Female,White only,Never married,"Native, born in United States",Very good,62,150,27.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,20,50,0,0,163,0,550,15,0,60,0,0,72,0,480,"$75,000 - $100,000",Boomers (55-73),White only,Very good,5-5.5 feet,140-160,Bachelor's Degree,,480,163,615,60,0,0,92
+,2022,2.0221E+13,6305,South,Florida,55000,"House, apartment, flat",1,1,12146200,62,Female,White only,Never married,"Native, born in United States",Fair,69,110,16.2,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,235,0,135,0,0,115,0,565,60,0,238,0,0,92,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Fair,5.5-6 feet,100-120,Graduated High School,,0,115,760,238,0,0,327
+,2022,2.0221E+13,6306,Midwest,North Dakota,55000,"House, apartment, flat",1,1,6140094,80,Female,White only,Married - spouse present,"Native, born in United States",Excellent,62,114,20.8,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,95,0,0,520,0,530,0,0,295,0,0,0,0,0,"$50,000 - $75,000",Silent (74-91),White only,Excellent,5-5.5 feet,100-120,Some College,,0,520,625,295,0,0,0
+,2022,2.0221E+13,6307,South,Florida,55000,"House, apartment, flat",1,1,3388215,80,Female,White only,Widowed,"Native, born in United States",Fair,64,130,22.3,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,30,0,0,125,0,655,0,30,360,0,60,0,0,0,"$50,000 - $75,000",Silent (74-91),White only,Fair,5-5.5 feet,120-140,Master's or Doctoral Degree,,0,125,685,390,0,0,60
+,2022,2.0221E+13,6308,West,California,125000,"House, apartment, flat",1,1,13435389,50,Female,White only,Married - spouse present,"Native, born in United States",Good,66,146,23.6,Associate degree - occupational vocational,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,135,0,520,0,0,90,0,0,80,0,555,"$100,000 - $150,000",Generation X (39-54),White only,Good,5.5-6 feet,140-160,Associate Degree,,555,135,580,90,0,0,80
+,2022,2.0221E+13,6309,South,Texas,8750,"House, apartment, flat",1,1,14498728,50,Male,White only,Separated,"Foreign born, not a U.S. citizen",Good,56,160,35.9,9th grade,Ninth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,105,0,0,180,0,435,0,330,345,0,0,45,0,0,"Less than $10,000",Generation X (39-54),White only,Good,0-5 feet,160-180,Some High School,,0,180,540,675,0,0,45
+,2022,2.0221E+13,6310,West,California,200000,"House, apartment, flat",1,1,11347464,36,Male,White only,Married - spouse present,"Native, born in United States",Good,70,165,23.7,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,210,0,0,120,0,585,0,0,60,0,0,30,0,435,"$150,000 and over",Millennials (23-38),White only,Good,5.5-6 feet,160-180,Master's or Doctoral Degree,,435,120,795,60,0,0,30
+,2022,2.0221E+13,6311,South,Mississippi,27500,"House, apartment, flat",1,1,8644280,79,Female,Black only,Married - spouse present,"Native, born in United States",Good,66,179,28.9,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,15,30,0,0,70,0,780,0,360,90,0,0,95,0,0,"$10,000 - $30,000",Silent (74-91),Black only,Good,5.5-6 feet,160-180,Graduated High School,,0,70,810,450,0,0,110
+,2022,2.0221E+13,6312,South,Virginia,45000,"House, apartment, flat",1,1,3816798,69,Female,White only,Never married,"Native, born in United States",Excellent,61,172,32.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,10,0,30,0,0,182,0,420,0,60,434,0,0,120,184,0,"$30,000 - $50,000",Boomers (55-73),White only,Excellent,5-5.5 feet,160-180,Bachelor's Degree,,0,182,450,494,0,184,130
+,2022,2.0221E+13,6313,West,California,32500,"House, apartment, flat",1,1,2081815,41,Female,White only,Never married,"Native, born in United States",Good,62,217,39.7,Some college but no degree,College--four years,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,15,65,0,0,100,0,650,0,0,570,0,0,40,0,0,"$30,000 - $50,000",Generation X (39-54),White only,Good,5-5.5 feet,200-300,Some College,,0,100,715,570,0,0,55
+,2022,2.0221E+13,6314,South,South Carolina,67500,"House, apartment, flat",1,1,5445696,72,Female,White only,Married - spouse present,"Native, born in United States",Good,61,117,22.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,110,90,120,0,165,0,630,0,0,225,45,0,55,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Good,5-5.5 feet,100-120,Bachelor's Degree,,0,165,720,270,120,0,165
+,2022,2.0221E+13,6315,Midwest,Michigan,200000,"House, apartment, flat",1,1,13398135,56,Male,Asian only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Very good,67,187,29.3,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,30,0,420,0,0,60,105,30,12,0,663,"$150,000 and over",Boomers (55-73),Asian only,Very good,5.5-6 feet,180-200,Master's or Doctoral Degree,,663,30,480,165,0,0,42
+,2022,2.0221E+13,6316,South,Alabama,87500,"House, apartment, flat",1,1,3578491,51,Female,White only,Married - spouse present,"Native, born in United States",Good,66,180,29,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,300,0,39,0,0,223,0,270,0,60,548,0,0,0,0,0,"$75,000 - $100,000",Generation X (39-54),White only,Good,5.5-6 feet,180-200,Graduated High School,,0,223,309,608,0,0,300
+,2022,2.0221E+13,6317,West,California,125000,"House, apartment, flat",1,1,13353887,34,Female,Black only,Never married,"Native, born in United States",Excellent,62,180,32.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,180,20,0,0,450,0,360,0,0,350,0,0,80,0,0,"$100,000 - $150,000",Millennials (23-38),Black only,Excellent,5-5.5 feet,180-200,Bachelor's Degree,,0,450,380,350,0,0,260
+,2022,2.0221E+13,6318,Midwest,Illinois,200000,"House, apartment, flat",1,1,7652269,39,Female,Black only,Never married,"Native, born in United States",Good,68,275,41.8,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,90,0,625,0,0,155,0,200,40,0,270,"$150,000 and over",Generation X (39-54),Black only,Good,5.5-6 feet,200-300,Master's or Doctoral Degree,,270,90,685,155,0,0,240
+,2022,2.0221E+13,6319,Northeast,New Jersey,125000,"House, apartment, flat",1,1,30002259,44,Female,White only,Married - spouse present,"Native, born in United States",Good,68,145,22,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,0,0,595,0,0,110,0,0,70,0,575,"$100,000 - $150,000",Generation X (39-54),White only,Good,5.5-6 feet,140-160,Graduated High School,,575,0,685,110,0,0,70
+,2022,2.0221E+13,6320,West,California,27500,"House, apartment, flat",1,1,13882042,78,Male,White only,Widowed,"Native, born in United States",Good,71,180,25.1,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,75,195,0,0,120,0,540,0,0,440,0,0,70,0,0,"$10,000 - $30,000",Silent (74-91),White only,Good,5.5-6 feet,180-200,Graduated High School,,0,120,735,440,0,0,145
+,2022,2.0221E+13,6321,West,California,200000,"House, apartment, flat",1,1,7344395,32,Female,Asian only,Married - spouse present,"Native, born abroad of American parent or parents",Excellent,63,110,19.5,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,378,0,30,158,0,0,90,0,520,85,0,55,30,0,94,0,0,"$150,000 and over",Millennials (23-38),Asian only,Excellent,5-5.5 feet,100-120,Master's or Doctoral Degree,,0,90,763,85,0,0,502
+,2022,2.0221E+13,6322,Midwest,South Dakota,125000,"House, apartment, flat",1,1,3051297,85,Male,White only,Widowed,"Native, born in United States",Very good,69,225,33.2,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,90,0,0,45,0,750,0,60,415,0,0,50,0,0,"$100,000 - $150,000",Silent (74-91),White only,Very good,5.5-6 feet,200-300,Some College,,0,45,840,475,0,0,80
+,2022,2.0221E+13,6323,Northeast,Massachusetts,22500,"House, apartment, flat",1,1,7136371,76,Male,White only,Married - spouse present,"Native, born in United States",Very good,67,168,26.3,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,0,0,277,45,465,0,0,578,0,0,0,0,0,"$10,000 - $30,000",Silent (74-91),White only,Very good,5.5-6 feet,160-180,Master's or Doctoral Degree,,0,322,540,578,0,0,0
+,2022,2.0221E+13,6324,Midwest,Iowa,125000,"House, apartment, flat",1,1,5336979,31,Female,White only,Married - spouse present,"Native, born in United States",Good,70,140,20.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,160,0,5,65,0,0,470,0,590,0,0,80,0,0,70,0,0,"$100,000 - $150,000",Millennials (23-38),White only,Good,5.5-6 feet,140-160,Bachelor's Degree,,0,470,655,80,0,0,235
+,2022,2.0221E+13,6325,Midwest,Michigan,125000,"House, apartment, flat",1,1,15713768,63,Female,White only,Married - spouse present,"Native, born in United States",Very good,64,159,27.3,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,93,85,60,0,0,215,0,345,0,0,415,35,70,122,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Very good,5-5.5 feet,140-160,Graduated High School,,0,215,405,450,0,0,370
+,2022,2.0221E+13,6326,Northeast,Massachusetts,200000,"House, apartment, flat",1,1,36237901,17,Female,White only,Never married,"Native, born abroad of American parent or parents",Good,65,130,21.6,10th grade,Tenth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,2,0,0,70,380,0,80,0,683,0,0,42,0,135,41,0,0,"$150,000 and over",Generation Z (7-22),White only,Good,5-5.5 feet,120-140,Some High School,,0,80,753,42,380,0,178
+,2022,2.0221E+13,6327,South,Arkansas,125000,"House, apartment, flat",1,1,9238920,41,Female,White only,Married - spouse present,"Native, born in United States",Good,64,135,23.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,107,0,5,35,0,0,40,0,598,0,0,30,0,0,70,100,455,"$100,000 - $150,000",Generation X (39-54),White only,Good,5-5.5 feet,120-140,Bachelor's Degree,,455,40,633,30,0,100,182
+,2022,2.0221E+13,6328,Northeast,New York,87500,"House, apartment, flat",1,1,16006401,24,Female,Asian only,Never married,"Foreign born, not a U.S. citizen",Very good,63,132,23.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,360,0,0,0,840,0,0,120,0,0,0,0,0,"$75,000 - $100,000",Millennials (23-38),Asian only,Very good,5-5.5 feet,120-140,Bachelor's Degree,,0,0,960,120,360,0,0
+,2022,2.0221E+13,6329,Midwest,Kansas,87500,"House, apartment, flat",1,1,6150150,42,Female,Black-American Indian,Married - spouse present,"Native, born in United States",Very good,65,150,25,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,20,0,0,0,0,745,0,0,665,0,0,10,0,0,"$75,000 - $100,000",Generation X (39-54),Mixed,Very good,5-5.5 feet,140-160,Some College,,0,0,765,665,0,0,10
+,2022,2.0221E+13,6330,Midwest,Illinois,200000,"House, apartment, flat",1,1,11486628,32,Male,White only,Married - spouse present,"Native, born in United States",Excellent,70,155,22.2,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,210,0,0,0,0,710,0,0,390,60,0,70,0,0,"$150,000 and over",Millennials (23-38),White only,Excellent,5.5-6 feet,140-160,Master's or Doctoral Degree,,0,0,920,450,0,0,70
+,2022,2.0221E+13,6331,South,Tennessee,27500,"House, apartment, flat",1,1,4305218,60,Female,White only,Never married,"Native, born in United States",Good,63,113,20,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,5,90,0,0,273,0,380,0,0,97,0,0,70,0,525,"$10,000 - $30,000",Boomers (55-73),White only,Good,5-5.5 feet,100-120,Graduated High School,,525,273,470,97,0,0,75
+,2022,2.0221E+13,6332,West,California,55000,"House, apartment, flat",1,1,13508216,47,Male,White only,Married - spouse present,"Native, born in United States",Very good,69,155,22.9,Some college but no degree,College--three years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,15,90,0,0,120,0,510,0,0,120,150,0,435,0,0,"$50,000 - $75,000",Generation X (39-54),White only,Very good,5.5-6 feet,140-160,Some College,,0,120,600,270,0,0,450
+,2022,2.0221E+13,6333,Northeast,Rhode Island,32500,"House, apartment, flat",1,1,3685247,80,Male,White only,Widowed,"Native, born in United States",Fair,70,175,25.1,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,70,95,0,0,35,0,608,0,30,460,0,0,102,0,0,"$30,000 - $50,000",Silent (74-91),White only,Fair,5.5-6 feet,160-180,Some College,,0,35,703,490,0,0,172
+,2022,2.0221E+13,6334,South,Oklahoma,87500,"House, apartment, flat",1,1,3081779,80,Male,White only,Widowed,"Native, born in United States",Good,69,168,24.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,5,90,140,0,0,0,0,635,0,200,175,0,0,195,0,0,"$75,000 - $100,000",Silent (74-91),White only,Good,5.5-6 feet,160-180,Bachelor's Degree,,0,0,775,375,0,0,290
+,2022,2.0221E+13,6335,West,California,67500,"House, apartment, flat",1,1,8880131,76,Male,White only,Never married,"Native, born in United States",NIU (Not in universe),,9999,999,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,0,0,510,0,0,840,0,0,0,0,0,"$50,000 - $75,000",Silent (74-91),White only,"Other (Refused, Dont know, NIU)",,>300,Graduated High School,,0,0,540,840,0,0,0
+,2022,2.0221E+13,6336,Midwest,Ohio,125000,"House, apartment, flat",1,1,27272136,43,Male,White only,Never married,"Native, born in United States",Fair,71,220,30.7,10th grade,Tenth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,10,0,0,120,0,890,0,0,420,0,0,0,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Fair,5.5-6 feet,200-300,Some High School,,0,120,900,420,0,0,0
+,2022,2.0221E+13,6337,Midwest,Wisconsin,200000,"House, apartment, flat",1,1,13632916,26,Female,White only,Never married,"Native, born in United States",Fair,63,260,46.1,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,150,0,0,15,0,0,15,0,575,0,0,635,0,0,50,0,0,"$150,000 and over",Millennials (23-38),White only,Fair,5-5.5 feet,200-300,Graduated High School,,0,15,590,635,0,0,200
+,2022,2.0221E+13,6338,South,Florida,13750,"House, apartment, flat",1,1,13326035,63,Male,White only,Married - spouse present,"Native, born in United States",Fair,72,235,31.9,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,40,0,0,217,0,477,0,0,660,0,0,16,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Fair,6-6.5 feet,200-300,Graduated High School,,0,217,517,660,0,0,46
+,2022,2.0221E+13,6339,Midwest,Michigan,67500,"House, apartment, flat",1,1,6455193,74,Female,White only,Never married,"Native, born in United States",Fair,65,250,41.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),Has vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,230,0,0,116,0,575,0,105,344,0,0,50,0,0,"$50,000 - $75,000",Silent (74-91),White only,Fair,5-5.5 feet,200-300,Bachelor's Degree,,0,116,805,449,0,0,50
+,2022,2.0221E+13,6340,Midwest,Kansas,125000,"House, apartment, flat",1,1,6000976,28,Male,White only,Married - spouse present,"Native, born in United States",Fair,76,170,20.7,Associate degree - occupational vocational,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,35,0,0,180,0,0,375,0,750,0,0,0,90,0,10,0,0,"$100,000 - $150,000",Millennials (23-38),White only,Fair,6-6.5 feet,160-180,Associate Degree,,0,375,930,90,0,0,45
+,2022,2.0221E+13,6341,South,Oklahoma,87500,"House, apartment, flat",1,1,8269057,78,Male,White only,Married - spouse present,"Native, born in United States",Excellent,71,183,25.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,0,0,492,0,0,723,105,0,30,0,0,"$75,000 - $100,000",Silent (74-91),White only,Excellent,5.5-6 feet,180-200,Bachelor's Degree,,0,0,537,828,0,0,30
+,2022,2.0221E+13,6342,South,Texas,45000,"House, apartment, flat",1,1,34772059,24,Female,White only,Never married,"Native, born in United States",Fair,62,230,42.1,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,15,15,205,0,0,90,0,500,0,0,150,230,0,235,0,0,"$30,000 - $50,000",Millennials (23-38),White only,Fair,5-5.5 feet,200-300,Some College,,0,90,705,380,0,0,265
+,2022,2.0221E+13,6343,Midwest,Illinois,200000,"House, apartment, flat",1,1,67367200,16,Female,White only,Never married,"Native, born in United States",Very good,67,115,18,10th grade,Tenth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,160,0,0,60,0,770,0,0,0,330,0,120,0,0,"$150,000 and over",Generation Z (7-22),White only,Very good,5.5-6 feet,100-120,Some High School,,0,60,930,330,0,0,120
+,2022,2.0221E+13,6344,Northeast,Pennsylvania,13750,"House, apartment, flat",1,1,9047158,73,Female,White only,Divorced,"Native, born in United States",Fair,59,9997,998,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,Has difficulty remembering,0,0,90,30,0,0,230,0,849,0,0,131,0,0,110,0,0,"$10,000 - $30,000",Silent (74-91),White only,Fair,0-5 feet,>300,Graduated High School,,0,230,879,131,0,0,200
+,2022,2.0221E+13,6345,Northeast,New York,87500,"House, apartment, flat",1,1,4669871,61,Female,White only,Divorced,"Native, born in United States",Good,62,170,31.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,55,45,0,0,415,0,560,0,0,315,0,20,20,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Good,5-5.5 feet,160-180,Bachelor's Degree,,0,415,605,315,0,0,95
+,2022,2.0221E+13,6346,Midwest,Minnesota,125000,"House, apartment, flat",1,1,6866158,40,Male,White only,Married - spouse present,"Native, born in United States",Very good,77,185,21.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,240,0,0,0,0,630,0,120,390,0,0,60,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Very good,6-6.5 feet,180-200,Bachelor's Degree,,0,0,870,510,0,0,60
+,2022,2.0221E+13,6347,Northeast,Pennsylvania,87500,"House, apartment, flat",1,1,11879479,42,Female,White only,Married - spouse present,"Native, born in United States",Excellent,72,140,19,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,97,0,10,10,0,0,78,0,555,0,0,168,0,0,80,115,327,"$75,000 - $100,000",Generation X (39-54),White only,Excellent,6-6.5 feet,140-160,Bachelor's Degree,,327,78,565,168,0,115,187
+,2022,2.0221E+13,6348,Northeast,Connecticut,87500,"House, apartment, flat",1,1,7848249,49,Male,White only,Married - spouse present,"Native, born in United States",Excellent,72,193,26.2,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,50,90,0,0,237,0,598,0,0,414,0,0,51,0,0,"$75,000 - $100,000",Generation X (39-54),White only,Excellent,6-6.5 feet,180-200,Master's or Doctoral Degree,,0,237,688,414,0,0,101
+,2022,2.0221E+13,6349,South,Alabama,125000,"House, apartment, flat",1,1,18307704,28,Male,White only,Married - spouse present,"Native, born in United States",Good,74,300,38.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,20,0,0,165,0,0,0,0,525,0,0,198,0,0,57,0,475,"$100,000 - $150,000",Millennials (23-38),White only,Good,6-6.5 feet,>300,Bachelor's Degree,,475,0,690,198,0,0,77
+,2022,2.0221E+13,6350,South,Maryland,87500,"House, apartment, flat",1,1,15527462,47,Male,White only,Married - spouse present,"Native, born in United States",Fair,71,270,37.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,100,0,0,45,0,0,138,0,490,0,0,71,0,0,111,0,485,"$75,000 - $100,000",Generation X (39-54),White only,Fair,5.5-6 feet,200-300,Bachelor's Degree,,485,138,535,71,0,0,211
+,2022,2.0221E+13,6351,Northeast,New York,125000,"House, apartment, flat",1,1,15913888,37,Female,White only,Married - spouse present,"Native, born in United States",Excellent,60,9994,998,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,60,0,0,90,0,660,0,0,0,0,0,240,0,390,"$100,000 - $150,000",Millennials (23-38),White only,Excellent,5-5.5 feet,>300,Master's or Doctoral Degree,,390,90,720,0,0,0,240
+,2022,2.0221E+13,6352,West,California,125000,"House, apartment, flat",1,1,15446129,62,Male,White only,Married - spouse present,"Native, born in United States",Very good,77,200,23.7,Some college but no degree,College--two years,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,60,0,0,6,0,475,20,0,250,0,0,109,0,460,"$100,000 - $150,000",Boomers (55-73),White only,Very good,6-6.5 feet,200-300,Some College,,460,6,555,250,0,0,169
+,2022,2.0221E+13,6353,South,Tennessee,45000,"House, apartment, flat",1,1,6327053,80,Female,White only,Widowed,"Native, born in United States",Fair,62,247,45.2,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,Has mobility limitation,Has physical difficulty,Has difficulty remembering,0,0,0,100,0,0,20,0,405,0,0,915,0,0,0,0,0,"$30,000 - $50,000",Silent (74-91),White only,Fair,5-5.5 feet,200-300,Graduated High School,,0,20,505,915,0,0,0
+,2022,2.0221E+13,6354,West,Colorado,200000,"House, apartment, flat",1,1,17905919,63,Male,White only,Married - spouse present,"Native, born in United States",Good,74,205,26.3,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Unemployed - looking,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,125,65,50,0,340,0,560,0,0,105,60,40,95,0,0,"$150,000 and over",Boomers (55-73),White only,Good,6-6.5 feet,200-300,Master's or Doctoral Degree,,0,340,625,165,50,0,260
+,2022,2.0221E+13,6355,South,Virginia,200000,"House, apartment, flat",1,1,20536613,45,Female,White only,Married - spouse present,"Native, born in United States",Good,64,160,27.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,0,0,45,0,505,0,0,125,0,0,120,0,570,"$150,000 and over",Generation X (39-54),White only,Good,5-5.5 feet,160-180,Bachelor's Degree,,570,45,580,125,0,0,120
+,2022,2.0221E+13,6356,Midwest,Ohio,125000,"House, apartment, flat",1,1,18370907,43,Female,White only,Never married,"Native, born in United States",Very good,66,237,38.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,6,4,60,0,0,37,0,635,0,0,30,0,0,142,20,506,"$100,000 - $150,000",Generation X (39-54),White only,Very good,5.5-6 feet,200-300,Bachelor's Degree,,506,37,695,30,0,20,152
+,2022,2.0221E+13,6357,South,Georgia,22500,"House, apartment, flat",1,1,3375466,71,Female,White only,Married - spouse present,"Native, born in United States",Good,62,105,19.2,Some college but no degree,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,3,0,20,15,0,0,20,0,389,0,0,921,0,0,72,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Good,5-5.5 feet,100-120,Some College,,0,20,404,921,0,0,95
+,2022,2.0221E+13,6358,South,Texas,37500,"House, apartment, flat",1,1,15791950,58,Female,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Fair,65,178,29.6,9th grade,Ninth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,120,150,0,0,300,0,690,0,0,150,0,0,30,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Fair,5-5.5 feet,160-180,Some High School,,0,300,840,150,0,0,150
+,2022,2.0221E+13,6359,Northeast,New Jersey,67500,"House, apartment, flat",1,1,14602725,31,Male,White only,Never married,"Native, born in United States",Very good,,9996,998,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,50,0,0,25,0,605,0,0,240,30,0,10,0,480,"$50,000 - $75,000",Millennials (23-38),White only,Very good,,>300,Bachelor's Degree,,480,25,655,270,0,0,10
+,2022,2.0221E+13,6360,Northeast,Pennsylvania,125000,"House, apartment, flat",1,1,27431867,26,Female,White only,Never married,"Native, born in United States",Excellent,67,170,26.6,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,3,80,0,0,124,0,471,0,0,215,50,10,10,0,477,"$100,000 - $150,000",Millennials (23-38),White only,Excellent,5.5-6 feet,160-180,Master's or Doctoral Degree,,477,124,551,265,0,0,23
+,2022,2.0221E+13,6361,Midwest,Iowa,87500,"House, apartment, flat",1,1,2855038,67,Female,White only,Divorced,"Native, born in United States",Excellent,59,139,28.1,Associate degree - occupational vocational,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,120,165,0,0,135,0,540,0,0,430,0,45,5,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Excellent,0-5 feet,120-140,Associate Degree,,0,135,705,430,0,0,170
+,2022,2.0221E+13,6362,Northeast,Massachusetts,27500,"House, apartment, flat",1,1,3206310,76,Female,White only,Widowed,"Native, born in United States",Very good,61,165,31.2,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,15,32,0,0,105,0,660,0,90,298,0,15,35,30,0,"$10,000 - $30,000",Silent (74-91),White only,Very good,5-5.5 feet,160-180,Some College,,0,105,692,388,0,30,65
+,2022,2.0221E+13,6363,South,Florida,22500,"House, apartment, flat",1,1,8078107,67,Female,White only,Divorced,"Native, born in United States",Poor,64,105,18,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,Has difficulty remembering,0,0,0,90,0,0,2,0,778,0,0,570,0,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Poor,5-5.5 feet,100-120,Associate Degree,,0,2,868,570,0,0,0
+,2022,2.0221E+13,6364,South,Florida,55000,"House, apartment, flat",1,1,6772467,33,Male,White only,Never married,"Native, born in United States",Excellent,74,205,26.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,2,0,358,0,0,430,240,0,410,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Excellent,6-6.5 feet,200-300,Bachelor's Degree,,0,2,358,670,0,0,410
+,2022,2.0221E+13,6365,Midwest,Ohio,200000,"House, apartment, flat",1,1,3487807,71,Female,White only,Married - spouse present,"Native, born abroad of American parent or parents",Good,63,122,21.6,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,200,0,605,0,0,305,45,0,75,120,0,"$150,000 and over",Boomers (55-73),White only,Good,5-5.5 feet,120-140,Master's or Doctoral Degree,,0,200,695,350,0,120,75
+,2022,2.0221E+13,6366,Midwest,Minnesota,125000,"House, apartment, flat",1,1,23456986,25,Female,White only,Married - spouse present,"Native, born in United States",Very good,70,175,25.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,105,0,0,0,0,520,0,0,230,0,0,90,0,495,"$100,000 - $150,000",Millennials (23-38),White only,Very good,5.5-6 feet,160-180,Bachelor's Degree,,495,0,625,230,0,0,90
+,2022,2.0221E+13,6367,South,Texas,13750,"House, apartment, flat",1,1,8313803,77,Female,White only,Widowed,"Foreign born, U.S. citizen by naturalization",Fair,62,125,22.9,9th grade,Ninth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,120,0,0,480,0,510,0,0,330,0,0,0,0,0,"$10,000 - $30,000",Silent (74-91),White only,Fair,5-5.5 feet,120-140,Some High School,,0,480,630,330,0,0,0
+,2022,2.0221E+13,6368,Midwest,Minnesota,27500,"House, apartment, flat",1,1,6682736,37,Female,White only,Never married,"Native, born in United States",NIU (Not in universe),,9999,999,Associate degree - occupational vocational,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,20,0,0,30,0,540,0,0,370,0,0,480,0,0,"$10,000 - $30,000",Millennials (23-38),White only,"Other (Refused, Dont know, NIU)",,>300,Associate Degree,,0,30,560,370,0,0,480
+,2022,2.0221E+13,6369,South,Maryland,87500,"House, apartment, flat",1,1,9816859,58,Male,White only,Divorced,"Native, born in United States",Very good,68,203,30.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,35,0,0,220,0,650,0,0,180,300,15,40,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Very good,5.5-6 feet,200-300,Bachelor's Degree,,0,220,685,480,0,0,55
+,2022,2.0221E+13,6370,South,North Carolina,200000,"House, apartment, flat",1,1,32373648,32,Female,White only,Married - spouse absent,"Native, born in United States",Very good,65,125,20.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,20,0,0,110,0,570,0,0,135,30,0,50,0,435,"$150,000 and over",Millennials (23-38),White only,Very good,5-5.5 feet,120-140,Bachelor's Degree,,435,110,590,165,0,0,80
+,2022,2.0221E+13,6371,South,Florida,8750,"House, apartment, flat",1,1,3414023,78,Male,White only,Widowed,"Native, born in United States",Very good,71,145,20.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,150,0,0,450,0,490,0,0,310,0,0,40,0,0,"Less than $10,000",Silent (74-91),White only,Very good,5.5-6 feet,140-160,Bachelor's Degree,,0,450,640,310,0,0,40
+,2022,2.0221E+13,6372,South,Virginia,200000,"House, apartment, flat",1,1,6628310,70,Female,White only,Married - spouse present,"Native, born in United States",Very good,65,235,39.1,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,8,35,0,0,80,0,640,120,0,345,0,0,192,20,0,"$150,000 and over",Boomers (55-73),White only,Very good,5-5.5 feet,200-300,Master's or Doctoral Degree,,0,80,795,345,0,20,200
+,2022,2.0221E+13,6373,South,Tennessee,22500,"House, apartment, flat",1,1,4108891,54,Female,Black only,Divorced,"Native, born in United States",Fair,59,144,29.1,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,Has mobility limitation,Has physical difficulty,Has difficulty remembering,0,0,10,60,0,0,120,0,930,0,0,270,0,0,50,0,0,"$10,000 - $30,000",Boomers (55-73),Black only,Fair,0-5 feet,140-160,Graduated High School,,0,120,990,270,0,0,60
+,2022,2.0221E+13,6374,West,California,22500,"House, apartment, flat",1,1,6033773,64,Female,White only,Married - spouse absent,"Foreign born, U.S. citizen by naturalization",Good,63,140,24.8,Associate degree - occupational vocational,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,57,0,0,59,0,603,0,0,139,0,0,106,0,476,"$10,000 - $30,000",Boomers (55-73),White only,Good,5-5.5 feet,140-160,Associate Degree,,476,59,660,139,0,0,106
+,2022,2.0221E+13,6375,South,Alabama,87500,"House, apartment, flat",1,1,4799104,40,Female,White only,Married - spouse present,"Native, born in United States",Very good,62,180,32.9,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,449,0,35,105,0,0,120,0,198,5,0,215,30,0,238,15,0,"$75,000 - $100,000",Generation X (39-54),White only,Very good,5-5.5 feet,180-200,Graduated High School,,0,120,308,245,0,15,722
+,2022,2.0221E+13,6376,Midwest,Illinois,87500,"House, apartment, flat",1,1,17668572,38,Male,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Good,72,216,29.3,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,110,0,0,115,0,0,35,0,600,0,0,35,5,0,50,0,450,"$75,000 - $100,000",Generation X (39-54),White only,Good,6-6.5 feet,200-300,Master's or Doctoral Degree,,450,35,715,40,0,0,160
+,2022,2.0221E+13,6377,Midwest,Indiana,37500,"House, apartment, flat",1,1,5460549,80,Male,White only,Married - spouse present,"Native, born in United States",Poor,70,213,30.6,Some college but no degree,College--three years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,15,0,10,65,0,0,35,0,655,0,0,240,0,0,85,335,0,"$30,000 - $50,000",Silent (74-91),White only,Poor,5.5-6 feet,200-300,Some College,,0,35,720,240,0,335,110
+,2022,2.0221E+13,6378,South,Tennessee,125000,"House, apartment, flat",1,1,20043540,18,Female,White only,Never married,"Native, born in United States",Very good,66,150,24.2,High school graduate - diploma,Twelfth grade,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,75,0,0,150,0,750,0,0,345,0,30,60,0,0,"$100,000 - $150,000",Generation Z (7-22),White only,Very good,5.5-6 feet,140-160,Graduated High School,,0,150,825,345,0,0,120
+,2022,2.0221E+13,6379,Midwest,Indiana,125000,"House, apartment, flat",1,1,6500938,73,Female,White only,Married - spouse present,"Native, born in United States",Excellent,68,160,24.3,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,120,0,0,82,0,540,0,0,338,0,0,90,210,0,"$100,000 - $150,000",Silent (74-91),White only,Excellent,5.5-6 feet,160-180,Master's or Doctoral Degree,,0,82,660,338,0,210,150
+,2022,2.0221E+13,6380,South,Alabama,11250,"House, apartment, flat",1,1,6332713,32,Male,White only,Never married,"Native, born in United States",Fair,72,310,42,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,65,30,0,0,60,0,325,0,0,930,0,0,30,0,0,"$10,000 - $30,000",Millennials (23-38),White only,Fair,6-6.5 feet,>300,Graduated High School,,0,60,355,930,0,0,95
+,2022,2.0221E+13,6381,Northeast,New Jersey,55000,"House, apartment, flat",1,1,9374711,57,Female,Asian only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Good,67,160,25.1,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,145,62,0,0,305,0,630,0,0,143,60,0,95,0,0,"$50,000 - $75,000",Boomers (55-73),Asian only,Good,5.5-6 feet,160-180,Graduated High School,,0,305,692,203,0,0,240
+,2022,2.0221E+13,6382,West,Oregon,55000,"House, apartment, flat",1,1,3709772,70,Female,White only,Divorced,"Native, born in United States",Very good,60,9997,998,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,135,0,0,60,0,570,0,0,245,60,0,85,0,260,"$50,000 - $75,000",Boomers (55-73),White only,Very good,5-5.5 feet,>300,Bachelor's Degree,,260,60,705,305,0,0,85
+,2022,2.0221E+13,6383,West,Arizona,125000,"House, apartment, flat",1,1,13037775,57,Female,White only,Married - spouse present,"Native, born in United States",Good,68,118,17.9,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,20,0,0,0,0,1300,0,0,120,0,0,0,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Good,5.5-6 feet,100-120,Master's or Doctoral Degree,,0,0,1320,120,0,0,0
+,2022,2.0221E+13,6384,South,Texas,125000,"House, apartment, flat",1,1,6012989,39,Male,White only,Married - spouse present,"Native, born in United States",Good,71,250,34.9,Associate degree - occupational vocational,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,145,0,90,30,0,0,285,0,540,0,0,240,0,0,70,10,30,"$100,000 - $150,000",Generation X (39-54),White only,Good,5.5-6 feet,200-300,Associate Degree,,30,285,570,240,0,10,305
+,2022,2.0221E+13,6385,South,South Carolina,125000,"House, apartment, flat",1,1,2512930,70,Female,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Very good,65,170,28.3,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,180,210,0,0,150,0,510,0,0,270,0,0,120,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Very good,5-5.5 feet,160-180,Master's or Doctoral Degree,,0,150,720,270,0,0,300
+,2022,2.0221E+13,6386,Northeast,New Hampshire,67500,"House, apartment, flat",1,1,7478550,75,Male,White only,Married - spouse present,"Native, born in United States",Very good,70,175,25.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,200,0,540,0,0,495,0,0,25,90,0,"$50,000 - $75,000",Silent (74-91),White only,Very good,5.5-6 feet,160-180,Bachelor's Degree,,0,200,630,495,0,90,25
+,2022,2.0221E+13,6387,South,Texas,87500,"House, apartment, flat",1,1,30424283,23,Female,White only,Married - spouse present,"Native, born in United States",Fair,60,150,29.3,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,55,5,0,30,0,0,58,0,550,0,0,285,0,0,35,0,377,"$75,000 - $100,000",Millennials (23-38),White only,Fair,5-5.5 feet,140-160,Graduated High School,,377,58,580,285,0,0,95
+,2022,2.0221E+13,6388,South,Florida,11250,"House, apartment, flat",1,1,3910290,39,Female,White only,Divorced,"Native, born in United States",Very good,66,140,22.6,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,20,35,0,0,215,0,600,0,0,395,0,0,50,0,60,"$10,000 - $30,000",Generation X (39-54),White only,Very good,5.5-6 feet,140-160,Master's or Doctoral Degree,,60,215,635,395,0,0,70
+,2022,2.0221E+13,6389,Midwest,Iowa,67500,"House, apartment, flat",1,1,7083764,78,Male,White only,Married - spouse present,"Native, born in United States",Very good,75,245,30.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,75,110,0,0,0,2,365,90,0,258,0,0,90,0,450,"$50,000 - $75,000",Silent (74-91),White only,Very good,6-6.5 feet,200-300,Bachelor's Degree,,450,2,565,258,0,0,165
+,2022,2.0221E+13,6390,West,Oregon,125000,"House, apartment, flat",1,1,4077405,35,Male,White only,Married - spouse present,"Native, born in United States",Very good,67,150,23.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,20,0,10,55,0,0,120,0,570,0,0,160,60,0,385,0,0,"$100,000 - $150,000",Millennials (23-38),White only,Very good,5.5-6 feet,140-160,Bachelor's Degree,,0,120,625,220,0,0,415
+,2022,2.0221E+13,6391,Midwest,Illinois,87500,"House, apartment, flat",1,1,10483034,45,Female,White only,Married - spouse present,"Native, born in United States",Fair,64,190,32.6,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,315,0,75,10,0,0,170,0,520,75,0,90,0,0,140,0,0,"$75,000 - $100,000",Generation X (39-54),White only,Fair,5-5.5 feet,180-200,Some College,,0,170,605,90,0,0,530
+,2022,2.0221E+13,6392,Northeast,New York,125000,"House, apartment, flat",1,1,74102800,17,Female,White only,Never married,"Native, born in United States",Excellent,66,160,25.8,11th grade,Eleventh grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,555,0,0,0,555,0,0,290,0,0,10,0,0,"$100,000 - $150,000",Generation Z (7-22),White only,Excellent,5.5-6 feet,160-180,Some High School,,0,0,585,290,555,0,10
+,2022,2.0221E+13,6393,Midwest,Michigan,87500,"House, apartment, flat",1,1,4344102,69,Female,White only,Married - spouse present,"Native, born in United States",Very good,58,120,25.1,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,Yes,No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,5,20,50,0,0,35,0,480,0,0,475,0,0,63,0,312,"$75,000 - $100,000",Boomers (55-73),White only,Very good,0-5 feet,120-140,Master's or Doctoral Degree,,312,35,530,475,0,0,88
+,2022,2.0221E+13,6394,South,Kentucky,200000,"House, apartment, flat",1,1,4305784,44,Female,White only,Never married,"Native, born in United States",Good,67,9996,998,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,30,0,0,295,0,585,0,0,379,0,0,76,0,0,"$150,000 and over",Generation X (39-54),White only,Good,5.5-6 feet,>300,Master's or Doctoral Degree,,0,295,615,379,0,0,106
+,2022,2.0221E+13,6395,Northeast,New Jersey,67500,Mobile home or trailer with 1 or more rooms added,1,1,6665598,79,Male,White only,Married - spouse present,"Native, born in United States",Fair,69,240,35.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,35,130,0,0,10,0,720,0,60,440,0,0,45,0,0,"$50,000 - $75,000",Silent (74-91),White only,Fair,5.5-6 feet,200-300,Bachelor's Degree,,0,10,850,500,0,0,80
+,2022,2.0221E+13,6396,Midwest,Illinois,200000,"House, apartment, flat",1,1,2752930,71,Female,White only,Widowed,"Native, born in United States",Very good,62,111,20.3,Some college but no degree,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,365,0,525,0,0,393,0,0,37,0,0,"$150,000 and over",Boomers (55-73),White only,Very good,5-5.5 feet,100-120,Some College,,0,365,645,393,0,0,37
+,2022,2.0221E+13,6397,Midwest,Wisconsin,125000,"House, apartment, flat",1,1,14524222,44,Male,White only,Married - spouse present,"Native, born in United States",Good,75,227,28.4,Associate degree - occupational vocational,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,80,0,60,45,0,0,315,0,740,0,0,105,0,0,95,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Good,6-6.5 feet,200-300,Associate Degree,,0,315,785,105,0,0,235
+,2022,2.0221E+13,6398,Midwest,South Dakota,27500,"House, apartment, flat",1,1,10273686,24,Female,White only,Never married,"Foreign born, U.S. citizen by naturalization",Excellent,63,150,26.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,440,0,0,0,595,0,0,120,45,0,120,0,0,"$10,000 - $30,000",Millennials (23-38),White only,Excellent,5-5.5 feet,140-160,Bachelor's Degree,,0,0,715,165,440,0,120
+,2022,2.0221E+13,6399,Midwest,Minnesota,200000,"House, apartment, flat",1,1,10239011,56,Male,White only,Married - spouse present,"Native, born in United States",Fair,72,245,33.2,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,210,0,0,480,0,750,0,0,0,0,0,0,0,0,"$150,000 and over",Boomers (55-73),White only,Fair,6-6.5 feet,200-300,Graduated High School,,0,480,960,0,0,0,0
+,2022,2.0221E+13,6400,Northeast,New York,125000,"House, apartment, flat",1,1,7060366,72,Female,White only,Married - spouse present,"Native, born in United States",Fair,,110,998,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,60,0,0,70,0,725,0,0,585,0,0,0,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Fair,,100-120,Master's or Doctoral Degree,,0,70,785,585,0,0,0
+,2022,2.0221E+13,6401,Midwest,Indiana,87500,"House, apartment, flat",1,1,23515664,49,Female,White only,Divorced,"Native, born in United States",Very good,64,150,25.7,Some college but no degree,College--three years,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,50,0,0,180,0,500,10,0,90,0,0,30,0,570,"$75,000 - $100,000",Generation X (39-54),White only,Very good,5-5.5 feet,140-160,Some College,,570,180,560,90,0,0,40
+,2022,2.0221E+13,6402,Midwest,Iowa,125000,"House, apartment, flat",1,1,16706887,59,Male,White only,Married - spouse present,"Native, born in United States",Fair,69,145,21.4,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,20,0,0,517,0,570,0,0,235,0,20,0,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Fair,5.5-6 feet,140-160,Graduated High School,,0,517,590,235,0,0,20
+,2022,2.0221E+13,6403,West,Oregon,87500,"House, apartment, flat",1,1,7329587,67,Female,White only,Married - spouse present,"Native, born in United States",Very good,66,200,32.3,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,5,70,0,0,30,0,480,0,0,240,0,45,60,0,510,"$75,000 - $100,000",Boomers (55-73),White only,Very good,5.5-6 feet,200-300,Some College,,510,30,550,240,0,0,110
+,2022,2.0221E+13,6404,South,North Carolina,32500,"House, apartment, flat",1,1,4251225,71,Female,White only,Married - spouse present,"Native, born in United States",Very good,66,122,19.7,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,15,180,0,0,150,0,660,0,0,375,0,0,60,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Very good,5.5-6 feet,120-140,Graduated High School,,0,150,840,375,0,0,75
+,2022,2.0221E+13,6405,West,Utah,200000,"House, apartment, flat",1,1,7965102,39,Female,White only,Married - spouse present,"Native, born in United States",Very good,64,125,21.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,341,0,0,45,0,0,160,0,480,0,0,330,0,0,84,0,0,"$150,000 and over",Generation X (39-54),White only,Very good,5-5.5 feet,120-140,Bachelor's Degree,,0,160,525,330,0,0,425
+,2022,2.0221E+13,6406,Midwest,North Dakota,45000,"House, apartment, flat",1,1,5844859,77,Female,White only,Married - spouse present,"Native, born in United States",Very good,61,140,26.4,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,110,0,0,45,0,565,0,0,310,0,0,35,0,375,"$30,000 - $50,000",Silent (74-91),White only,Very good,5-5.5 feet,140-160,Associate Degree,,375,45,675,310,0,0,35
+,2022,2.0221E+13,6407,Northeast,New York,37500,"House, apartment, flat",1,1,13925105,73,Male,White only,Married - spouse present,"Native, born in United States",Very good,71,175,24.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,10,0,0,120,0,0,330,0,634,0,0,270,0,60,16,0,0,"$30,000 - $50,000",Silent (74-91),White only,Very good,5.5-6 feet,160-180,Bachelor's Degree,,0,330,754,270,0,0,86
+,2022,2.0221E+13,6408,South,Florida,67500,"House, apartment, flat",1,1,3420589,72,Female,White only,Married - spouse present,"Native, born in United States",Good,67,171,26.8,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,95,0,0,294,0,646,0,0,355,0,0,50,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Good,5.5-6 feet,160-180,Associate Degree,,0,294,741,355,0,0,50
+,2022,2.0221E+13,6409,South,North Carolina,125000,"House, apartment, flat",1,1,14033796,49,Female,White only,Married - spouse present,"Native, born in United States",Very good,64,129,22.1,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,30,0,0,65,0,0,149,0,580,0,15,181,0,0,110,0,270,"$100,000 - $150,000",Generation X (39-54),White only,Very good,5-5.5 feet,120-140,Master's or Doctoral Degree,,270,149,645,196,0,0,140
+,2022,2.0221E+13,6410,Northeast,New Jersey,55000,"House, apartment, flat",1,1,10407938,80,Male,White only,Married - spouse absent,"Native, born in United States",Very good,66,142,22.9,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,20,165,0,0,10,0,535,0,0,570,0,0,50,0,90,"$50,000 - $75,000",Silent (74-91),White only,Very good,5.5-6 feet,140-160,Associate Degree,,90,10,700,570,0,0,70
+,2022,2.0221E+13,6411,Midwest,Illinois,22500,"House, apartment, flat",1,1,32319483,17,Female,White only,Never married,"Native, born in United States",Fair,65,200,33.3,11th grade,Eleventh grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,30,130,0,0,0,0,0,563,0,0,195,0,0,102,0,420,"$10,000 - $30,000",Generation Z (7-22),White only,Fair,5-5.5 feet,200-300,Some High School,,420,0,563,195,0,0,262
+,2022,2.0221E+13,6412,South,Louisiana,67500,"House, apartment, flat",1,1,14132548,31,Male,White only,Married - spouse present,"Native, born in United States",Very good,72,180,24.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,120,0,0,15,0,0,90,0,580,0,0,0,0,0,110,0,525,"$50,000 - $75,000",Millennials (23-38),White only,Very good,6-6.5 feet,180-200,Bachelor's Degree,,525,90,595,0,0,0,230
+,2022,2.0221E+13,6413,Northeast,New Jersey,125000,"House, apartment, flat",1,1,18220612,66,Male,White only,Never married,"Native, born in United States",Very good,71,145,20.2,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,135,0,0,350,0,570,0,0,365,0,0,20,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Very good,5.5-6 feet,140-160,Graduated High School,,0,350,705,365,0,0,20
+,2022,2.0221E+13,6414,West,California,67500,"House, apartment, flat",1,1,11036434,63,Female,White only,Married - spouse present,"Native, born in United States",Excellent,69,167,24.7,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,45,105,0,0,345,0,555,0,0,315,45,0,30,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Excellent,5.5-6 feet,160-180,Some College,,0,345,660,360,0,0,75
+,2022,2.0221E+13,6415,South,Florida,45000,"House, apartment, flat",1,1,28126383,34,Male,White only,Never married,"Native, born in United States",Fair,70,230,33,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,25,0,0,0,0,705,0,0,245,0,0,20,0,415,"$30,000 - $50,000",Millennials (23-38),White only,Fair,5.5-6 feet,200-300,Graduated High School,,415,0,730,245,0,0,20
+,2022,2.0221E+13,6416,Midwest,Minnesota,2500,"House, apartment, flat",1,1,17311908,29,Female,Asian only,Never married,"Foreign born, not a U.S. citizen",Excellent,63,100,17.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,570,0,0,0,780,0,0,0,0,0,0,0,0,"Less than $10,000",Millennials (23-38),Asian only,Excellent,5-5.5 feet,100-120,Bachelor's Degree,,0,0,870,0,570,0,0
+,2022,2.0221E+13,6417,South,Texas,67500,"House, apartment, flat",1,1,8223169,49,Female,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Good,65,170,28.3,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,60,0,630,0,150,424,0,0,56,0,0,"$50,000 - $75,000",Generation X (39-54),White only,Good,5-5.5 feet,160-180,Some College,,0,60,750,574,0,0,56
+,2022,2.0221E+13,6418,South,Florida,22500,"House, apartment, flat",1,1,22806852,22,Female,White only,Never married,"Native, born in United States",Good,61,117,22.1,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,5,45,0,0,180,0,555,0,0,625,0,5,25,0,0,"$10,000 - $30,000",Millennials (23-38),White only,Good,5-5.5 feet,100-120,Some College,,0,180,600,625,0,0,35
+,2022,2.0221E+13,6419,Midwest,Minnesota,8750,"House, apartment, flat",1,1,6396913,36,Female,"American Indian, Alaskan Native",Never married,"Native, born in United States",Good,64,263,45.1,High school graduate - GED,Eleventh grade,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,270,0,20,120,145,0,225,0,440,15,0,175,0,0,30,0,0,"Less than $10,000",Millennials (23-38),"American Indian, Alaskan Native",Good,5-5.5 feet,200-300,Graduated High School,,0,225,575,175,145,0,320
+,2022,2.0221E+13,6420,South,Mississippi,45000,"House, apartment, flat",1,1,10412294,64,Male,White only,Widowed,"Native, born in United States",Very good,67,161,25.2,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,210,0,0,450,0,660,0,0,120,0,0,0,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Very good,5.5-6 feet,160-180,Some College,,0,450,870,120,0,0,0
+,2022,2.0221E+13,6421,West,California,67500,"House, apartment, flat",1,1,22049080,23,Female,White only,Never married,"Native, born in United States",Good,62,200,36.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,20,25,110,0,0,120,0,665,0,0,210,0,0,290,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Good,5-5.5 feet,200-300,Bachelor's Degree,,0,120,775,210,0,0,335
+,2022,2.0221E+13,6422,West,Alaska,125000,"House, apartment, flat",1,1,7346775,44,Male,White only,Married - spouse present,"Native, born in United States",Fair,74,230,29.5,Some college but no degree,College--four years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,127,0,0,65,678,0,95,0,300,0,0,65,0,0,110,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Fair,6-6.5 feet,200-300,Some College,,0,95,365,65,678,0,237
+,2022,2.0221E+13,6423,Midwest,Illinois,200000,"House, apartment, flat",1,1,8444507,34,Female,White only,Never married,"Native, born in United States",Fair,65,170,28.3,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,20,210,0,30,0,20,630,0,0,380,0,0,150,0,0,"$150,000 and over",Millennials (23-38),White only,Fair,5-5.5 feet,160-180,Master's or Doctoral Degree,,0,20,840,380,0,0,200
+,2022,2.0221E+13,6424,West,Nevada,87500,"House, apartment, flat",1,1,5768792,53,Male,White only,Divorced,"Native, born in United States",Very good,74,160,20.5,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,5,180,0,0,180,0,600,0,90,325,0,0,60,0,0,"$75,000 - $100,000",Generation X (39-54),White only,Very good,6-6.5 feet,160-180,Master's or Doctoral Degree,,0,180,780,415,0,0,65
+,2022,2.0221E+13,6425,South,Alabama,55000,"House, apartment, flat",1,1,8122583,78,Female,White only,Married - spouse present,"Native, born in United States",Very good,61,140,26.4,High school graduate - GED,Eleventh grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,80,0,0,580,0,520,0,0,260,0,0,0,0,0,"$50,000 - $75,000",Silent (74-91),White only,Very good,5-5.5 feet,140-160,Graduated High School,,0,580,600,260,0,0,0
+,2022,2.0221E+13,6426,West,California,200000,"House, apartment, flat",1,1,11191793,46,Male,White only,Divorced,"Native, born in United States",Good,67,210,32.9,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,2,0,50,0,0,15,0,570,0,0,192,20,0,56,0,535,"$150,000 and over",Generation X (39-54),White only,Good,5.5-6 feet,200-300,Master's or Doctoral Degree,,535,15,620,212,0,0,58
+,2022,2.0221E+13,6427,South,Tennessee,125000,"House, apartment, flat",1,1,4969119,31,Female,White only,Married - spouse present,"Native, born in United States",NIU (Not in universe),,9999,999,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,260,0,0,90,0,0,230,0,535,0,0,205,0,0,0,0,0,"$100,000 - $150,000",Millennials (23-38),White only,"Other (Refused, Dont know, NIU)",,>300,Bachelor's Degree,,0,230,625,205,0,0,260
+,2022,2.0221E+13,6428,West,California,200000,"House, apartment, flat",1,1,17861410,49,Female,Asian only,Married - spouse present,"Native, born in United States",Excellent,66,9996,998,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,100,0,0,60,0,0,30,0,380,0,0,40,60,0,90,0,660,"$150,000 and over",Generation X (39-54),Asian only,Excellent,5.5-6 feet,>300,Master's or Doctoral Degree,,660,30,440,100,0,0,190
+,2022,2.0221E+13,6429,Midwest,Ohio,37500,"House, apartment, flat",1,1,14628369,20,Female,White only,Married - spouse present,"Native, born in United States",Fair,67,200,31.3,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,21,49,0,0,115,0,609,0,0,600,0,0,46,0,0,"$30,000 - $50,000",Generation Z (7-22),White only,Fair,5.5-6 feet,200-300,Some College,,0,115,658,600,0,0,67
+,2022,2.0221E+13,6430,South,Texas,87500,"House, apartment, flat",1,1,119412710,20,Female,Asian only,Never married,"Native, born in United States",Very good,64,160,27.5,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,45,60,0,0,6,0,467,0,0,840,0,0,22,0,0,"$75,000 - $100,000",Generation Z (7-22),Asian only,Very good,5-5.5 feet,160-180,Graduated High School,,0,6,527,840,0,0,67
+,2022,2.0221E+13,6431,West,California,67500,"House, apartment, flat",1,1,12939463,55,Male,White only,Married - spouse present,"Native, born in United States",Very good,71,165,23,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,88,0,0,30,0,0,220,0,475,0,0,258,0,20,24,0,325,"$50,000 - $75,000",Boomers (55-73),White only,Very good,5.5-6 feet,160-180,Bachelor's Degree,,325,220,505,258,0,0,132
+,2022,2.0221E+13,6432,West,California,67500,"House, apartment, flat",1,1,4924570,75,Male,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Very good,71,222,31,Associate degree - occupational vocational,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,30,0,600,0,0,600,0,0,120,0,0,"$50,000 - $75,000",Silent (74-91),White only,Very good,5.5-6 feet,200-300,Associate Degree,,0,30,690,600,0,0,120
+,2022,2.0221E+13,6433,West,Utah,200000,"House, apartment, flat",1,1,4638681,28,Female,Asian only,Married - spouse present,"Foreign born, not a U.S. citizen",NIU (Not in universe),,9999,999,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,0,0,300,0,825,0,0,120,0,120,0,0,0,"$150,000 and over",Millennials (23-38),Asian only,"Other (Refused, Dont know, NIU)",,>300,Master's or Doctoral Degree,,0,300,900,120,0,0,120
+,2022,2.0221E+13,6434,Midwest,Michigan,125000,"House, apartment, flat",1,1,15107460,32,Male,White only,Never married,"Native, born in United States",Good,73,200,26.4,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,35,0,0,95,0,525,0,0,180,15,0,115,0,475,"$100,000 - $150,000",Millennials (23-38),White only,Good,6-6.5 feet,200-300,Master's or Doctoral Degree,,475,95,560,195,0,0,115
+,2022,2.0221E+13,6435,South,Oklahoma,125000,Mobile home or trailer with no permanent room added,1,1,7807447,69,Female,White only,Married - spouse present,"Native, born in United States",Very good,62,145,26.5,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,545,0,520,15,0,240,0,0,20,10,0,"$100,000 - $150,000",Boomers (55-73),White only,Very good,5-5.5 feet,140-160,Master's or Doctoral Degree,,0,545,625,240,0,10,20
+,2022,2.0221E+13,6436,Northeast,Massachusetts,67500,"House, apartment, flat",1,1,2410667,69,Female,White only,Married - spouse absent,"Native, born in United States",Very good,62,150,27.4,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,40,0,0,395,0,570,0,0,435,0,0,0,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Very good,5-5.5 feet,140-160,Master's or Doctoral Degree,,0,395,610,435,0,0,0
+,2022,2.0221E+13,6437,South,Arkansas,125000,"House, apartment, flat",1,1,4337440,85,Male,White only,Married - spouse present,"Native, born in United States",Excellent,68,175,26.6,Some college but no degree,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,50,0,0,0,0,677,0,0,713,0,0,0,0,0,"$100,000 - $150,000",Silent (74-91),White only,Excellent,5.5-6 feet,160-180,Some College,,0,0,727,713,0,0,0
+,2022,2.0221E+13,6438,Northeast,New Hampshire,45000,"House, apartment, flat",1,1,3839460,85,Female,White only,Widowed,"Native, born in United States",Good,62,129,23.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,105,0,0,105,0,660,0,150,380,0,0,40,0,0,"$30,000 - $50,000",Silent (74-91),White only,Good,5-5.5 feet,120-140,Bachelor's Degree,,0,105,765,530,0,0,40
+,2022,2.0221E+13,6439,Northeast,New York,67500,"House, apartment, flat",1,1,6013997,40,Female,Asian only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Excellent,62,140,25.6,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,205,0,0,330,0,710,0,75,120,0,0,0,0,0,"$50,000 - $75,000",Generation X (39-54),Asian only,Excellent,5-5.5 feet,140-160,Associate Degree,,0,330,915,195,0,0,0
+,2022,2.0221E+13,6440,South,Maryland,125000,"House, apartment, flat",1,1,9743491,76,Female,White only,Married - spouse present,"Native, born in United States",Very good,62,154,28.2,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,335,0,655,0,0,360,0,0,0,0,0,"$100,000 - $150,000",Silent (74-91),White only,Very good,5-5.5 feet,140-160,Master's or Doctoral Degree,,0,335,745,360,0,0,0
+,2022,2.0221E+13,6441,West,Utah,55000,"House, apartment, flat",1,1,4759146,78,Female,White only,Widowed,"Native, born in United States",Fair,64,98,16.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,154,0,0,200,0,736,120,45,115,15,15,40,0,0,"$50,000 - $75,000",Silent (74-91),White only,Fair,5-5.5 feet,<100,Bachelor's Degree,,0,200,1010,175,0,0,55
+,2022,2.0221E+13,6442,Northeast,New York,200000,"House, apartment, flat",1,1,15602179,37,Male,White only,Married - spouse present,"Native, born in United States",Good,71,219,30.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,85,0,170,90,0,0,15,10,625,0,0,240,0,0,205,0,0,"$150,000 and over",Millennials (23-38),White only,Good,5.5-6 feet,200-300,Bachelor's Degree,,0,25,715,240,0,0,460
+,2022,2.0221E+13,6443,South,Tennessee,55000,"House, apartment, flat",1,1,7062566,57,Female,White only,Divorced,"Native, born in United States",Very good,65,200,33.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,35,0,90,0,0,0,0,860,0,0,210,150,0,95,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Very good,5-5.5 feet,200-300,Bachelor's Degree,,0,0,950,360,0,0,130
+,2022,2.0221E+13,6444,South,District of Columbia,37500,"House, apartment, flat",1,1,14330292,34,Male,Asian only,Never married,"Foreign born, not a U.S. citizen",Good,68,165,25.1,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,15,0,0,40,0,450,0,0,290,0,0,85,0,560,"$30,000 - $50,000",Millennials (23-38),Asian only,Good,5.5-6 feet,160-180,Master's or Doctoral Degree,,560,40,465,290,0,0,85
+,2022,2.0221E+13,6445,West,Washington,67500,"House, apartment, flat",1,1,25413315,25,Male,White only,Never married,"Native, born in United States",Fair,74,159,20.4,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,Has difficulty remembering,0,0,0,0,0,0,131,0,390,0,0,345,0,0,70,0,464,"$50,000 - $75,000",Millennials (23-38),White only,Fair,6-6.5 feet,140-160,Some College,,464,131,390,345,0,0,70
+,2022,2.0221E+13,6446,Northeast,Connecticut,125000,"House, apartment, flat",1,1,3613036,50,Male,White only,Never married,"Native, born in United States",Fair,72,265,35.9,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,165,0,630,0,0,585,0,0,0,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Fair,6-6.5 feet,200-300,Some College,,0,165,690,585,0,0,0
+,2022,2.0221E+13,6447,South,Tennessee,200000,"House, apartment, flat",1,1,27418034,57,Male,White only,Married - spouse present,"Native, born in United States",Very good,69,175,25.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,83,0,48,0,0,0,115,0,500,0,0,55,60,0,114,0,465,"$150,000 and over",Boomers (55-73),White only,Very good,5.5-6 feet,160-180,Bachelor's Degree,,465,115,500,115,0,0,245
+,2022,2.0221E+13,6448,South,South Carolina,200000,"House, apartment, flat",1,1,3859686,41,Female,White only,Married - spouse present,"Native, born in United States",NIU (Not in universe),,9999,999,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,340,0,30,100,0,0,125,0,630,0,0,155,0,0,60,0,0,"$150,000 and over",Generation X (39-54),White only,"Other (Refused, Dont know, NIU)",,>300,Master's or Doctoral Degree,,0,125,730,155,0,0,430
+,2022,2.0221E+13,6449,South,Texas,200000,"House, apartment, flat",1,1,10952357,46,Female,White only,Married - spouse present,"Native, born in United States",Very good,67,155,24.3,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,27,0,0,18,0,579,0,0,1,0,0,60,10,735,"$150,000 and over",Generation X (39-54),White only,Very good,5.5-6 feet,140-160,Master's or Doctoral Degree,,735,18,606,1,0,10,70
+,2022,2.0221E+13,6450,West,Washington,11250,"House, apartment, flat",1,1,5598195,58,Female,White-American Indian,Divorced,"Native, born in United States",Poor,63,200,35.4,10th grade,Tenth grade,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,Has mobility limitation,Has physical difficulty,Has difficulty remembering,0,0,0,30,0,0,120,0,1050,0,0,120,120,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),Mixed,Poor,5-5.5 feet,200-300,Some High School,,0,120,1080,240,0,0,0
+,2022,2.0221E+13,6451,Midwest,Wisconsin,67500,"House, apartment, flat",1,1,33899733,64,Female,White only,Married - spouse present,"Native, born in United States",Very good,66,190,30.7,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,90,0,220,60,0,0,225,0,570,0,0,235,0,0,40,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Very good,5.5-6 feet,180-200,Graduated High School,,0,225,630,235,0,0,350
+,2022,2.0221E+13,6452,South,Mississippi,11250,"House, apartment, flat",1,1,3545238,71,Female,Black only,Widowed,"Native, born in United States",Good,70,160,23,Some college but no degree,College--two years,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,67,116,10,0,0,125,0,735,35,90,119,0,0,143,0,0,"$10,000 - $30,000",Boomers (55-73),Black only,Good,5.5-6 feet,160-180,Some College,,0,125,780,209,0,0,326
+,2022,2.0221E+13,6453,South,Texas,87500,"House, apartment, flat",1,1,17326601,29,Male,White only,Never married,"Native, born in United States",Fair,75,300,37.5,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,0,0,0,0,0,600,0,0,740,0,0,90,0,0,"$75,000 - $100,000",Millennials (23-38),White only,Fair,6-6.5 feet,>300,Graduated High School,,0,0,600,740,0,0,100
+,2022,2.0221E+13,6454,Midwest,Ohio,125000,"House, apartment, flat",1,1,3586215,40,Female,White only,Divorced,"Native, born in United States",Very good,67,186,29.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,75,40,0,0,70,0,630,0,0,525,0,30,70,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Very good,5.5-6 feet,180-200,Bachelor's Degree,,0,70,670,525,0,0,175
+,2022,2.0221E+13,6455,West,Montana,200000,"House, apartment, flat",1,1,4321192,37,Male,White only,Married - spouse present,"Native, born in United States",Good,77,225,26.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,143,0,55,55,0,0,455,0,480,0,0,149,0,0,43,0,60,"$150,000 and over",Millennials (23-38),White only,Good,6-6.5 feet,200-300,Bachelor's Degree,,60,455,535,149,0,0,241
+,2022,2.0221E+13,6456,Midwest,Indiana,67500,"House, apartment, flat",1,1,4998461,31,Female,White only,Married - spouse present,"Native, born in United States",Very good,63,150,26.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,180,0,0,45,0,645,0,180,240,60,0,90,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Very good,5-5.5 feet,140-160,Bachelor's Degree,,0,45,825,480,0,0,90
+,2022,2.0221E+13,6457,South,Florida,32500,"House, apartment, flat",1,1,9188996,65,Male,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Very good,64,165,28.3,10th grade,Tenth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,90,0,840,0,0,465,0,0,0,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Very good,5-5.5 feet,160-180,Some High School,,0,90,885,465,0,0,0
+,2022,2.0221E+13,6458,South,Florida,27500,"House, apartment, flat",1,1,4480886,39,Female,Asian only,Divorced,"Foreign born, U.S. citizen by naturalization",Very good,56,135,30.3,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,Has difficulty remembering,120,0,15,30,0,0,45,0,840,0,0,195,0,0,90,0,0,"$10,000 - $30,000",Generation X (39-54),Asian only,Very good,0-5 feet,120-140,Some College,,0,45,870,195,0,0,225
+,2022,2.0221E+13,6459,South,Texas,13750,"House, apartment, flat",1,1,7176832,56,Female,"American Indian, Alaskan Native",Widowed,"Native, born in United States",Poor,62,202,36.9,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,Has difficulty remembering,0,45,60,25,0,0,65,0,875,0,45,235,0,0,90,0,0,"$10,000 - $30,000",Boomers (55-73),"American Indian, Alaskan Native",Poor,5-5.5 feet,200-300,Graduated High School,,0,65,900,280,0,0,195
+,2022,2.0221E+13,6460,West,New Mexico,13750,"House, apartment, flat",1,1,4995486,52,Female,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Good,60,149,29.1,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,90,0,160,0,0,130,0,610,0,260,140,0,0,50,0,0,"$10,000 - $30,000",Generation X (39-54),White only,Good,5-5.5 feet,140-160,Graduated High School,,0,130,770,400,0,0,140
+,2022,2.0221E+13,6461,West,Arizona,200000,"House, apartment, flat",1,1,16249327,50,Female,Black only,Married - spouse present,"Native, born in Puerto Rico or U.S. Outlying Area",Excellent,64,171,29.3,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,15,43,0,0,33,0,470,0,0,170,30,0,115,0,564,"$150,000 and over",Generation X (39-54),Black only,Excellent,5-5.5 feet,160-180,Master's or Doctoral Degree,,564,33,513,200,0,0,130
+,2022,2.0221E+13,6462,Midwest,Illinois,27500,"House, apartment, flat",1,1,14257860,79,Male,Black only,Widowed,"Native, born in United States",Good,69,145,21.4,High school graduate - GED,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,30,0,0,180,0,540,0,0,570,0,0,60,0,0,"$10,000 - $30,000",Silent (74-91),Black only,Good,5.5-6 feet,140-160,Graduated High School,,0,180,570,570,0,0,120
+,2022,2.0221E+13,6463,Midwest,Wisconsin,22500,"House, apartment, flat",1,1,3772735,54,Female,White only,Never married,"Native, born in United States",NIU (Not in universe),,9999,998,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,Has difficulty remembering,0,0,0,90,0,0,65,0,450,0,0,835,0,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),White only,"Other (Refused, Dont know, NIU)",,>300,Graduated High School,,0,65,540,835,0,0,0
+,2022,2.0221E+13,6464,West,Washington,200000,"House, apartment, flat",1,1,14401384,65,Female,White only,Married - spouse present,"Native, born in United States",Very good,63,168,29.8,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,90,20,0,0,80,0,1006,0,0,240,0,0,4,0,0,"$150,000 and over",Boomers (55-73),White only,Very good,5-5.5 feet,160-180,Graduated High School,,0,80,1026,240,0,0,94
+,2022,2.0221E+13,6465,South,Texas,37500,"House, apartment, flat",1,1,13444210,59,Male,White only,Widowed,"Native, born abroad of American parent or parents",Fair,66,175,28.2,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,23,0,45,0,0,1,0,330,0,0,896,0,30,115,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Fair,5.5-6 feet,160-180,Some College,,0,1,375,896,0,0,168
+,2022,2.0221E+13,6466,West,Arizona,200000,"House, apartment, flat",1,1,12004981,62,Female,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Good,62,170,31.1,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,105,60,0,0,380,0,560,0,0,230,0,0,105,0,0,"$150,000 and over",Boomers (55-73),White only,Good,5-5.5 feet,160-180,Some College,,0,380,620,230,0,0,210
+,2022,2.0221E+13,6467,Northeast,New York,55000,"House, apartment, flat",1,1,18593189,23,Female,Asian only,Never married,"Native, born in United States",Excellent,61,98,18.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,70,318,0,50,0,630,0,0,30,60,0,104,0,178,"$50,000 - $75,000",Millennials (23-38),Asian only,Excellent,5-5.5 feet,<100,Bachelor's Degree,,178,50,700,90,318,0,104
+,2022,2.0221E+13,6468,South,Georgia,125000,"House, apartment, flat",1,1,7690952,36,Female,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Very good,67,150,23.5,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,100,15,120,65,0,0,83,0,512,0,175,200,0,0,70,60,0,"$100,000 - $150,000",Millennials (23-38),White only,Very good,5.5-6 feet,140-160,Master's or Doctoral Degree,,0,83,577,375,0,60,305
+,2022,2.0221E+13,6469,Midwest,Michigan,125000,"House, apartment, flat",1,1,16434559,52,Female,White only,Divorced,"Native, born in United States",Good,67,185,29,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,0,0,30,0,580,60,0,105,0,0,100,0,490,"$100,000 - $150,000",Generation X (39-54),White only,Good,5.5-6 feet,180-200,Bachelor's Degree,,490,30,715,105,0,0,100
+,2022,2.0221E+13,6470,South,Virginia,11250,"House, apartment, flat",1,1,8785198,51,Male,White only,Married - spouse present,"Native, born in United States",Fair,73,191,25.2,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,Has difficulty remembering,0,0,2,55,0,0,7,0,585,0,0,750,15,0,26,0,0,"$10,000 - $30,000",Generation X (39-54),White only,Fair,6-6.5 feet,180-200,Graduated High School,,0,7,640,765,0,0,28
+,2022,2.0221E+13,6471,West,California,2500,"House, apartment, flat",1,1,2127766,73,Female,Black only,Widowed,"Foreign born, U.S. citizen by naturalization",Fair,64,130,22.3,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,Has difficulty remembering,0,0,0,100,0,0,285,0,605,0,40,190,60,70,90,0,0,"Less than $10,000",Silent (74-91),Black only,Fair,5-5.5 feet,120-140,Graduated High School,,0,285,705,290,0,0,160
+,2022,2.0221E+13,6472,West,California,87500,"House, apartment, flat",1,1,11043478,40,Male,White only,Married - spouse present,"Native, born in United States",Excellent,74,245,31.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,180,0,0,140,0,720,0,0,330,0,0,10,0,0,"$75,000 - $100,000",Generation X (39-54),White only,Excellent,6-6.5 feet,200-300,Bachelor's Degree,,0,140,900,330,0,0,70
+,2022,2.0221E+13,6473,South,Texas,125000,"House, apartment, flat",1,1,7922781,58,Female,White only,Married - spouse present,"Native, born in United States",Good,68,202,30.7,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,65,0,0,180,0,560,0,90,375,40,0,40,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Graduated High School,,0,180,625,505,0,0,40
+,2022,2.0221E+13,6474,Midwest,Minnesota,87500,"House, apartment, flat",1,1,9458410,67,Female,White only,Married - spouse present,"Native, born in United States",Good,65,9996,998,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,35,0,0,154,0,686,0,0,520,45,0,0,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Good,5-5.5 feet,>300,Master's or Doctoral Degree,,0,154,721,565,0,0,0
+,2022,2.0221E+13,6475,South,Oklahoma,22500,"House, apartment, flat",1,1,10739332,67,Male,Black only,Widowed,"Native, born in United States",Good,71,230,32.1,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,40,0,0,0,0,885,0,0,20,0,0,14,0,481,"$10,000 - $30,000",Boomers (55-73),Black only,Good,5.5-6 feet,200-300,Graduated High School,,481,0,925,20,0,0,14
+,2022,2.0221E+13,6476,Northeast,Connecticut,67500,"House, apartment, flat",1,1,5220016,32,Male,White only,Married - spouse present,"Native, born in United States",Good,70,175,25.1,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,260,0,12,130,0,0,73,0,537,0,0,253,0,0,175,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Good,5.5-6 feet,160-180,Master's or Doctoral Degree,,0,73,667,253,0,0,447
+,2022,2.0221E+13,6477,Midwest,Wisconsin,67500,"House, apartment, flat",1,1,17436837,56,Male,White only,Married - spouse present,"Native, born in United States",Very good,69,175,25.8,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,25,20,0,0,15,0,520,0,0,720,60,60,20,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Very good,5.5-6 feet,160-180,Associate Degree,,0,15,540,780,0,0,105
+,2022,2.0221E+13,6478,West,Washington,200000,"House, apartment, flat",1,1,6817919,44,Male,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Very good,69,198,29.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,62,0,0,75,0,0,345,0,540,0,0,335,0,0,83,0,0,"$150,000 and over",Generation X (39-54),White only,Very good,5.5-6 feet,180-200,Bachelor's Degree,,0,345,615,335,0,0,145
+,2022,2.0221E+13,6479,South,Georgia,67500,"House, apartment, flat",1,1,7670420,35,Female,Black only,Never married,"Native, born in United States",Very good,62,147,26.9,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,183,0,0,50,0,0,30,0,403,0,0,0,0,0,47,0,727,"$50,000 - $75,000",Millennials (23-38),Black only,Very good,5-5.5 feet,140-160,Some College,,727,30,453,0,0,0,230
+,2022,2.0221E+13,6480,Midwest,Ohio,45000,"House, apartment, flat",1,1,33847176,36,Male,Asian only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Good,64,180,30.9,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,180,0,0,60,0,0,120,0,750,0,0,210,0,0,10,0,0,"$30,000 - $50,000",Millennials (23-38),Asian only,Good,5-5.5 feet,180-200,Graduated High School,,0,120,810,210,0,0,190
+,2022,2.0221E+13,6481,Midwest,Illinois,2500,"House, apartment, flat",1,1,17471157,32,Male,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Fair,65,178,29.6,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,20,90,0,0,0,0,505,0,0,375,0,0,30,0,420,"Less than $10,000",Millennials (23-38),White only,Fair,5-5.5 feet,160-180,Graduated High School,,420,0,595,375,0,0,50
+,2022,2.0221E+13,6482,Northeast,New York,2500,"House, apartment, flat",1,1,13547420,48,Male,Black only,Divorced,"Native, born in United States",NIU (Not in universe),,9999,999,11th grade,Eleventh grade,Not in labor force,NIU (Not in universe),Has vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,Has difficulty remembering,0,0,0,10,0,0,15,0,980,0,0,435,0,0,0,0,0,"Less than $10,000",Generation X (39-54),Black only,"Other (Refused, Dont know, NIU)",,>300,Some High School,,0,15,990,435,0,0,0
+,2022,2.0221E+13,6483,South,Oklahoma,55000,"House, apartment, flat",1,1,8896116,29,Female,"American Indian, Alaskan Native",Never married,"Foreign born, not a U.S. citizen",Very good,70,180,25.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,230,0,90,0,0,210,0,660,0,0,230,0,0,20,0,0,"$50,000 - $75,000",Millennials (23-38),"American Indian, Alaskan Native",Very good,5.5-6 feet,180-200,Bachelor's Degree,,0,210,750,230,0,0,250
+,2022,2.0221E+13,6484,Northeast,Pennsylvania,200000,"House, apartment, flat",1,1,16006435,32,Male,White only,Married - spouse present,"Native, born in United States",Very good,70,145,20.8,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,95,0,0,30,0,0,225,0,600,0,0,90,0,0,280,0,60,"$150,000 and over",Millennials (23-38),White only,Very good,5.5-6 feet,140-160,Master's or Doctoral Degree,,60,225,630,90,0,0,375
+,2022,2.0221E+13,6485,South,Florida,45000,"House, apartment, flat",1,1,20950949,34,Male,White only,Married - spouse present,"Native, born in Puerto Rico or U.S. Outlying Area",Very good,68,170,25.8,Associate degree - occupational vocational,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,125,0,0,90,0,0,65,0,370,0,0,140,0,0,40,0,610,"$30,000 - $50,000",Millennials (23-38),White only,Very good,5.5-6 feet,160-180,Associate Degree,,610,65,460,140,0,0,165
+,2022,2.0221E+13,6486,Northeast,Pennsylvania,87500,"House, apartment, flat",1,1,4563715,68,Male,White only,Married - spouse present,"Native, born in United States",Very good,71,198,27.6,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,155,0,0,22,0,520,0,0,290,0,0,0,0,453,"$75,000 - $100,000",Boomers (55-73),White only,Very good,5.5-6 feet,180-200,Master's or Doctoral Degree,,453,22,675,290,0,0,0
+,2022,2.0221E+13,6487,South,Georgia,87500,"House, apartment, flat",1,1,37001100,53,Female,Black only,Never married,"Native, born in United States",Very good,66,197,31.8,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,5,60,0,0,35,0,525,0,0,150,0,0,145,0,520,"$75,000 - $100,000",Generation X (39-54),Black only,Very good,5.5-6 feet,180-200,Master's or Doctoral Degree,,520,35,585,150,0,0,150
+,2022,2.0221E+13,6488,Midwest,Illinois,55000,"House, apartment, flat",1,1,12201169,74,Female,White only,Married - spouse present,"Native, born in United States",Very good,65,120,20,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,45,0,0,206,0,685,0,0,326,105,0,43,0,0,"$50,000 - $75,000",Silent (74-91),White only,Very good,5-5.5 feet,120-140,Graduated High School,,0,206,730,431,0,0,73
+,2022,2.0221E+13,6489,South,Maryland,55000,Mobile home or trailer with 1 or more rooms added,1,1,15255571,80,Female,White only,Widowed,"Native, born in United States",Good,,145,998,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,Has difficulty remembering,0,0,0,50,0,0,300,0,570,0,0,405,0,15,0,0,0,"$50,000 - $75,000",Silent (74-91),White only,Good,,140-160,Graduated High School,,0,300,620,405,0,0,15
+,2022,2.0221E+13,6490,Midwest,Ohio,27500,"House, apartment, flat",1,1,10795447,79,Female,White only,Divorced,"Foreign born, U.S. citizen by naturalization",Fair,64,200,34.3,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,Has difficulty remembering,0,0,0,50,0,0,32,0,758,0,0,233,0,0,13,0,354,"$10,000 - $30,000",Silent (74-91),White only,Fair,5-5.5 feet,200-300,Graduated High School,,354,32,808,233,0,0,13
+,2022,2.0221E+13,6491,South,Florida,13750,"House, apartment, flat",1,1,9962336,80,Female,White only,Widowed,"Native, born in United States",Fair,61,209,39.5,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,150,0,0,90,0,630,120,0,360,0,0,90,0,0,"$10,000 - $30,000",Silent (74-91),White only,Fair,5-5.5 feet,200-300,Graduated High School,,0,90,900,360,0,0,90
+,2022,2.0221E+13,6492,Northeast,New York,55000,"House, apartment, flat",1,1,40717174,35,Male,White only,Never married,"Foreign born, not a U.S. citizen",Fair,64,207,35.5,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,5,25,0,0,25,0,655,0,0,140,60,0,100,0,430,"$50,000 - $75,000",Millennials (23-38),White only,Fair,5-5.5 feet,200-300,Master's or Doctoral Degree,,430,25,680,200,0,0,105
+,2022,2.0221E+13,6493,South,Virginia,125000,"House, apartment, flat",1,1,10231249,68,Female,White only,Married - spouse present,"Native, born in United States",Good,62,160,29.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,165,0,0,0,0,555,0,0,285,0,0,0,60,375,"$100,000 - $150,000",Boomers (55-73),White only,Good,5-5.5 feet,160-180,Bachelor's Degree,,375,0,720,285,0,60,0
+,2022,2.0221E+13,6494,South,Tennessee,125000,"House, apartment, flat",1,1,11883596,49,Male,White only,Married - spouse present,"Native, born in United States",Very good,70,160,23,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,630,0,480,0,0,240,0,0,60,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Very good,5.5-6 feet,160-180,Graduated High School,,0,630,510,240,0,0,60
+,2022,2.0221E+13,6495,Midwest,Wisconsin,87500,"House, apartment, flat",1,1,6934272,40,Male,White only,Married - spouse present,"Native, born in United States",Good,70,205,29.4,Associate degree - occupational vocational,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,125,0,0,380,0,785,0,0,150,0,0,0,0,0,"$75,000 - $100,000",Generation X (39-54),White only,Good,5.5-6 feet,200-300,Associate Degree,,0,380,910,150,0,0,0
+,2022,2.0221E+13,6496,Midwest,Iowa,125000,"House, apartment, flat",1,1,3975202,39,Male,White only,Married - spouse present,"Native, born in United States",Good,68,270,41,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,45,0,60,90,0,0,65,0,620,0,0,345,0,0,70,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Good,5.5-6 feet,200-300,Bachelor's Degree,,0,65,710,345,0,0,175
+,2022,2.0221E+13,6497,West,Arizona,87500,"House, apartment, flat",1,1,4873224,69,Female,White only,Married - spouse present,"Native, born in United States",Very good,63,130,23,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,210,45,80,0,0,160,0,455,0,0,60,210,0,40,180,0,"$75,000 - $100,000",Boomers (55-73),White only,Very good,5-5.5 feet,120-140,Master's or Doctoral Degree,,0,160,535,270,0,180,295
+,2022,2.0221E+13,6498,West,Arizona,45000,Mobile home or trailer with no permanent room added,1,1,11979795,51,Female,White only,Married - spouse absent,"Native, born in United States",Good,66,210,33.9,7th or 8th grade,Seventh through eighth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,5,140,0,0,10,0,725,0,0,280,0,180,40,0,0,"$30,000 - $50,000",Generation X (39-54),White only,Good,5.5-6 feet,200-300,Middle School or Less,,0,10,865,280,0,0,225
+,2022,2.0221E+13,6499,Midwest,Minnesota,55000,"House, apartment, flat",1,1,18958374,33,Female,White only,Never married,"Native, born in United States",Excellent,63,125,22.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,65,0,0,125,0,590,0,0,170,50,15,0,0,425,"$50,000 - $75,000",Millennials (23-38),White only,Excellent,5-5.5 feet,120-140,Bachelor's Degree,,425,125,655,220,0,0,15
+,2022,2.0221E+13,6500,South,Texas,8750,"House, apartment, flat",1,1,17955373,23,Male,White only,Married - spouse present,"Native, born in United States",Good,71,225,31.4,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,35,0,0,205,0,630,0,0,570,0,0,0,0,0,"Less than $10,000",Millennials (23-38),White only,Good,5.5-6 feet,200-300,Graduated High School,,0,205,665,570,0,0,0
+,2022,2.0221E+13,6501,South,Florida,27500,"House, apartment, flat",1,1,13195818,64,Female,White only,Married - spouse present,"Native, born in United States",Very good,64,148,25.4,Associate degree - academic program,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,80,145,0,0,240,0,660,0,0,302,0,0,13,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Very good,5-5.5 feet,140-160,Associate Degree,,0,240,805,302,0,0,93
+,2022,2.0221E+13,6502,West,California,200000,"House, apartment, flat",1,1,29710825,20,Female,White only,Never married,"Native, born in United States",Good,66,115,18.6,Some college but no degree,College--three years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,50,320,0,40,0,765,0,0,230,0,0,35,0,0,"$150,000 and over",Generation Z (7-22),White only,Good,5.5-6 feet,100-120,Some College,,0,40,815,230,320,0,35
+,2022,2.0221E+13,6503,West,California,55000,"House, apartment, flat",1,1,7315888,52,Male,Asian only,Married - spouse present,"Foreign born, not a U.S. citizen",Good,61,145,27.4,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,41,0,0,0,0,0,690,0,263,0,0,0,446,0,0,"$50,000 - $75,000",Generation X (39-54),Asian only,Good,5-5.5 feet,140-160,Associate Degree,,0,0,690,263,0,0,487
+,2022,2.0221E+13,6504,Midwest,Indiana,87500,"House, apartment, flat",1,1,6449441,56,Female,White only,Married - spouse present,"Native, born in United States",Fair,65,196,32.6,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,0,0,720,0,60,565,0,0,35,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Fair,5-5.5 feet,180-200,Graduated High School,,0,0,780,625,0,0,35
+,2022,2.0221E+13,6505,Northeast,Pennsylvania,55000,"House, apartment, flat",1,1,3301458,71,Female,White only,Never married,"Native, born in United States",Very good,63,133,23.6,Associate degree - academic program,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,180,0,0,240,0,480,0,0,540,0,0,0,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Very good,5-5.5 feet,120-140,Associate Degree,,0,240,660,540,0,0,0
+,2022,2.0221E+13,6506,West,California,67500,"House, apartment, flat",1,1,31392597,23,Female,Asian only,Never married,"Foreign born, not a U.S. citizen",Good,61,119,22.5,Some college but no degree,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,105,0,0,0,0,560,0,0,250,0,0,74,0,451,"$50,000 - $75,000",Millennials (23-38),Asian only,Good,5-5.5 feet,100-120,Some College,,451,0,665,250,0,0,74
+,2022,2.0221E+13,6507,Midwest,Illinois,45000,"House, apartment, flat",1,1,22788559,41,Female,Black only,Never married,"Native, born in United States",Fair,68,250,38,Associate degree - occupational vocational,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,411,0,0,30,0,0,0,0,465,0,0,60,0,0,80,0,394,"$30,000 - $50,000",Generation X (39-54),Black only,Fair,5.5-6 feet,200-300,Associate Degree,,394,0,495,60,0,0,491
+,2022,2.0221E+13,6508,South,Maryland,32500,"House, apartment, flat",1,1,20482491,78,Male,White only,Married - spouse present,"Native, born in United States",Excellent,69,197,29.1,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,240,0,0,60,0,555,0,0,585,0,0,0,0,0,"$30,000 - $50,000",Silent (74-91),White only,Excellent,5.5-6 feet,180-200,Graduated High School,,0,60,795,585,0,0,0
+,2022,2.0221E+13,6509,South,Texas,200000,"House, apartment, flat",1,1,43570749,47,Male,Asian only,Married - spouse present,"Foreign born, not a U.S. citizen",Fair,70,165,23.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,30,0,60,75,0,0,5,0,685,0,60,30,0,30,30,0,435,"$150,000 and over",Generation X (39-54),Asian only,Fair,5.5-6 feet,160-180,Bachelor's Degree,,435,5,760,90,0,0,150
+,2022,2.0221E+13,6510,South,Texas,45000,"House, apartment, flat",1,1,6225803,80,Female,White only,Married - spouse present,"Native, born in United States",Good,58,109,22.8,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,120,10,23,0,0,50,0,610,0,230,326,0,1,70,0,0,"$30,000 - $50,000",Silent (74-91),White only,Good,0-5 feet,100-120,Some College,,0,50,633,556,0,0,201
+,2022,2.0221E+13,6511,West,Utah,37500,"House, apartment, flat",1,1,13249179,56,Male,White only,Divorced,"Native, born in United States",Fair,69,184,27.2,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,80,65,0,0,0,0,630,85,0,490,0,0,90,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Fair,5.5-6 feet,180-200,Some College,,0,0,780,490,0,0,170
+,2022,2.0221E+13,6512,South,Texas,11250,"House, apartment, flat",1,1,5198823,72,Female,White only,Married - spouse present,"Native, born abroad of American parent or parents",Poor,62,165,30.2,9th grade,Ninth grade,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,Has mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,90,90,0,60,0,965,0,0,185,0,0,50,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Poor,5-5.5 feet,160-180,Some High School,,0,60,1055,185,90,0,50
+,2022,2.0221E+13,6513,South,Georgia,125000,"House, apartment, flat",1,1,4890260,46,Female,White only,Married - spouse present,"Native, born in United States",NIU (Not in universe),,9999,998,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,7,60,0,0,60,0,600,0,0,180,0,0,105,0,405,"$100,000 - $150,000",Generation X (39-54),White only,"Other (Refused, Dont know, NIU)",,>300,Bachelor's Degree,,405,60,660,180,0,0,112
+,2022,2.0221E+13,6514,South,Florida,200000,"House, apartment, flat",1,1,9371601,36,Female,White only,Married - spouse present,"Native, born in United States",Very good,69,210,31,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,15,0,5,10,0,0,2,0,583,0,0,30,0,0,55,0,685,"$150,000 and over",Millennials (23-38),White only,Very good,5.5-6 feet,200-300,Master's or Doctoral Degree,,685,2,593,30,0,0,75
+,2022,2.0221E+13,6515,South,Kentucky,37500,"House, apartment, flat",1,1,6278743,26,Female,White only,Never married,"Native, born in United States",Good,65,150,25,Some college but no degree,Twelfth grade,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,20,0,10,15,0,0,190,0,670,0,0,400,0,0,135,0,0,"$30,000 - $50,000",Millennials (23-38),White only,Good,5-5.5 feet,140-160,Some College,,0,190,685,400,0,0,165
+,2022,2.0221E+13,6516,West,California,32500,"House, apartment, flat",1,1,11682854,64,Female,White only,Divorced,"Foreign born, U.S. citizen by naturalization",Good,62,206,37.7,11th grade,Eleventh grade,Employed - at work,No,No vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,No difficulty remembering,0,455,0,30,0,0,235,0,520,0,0,130,30,0,0,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Good,5-5.5 feet,200-300,Some High School,,0,235,550,160,0,0,455
+,2022,2.0221E+13,6517,Midwest,Illinois,13750,"House, apartment, flat",1,1,10673188,62,Male,White only,Divorced,"Foreign born, U.S. citizen by naturalization",Fair,68,210,31.9,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,24,20,60,0,0,473,0,555,0,0,195,0,30,83,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Fair,5.5-6 feet,200-300,Master's or Doctoral Degree,,0,473,615,195,0,0,157
+,2022,2.0221E+13,6518,Midwest,Iowa,125000,"House, apartment, flat",1,1,2555792,70,Female,White only,Married - spouse present,"Native, born in United States",Good,63,170,30.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,20,0,0,0,0,830,0,0,495,0,0,95,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Good,5-5.5 feet,160-180,Bachelor's Degree,,0,0,850,495,0,0,95
+,2022,2.0221E+13,6519,Northeast,New Jersey,67500,"House, apartment, flat",1,1,52927435,26,Female,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Good,,140,998,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,46,0,0,55,0,0,265,0,753,0,120,60,0,0,44,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Good,,140-160,Graduated High School,,0,265,808,180,0,0,90
+,2022,2.0221E+13,6520,Northeast,Massachusetts,200000,"House, apartment, flat",1,1,13556982,59,Male,White only,Married - spouse present,"Native, born in United States",Very good,74,205,26.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,45,0,0,115,0,0,100,10,470,0,0,175,30,0,90,0,405,"$150,000 and over",Boomers (55-73),White only,Very good,6-6.5 feet,200-300,Bachelor's Degree,,405,110,585,205,0,0,135
+,2022,2.0221E+13,6521,Midwest,Michigan,125000,"House, apartment, flat",1,1,11548600,64,Female,White only,Married - spouse present,"Native, born in United States",Excellent,65,135,22.5,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,33,100,100,0,0,95,0,570,0,0,302,0,0,240,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Excellent,5-5.5 feet,120-140,Master's or Doctoral Degree,,0,95,670,302,0,0,373
+,2022,2.0221E+13,6522,Northeast,Connecticut,200000,"House, apartment, flat",1,1,6308256,51,Female,White only,Married - spouse present,"Native, born in United States",Very good,66,165,26.6,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,115,5,0,60,0,0,525,0,605,0,0,30,0,0,100,0,0,"$150,000 and over",Generation X (39-54),White only,Very good,5.5-6 feet,160-180,Master's or Doctoral Degree,,0,525,665,30,0,0,220
+,2022,2.0221E+13,6523,West,California,67500,"House, apartment, flat",1,1,6373872,57,Male,Asian only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",NIU (Not in universe),,9999,999,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,2,8,0,167,0,0,160,0,720,0,67,300,0,0,16,0,0,"$50,000 - $75,000",Boomers (55-73),Asian only,"Other (Refused, Dont know, NIU)",,>300,Bachelor's Degree,,0,160,887,367,0,0,26
+,2022,2.0221E+13,6524,South,North Carolina,11250,Mobile home or trailer with no permanent room added,1,1,12912096,76,Male,White only,Divorced,"Native, born in United States",Good,68,185,28.1,High school graduate - GED,Seventh through eighth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,9,10,25,0,0,15,0,611,0,0,702,0,0,68,0,0,"$10,000 - $30,000",Silent (74-91),White only,Good,5.5-6 feet,180-200,Graduated High School,,0,15,636,702,0,0,87
+,2022,2.0221E+13,6525,Midwest,Kansas,125000,"House, apartment, flat",1,1,15263164,48,Female,White only,Married - spouse present,"Native, born in United States",Excellent,69,175,25.8,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,135,10,0,0,85,0,747,0,0,340,0,0,123,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Excellent,5.5-6 feet,160-180,Master's or Doctoral Degree,,0,85,757,340,0,0,258
+,2022,2.0221E+13,6526,Northeast,Pennsylvania,22500,"House, apartment, flat",1,1,7885651,50,Female,White-Black-American Indian,Separated,"Native, born in United States",Fair,65,120,20,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,440,0,15,30,0,0,0,0,885,0,0,30,0,0,40,0,0,"$10,000 - $30,000",Generation X (39-54),Mixed,Fair,5-5.5 feet,120-140,Some College,,0,0,915,30,0,0,495
+,2022,2.0221E+13,6527,Northeast,New York,200000,"House, apartment, flat",1,1,6888272,28,Female,White only,Never married,"Native, born in United States",Very good,65,135,22.5,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,435,0,710,0,0,30,0,0,40,0,180,"$150,000 and over",Millennials (23-38),White only,Very good,5-5.5 feet,120-140,Master's or Doctoral Degree,,180,435,755,30,0,0,40
+,2022,2.0221E+13,6528,South,Georgia,200000,"House, apartment, flat",1,1,6148232,34,Female,White only,Married - spouse present,"Native, born in United States",Good,64,140,24,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,90,0,0,90,0,0,60,0,615,0,190,80,0,0,150,0,165,"$150,000 and over",Millennials (23-38),White only,Good,5-5.5 feet,140-160,Bachelor's Degree,,165,60,705,270,0,0,240
+,2022,2.0221E+13,6529,South,Florida,67500,"House, apartment, flat",1,1,14288439,66,Female,Black only,Married - spouse present,"Native, born in United States",Excellent,66,156,25.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,20,20,0,0,105,0,450,0,0,545,180,0,120,0,0,"$50,000 - $75,000",Boomers (55-73),Black only,Excellent,5.5-6 feet,140-160,Bachelor's Degree,,0,105,470,725,0,0,140
+,2022,2.0221E+13,6530,South,North Carolina,67500,"House, apartment, flat",1,1,21288085,60,Male,White only,Married - spouse present,"Native, born in United States",Very good,70,205,29.4,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,70,55,0,0,595,0,536,0,0,120,0,0,64,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Very good,5.5-6 feet,200-300,Some College,,0,595,591,120,0,0,134
+,2022,2.0221E+13,6531,West,New Mexico,27500,"House, apartment, flat",1,1,1776585,54,Female,White only,Divorced,"Native, born in United States",Good,60,150,29.3,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,40,0,0,140,0,720,0,0,470,0,0,10,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Good,5-5.5 feet,140-160,Associate Degree,,0,140,760,470,0,0,10
+,2022,2.0221E+13,6532,Northeast,New Jersey,67500,"House, apartment, flat",1,1,11825479,76,Female,White only,Never married,"Native, born in United States",Very good,63,190,33.7,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,32,0,50,0,0,175,0,561,0,0,531,0,51,40,0,0,"$50,000 - $75,000",Silent (74-91),White only,Very good,5-5.5 feet,180-200,Graduated High School,,0,175,611,531,0,0,123
+,2022,2.0221E+13,6533,South,Tennessee,125000,"House, apartment, flat",1,1,7333342,59,Male,White only,Married - spouse present,"Native, born in United States",Good,70,240,34.4,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,90,0,690,0,0,570,0,0,25,0,35,"$100,000 - $150,000",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Graduated High School,,35,90,720,570,0,0,25
+,2022,2.0221E+13,6534,West,California,17500,"House, apartment, flat",1,1,5978022,33,Male,White only,Never married,"Native, born in United States",Don't know,69,160,23.6,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,150,0,750,0,0,410,0,10,0,0,0,"$10,000 - $30,000",Millennials (23-38),White only,"Other (Refused, Dont know, NIU)",5.5-6 feet,160-180,Some College,,0,150,870,410,0,0,10
+,2022,2.0221E+13,6535,Midwest,Illinois,87500,"House, apartment, flat",1,1,6486338,54,Male,White only,Divorced,"Native, born in United States",Good,73,220,29,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,5,70,0,0,85,14,570,0,0,531,0,0,55,110,0,"$75,000 - $100,000",Boomers (55-73),White only,Good,6-6.5 feet,200-300,Master's or Doctoral Degree,,0,99,640,531,0,110,60
+,2022,2.0221E+13,6536,Midwest,Missouri,37500,"House, apartment, flat",1,1,6942488,67,Female,Black only,Divorced,"Native, born in United States",Good,69,170,25.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,75,0,20,0,0,120,0,585,0,0,330,0,120,190,0,0,"$30,000 - $50,000",Boomers (55-73),Black only,Good,5.5-6 feet,160-180,Bachelor's Degree,,0,120,605,330,0,0,385
+,2022,2.0221E+13,6537,Northeast,Pennsylvania,200000,"House, apartment, flat",1,1,9974245,36,Female,Black only,Married - spouse present,"Foreign born, not a U.S. citizen",Good,62,190,34.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,55,0,0,55,0,600,0,0,670,0,0,0,0,0,"$150,000 and over",Millennials (23-38),Black only,Good,5-5.5 feet,180-200,Bachelor's Degree,,0,55,655,670,0,0,0
+,2022,2.0221E+13,6538,Midwest,Michigan,45000,"House, apartment, flat",1,1,5086190,71,Female,White only,Widowed,"Native, born in United States",Very good,68,225,34.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,35,0,12,0,0,15,0,1347,0,0,30,0,1,0,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Very good,5.5-6 feet,200-300,Bachelor's Degree,,0,15,1359,30,0,0,36
+,2022,2.0221E+13,6539,South,Louisiana,8750,"House, apartment, flat",1,1,10400337,65,Male,Black only,Never married,"Native, born in United States",Very good,71,160,22.3,7th or 8th grade,Seventh through eighth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,20,0,0,40,0,585,0,0,755,0,0,10,0,0,"Less than $10,000",Boomers (55-73),Black only,Very good,5.5-6 feet,160-180,Middle School or Less,,0,40,605,755,0,0,40
+,2022,2.0221E+13,6540,South,Louisiana,8750,Mobile home or trailer with no permanent room added,1,1,8861663,62,Male,Black only,Divorced,"Native, born in United States",Fair,71,220,30.7,Some college but no degree,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,Has difficulty remembering,0,0,0,90,0,0,30,0,530,0,0,780,0,10,0,0,0,"Less than $10,000",Boomers (55-73),Black only,Fair,5.5-6 feet,200-300,Some College,,0,30,620,780,0,0,10
+,2022,2.0221E+13,6541,Northeast,Pennsylvania,87500,"House, apartment, flat",1,1,7196030,68,Male,White only,Married - spouse present,"Native, born in United States",Very good,72,185,25.1,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,253,0,90,0,0,167,0,615,0,0,150,0,0,60,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Very good,6-6.5 feet,180-200,Graduated High School,,0,167,705,150,0,0,313
+,2022,2.0221E+13,6542,Midwest,Minnesota,55000,"House, apartment, flat",1,1,22324477,30,Male,Black only,Never married,"Foreign born, not a U.S. citizen",Refused,,9996,998,High school graduate - GED,Ninth grade,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,70,0,0,160,0,555,0,15,157,0,0,81,0,402,"$50,000 - $75,000",Millennials (23-38),Black only,"Other (Refused, Dont know, NIU)",,>300,Graduated High School,,402,160,625,172,0,0,81
+,2022,2.0221E+13,6543,South,Texas,125000,"House, apartment, flat",1,1,21231863,33,Female,Asian only,Married - spouse present,"Foreign born, not a U.S. citizen",Good,60,150,29.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,210,0,0,90,0,0,120,0,595,0,0,0,0,0,0,0,425,"$100,000 - $150,000",Millennials (23-38),Asian only,Good,5-5.5 feet,140-160,Bachelor's Degree,,425,120,685,0,0,0,210
+,2022,2.0221E+13,6544,West,California,200000,"House, apartment, flat",1,1,4891684,80,Male,Asian only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Fair,67,165,25.8,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,0,0,540,0,0,645,75,0,0,0,0,"$150,000 and over",Silent (74-91),Asian only,Fair,5.5-6 feet,160-180,Master's or Doctoral Degree,,0,0,600,720,0,0,0
+,2022,2.0221E+13,6545,Midwest,Indiana,32500,"House, apartment, flat",1,1,7548120,58,Male,Black only,Divorced,"Native, born in United States",Very good,71,180,25.1,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,650,0,130,0,0,45,0,405,0,0,110,0,0,100,0,0,"$30,000 - $50,000",Boomers (55-73),Black only,Very good,5.5-6 feet,180-200,Associate Degree,,0,45,535,110,0,0,750
+,2022,2.0221E+13,6546,South,Virginia,125000,"House, apartment, flat",1,1,41985882,26,Male,White only,Never married,"Native, born in United States",Very good,74,230,29.5,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,0,0,540,0,0,135,0,0,80,0,580,"$100,000 - $150,000",Millennials (23-38),White only,Very good,6-6.5 feet,200-300,Graduated High School,,580,0,630,135,0,0,80
+,2022,2.0221E+13,6547,Northeast,New Jersey,125000,"House, apartment, flat",1,1,18187363,32,Male,White only,Married - spouse present,"Native, born in United States",Good,72,310,42,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,3,115,0,0,125,0,480,0,0,120,0,0,97,0,500,"$100,000 - $150,000",Millennials (23-38),White only,Good,6-6.5 feet,>300,Some College,,500,125,595,120,0,0,100
+,2022,2.0221E+13,6548,West,California,2500,"House, apartment, flat",1,1,4571564,51,Female,White only,Never married,"Native, born in United States",Good,67,160,25.1,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,155,0,0,90,0,0,135,0,590,0,0,120,90,0,95,0,120,"Less than $10,000",Generation X (39-54),White only,Good,5.5-6 feet,160-180,Master's or Doctoral Degree,,120,135,680,210,0,0,250
+,2022,2.0221E+13,6549,Northeast,New Jersey,13750,"House, apartment, flat",1,1,4879586,80,Female,White only,Widowed,"Native, born in United States",Very good,60,180,35.2,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,120,120,140,0,0,0,0,905,0,0,60,0,0,95,0,0,"$10,000 - $30,000",Silent (74-91),White only,Very good,5-5.5 feet,180-200,Some College,,0,0,1045,60,0,0,335
+,2022,2.0221E+13,6550,West,Nevada,67500,"House, apartment, flat",1,1,4107660,38,Female,White only,Never married,"Native, born in United States",Very good,67,125,19.6,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,450,0,540,0,0,330,0,60,0,0,0,"$50,000 - $75,000",Generation X (39-54),White only,Very good,5.5-6 feet,120-140,Master's or Doctoral Degree,,0,450,600,330,0,0,60
+,2022,2.0221E+13,6551,South,Virginia,32500,"House, apartment, flat",1,1,14850956,76,Female,White only,Widowed,"Native, born in United States",Fair,65,107,17.8,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,25,0,0,3,0,585,0,60,767,0,0,0,0,0,"$30,000 - $50,000",Silent (74-91),White only,Fair,5-5.5 feet,100-120,Graduated High School,,0,3,610,827,0,0,0
+,2022,2.0221E+13,6552,Midwest,Nebraska,55000,"House, apartment, flat",1,1,7874254,85,Male,White only,Married - spouse present,"Native, born in United States",Good,64,135,23.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,30,0,0,0,0,585,0,0,810,15,0,0,0,0,"$50,000 - $75,000",Silent (74-91),White only,Good,5-5.5 feet,120-140,Bachelor's Degree,,0,0,615,825,0,0,0
+,2022,2.0221E+13,6553,Northeast,Massachusetts,200000,"House, apartment, flat",1,1,8745838,56,Female,Asian only,Married - spouse present,"Native, born in United States",Good,64,9996,998,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,90,165,0,0,275,0,525,0,0,325,0,0,60,0,0,"$150,000 and over",Boomers (55-73),Asian only,Good,5-5.5 feet,>300,Bachelor's Degree,,0,275,690,325,0,0,150
+,2022,2.0221E+13,6554,South,Georgia,125000,"House, apartment, flat",1,1,7586182,64,Male,White only,Married - spouse present,"Native, born in United States",Excellent,74,230,29.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,30,0,120,0,0,75,0,630,0,0,180,0,0,300,0,75,"$100,000 - $150,000",Boomers (55-73),White only,Excellent,6-6.5 feet,200-300,Bachelor's Degree,,75,75,750,180,0,0,330
+,2022,2.0221E+13,6555,Midwest,Ohio,67500,"House, apartment, flat",1,1,14171739,34,Male,White only,Never married,"Native, born in United States",Good,70,175,25.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,90,0,0,150,0,540,5,0,535,0,0,45,0,45,"$50,000 - $75,000",Millennials (23-38),White only,Good,5.5-6 feet,160-180,Bachelor's Degree,,45,150,635,535,0,0,75
+,2022,2.0221E+13,6556,South,Arkansas,125000,"House, apartment, flat",1,1,42348787,33,Male,White only,Married - spouse absent,"Foreign born, U.S. citizen by naturalization",Very good,70,250,35.9,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,80,0,0,90,0,620,0,0,15,0,0,45,0,590,"$100,000 - $150,000",Millennials (23-38),White only,Very good,5.5-6 feet,200-300,Graduated High School,,590,90,700,15,0,0,45
+,2022,2.0221E+13,6557,Midwest,Ohio,27500,"House, apartment, flat",1,1,9149555,67,Male,White only,Married - spouse present,"Native, born in United States",Very good,75,220,27.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,90,0,0,300,0,540,0,0,0,0,0,500,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Very good,6-6.5 feet,200-300,Bachelor's Degree,,0,300,630,0,0,0,510
+,2022,2.0221E+13,6558,Northeast,New Jersey,125000,"House, apartment, flat",1,1,8256817,31,Female,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Very good,65,110,18.3,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,555,0,0,5,0,0,37,0,660,0,0,103,0,0,60,0,20,"$100,000 - $150,000",Millennials (23-38),White only,Very good,5-5.5 feet,100-120,Master's or Doctoral Degree,,20,37,665,103,0,0,615
+,2022,2.0221E+13,6559,West,California,17500,"House, apartment, flat",1,1,20182789,67,Female,White only,Married - spouse present,"Native, born in United States",Poor,59,200,40.4,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,30,0,720,30,0,570,0,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Poor,0-5 feet,200-300,Graduated High School,,0,30,840,570,0,0,0
+,2022,2.0221E+13,6560,Midwest,Illinois,17500,"House, apartment, flat",1,1,14975274,61,Female,Black only,Never married,"Native, born in United States",Good,64,200,34.3,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,30,0,542,0,0,713,60,0,5,0,0,"$10,000 - $30,000",Boomers (55-73),Black only,Good,5-5.5 feet,200-300,Associate Degree,,0,30,632,773,0,0,5
+,2022,2.0221E+13,6561,West,Oregon,87500,"House, apartment, flat",1,1,8769413,47,Female,White only,Divorced,"Native, born in United States",Very good,63,128,22.7,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,2,0,10,75,0,0,140,0,690,60,0,218,60,55,130,0,0,"$75,000 - $100,000",Generation X (39-54),White only,Very good,5-5.5 feet,120-140,Master's or Doctoral Degree,,0,140,825,278,0,0,197
+,2022,2.0221E+13,6562,South,Texas,67500,"House, apartment, flat",1,1,7932642,72,Female,Asian only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Good,63,126,22.3,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,120,0,0,150,0,615,0,165,390,0,0,0,0,0,"$50,000 - $75,000",Boomers (55-73),Asian only,Good,5-5.5 feet,120-140,Graduated High School,,0,150,735,555,0,0,0
+,2022,2.0221E+13,6563,Northeast,New York,45000,"House, apartment, flat",1,1,4781311,66,Male,Asian only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Excellent,66,165,26.6,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,135,0,0,90,0,570,0,0,645,0,0,0,0,0,"$30,000 - $50,000",Boomers (55-73),Asian only,Excellent,5.5-6 feet,160-180,Master's or Doctoral Degree,,0,90,705,645,0,0,0
+,2022,2.0221E+13,6564,South,Texas,200000,"House, apartment, flat",1,1,16414966,70,Male,White only,Married - spouse present,"Native, born in United States",Very good,71,200,27.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,150,0,0,0,0,480,0,0,0,0,0,300,0,510,"$150,000 and over",Boomers (55-73),White only,Very good,5.5-6 feet,200-300,Bachelor's Degree,,510,0,630,0,0,0,300
+,2022,2.0221E+13,6565,West,Utah,125000,"House, apartment, flat",1,1,6203306,34,Male,White only,Married - spouse present,"Native, born in United States",Very good,70,187,26.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,22,0,15,60,0,0,0,0,528,0,0,555,0,0,170,0,0,"$100,000 - $150,000",Millennials (23-38),White only,Very good,5.5-6 feet,180-200,Bachelor's Degree,,0,0,588,555,0,0,207
+,2022,2.0221E+13,6566,Midwest,Kansas,45000,"House, apartment, flat",1,1,3263530,62,Female,Black only,Divorced,"Native, born in United States",Good,62,197,36,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,30,0,0,430,0,615,0,0,275,0,0,30,0,0,"$30,000 - $50,000",Boomers (55-73),Black only,Good,5-5.5 feet,180-200,Some College,,0,430,645,275,0,0,90
+,2022,2.0221E+13,6567,South,South Carolina,55000,"House, apartment, flat",1,1,2394698,49,Female,White only,Divorced,"Native, born in United States",Very good,68,155,23.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,5,0,15,40,0,0,35,0,660,0,0,570,75,0,40,0,0,"$50,000 - $75,000",Generation X (39-54),White only,Very good,5.5-6 feet,140-160,Bachelor's Degree,,0,35,700,645,0,0,60
+,2022,2.0221E+13,6568,Northeast,Pennsylvania,13750,"House, apartment, flat",1,1,21415140,80,Male,White only,Married - spouse present,"Native, born in United States",Good,68,180,27.4,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,79,0,600,0,0,733,0,28,0,0,0,"$10,000 - $30,000",Silent (74-91),White only,Good,5.5-6 feet,180-200,Graduated High School,,0,79,600,733,0,0,28
+,2022,2.0221E+13,6569,South,Maryland,37500,"House, apartment, flat",1,1,13119562,69,Female,Black only,Never married,"Native, born in United States",Fair,64,180,30.9,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,30,0,0,0,0,720,0,0,580,0,0,80,0,0,"$30,000 - $50,000",Boomers (55-73),Black only,Fair,5-5.5 feet,180-200,Graduated High School,,0,0,750,580,0,0,110
+,2022,2.0221E+13,6570,South,Mississippi,87500,"House, apartment, flat",1,1,11923623,32,Male,White only,Married - spouse present,"Native, born in United States",Very good,72,175,23.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,6,85,0,0,486,0,709,0,0,120,0,0,34,0,0,"$75,000 - $100,000",Millennials (23-38),White only,Very good,6-6.5 feet,160-180,Bachelor's Degree,,0,486,794,120,0,0,40
+,2022,2.0221E+13,6571,Midwest,Michigan,37500,"House, apartment, flat",1,1,5501847,27,Female,White only,Never married,"Native, born in United States",Good,62,200,36.6,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,140,0,0,135,0,884,0,0,255,0,0,26,0,0,"$30,000 - $50,000",Millennials (23-38),White only,Good,5-5.5 feet,200-300,Some College,,0,135,1024,255,0,0,26
+,2022,2.0221E+13,6572,South,Georgia,32500,"House, apartment, flat",1,1,11173352,33,Female,Black only,Never married,"Native, born in United States",NIU (Not in universe),,9999,999,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,100,0,0,65,0,0,25,0,615,0,0,150,0,0,0,0,470,"$30,000 - $50,000",Millennials (23-38),Black only,"Other (Refused, Dont know, NIU)",,>300,Some College,,470,25,680,150,0,0,100
+,2022,2.0221E+13,6573,Midwest,Illinois,22500,"House, apartment, flat",1,1,11454842,63,Male,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Good,64,178,30.6,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,240,60,0,0,210,0,540,0,0,330,0,0,60,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Good,5-5.5 feet,160-180,Some College,,0,210,600,330,0,0,300
+,2022,2.0221E+13,6574,Midwest,Iowa,200000,"House, apartment, flat",1,1,8887133,37,Female,White only,Married - spouse present,"Native, born in United States",Excellent,67,130,20.4,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,Has difficulty remembering,124,0,8,15,0,0,152,0,535,0,0,87,0,5,49,0,465,"$150,000 and over",Millennials (23-38),White only,Excellent,5.5-6 feet,120-140,Master's or Doctoral Degree,,465,152,550,87,0,0,186
+,2022,2.0221E+13,6575,Midwest,Michigan,67500,"House, apartment, flat",1,1,4086063,46,Male,White only,Divorced,"Native, born in United States",Fair,70,270,38.7,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,30,0,47,60,0,0,0,0,447,0,0,120,201,0,80,435,0,"$50,000 - $75,000",Generation X (39-54),White only,Fair,5.5-6 feet,200-300,Some College,,0,0,507,321,0,435,157
+,2022,2.0221E+13,6576,West,California,200000,"House, apartment, flat",1,1,12027477,41,Female,Asian only,Married - spouse present,"Foreign born, not a U.S. citizen",Very good,63,160,28.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,140,0,0,115,0,0,60,0,600,0,0,0,15,0,20,0,490,"$150,000 and over",Generation X (39-54),Asian only,Very good,5-5.5 feet,160-180,Bachelor's Degree,,490,60,715,15,0,0,160
+,2022,2.0221E+13,6577,West,Idaho,67500,"House, apartment, flat",1,1,8404176,24,Male,White only,Never married,"Native, born in United States",Very good,66,170,27.4,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,22,0,90,80,0,0,100,0,798,0,0,180,0,0,50,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Very good,5.5-6 feet,160-180,Graduated High School,,0,100,878,180,0,0,162
+,2022,2.0221E+13,6578,West,Montana,27500,"House, apartment, flat",1,1,19941036,18,Male,"American Indian, Alaskan Native",Never married,"Native, born in United States",Good,70,200,28.7,10th grade,Tenth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,0,0,620,0,0,790,0,0,0,0,0,"$10,000 - $30,000",Generation Z (7-22),"American Indian, Alaskan Native",Good,5.5-6 feet,200-300,Some High School,,0,0,650,790,0,0,0
+,2022,2.0221E+13,6579,South,West Virginia,13750,Mobile home or trailer with no permanent room added,1,1,2508215,39,Female,White only,Never married,"Native, born in United States",Good,65,228,37.9,9th grade,Ninth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,120,0,780,0,0,540,0,0,0,0,0,"$10,000 - $30,000",Generation X (39-54),White only,Good,5-5.5 feet,200-300,Some High School,,0,120,780,540,0,0,0
+,2022,2.0221E+13,6580,West,California,13750,"House, apartment, flat",1,1,11864834,36,Female,White only,Married - spouse present,"Native, born in United States",Fair,65,9997,998,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,40,30,0,0,0,0,600,0,0,280,0,0,15,0,475,"$10,000 - $30,000",Millennials (23-38),White only,Fair,5-5.5 feet,>300,Graduated High School,,475,0,630,280,0,0,55
+,2022,2.0221E+13,6581,Northeast,Pennsylvania,87500,"House, apartment, flat",1,1,12725383,80,Female,White only,Married - spouse present,"Native, born in United States",Fair,64,140,24,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,25,85,0,0,180,0,570,0,0,540,0,0,40,0,0,"$75,000 - $100,000",Silent (74-91),White only,Fair,5-5.5 feet,140-160,Graduated High School,,0,180,655,540,0,0,65
+,2022,2.0221E+13,6582,Northeast,Connecticut,67500,"House, apartment, flat",1,1,11490703,34,Female,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Very good,62,174,31.8,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,70,0,0,60,0,0,220,0,495,0,0,5,0,0,40,0,550,"$50,000 - $75,000",Millennials (23-38),White only,Very good,5-5.5 feet,160-180,Some College,,550,220,555,5,0,0,110
+,2022,2.0221E+13,6583,West,California,8750,"House, apartment, flat",1,1,6932751,73,Female,White only,Divorced,"Native, born in United States",Fair,61,184,34.8,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,65,60,0,0,2,0,848,0,0,270,0,150,45,0,0,"Less than $10,000",Silent (74-91),White only,Fair,5-5.5 feet,180-200,Some College,,0,2,908,270,0,0,260
+,2022,2.0221E+13,6584,South,Virginia,200000,"House, apartment, flat",1,1,19064498,59,Female,Asian only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Excellent,62,116,21.2,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,60,0,0,60,0,470,0,0,115,60,0,70,0,450,"$150,000 and over",Boomers (55-73),Asian only,Excellent,5-5.5 feet,100-120,Master's or Doctoral Degree,,450,60,530,175,0,0,130
+,2022,2.0221E+13,6585,West,California,200000,"House, apartment, flat",1,1,5411923,57,Male,White only,Never married,"Native, born in United States",Very good,68,190,28.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,180,0,720,0,0,300,90,0,30,0,30,"$150,000 and over",Boomers (55-73),White only,Very good,5.5-6 feet,180-200,Bachelor's Degree,,30,180,750,390,0,0,30
+,2022,2.0221E+13,6586,South,Virginia,200000,"House, apartment, flat",1,1,15962191,55,Female,White only,Married - spouse present,"Native, born in United States",Very good,63,130,23,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,0,0,55,0,555,0,0,60,0,0,40,0,655,"$150,000 and over",Boomers (55-73),White only,Very good,5-5.5 feet,120-140,Master's or Doctoral Degree,,655,55,630,60,0,0,40
+,2022,2.0221E+13,6587,Midwest,Ohio,125000,"House, apartment, flat",1,1,49205597,16,Male,White only,Never married,"Native, born in United States",Very good,67,160,25.1,10th grade,Tenth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,100,450,0,10,0,390,0,0,440,0,0,50,0,0,"$100,000 - $150,000",Generation Z (7-22),White only,Very good,5.5-6 feet,160-180,Some High School,,0,10,490,440,450,0,50
+,2022,2.0221E+13,6588,West,California,37500,"House, apartment, flat",1,1,20536820,75,Female,White only,Married - spouse present,"Native, born in United States",Good,62,136,24.9,5th or 6th grade,Fifth through sixth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,135,0,0,345,0,330,0,0,0,60,0,0,0,570,"$30,000 - $50,000",Silent (74-91),White only,Good,5-5.5 feet,120-140,Middle School or Less,,570,345,465,60,0,0,0
+,2022,2.0221E+13,6589,West,Utah,125000,"House, apartment, flat",1,1,17404456,26,Female,White only,Never married,"Native, born in United States",Very good,66,125,20.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,30,0,540,0,0,0,300,0,240,0,300,"$100,000 - $150,000",Millennials (23-38),White only,Very good,5.5-6 feet,120-140,Bachelor's Degree,,300,30,570,300,0,0,240
+,2022,2.0221E+13,6590,West,New Mexico,22500,"House, apartment, flat",1,1,4184837,73,Male,White only,Never married,"Native, born in United States",Excellent,68,205,31.2,Some college but no degree,College--four years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,45,15,0,0,35,0,660,0,0,621,0,0,64,0,0,"$10,000 - $30,000",Silent (74-91),White only,Excellent,5.5-6 feet,200-300,Some College,,0,35,675,621,0,0,109
+,2022,2.0221E+13,6591,South,Georgia,2500,"House, apartment, flat",1,1,3963268,64,Female,Black only,Separated,"Native, born in United States",Fair,67,208,32.6,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),Has vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,60,0,0,18,0,727,0,60,558,0,0,17,0,0,"Less than $10,000",Boomers (55-73),Black only,Fair,5.5-6 feet,200-300,Graduated High School,,0,18,787,618,0,0,17
+,2022,2.0221E+13,6592,Midwest,Michigan,22500,"House, apartment, flat",1,1,5410221,72,Female,White only,Divorced,"Native, born in United States",Excellent,63,160,28.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,15,55,0,0,120,0,706,15,0,435,32,30,32,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Excellent,5-5.5 feet,160-180,Bachelor's Degree,,0,120,776,467,0,0,77
+,2022,2.0221E+13,6593,West,California,11250,"House, apartment, flat",1,1,5922272,76,Female,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Very good,60,130,25.4,5th or 6th grade,Fifth through sixth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,30,0,840,0,180,300,0,0,60,0,0,"$10,000 - $30,000",Silent (74-91),White only,Very good,5-5.5 feet,120-140,Middle School or Less,,0,30,870,480,0,0,60
+,2022,2.0221E+13,6594,Midwest,Minnesota,37500,"House, apartment, flat",1,1,4184380,71,Female,White only,Married - spouse present,"Native, born in United States",Fair,65,160,26.6,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,15,60,0,0,157,0,695,0,0,425,0,0,88,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Fair,5-5.5 feet,160-180,Graduated High School,,0,157,755,425,0,0,103
+,2022,2.0221E+13,6595,Northeast,Massachusetts,125000,"House, apartment, flat",1,1,4413604,30,Female,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Excellent,64,118,20.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,40,0,0,0,0,600,0,0,800,0,0,0,0,0,"$100,000 - $150,000",Millennials (23-38),White only,Excellent,5-5.5 feet,100-120,Bachelor's Degree,,0,0,640,800,0,0,0
+,2022,2.0221E+13,6596,West,Arizona,67500,"House, apartment, flat",1,1,4047643,68,Female,White only,Divorced,"Native, born in United States",Good,61,148,28,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,120,30,0,0,115,0,780,0,95,240,0,0,60,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Good,5-5.5 feet,140-160,Some College,,0,115,810,335,0,0,180
+,2022,2.0221E+13,6597,South,Alabama,125000,"House, apartment, flat",1,1,8869316,34,Male,Asian only,Married - spouse absent,"Native, born in United States",Very good,71,150,20.9,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,0,0,615,0,0,165,0,0,30,0,600,"$100,000 - $150,000",Millennials (23-38),Asian only,Very good,5.5-6 feet,140-160,Master's or Doctoral Degree,,600,0,645,165,0,0,30
+,2022,2.0221E+13,6598,West,Hawaii,55000,"House, apartment, flat",1,1,13027033,35,Male,Hawaiian Pacific Islander only,Married - spouse present,"Foreign born, not a U.S. citizen",Good,68,268,40.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,247,0,0,75,0,0,70,0,465,0,0,35,0,0,78,0,470,"$50,000 - $75,000",Millennials (23-38),Hawaiian Pacific Islander only,Good,5.5-6 feet,200-300,Bachelor's Degree,,470,70,540,35,0,0,325
+,2022,2.0221E+13,6599,West,Arizona,67500,"House, apartment, flat",1,1,3599792,76,Male,White only,Widowed,"Native, born in United States",Very good,68,188,28.6,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,30,20,0,0,230,0,620,0,0,500,0,0,40,0,0,"$50,000 - $75,000",Silent (74-91),White only,Very good,5.5-6 feet,180-200,Master's or Doctoral Degree,,0,230,640,500,0,0,70
+,2022,2.0221E+13,6600,West,California,22500,"House, apartment, flat",1,1,21809778,35,Male,White only,Never married,"Native, born in United States",Very good,74,165,21.2,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,Has difficulty remembering,0,0,0,70,0,0,0,0,960,0,0,410,0,0,0,0,0,"$10,000 - $30,000",Millennials (23-38),White only,Very good,6-6.5 feet,160-180,Graduated High School,,0,0,1030,410,0,0,0
+,2022,2.0221E+13,6601,Midwest,Illinois,87500,"House, apartment, flat",1,1,20210492,49,Male,Black only,Married - spouse present,"Native, born in United States",Good,74,250,32.1,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,30,0,670,0,0,30,0,0,30,0,560,"$75,000 - $100,000",Generation X (39-54),Black only,Good,6-6.5 feet,200-300,Graduated High School,,560,30,790,30,0,0,30
+,2022,2.0221E+13,6602,West,Idaho,32500,"House, apartment, flat",1,1,4419118,80,Female,White only,Divorced,"Native, born in United States",Very good,61,168,31.7,Some college but no degree,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,Has difficulty remembering,0,0,0,30,0,0,40,0,660,0,405,150,0,120,35,0,0,"$30,000 - $50,000",Silent (74-91),White only,Very good,5-5.5 feet,160-180,Some College,,0,40,690,555,0,0,155
+,2022,2.0221E+13,6603,Midwest,Missouri,87500,"House, apartment, flat",1,1,6455770,33,Female,White only,Married - spouse present,"Native, born in United States",Very good,70,228,32.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,112,0,90,95,0,0,420,0,498,0,0,170,0,15,40,0,0,"$75,000 - $100,000",Millennials (23-38),White only,Very good,5.5-6 feet,200-300,Bachelor's Degree,,0,420,593,170,0,0,257
+,2022,2.0221E+13,6604,West,California,55000,"House, apartment, flat",1,1,8037987,80,Male,White only,Married - spouse absent,"Native, born in United States",Very good,65,176,29.3,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,90,375,585,120,0,60,0,0,165,0,0,"$50,000 - $75,000",Silent (74-91),White only,Very good,5-5.5 feet,160-180,Master's or Doctoral Degree,,0,465,750,60,0,0,165
+,2022,2.0221E+13,6605,South,Florida,125000,"House, apartment, flat",1,1,3711018,67,Male,White only,Never married,"Native, born in United States",Fair,70,265,38,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,40,0,60,200,0,780,0,0,303,0,0,57,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Fair,5.5-6 feet,200-300,Bachelor's Degree,,0,200,820,303,0,0,117
+,2022,2.0221E+13,6606,West,Washington,125000,"House, apartment, flat",1,1,11475872,30,Male,White only,Never married,"Native, born in United States",Good,67,324,50.7,High school graduate - diploma,Twelfth grade,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,40,0,0,30,0,510,0,0,840,0,0,10,0,0,"$100,000 - $150,000",Millennials (23-38),White only,Good,5.5-6 feet,>300,Graduated High School,,0,30,550,840,0,0,20
+,2022,2.0221E+13,6607,Northeast,Massachusetts,125000,"House, apartment, flat",1,1,6881292,37,Female,White only,Married - spouse present,"Native, born in United States",Fair,64,166,28.5,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,124,0,0,45,0,0,120,0,465,0,0,164,0,0,32,0,490,"$100,000 - $150,000",Millennials (23-38),White only,Fair,5-5.5 feet,160-180,Master's or Doctoral Degree,,490,120,510,164,0,0,156
+,2022,2.0221E+13,6608,West,Washington,67500,"House, apartment, flat",1,1,3107301,80,Female,White only,Widowed,"Native, born in United States",Very good,62,155,28.3,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,70,72,0,0,265,0,690,0,0,288,0,0,30,0,0,"$50,000 - $75,000",Silent (74-91),White only,Very good,5-5.5 feet,140-160,Some College,,0,265,762,288,0,0,100
+,2022,2.0221E+13,6609,South,Texas,55000,"House, apartment, flat",1,1,6899385,58,Female,White only,Married - spouse present,"Native, born in United States",Good,65,158,26.3,Associate degree - occupational vocational,College--four years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,32,226,0,0,338,0,497,0,0,285,0,0,62,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Good,5-5.5 feet,140-160,Associate Degree,,0,338,723,285,0,0,94
+,2022,2.0221E+13,6610,Northeast,Connecticut,200000,"House, apartment, flat",1,1,5684864,52,Male,Asian only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Very good,69,150,22.1,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,45,20,0,0,120,0,625,0,0,380,0,210,40,0,0,"$150,000 and over",Generation X (39-54),Asian only,Very good,5.5-6 feet,140-160,Master's or Doctoral Degree,,0,120,645,380,0,0,295
+,2022,2.0221E+13,6611,South,Delaware,125000,"House, apartment, flat",1,1,14160572,36,Male,White only,Married - spouse present,"Native, born in United States",Good,74,245,31.5,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,0,0,720,0,0,600,0,0,0,0,0,"$100,000 - $150,000",Millennials (23-38),White only,Good,6-6.5 feet,200-300,Graduated High School,,0,0,840,600,0,0,0
+,2022,2.0221E+13,6612,Midwest,Ohio,87500,"House, apartment, flat",1,1,19591622,38,Male,White only,Married - spouse present,"Native, born in United States",Very good,68,170,25.8,High school graduate - diploma,Twelfth grade,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,160,0,0,30,0,0,0,0,500,0,0,0,60,0,30,0,580,"$75,000 - $100,000",Generation X (39-54),White only,Very good,5.5-6 feet,160-180,Graduated High School,,580,0,530,60,0,0,190
+,2022,2.0221E+13,6613,Northeast,Massachusetts,87500,"House, apartment, flat",1,1,16032643,59,Male,White only,Married - spouse present,"Native, born in United States",Good,65,260,43.3,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,115,0,0,105,0,495,0,0,245,0,0,80,0,400,"$75,000 - $100,000",Boomers (55-73),White only,Good,5-5.5 feet,200-300,Graduated High School,,400,105,610,245,0,0,80
+,2022,2.0221E+13,6614,Northeast,New York,200000,"House, apartment, flat",1,1,22222881,57,Male,White only,Married - spouse present,"Native, born in United States",Very good,71,203,28.3,Associate degree - academic program,College--three years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,15,0,0,5,0,560,0,0,120,0,0,740,0,0,"$150,000 and over",Boomers (55-73),White only,Very good,5.5-6 feet,200-300,Associate Degree,,0,5,575,120,0,0,740
+,2022,2.0221E+13,6615,West,California,125000,"House, apartment, flat",1,1,12397017,56,Male,Black only,Divorced,"Foreign born, U.S. citizen by naturalization",Very good,71,185,25.8,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,42,0,0,3,0,760,0,0,180,0,0,0,0,425,"$100,000 - $150,000",Boomers (55-73),Black only,Very good,5.5-6 feet,180-200,Graduated High School,,425,3,802,180,0,0,0
+,2022,2.0221E+13,6616,Midwest,Iowa,87500,"House, apartment, flat",1,1,9037596,31,Male,White only,Never married,"Native, born in United States",Fair,70,280,40.2,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,0,0,443,0,0,660,0,0,12,0,265,"$75,000 - $100,000",Millennials (23-38),White only,Fair,5.5-6 feet,200-300,Graduated High School,,265,0,503,660,0,0,12
+,2022,2.0221E+13,6617,South,Georgia,87500,"House, apartment, flat",1,1,34159230,61,Male,White only,Married - spouse present,"Native, born in United States",Fair,70,220,31.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,5,40,0,0,30,0,395,0,0,60,0,0,135,0,775,"$75,000 - $100,000",Boomers (55-73),White only,Fair,5.5-6 feet,200-300,Bachelor's Degree,,775,30,435,60,0,0,140
+,2022,2.0221E+13,6618,West,Oregon,87500,"House, apartment, flat",1,1,6069210,25,Male,White only,Married - spouse present,"Native, born in United States",Excellent,69,180,26.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,105,0,0,0,0,375,0,0,80,0,0,10,0,870,"$75,000 - $100,000",Millennials (23-38),White only,Excellent,5.5-6 feet,180-200,Bachelor's Degree,,870,0,480,80,0,0,10
+,2022,2.0221E+13,6619,Midwest,Iowa,125000,"House, apartment, flat",1,1,3420963,44,Female,White only,Married - spouse present,"Native, born in United States",Excellent,63,140,24.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,190,0,635,0,135,275,0,0,55,120,0,"$100,000 - $150,000",Generation X (39-54),White only,Excellent,5-5.5 feet,140-160,Bachelor's Degree,,0,190,665,410,0,120,55
+,2022,2.0221E+13,6620,Northeast,Pennsylvania,55000,"House, apartment, flat",1,1,3790569,67,Male,White only,Married - spouse present,"Native, born in United States",Very good,67,160,25.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,180,0,0,0,0,540,0,0,660,0,0,0,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Very good,5.5-6 feet,160-180,Bachelor's Degree,,0,0,720,660,0,0,0
+,2022,2.0221E+13,6621,Midwest,Indiana,87500,"House, apartment, flat",1,1,17148810,85,Female,White only,Widowed,"Native, born in United States",Good,66,190,30.7,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,40,0,0,20,0,705,45,0,520,0,30,70,0,0,"$75,000 - $100,000",Silent (74-91),White only,Good,5.5-6 feet,180-200,Graduated High School,,0,20,790,520,0,0,100
+,2022,2.0221E+13,6622,Midwest,Michigan,67500,"House, apartment, flat",1,1,4569348,73,Female,White only,Divorced,"Native, born in United States",Very good,61,147,27.8,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,0,0,105,0,555,0,219,410,0,0,60,0,0,"$50,000 - $75,000",Silent (74-91),White only,Very good,5-5.5 feet,140-160,Some College,,0,105,630,629,0,0,60
+,2022,2.0221E+13,6623,South,North Carolina,17500,"House, apartment, flat",1,1,6497272,34,Male,Black only,Never married,"Native, born in United States",Very good,72,175,23.7,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,0,0,780,0,0,485,90,0,40,0,0,"$10,000 - $30,000",Millennials (23-38),Black only,Very good,6-6.5 feet,160-180,Some College,,0,0,825,575,0,0,40
+,2022,2.0221E+13,6624,West,Nevada,125000,"House, apartment, flat",1,1,2424971,69,Male,White only,Married - spouse present,"Native, born in United States",Very good,72,221,30,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,90,0,0,180,0,585,0,225,270,0,0,90,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Very good,6-6.5 feet,200-300,Master's or Doctoral Degree,,0,180,675,495,0,0,90
+,2022,2.0221E+13,6625,Northeast,New York,200000,"House, apartment, flat",1,1,12593609,52,Female,White only,Married - spouse present,"Native, born in United States",Fair,62,145,26.5,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,55,0,0,50,0,480,0,0,140,0,0,90,0,550,"$150,000 and over",Generation X (39-54),White only,Fair,5-5.5 feet,140-160,Some College,,550,50,535,140,0,0,150
+,2022,2.0221E+13,6626,Midwest,Kansas,22500,"House, apartment, flat",1,1,6346102,45,Male,White only,Never married,"Native, born in United States",Good,73,228,30.1,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,45,60,0,0,439,0,649,0,0,240,0,0,7,0,0,"$10,000 - $30,000",Generation X (39-54),White only,Good,6-6.5 feet,200-300,Graduated High School,,0,439,709,240,0,0,52
+,2022,2.0221E+13,6627,South,Virginia,87500,"House, apartment, flat",1,1,10718251,68,Female,White only,Divorced,"Native, born in United States",Very good,68,125,19,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,10,60,120,0,0,365,0,450,0,0,220,0,0,65,150,0,"$75,000 - $100,000",Boomers (55-73),White only,Very good,5.5-6 feet,120-140,Bachelor's Degree,,0,365,570,220,0,150,135
+,2022,2.0221E+13,6628,West,California,13750,"House, apartment, flat",1,1,5208836,65,Male,White only,Married - spouse present,"Native, born in United States",Very good,73,200,26.4,Some college but no degree,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,100,0,0,75,0,595,0,0,550,90,0,30,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Very good,6-6.5 feet,200-300,Some College,,0,75,695,640,0,0,30
+,2022,2.0221E+13,6629,Northeast,New Jersey,125000,"House, apartment, flat",1,1,45287497,22,Female,White only,Never married,"Native, born in United States",Good,67,185,29,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,15,270,0,15,0,570,0,0,0,0,0,60,0,510,"$100,000 - $150,000",Millennials (23-38),White only,Good,5.5-6 feet,180-200,Some College,,510,15,585,0,270,0,60
+,2022,2.0221E+13,6630,South,Kentucky,87500,Mobile home or trailer with no permanent room added,1,1,4511754,50,Female,White only,Married - spouse present,"Native, born in United States",Good,63,189,33.5,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,15,5,0,0,60,0,720,0,0,530,0,0,110,0,0,"$75,000 - $100,000",Generation X (39-54),White only,Good,5-5.5 feet,180-200,Graduated High School,,0,60,725,530,0,0,125
+,2022,2.0221E+13,6631,Northeast,Pennsylvania,87500,"House, apartment, flat",1,1,6606142,71,Male,White only,Married - spouse present,"Native, born in United States",Excellent,71,180,25.1,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,180,0,0,90,0,630,0,0,380,120,0,40,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Excellent,5.5-6 feet,180-200,Master's or Doctoral Degree,,0,90,810,500,0,0,40
+,2022,2.0221E+13,6632,South,Kentucky,67500,"House, apartment, flat",1,1,13105077,34,Male,White only,Never married,"Native, born in United States",Good,68,243,36.9,Associate degree - occupational vocational,College--two years,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,2,0,0,10,0,525,0,0,797,90,0,16,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Good,5.5-6 feet,200-300,Associate Degree,,0,10,527,887,0,0,16
+,2022,2.0221E+13,6633,West,New Mexico,32500,"House, apartment, flat",1,1,8389490,59,Male,White only,Divorced,"Native, born in United States",Excellent,73,220,29,11th grade,Eleventh grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,90,0,15,0,0,166,0,545,0,0,329,0,0,30,0,265,"$30,000 - $50,000",Boomers (55-73),White only,Excellent,6-6.5 feet,200-300,Some High School,,265,166,560,329,0,0,120
+,2022,2.0221E+13,6634,Midwest,Iowa,11250,"House, apartment, flat",1,1,9065290,67,Female,White only,Widowed,"Native, born in United States",Very good,65,130,21.6,9th grade,Ninth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,210,0,25,0,0,255,0,508,0,40,0,0,20,2,380,0,"$10,000 - $30,000",Boomers (55-73),White only,Very good,5-5.5 feet,120-140,Some High School,,0,255,533,40,0,380,232
+,2022,2.0221E+13,6635,South,South Carolina,87500,"House, apartment, flat",1,1,31015314,20,Male,Black only,Married - spouse absent,"Native, born in United States",Very good,70,205,29.4,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,50,180,0,0,0,590,0,0,240,0,0,40,0,340,"$75,000 - $100,000",Generation Z (7-22),Black only,Very good,5.5-6 feet,200-300,Graduated High School,,340,0,640,240,180,0,40
+,2022,2.0221E+13,6636,West,Washington,37500,"House, apartment, flat",1,1,13908477,35,Male,Black only,Married - spouse present,"Foreign born, not a U.S. citizen",Excellent,65,160,26.6,Some college but no degree,College--three years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,105,210,0,75,0,630,0,0,345,75,0,0,0,0,"$30,000 - $50,000",Millennials (23-38),Black only,Excellent,5-5.5 feet,160-180,Some College,,0,75,735,420,210,0,0
+,2022,2.0221E+13,6637,South,South Carolina,125000,"House, apartment, flat",1,1,5195710,55,Male,Black only,Never married,"Native, born in United States",Good,77,340,40.3,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,20,0,0,420,0,420,0,0,480,0,0,40,0,0,"$100,000 - $150,000",Boomers (55-73),Black only,Good,6-6.5 feet,>300,Master's or Doctoral Degree,,0,420,440,480,0,0,100
+,2022,2.0221E+13,6638,West,Idaho,200000,"House, apartment, flat",1,1,6538501,52,Female,White only,Never married,"Native, born in United States",Good,62,160,29.3,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,10,0,0,145,0,435,0,0,75,0,0,40,0,735,"$150,000 and over",Generation X (39-54),White only,Good,5-5.5 feet,160-180,Master's or Doctoral Degree,,735,145,445,75,0,0,40
+,2022,2.0221E+13,6639,South,Georgia,37500,"House, apartment, flat",1,1,34161954,37,Female,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Good,60,125,24.4,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,45,75,0,0,40,0,480,0,0,210,0,0,80,0,510,"$30,000 - $50,000",Millennials (23-38),White only,Good,5-5.5 feet,120-140,Graduated High School,,510,40,555,210,0,0,125
+,2022,2.0221E+13,6640,South,Oklahoma,87500,"House, apartment, flat",1,1,24299807,64,Male,White only,Married - spouse present,"Native, born in United States",Very good,73,265,35,High school graduate - GED,Eleventh grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,10,0,0,175,0,455,0,0,705,0,0,65,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Very good,6-6.5 feet,200-300,Graduated High School,,0,175,465,705,0,0,95
+,2022,2.0221E+13,6641,Midwest,Minnesota,125000,"House, apartment, flat",1,1,5528131,46,Female,White only,Never married,"Native, born in United States",Fair,65,9996,998,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,105,0,0,0,0,435,0,0,900,0,0,0,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Fair,5-5.5 feet,>300,Some College,,0,0,540,900,0,0,0
+,2022,2.0221E+13,6642,South,Florida,200000,"House, apartment, flat",1,1,5718730,79,Female,White only,Never married,"Native, born in United States",Very good,62,165,30.2,Some college but no degree,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,30,0,0,45,0,585,60,0,480,0,45,135,0,0,"$150,000 and over",Silent (74-91),White only,Very good,5-5.5 feet,160-180,Some College,,0,45,675,480,0,0,240
+,2022,2.0221E+13,6643,Midwest,Indiana,125000,"House, apartment, flat",1,1,13903359,61,Female,White only,Widowed,"Native, born in United States",Good,64,130,22.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,120,0,720,0,0,420,0,0,0,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Good,5-5.5 feet,120-140,Bachelor's Degree,,0,120,720,420,0,0,0
+,2022,2.0221E+13,6644,West,California,11250,"House, apartment, flat",1,1,13571246,43,Male,White only,Never married,"Foreign born, not a U.S. citizen",Good,65,165,27.5,9th grade,Ninth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,105,0,0,20,0,505,0,0,205,100,0,45,0,460,"$10,000 - $30,000",Generation X (39-54),White only,Good,5-5.5 feet,160-180,Some High School,,460,20,610,305,0,0,45
+,2022,2.0221E+13,6645,West,Colorado,125000,"House, apartment, flat",1,1,6658880,74,Female,White only,Widowed,"Native, born in United States",Very good,69,145,21.4,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,135,0,0,544,0,616,0,0,145,0,0,0,0,0,"$100,000 - $150,000",Silent (74-91),White only,Very good,5.5-6 feet,140-160,Some College,,0,544,751,145,0,0,0
+,2022,2.0221E+13,6646,Midwest,Ohio,8750,"House, apartment, flat",1,1,9419121,73,Female,Asian only,Widowed,"Foreign born, U.S. citizen by naturalization",Poor,60,108,21.1,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,210,0,700,0,0,390,20,0,0,0,0,"Less than $10,000",Silent (74-91),Asian only,Poor,5-5.5 feet,100-120,Graduated High School,,0,210,820,410,0,0,0
+,2022,2.0221E+13,6647,West,California,125000,"House, apartment, flat",1,1,7471275,60,Male,White only,Divorced,"Native, born in United States",Excellent,74,202,25.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,135,0,0,615,0,570,0,0,60,60,0,0,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Excellent,6-6.5 feet,200-300,Bachelor's Degree,,0,615,705,120,0,0,0
+,2022,2.0221E+13,6648,South,North Carolina,87500,"House, apartment, flat",1,1,7460986,36,Male,White only,Never married,"Native, born in United States",Good,73,219,28.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,45,0,525,0,0,754,0,0,26,0,0,"$75,000 - $100,000",Millennials (23-38),White only,Good,6-6.5 feet,200-300,Bachelor's Degree,,0,45,615,754,0,0,26
+,2022,2.0221E+13,6649,Midwest,Michigan,200000,"House, apartment, flat",1,1,21442866,51,Male,White only,Married - spouse present,"Native, born in United States",Good,69,155,22.9,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,5,0,0,110,0,0,150,0,510,0,0,40,0,0,30,0,510,"$150,000 and over",Generation X (39-54),White only,Good,5.5-6 feet,140-160,Associate Degree,,510,150,620,40,0,0,35
+,2022,2.0221E+13,6650,South,North Carolina,87500,"House, apartment, flat",1,1,8129045,69,Male,Black only,Married - spouse absent,"Native, born in United States",Good,77,238,28.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,90,0,0,0,0,440,420,0,450,0,0,40,0,0,"$75,000 - $100,000",Boomers (55-73),Black only,Good,6-6.5 feet,200-300,Bachelor's Degree,,0,0,950,450,0,0,40
+,2022,2.0221E+13,6651,South,Florida,200000,"House, apartment, flat",1,1,13666682,43,Male,White only,Married - spouse present,"Native, born in United States",Very good,66,195,31.5,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,20,0,0,55,0,538,0,0,73,10,0,44,0,700,"$150,000 and over",Generation X (39-54),White only,Very good,5.5-6 feet,180-200,Master's or Doctoral Degree,,700,55,558,83,0,0,44
+,2022,2.0221E+13,6652,Northeast,Connecticut,45000,"House, apartment, flat",1,1,6349277,58,Female,White only,Married - spouse present,"Native, born in United States",Fair,65,160,26.6,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,10,0,0,198,0,300,0,0,837,30,0,35,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Fair,5-5.5 feet,160-180,Graduated High School,,0,198,310,867,0,0,65
+,2022,2.0221E+13,6653,South,Texas,55000,"House, apartment, flat",1,1,4822102,73,Male,White only,Never married,"Native, born in United States",Fair,66,200,32.3,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,Has physical difficulty,Has difficulty remembering,0,0,0,90,0,0,0,0,750,0,0,570,0,0,30,0,0,"$50,000 - $75,000",Silent (74-91),White only,Fair,5.5-6 feet,200-300,Graduated High School,,0,0,840,570,0,0,30
+,2022,2.0221E+13,6654,West,California,125000,"House, apartment, flat",1,1,6823009,70,Female,Asian only,Married - spouse present,"Native, born in United States",Excellent,62,122,22.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,20,105,0,0,50,0,639,0,0,0,31,0,105,0,490,"$100,000 - $150,000",Boomers (55-73),Asian only,Excellent,5-5.5 feet,120-140,Bachelor's Degree,,490,50,744,31,0,0,125
+,2022,2.0221E+13,6655,Northeast,Massachusetts,87500,"House, apartment, flat",1,1,4041598,37,Female,White only,Never married,"Native, born in United States",Very good,60,9996,998,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,480,0,55,0,785,0,0,60,0,0,0,0,0,"$75,000 - $100,000",Millennials (23-38),White only,Very good,5-5.5 feet,>300,Bachelor's Degree,,0,55,845,60,480,0,0
+,2022,2.0221E+13,6656,Midwest,Illinois,200000,"House, apartment, flat",1,1,9540659,32,Male,Asian only,Never married,"Native, born in United States",Very good,67,135,21.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,142,180,0,0,30,0,713,0,0,150,0,0,225,0,0,"$150,000 and over",Millennials (23-38),Asian only,Very good,5.5-6 feet,120-140,Bachelor's Degree,,0,30,893,150,0,0,367
+,2022,2.0221E+13,6657,Northeast,Connecticut,22500,"House, apartment, flat",1,1,4540510,76,Female,White only,Divorced,"Native, born in United States",Very good,66,180,29,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,20,0,0,0,20,0,165,0,0,1223,0,0,12,0,0,"$10,000 - $30,000",Silent (74-91),White only,Very good,5.5-6 feet,180-200,Graduated High School,,0,20,165,1223,0,0,32
+,2022,2.0221E+13,6658,South,Arkansas,67500,"House, apartment, flat",1,1,7555114,43,Female,Black only,Divorced,"Native, born in United States",Good,69,210,31,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,75,0,0,0,0,0,0,0,555,0,145,0,0,0,80,0,585,"$50,000 - $75,000",Generation X (39-54),Black only,Good,5.5-6 feet,200-300,Master's or Doctoral Degree,,585,0,555,145,0,0,155
+,2022,2.0221E+13,6659,Midwest,Minnesota,55000,"House, apartment, flat",1,1,3475497,70,Female,White only,Married - spouse present,"Native, born in United States",Excellent,65,149,24.8,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,95,0,0,95,0,560,0,0,450,0,0,240,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Excellent,5-5.5 feet,140-160,Graduated High School,,0,95,655,450,0,0,240
+,2022,2.0221E+13,6660,Midwest,Illinois,200000,"House, apartment, flat",1,1,6327269,34,Female,White only,Married - spouse present,"Native, born in United States",Very good,60,108,21.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,240,0,50,140,0,0,195,0,620,0,0,120,35,0,40,0,0,"$150,000 and over",Millennials (23-38),White only,Very good,5-5.5 feet,100-120,Bachelor's Degree,,0,195,760,155,0,0,330
+,2022,2.0221E+13,6661,South,South Carolina,87500,"House, apartment, flat",1,1,11597069,55,Female,White only,Divorced,"Native, born in United States",Good,62,135,24.7,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,55,60,0,0,285,0,485,0,0,110,0,0,35,0,370,"$75,000 - $100,000",Boomers (55-73),White only,Good,5-5.5 feet,120-140,Master's or Doctoral Degree,,370,285,545,110,0,0,90
+,2022,2.0221E+13,6662,Midwest,Minnesota,87500,"House, apartment, flat",1,1,6797245,39,Male,White only,Married - spouse present,"Native, born in United States",Good,74,270,34.7,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,660,0,570,0,0,180,0,0,0,0,0,"$75,000 - $100,000",Generation X (39-54),White only,Good,6-6.5 feet,200-300,Graduated High School,,0,660,600,180,0,0,0
+,2022,2.0221E+13,6663,South,South Carolina,27500,"House, apartment, flat",1,1,25929996,53,Male,White only,Divorced,"Native, born in United States",Poor,68,210,31.9,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,20,0,0,40,0,0,40,0,600,0,0,615,0,0,0,0,0,"$10,000 - $30,000",Generation X (39-54),White only,Poor,5.5-6 feet,200-300,Graduated High School,,0,40,640,615,0,0,20
+,2022,2.0221E+13,6664,Northeast,Massachusetts,37500,"House, apartment, flat",1,1,9168247,57,Female,White only,Separated,"Native, born in United States",Very good,67,140,21.9,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,5,30,15,0,0,265,0,465,60,0,370,0,0,115,0,30,"$30,000 - $50,000",Boomers (55-73),White only,Very good,5.5-6 feet,140-160,Master's or Doctoral Degree,,30,265,540,370,0,0,150
+,2022,2.0221E+13,6665,Northeast,Pennsylvania,32500,"House, apartment, flat",1,1,8345549,70,Female,White only,Widowed,"Native, born in United States",Good,65,170,28.3,High school graduate - diploma,Twelfth grade,Unemployed - on layoff,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,245,0,720,0,0,445,0,0,0,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Good,5-5.5 feet,160-180,Graduated High School,,0,245,750,445,0,0,0
+,2022,2.0221E+13,6666,South,Oklahoma,27500,"House, apartment, flat",1,1,29816762,58,Female,White only,Divorced,"Foreign born, not a U.S. citizen",Very good,65,146,24.3,7th or 8th grade,Seventh through eighth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,85,0,0,60,0,590,0,0,160,0,0,28,0,517,"$10,000 - $30,000",Boomers (55-73),White only,Very good,5-5.5 feet,140-160,Middle School or Less,,517,60,675,160,0,0,28
+,2022,2.0221E+13,6667,South,Texas,22500,"House, apartment, flat",1,1,6055691,75,Female,White only,Married - spouse present,"Native, born in United States",Good,64,9996,998,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,25,0,0,145,0,597,0,0,388,0,30,150,0,0,"$10,000 - $30,000",Silent (74-91),White only,Good,5-5.5 feet,>300,Bachelor's Degree,,0,145,622,388,0,0,180
+,2022,2.0221E+13,6668,South,Maryland,125000,"House, apartment, flat",1,1,3299161,73,Female,White only,Married - spouse present,"Native, born in United States",Very good,60,140,27.3,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,20,30,0,0,465,0,430,0,0,370,0,45,60,20,0,"$100,000 - $150,000",Silent (74-91),White only,Very good,5-5.5 feet,140-160,Master's or Doctoral Degree,,0,465,460,370,0,20,125
+,2022,2.0221E+13,6669,Midwest,Ohio,125000,"House, apartment, flat",1,1,7550843,60,Female,White only,Married - spouse present,"Native, born in United States",Good,62,150,27.4,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,60,0,0,120,0,525,0,0,180,0,0,150,375,0,"$100,000 - $150,000",Boomers (55-73),White only,Good,5-5.5 feet,140-160,Graduated High School,,0,120,585,180,0,375,180
+,2022,2.0221E+13,6670,West,California,200000,"House, apartment, flat",1,1,10171674,48,Female,Asian only,Married - spouse present,"Native, born in United States",Excellent,65,132,22,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,60,0,0,90,0,0,0,0,540,0,0,240,60,0,0,0,450,"$150,000 and over",Generation X (39-54),Asian only,Excellent,5-5.5 feet,120-140,Master's or Doctoral Degree,,450,0,630,300,0,0,60
+,2022,2.0221E+13,6671,Midwest,Minnesota,55000,"House, apartment, flat",1,1,4687141,85,Female,White only,Widowed,"Native, born in United States",Refused,,9996,998,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),Has vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,0,0,480,0,0,780,0,60,0,0,0,"$50,000 - $75,000",Silent (74-91),White only,"Other (Refused, Dont know, NIU)",,>300,Graduated High School,,0,0,600,780,0,0,60
+,2022,2.0221E+13,6672,South,Texas,87500,"House, apartment, flat",1,1,7433314,79,Female,White only,Married - spouse present,"Native, born in United States",Very good,62,140,25.6,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,20,15,270,0,0,0,0,565,0,105,240,0,50,175,0,0,"$75,000 - $100,000",Silent (74-91),White only,Very good,5-5.5 feet,140-160,Graduated High School,,0,0,835,345,0,0,260
+,2022,2.0221E+13,6673,West,California,37500,"House, apartment, flat",1,1,4156719,65,Female,Asian only,Never married,"Foreign born, U.S. citizen by naturalization",Poor,62,98,17.9,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,No physical difficulty,Has difficulty remembering,0,0,0,30,0,0,570,0,630,0,0,195,15,0,0,0,0,"$30,000 - $50,000",Boomers (55-73),Asian only,Poor,5-5.5 feet,<100,Graduated High School,,0,570,660,210,0,0,0
+,2022,2.0221E+13,6674,South,Florida,200000,"House, apartment, flat",1,1,6438230,27,Female,White only,Married - spouse present,"Native, born in United States",Good,62,136,24.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,115,28,0,0,108,0,630,15,0,451,0,0,93,0,0,"$150,000 and over",Millennials (23-38),White only,Good,5-5.5 feet,120-140,Bachelor's Degree,,0,108,673,451,0,0,208
+,2022,2.0221E+13,6675,South,Louisiana,125000,"House, apartment, flat",1,1,6368562,49,Male,White only,Married - spouse present,"Native, born in United States",Very good,68,165,25.1,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,0,0,0,5,0,655,0,0,255,330,0,82,83,0,"$100,000 - $150,000",Generation X (39-54),White only,Very good,5.5-6 feet,160-180,Some College,,0,5,655,585,0,83,112
+,2022,2.0221E+13,6676,West,Oregon,67500,"House, apartment, flat",1,1,4713890,62,Male,White only,Divorced,"Native, born in United States",Very good,74,185,23.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,210,0,0,35,15,615,0,120,235,90,0,120,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Very good,6-6.5 feet,180-200,Bachelor's Degree,,0,50,825,445,0,0,120
+,2022,2.0221E+13,6677,Midwest,Wisconsin,200000,"House, apartment, flat",1,1,43146332,17,Male,Asian only,Never married,"Native, born in United States",Good,70,125,17.9,11th grade,Eleventh grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,10,0,0,115,635,0,18,0,522,0,0,100,0,0,35,0,0,"$150,000 and over",Generation Z (7-22),Asian only,Good,5.5-6 feet,120-140,Some High School,,0,18,637,100,635,0,45
+,2022,2.0221E+13,6678,West,Washington,87500,"House, apartment, flat",1,1,19089161,73,Male,White only,Married - spouse present,"Native, born in United States",Good,72,165,22.4,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,225,0,20,60,0,0,155,0,625,0,0,305,0,0,50,0,0,"$75,000 - $100,000",Silent (74-91),White only,Good,6-6.5 feet,160-180,Some College,,0,155,685,305,0,0,295
+,2022,2.0221E+13,6679,Northeast,Pennsylvania,37500,"House, apartment, flat",1,1,8528474,62,Male,White only,Never married,"Native, born in United States",Very good,68,145,22,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,45,0,0,0,0,555,0,0,0,0,0,0,0,840,"$30,000 - $50,000",Boomers (55-73),White only,Very good,5.5-6 feet,140-160,Master's or Doctoral Degree,,840,0,600,0,0,0,0
+,2022,2.0221E+13,6680,South,Maryland,87500,"House, apartment, flat",1,1,14725289,59,Male,Asian only,Married - spouse present,"Native, born in United States",Good,72,160,21.7,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,185,0,0,285,0,535,0,0,145,170,45,75,0,0,"$75,000 - $100,000",Boomers (55-73),Asian only,Good,6-6.5 feet,160-180,Master's or Doctoral Degree,,0,285,720,315,0,0,120
+,2022,2.0221E+13,6681,Midwest,Missouri,22500,"House, apartment, flat",1,1,5519025,76,Female,White only,Widowed,"Native, born in United States",Very good,66,200,32.3,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,90,0,0,180,0,690,0,0,390,0,0,90,0,0,"$10,000 - $30,000",Silent (74-91),White only,Very good,5.5-6 feet,200-300,Some College,,0,180,780,390,0,0,90
+,2022,2.0221E+13,6682,South,Florida,87500,"House, apartment, flat",1,1,10370697,33,Male,White only,Married - spouse absent,"Foreign born, not a U.S. citizen",Fair,71,162,22.6,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,30,0,0,0,0,595,0,0,0,0,20,120,0,615,"$75,000 - $100,000",Millennials (23-38),White only,Fair,5.5-6 feet,160-180,Master's or Doctoral Degree,,615,0,625,0,0,0,200
+,2022,2.0221E+13,6683,West,California,125000,"House, apartment, flat",1,1,11662698,51,Female,White only,Married - spouse present,"Native, born in United States",Very good,65,195,32.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,55,0,0,65,0,520,0,0,160,100,0,0,0,540,"$100,000 - $150,000",Generation X (39-54),White only,Very good,5-5.5 feet,180-200,Bachelor's Degree,,540,65,575,260,0,0,0
+,2022,2.0221E+13,6684,South,Virginia,27500,"House, apartment, flat",1,1,16174448,26,Male,White only,Never married,"Foreign born, not a U.S. citizen",Very good,,150,998,5th or 6th grade,Fifth through sixth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,210,0,0,120,0,810,0,0,130,0,0,170,0,0,"$10,000 - $30,000",Millennials (23-38),White only,Very good,,140-160,Middle School or Less,,0,120,1020,130,0,0,170
+,2022,2.0221E+13,6685,South,Maryland,200000,"House, apartment, flat",1,1,7239057,37,Female,White only,Married - spouse present,"Native, born in United States",Very good,67,250,39.2,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,180,0,5,60,0,0,185,0,610,0,75,205,0,0,50,60,10,"$150,000 and over",Millennials (23-38),White only,Very good,5.5-6 feet,200-300,Associate Degree,,10,185,670,280,0,60,235
+,2022,2.0221E+13,6686,South,Texas,55000,"House, apartment, flat",1,1,20146088,53,Female,White only,Divorced,"Native, born in United States",Good,64,150,25.7,Associate degree - academic program,College--three years,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,5,0,0,60,0,0,150,0,690,0,0,255,0,0,70,0,210,"$50,000 - $75,000",Generation X (39-54),White only,Good,5-5.5 feet,140-160,Associate Degree,,210,150,750,255,0,0,75
+,2022,2.0221E+13,6687,South,Florida,55000,"House, apartment, flat",1,1,2452510,62,Female,White only,Divorced,"Foreign born, U.S. citizen by naturalization",Good,59,130,26.3,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,40,0,560,0,0,750,0,0,60,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Good,0-5 feet,120-140,Associate Degree,,0,40,590,750,0,0,60
+,2022,2.0221E+13,6688,South,South Carolina,67500,Mobile home or trailer with 1 or more rooms added,1,1,8323980,47,Male,Black only,Married - spouse present,"Native, born in United States",Very good,66,155,25,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,50,0,0,135,0,600,0,0,565,0,0,90,0,0,"$50,000 - $75,000",Generation X (39-54),Black only,Very good,5.5-6 feet,140-160,Graduated High School,,0,135,650,565,0,0,90
+,2022,2.0221E+13,6689,Northeast,Massachusetts,200000,"House, apartment, flat",1,1,4508881,39,Female,Asian only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Fair,62,204,37.3,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,330,0,250,75,0,0,150,0,480,0,0,60,0,0,90,0,5,"$150,000 and over",Generation X (39-54),Asian only,Fair,5-5.5 feet,200-300,Master's or Doctoral Degree,,5,150,555,60,0,0,670
+,2022,2.0221E+13,6690,South,Florida,200000,"House, apartment, flat",1,1,8046913,39,Female,Black only,Never married,"Native, born in United States",Good,63,9997,998,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,10,487,0,30,0,0,0,0,444,0,0,45,0,0,25,0,399,"$150,000 and over",Generation X (39-54),Black only,Good,5-5.5 feet,>300,Bachelor's Degree,,399,0,474,45,0,0,522
+,2022,2.0221E+13,6691,South,Georgia,8750,"House, apartment, flat",1,1,4901216,65,Male,Black only,Widowed,"Native, born in United States",Poor,73,165,21.8,9th grade,Ninth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,15,0,0,15,0,875,0,45,470,0,0,20,0,0,"Less than $10,000",Boomers (55-73),Black only,Poor,6-6.5 feet,160-180,Some High School,,0,15,890,515,0,0,20
+,2022,2.0221E+13,6692,South,Tennessee,2500,"House, apartment, flat",1,1,82667454,20,Male,White only,Never married,"Native, born in United States",Very good,69,135,19.9,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,100,0,0,30,0,475,0,0,169,0,48,18,0,600,"Less than $10,000",Generation Z (7-22),White only,Very good,5.5-6 feet,120-140,Graduated High School,,600,30,575,169,0,0,66
+,2022,2.0221E+13,6693,Midwest,Missouri,37500,"House, apartment, flat",1,1,10353297,79,Male,White only,Married - spouse present,"Native, born in United States",Very good,70,170,24.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,105,0,20,60,0,0,120,0,480,0,120,305,0,0,30,0,200,"$30,000 - $50,000",Silent (74-91),White only,Very good,5.5-6 feet,160-180,Bachelor's Degree,,200,120,540,425,0,0,155
+,2022,2.0221E+13,6694,West,California,125000,"House, apartment, flat",1,1,27385103,58,Female,White only,Married - spouse present,"Native, born in United States",Very good,60,180,35.2,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,60,0,0,105,0,0,210,0,510,0,15,265,0,0,0,0,30,"$100,000 - $150,000",Boomers (55-73),White only,Very good,5-5.5 feet,180-200,Some College,,30,210,615,280,0,0,60
+,2022,2.0221E+13,6695,South,Georgia,125000,"House, apartment, flat",1,1,9634467,35,Male,White only,Never married,"Native, born in United States",Good,70,225,32.3,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,20,0,100,0,0,0,200,0,810,0,0,150,0,0,160,0,0,"$100,000 - $150,000",Millennials (23-38),White only,Good,5.5-6 feet,200-300,Master's or Doctoral Degree,,0,200,810,150,0,0,280
+,2022,2.0221E+13,6696,Midwest,Ohio,87500,"House, apartment, flat",1,1,27470412,54,Male,White only,Separated,"Native, born in United States",Good,67,212,33.2,10th grade,Tenth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,95,0,0,0,0,380,0,0,325,0,0,30,0,600,"$75,000 - $100,000",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Some High School,,600,0,475,325,0,0,40
+,2022,2.0221E+13,6697,Midwest,Wisconsin,67500,"House, apartment, flat",1,1,4978676,69,Male,White only,Married - spouse present,"Native, born in United States",Good,67,200,31.3,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,240,0,540,0,0,600,0,0,0,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Graduated High School,,0,240,600,600,0,0,0
+,2022,2.0221E+13,6698,Northeast,Rhode Island,67500,"House, apartment, flat",1,1,22359304,27,Female,White only,Never married,"Native, born in United States",Good,60,135,26.4,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,180,45,0,0,2,0,535,0,0,310,0,0,60,0,308,"$50,000 - $75,000",Millennials (23-38),White only,Good,5-5.5 feet,120-140,Master's or Doctoral Degree,,308,2,580,310,0,0,240
+,2022,2.0221E+13,6699,West,Colorado,87500,"House, apartment, flat",1,1,14533028,38,Female,White only,Married - spouse present,"Native, born in United States",Good,64,105,18,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,30,0,0,68,0,0,120,0,474,0,0,95,0,0,42,0,506,"$75,000 - $100,000",Generation X (39-54),White only,Good,5-5.5 feet,100-120,Bachelor's Degree,,506,120,542,95,0,0,72
+,2022,2.0221E+13,6700,South,South Carolina,125000,Mobile home or trailer with no permanent room added,1,1,8062483,55,Male,White only,Widowed,"Native, born in United States",Very good,75,260,32.5,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,50,0,0,295,0,570,0,0,525,0,0,0,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Very good,6-6.5 feet,200-300,Graduated High School,,0,295,620,525,0,0,0
+,2022,2.0221E+13,6701,Midwest,Minnesota,125000,"House, apartment, flat",1,1,10601284,38,Male,White only,Married - spouse present,"Native, born in United States",Fair,70,183,26.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,Has vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,85,0,0,0,0,507,0,0,108,140,0,40,0,560,"$100,000 - $150,000",Generation X (39-54),White only,Fair,5.5-6 feet,180-200,Bachelor's Degree,,560,0,592,248,0,0,40
+,2022,2.0221E+13,6702,Midwest,Minnesota,125000,"House, apartment, flat",1,1,48026887,26,Male,White only,Never married,"Native, born in United States",Very good,67,175,27.4,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,80,0,630,0,0,165,0,0,0,0,535,"$100,000 - $150,000",Millennials (23-38),White only,Very good,5.5-6 feet,160-180,Graduated High School,,535,80,660,165,0,0,0
+,2022,2.0221E+13,6703,Midwest,Michigan,125000,"House, apartment, flat",1,1,27653603,56,Male,White only,Married - spouse present,"Native, born in United States",Excellent,70,184,26.4,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,20,0,25,60,0,0,240,0,558,0,0,105,0,0,84,0,348,"$100,000 - $150,000",Boomers (55-73),White only,Excellent,5.5-6 feet,180-200,Master's or Doctoral Degree,,348,240,618,105,0,0,129
+,2022,2.0221E+13,6704,South,Kentucky,67500,"House, apartment, flat",1,1,12852586,65,Female,White only,Married - spouse present,"Native, born in United States",Very good,65,180,30,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,90,65,55,0,30,35,30,580,0,0,430,0,0,125,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Very good,5-5.5 feet,180-200,Graduated High School,,0,65,635,430,0,0,310
+,2022,2.0221E+13,6705,West,Washington,27500,"House, apartment, flat",1,1,3386441,66,Female,White only,Divorced,"Native, born in United States",Fair,,9999,998,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,20,0,0,405,0,685,0,0,180,0,0,30,120,0,"$10,000 - $30,000",Boomers (55-73),White only,Fair,,>300,Master's or Doctoral Degree,,0,405,705,180,0,120,30
+,2022,2.0221E+13,6706,West,Idaho,45000,"House, apartment, flat",1,1,7812057,71,Female,White only,Widowed,"Native, born in United States",Poor,67,230,36,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,45,0,660,0,0,675,0,0,0,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Poor,5.5-6 feet,200-300,Graduated High School,,0,45,720,675,0,0,0
+,2022,2.0221E+13,6707,West,California,2500,"House, apartment, flat",1,1,10474827,23,Female,White only,Never married,"Native, born in United States",Good,61,160,30.2,Some college but no degree,College--four years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,252,0,150,0,585,0,0,357,0,60,6,0,0,"Less than $10,000",Millennials (23-38),White only,Good,5-5.5 feet,160-180,Some College,,0,150,615,357,252,0,66
+,2022,2.0221E+13,6708,West,Colorado,200000,"House, apartment, flat",1,1,15983931,33,Male,White only,Married - spouse present,"Native, born in United States",Very good,69,175,25.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,110,0,0,45,0,535,0,0,180,0,0,0,0,450,"$150,000 and over",Millennials (23-38),White only,Very good,5.5-6 feet,160-180,Bachelor's Degree,,450,45,645,180,0,0,0
+,2022,2.0221E+13,6709,South,Florida,125000,"House, apartment, flat",1,1,10438860,37,Female,White only,Never married,"Native, born in United States",Good,66,180,29,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,60,0,595,0,0,75,60,0,60,0,470,"$100,000 - $150,000",Millennials (23-38),White only,Good,5.5-6 feet,180-200,Master's or Doctoral Degree,,470,60,715,135,0,0,60
+,2022,2.0221E+13,6710,Northeast,Connecticut,200000,"House, apartment, flat",1,1,11620098,44,Female,White only,Married - spouse present,"Native, born in United States",Excellent,67,155,24.3,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,120,0,0,30,0,0,0,0,495,0,0,30,60,0,90,60,495,"$150,000 and over",Generation X (39-54),White only,Excellent,5.5-6 feet,140-160,Master's or Doctoral Degree,,495,0,525,90,0,60,210
+,2022,2.0221E+13,6711,West,Arizona,22500,"House, apartment, flat",1,1,5793043,62,Female,White only,Divorced,"Native, born in United States",Fair,65,210,34.9,High school graduate - GED,Eleventh grade,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,45,0,25,0,0,165,0,735,0,0,390,20,0,0,0,60,"$10,000 - $30,000",Boomers (55-73),White only,Fair,5-5.5 feet,200-300,Graduated High School,,60,165,760,410,0,0,45
+,2022,2.0221E+13,6712,South,Alabama,67500,"House, apartment, flat",1,1,2876805,67,Male,White only,Divorced,"Native, born in United States",Good,70,200,28.7,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,45,105,0,0,160,0,720,0,110,180,0,0,35,0,30,"$50,000 - $75,000",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Graduated High School,,30,160,825,290,0,0,80
+,2022,2.0221E+13,6713,West,Wyoming,125000,"House, apartment, flat",1,1,6895047,72,Female,White only,Married - spouse present,"Native, born in United States",Fair,62,148,27.1,Associate degree - academic program,College--four years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,5,0,0,0,0,595,0,0,840,0,0,0,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Fair,5-5.5 feet,140-160,Associate Degree,,0,0,600,840,0,0,0
+,2022,2.0221E+13,6714,South,Texas,200000,"House, apartment, flat",1,1,6978023,33,Female,White only,Married - spouse present,"Native, born in United States",Excellent,66,9994,998,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,45,0,60,246,0,0,135,0,555,0,0,90,0,0,54,255,0,"$150,000 and over",Millennials (23-38),White only,Excellent,5.5-6 feet,>300,Bachelor's Degree,,0,135,801,90,0,255,159
+,2022,2.0221E+13,6715,South,Texas,200000,"House, apartment, flat",1,1,35743702,51,Male,Asian only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Good,67,171,26.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,0,0,360,0,0,170,0,0,60,0,760,"$150,000 and over",Generation X (39-54),Asian only,Good,5.5-6 feet,160-180,Bachelor's Degree,,760,0,450,170,0,0,60
+,2022,2.0221E+13,6716,West,California,200000,"House, apartment, flat",1,1,4632848,37,Female,Asian only,Never married,"Foreign born, not a U.S. citizen",Good,58,125,26.1,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,60,0,680,0,0,200,120,180,50,0,60,"$150,000 and over",Millennials (23-38),Asian only,Good,0-5 feet,120-140,Master's or Doctoral Degree,,60,60,770,320,0,0,230
+,2022,2.0221E+13,6717,South,North Carolina,87500,Mobile home or trailer with no permanent room added,1,1,7704328,55,Female,White only,Widowed,"Native, born in United States",Very good,68,145,22,High school graduate - GED,Tenth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,135,0,630,0,0,585,0,0,0,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Very good,5.5-6 feet,140-160,Graduated High School,,0,135,720,585,0,0,0
+,2022,2.0221E+13,6718,South,Georgia,125000,"House, apartment, flat",1,1,4728512,64,Female,White only,Married - spouse present,"Native, born in United States",Good,68,9996,998,Associate degree - occupational vocational,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,60,0,0,215,0,590,0,0,475,0,30,10,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Good,5.5-6 feet,>300,Associate Degree,,0,215,650,475,0,0,100
+,2022,2.0221E+13,6719,South,Texas,37500,"House, apartment, flat",1,1,13572495,80,Male,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Very good,72,196,26.6,7th or 8th grade,Seventh through eighth grade,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,65,0,0,65,0,570,0,0,740,0,0,0,0,0,"$30,000 - $50,000",Silent (74-91),White only,Very good,6-6.5 feet,180-200,Middle School or Less,,0,65,635,740,0,0,0
+,2022,2.0221E+13,6720,West,Utah,200000,"House, apartment, flat",1,1,4326322,56,Male,White only,Married - spouse present,"Native, born in United States",Excellent,69,147,21.7,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,25,20,0,0,365,0,755,0,0,55,0,0,20,0,30,"$150,000 and over",Boomers (55-73),White only,Excellent,5.5-6 feet,140-160,Master's or Doctoral Degree,,30,365,775,55,0,0,45
+,2022,2.0221E+13,6721,Northeast,Pennsylvania,200000,"House, apartment, flat",1,1,13605357,74,Male,White only,Married - spouse present,"Native, born in United States",Excellent,68,170,25.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,105,0,0,65,0,640,0,0,630,0,0,0,0,0,"$150,000 and over",Silent (74-91),White only,Excellent,5.5-6 feet,160-180,Bachelor's Degree,,0,65,745,630,0,0,0
+,2022,2.0221E+13,6722,West,Arizona,67500,"House, apartment, flat",1,1,37565190,26,Female,White only,Never married,"Native, born in United States",Excellent,60,170,33.2,Some college but no degree,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,Has mobility limitation,No physical difficulty,Has difficulty remembering,0,0,10,50,0,0,0,0,900,40,0,193,0,0,67,0,180,"$50,000 - $75,000",Millennials (23-38),White only,Excellent,5-5.5 feet,160-180,Some College,,180,0,990,193,0,0,77
+,2022,2.0221E+13,6723,South,Georgia,37500,"House, apartment, flat",1,1,10696797,60,Female,White only,Divorced,"Native, born in United States",Very good,63,171,30.3,High school graduate - GED,Eleventh grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,78,0,0,85,0,0,60,0,495,0,0,110,0,0,100,0,512,"$30,000 - $50,000",Boomers (55-73),White only,Very good,5-5.5 feet,160-180,Graduated High School,,512,60,580,110,0,0,178
+,2022,2.0221E+13,6724,South,Oklahoma,8750,"House, apartment, flat",1,1,14069285,17,Female,"American Indian, Alaskan Native",Never married,"Native, born in United States",Fair,60,105,20.5,11th grade,Eleventh grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,1,0,45,0,0,60,0,527,0,0,627,0,120,60,0,0,"Less than $10,000",Generation Z (7-22),"American Indian, Alaskan Native",Fair,5-5.5 feet,100-120,Some High School,,0,60,572,627,0,0,181
+,2022,2.0221E+13,6725,West,Nevada,37500,"House, apartment, flat",1,1,58949938,19,Male,White only,Never married,"Native, born in United States",NIU (Not in universe),,9999,999,11th grade,Eleventh grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,150,0,0,0,0,540,0,0,0,120,0,180,0,450,"$30,000 - $50,000",Generation Z (7-22),White only,"Other (Refused, Dont know, NIU)",,>300,Some High School,,450,0,690,120,0,0,180
+,2022,2.0221E+13,6726,Midwest,Kansas,55000,"House, apartment, flat",1,1,4776501,32,Male,White only,Never married,"Native, born in United States",Very good,75,220,27.5,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,30,0,25,45,0,0,120,0,715,0,60,240,0,0,80,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Very good,6-6.5 feet,200-300,Master's or Doctoral Degree,,0,120,760,300,0,0,135
+,2022,2.0221E+13,6727,West,California,125000,"House, apartment, flat",1,1,18685071,26,Female,Black only,Never married,"Foreign born, not a U.S. citizen",Fair,61,232,43.8,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,10,0,0,0,0,760,0,0,0,0,0,10,0,660,"$100,000 - $150,000",Millennials (23-38),Black only,Fair,5-5.5 feet,200-300,Associate Degree,,660,0,770,0,0,0,10
+,2022,2.0221E+13,6728,South,Texas,22500,"House, apartment, flat",1,1,9564371,66,Male,White only,Divorced,"Native, born in United States",Fair,67,200,31.3,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,65,0,0,70,0,510,0,0,150,0,0,0,0,555,"$10,000 - $30,000",Boomers (55-73),White only,Fair,5.5-6 feet,200-300,Some College,,555,70,575,150,0,0,0
+,2022,2.0221E+13,6729,West,California,37500,"House, apartment, flat",1,1,3467940,64,Female,White-Asian,Never married,"Native, born in United States",Good,65,170,28.3,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,455,0,450,0,0,450,0,0,0,0,55,"$30,000 - $50,000",Boomers (55-73),Mixed,Good,5-5.5 feet,160-180,Associate Degree,,55,455,480,450,0,0,0
+,2022,2.0221E+13,6730,Midwest,Missouri,55000,"House, apartment, flat",1,1,55517466,16,Female,White only,Never married,"Native, born in United States",Very good,61,133,25.1,9th grade,Ninth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,2,10,55,20,0,0,21,0,627,0,0,440,0,0,265,0,0,"$50,000 - $75,000",Generation Z (7-22),White only,Very good,5-5.5 feet,120-140,Some High School,,0,21,647,440,0,0,332
+,2022,2.0221E+13,6731,Northeast,Pennsylvania,67500,"House, apartment, flat",1,1,6013429,34,Female,White only,Married - spouse present,"Native, born in United States",Good,68,186,28.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,195,0,0,120,0,0,291,0,506,0,0,293,0,0,35,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Good,5.5-6 feet,180-200,Bachelor's Degree,,0,291,626,293,0,0,230
+,2022,2.0221E+13,6732,South,Kentucky,125000,"House, apartment, flat",1,1,17981937,30,Male,White only,Married - spouse present,"Native, born in United States",Refused,,9996,998,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,235,0,0,30,0,0,20,0,540,0,0,60,0,0,10,0,545,"$100,000 - $150,000",Millennials (23-38),White only,"Other (Refused, Dont know, NIU)",,>300,Graduated High School,,545,20,570,60,0,0,245
+,2022,2.0221E+13,6733,Midwest,Illinois,200000,"House, apartment, flat",1,1,15543725,44,Male,White only,Married - spouse present,"Native, born in United States",Very good,70,185,26.5,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,76,0,0,135,0,0,0,0,394,0,0,180,0,0,85,0,525,"$150,000 and over",Generation X (39-54),White only,Very good,5.5-6 feet,180-200,Master's or Doctoral Degree,,525,0,529,180,0,0,161
+,2022,2.0221E+13,6734,West,California,87500,"House, apartment, flat",1,1,2777614,74,Female,White only,Divorced,"Native, born in United States",Excellent,64,109,18.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,40,0,0,310,0,540,0,0,446,0,0,14,0,30,"$75,000 - $100,000",Silent (74-91),White only,Excellent,5-5.5 feet,100-120,Bachelor's Degree,,30,310,580,446,0,0,14
+,2022,2.0221E+13,6735,South,Oklahoma,67500,"House, apartment, flat",1,1,5799545,32,Female,White only,Married - spouse present,"Native, born in United States",Good,65,185,30.8,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,180,0,0,30,0,0,95,0,420,0,0,545,0,0,170,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Good,5-5.5 feet,180-200,Some College,,0,95,450,545,0,0,350
+,2022,2.0221E+13,6736,West,Nevada,55000,"House, apartment, flat",1,1,15358643,53,Female,White only,Separated,"Native, born in United States",Good,65,140,23.3,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,145,0,555,0,0,180,0,0,50,0,480,"$50,000 - $75,000",Generation X (39-54),White only,Good,5-5.5 feet,140-160,Graduated High School,,480,145,585,180,0,0,50
+,2022,2.0221E+13,6737,South,Alabama,55000,"House, apartment, flat",1,1,5024434,79,Female,White only,Married - spouse present,"Native, born in United States",Good,59,112,22.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,100,0,0,395,0,630,0,0,315,0,0,0,0,0,"$50,000 - $75,000",Silent (74-91),White only,Good,0-5 feet,100-120,Bachelor's Degree,,0,395,730,315,0,0,0
+,2022,2.0221E+13,6738,Midwest,Wisconsin,55000,"House, apartment, flat",1,1,15084913,59,Female,White only,Separated,"Native, born in United States",Good,68,200,30.4,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,15,0,100,0,0,10,0,600,0,0,210,0,0,25,0,480,"$50,000 - $75,000",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Some College,,480,10,700,210,0,0,40
+,2022,2.0221E+13,6739,Northeast,Pennsylvania,125000,"House, apartment, flat",1,1,6563610,56,Male,White only,Married - spouse present,"Native, born in United States",Very good,74,165,21.2,Associate degree - academic program,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,115,0,80,0,0,80,0,515,0,140,160,60,0,290,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Very good,6-6.5 feet,160-180,Associate Degree,,0,80,595,360,0,0,405
+,2022,2.0221E+13,6740,South,Florida,87500,"House, apartment, flat",1,1,25690620,21,Male,White only,Never married,"Native, born in United States",NIU (Not in universe),,9999,999,Some college but no degree,College--two years,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,120,0,0,0,0,400,0,0,15,0,0,65,0,780,"$75,000 - $100,000",Generation Z (7-22),White only,"Other (Refused, Dont know, NIU)",,>300,Some College,,780,0,520,15,0,0,125
+,2022,2.0221E+13,6741,Northeast,Massachusetts,55000,"House, apartment, flat",1,1,4908880,49,Male,White only,Never married,"Native, born in United States",Excellent,73,187,24.7,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,3,15,0,0,0,0,552,0,0,660,0,0,25,0,185,"$50,000 - $75,000",Generation X (39-54),White only,Excellent,6-6.5 feet,180-200,Some College,,185,0,567,660,0,0,28
+,2022,2.0221E+13,6742,Midwest,Iowa,67500,"House, apartment, flat",1,1,4496185,27,Female,White only,Married - spouse present,"Native, born abroad of American parent or parents",Very good,65,9996,998,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,304,0,185,0,621,0,0,270,0,0,0,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Very good,5-5.5 feet,>300,Bachelor's Degree,,0,185,681,270,304,0,0
+,2022,2.0221E+13,6743,South,Arkansas,125000,"House, apartment, flat",1,1,9357773,50,Female,White only,Married - spouse present,"Native, born in United States",Very good,68,220,33.4,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,100,0,50,75,0,0,305,0,461,0,0,264,60,0,95,30,0,"$100,000 - $150,000",Generation X (39-54),White only,Very good,5.5-6 feet,200-300,Some College,,0,305,536,324,0,30,245
+,2022,2.0221E+13,6744,South,South Carolina,125000,"House, apartment, flat",1,1,18208823,60,Female,Black only,Divorced,"Native, born in United States",Good,64,165,28.3,High school graduate - diploma,Twelfth grade,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,15,0,30,105,0,0,105,0,470,0,0,80,0,0,50,0,585,"$100,000 - $150,000",Boomers (55-73),Black only,Good,5-5.5 feet,160-180,Graduated High School,,585,105,575,80,0,0,95
+,2022,2.0221E+13,6745,South,Texas,200000,"House, apartment, flat",1,1,28946348,40,Female,Black only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Very good,65,156,26,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,26,0,20,15,0,0,150,0,639,0,0,250,0,120,220,0,0,"$150,000 and over",Generation X (39-54),Black only,Very good,5-5.5 feet,140-160,Master's or Doctoral Degree,,0,150,654,250,0,0,386
+,2022,2.0221E+13,6746,Northeast,Pennsylvania,45000,"House, apartment, flat",1,1,8571862,70,Female,White only,Married - spouse present,"Native, born in United States",Very good,64,9996,998,Associate degree - occupational vocational,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,35,0,0,370,0,563,0,0,432,0,0,10,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Very good,5-5.5 feet,>300,Associate Degree,,0,370,598,432,0,0,40
+,2022,2.0221E+13,6747,West,California,45000,"House, apartment, flat",1,1,11633293,57,Male,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Fair,64,230,39.5,High school graduate - GED,Eleventh grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,145,0,0,150,0,395,0,0,45,0,0,80,0,625,"$30,000 - $50,000",Boomers (55-73),White only,Fair,5-5.5 feet,200-300,Graduated High School,,625,150,540,45,0,0,80
+,2022,2.0221E+13,6748,South,Kentucky,67500,"House, apartment, flat",1,1,6582941,49,Male,White only,Divorced,"Native, born in United States",Poor,72,304,41.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,Has difficulty remembering,0,0,0,0,0,0,0,0,1020,120,0,180,0,0,120,0,0,"$50,000 - $75,000",Generation X (39-54),White only,Poor,6-6.5 feet,>300,Bachelor's Degree,,0,0,1140,180,0,0,120
+,2022,2.0221E+13,6749,South,Tennessee,125000,"House, apartment, flat",1,1,12405246,40,Male,White only,Married - spouse present,"Native, born in United States",Very good,72,240,32.5,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,30,20,10,15,0,0,15,0,600,0,0,540,0,0,210,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Very good,6-6.5 feet,200-300,Master's or Doctoral Degree,,0,15,615,540,0,0,270
+,2022,2.0221E+13,6750,Midwest,Illinois,67500,"House, apartment, flat",1,1,8322635,70,Female,Asian only,Widowed,"Foreign born, U.S. citizen by naturalization",Good,63,172,30.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,19,95,0,0,400,0,527,0,135,70,0,135,38,15,0,"$50,000 - $75,000",Boomers (55-73),Asian only,Good,5-5.5 feet,160-180,Bachelor's Degree,,0,400,622,205,0,15,192
+,2022,2.0221E+13,6751,Northeast,New York,22500,"House, apartment, flat",1,1,12720862,59,Female,Black only,Never married,"Foreign born, U.S. citizen by naturalization",Good,64,110,18.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,No difficulty remembering,0,0,180,25,0,0,30,0,350,0,0,775,0,0,80,0,0,"$10,000 - $30,000",Boomers (55-73),Black only,Good,5-5.5 feet,100-120,Bachelor's Degree,,0,30,375,775,0,0,260
+,2022,2.0221E+13,6752,Midwest,Illinois,125000,"House, apartment, flat",1,1,6703761,26,Female,Black only,Never married,"Foreign born, not a U.S. citizen",Excellent,64,145,24.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,20,520,0,0,0,720,0,0,120,0,0,60,0,0,"$100,000 - $150,000",Millennials (23-38),Black only,Excellent,5-5.5 feet,140-160,Bachelor's Degree,,0,0,740,120,520,0,60
+,2022,2.0221E+13,6753,South,Texas,55000,"House, apartment, flat",1,1,16121208,71,Male,White only,Married - spouse present,"Native, born in United States",Fair,73,246,32.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,255,15,0,0,65,0,745,0,0,180,0,0,180,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Fair,6-6.5 feet,200-300,Bachelor's Degree,,0,65,760,180,0,0,435
+,2022,2.0221E+13,6754,Northeast,Connecticut,27500,"House, apartment, flat",1,1,3304832,80,Female,White only,Divorced,"Native, born in United States",Fair,66,165,26.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,80,0,0,55,0,710,0,10,525,20,40,0,0,0,"$10,000 - $30,000",Silent (74-91),White only,Fair,5.5-6 feet,160-180,Bachelor's Degree,,0,55,790,555,0,0,40
+,2022,2.0221E+13,6755,Midwest,Indiana,37500,"House, apartment, flat",1,1,4745898,66,Male,White only,Divorced,"Native, born in United States",Very good,70,220,31.6,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,15,0,0,100,0,510,0,0,815,0,0,0,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Very good,5.5-6 feet,200-300,Graduated High School,,0,100,525,815,0,0,0
+,2022,2.0221E+13,6756,South,Tennessee,200000,"House, apartment, flat",1,1,14342332,21,Female,White only,Never married,"Native, born in United States",Very good,63,99,17.5,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,150,0,0,0,0,760,0,0,450,0,0,80,0,0,"$150,000 and over",Generation Z (7-22),White only,Very good,5-5.5 feet,<100,Associate Degree,,0,0,910,450,0,0,80
+,2022,2.0221E+13,6757,Northeast,New Jersey,2500,"House, apartment, flat",1,1,23598190,51,Female,White only,Divorced,"Native, born in United States",Good,64,148,25.4,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,20,50,0,0,150,0,575,0,0,60,0,0,20,0,565,"Less than $10,000",Generation X (39-54),White only,Good,5-5.5 feet,140-160,Graduated High School,,565,150,625,60,0,0,40
+,2022,2.0221E+13,6758,Midwest,Ohio,2500,"House, apartment, flat",1,1,16334130,80,Female,White only,Divorced,"Native, born in United States",Good,61,145,27.4,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,120,0,0,0,0,900,0,0,420,0,0,0,0,0,"Less than $10,000",Silent (74-91),White only,Good,5-5.5 feet,140-160,Graduated High School,,0,0,1020,420,0,0,0
+,2022,2.0221E+13,6759,Midwest,Illinois,32500,"House, apartment, flat",1,1,25196499,26,Female,White only,Divorced,"Native, born in United States",Fair,64,9997,998,Associate degree - occupational vocational,College--four years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,85,60,0,0,42,0,527,0,6,135,0,0,75,0,510,"$30,000 - $50,000",Millennials (23-38),White only,Fair,5-5.5 feet,>300,Associate Degree,,510,42,587,141,0,0,160
+,2022,2.0221E+13,6760,South,Virginia,125000,"House, apartment, flat",1,1,6966590,71,Male,White only,Married - spouse present,"Native, born in United States",Good,73,212,28,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,105,0,0,210,0,525,0,0,550,50,0,0,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Good,6-6.5 feet,200-300,Master's or Doctoral Degree,,0,210,630,600,0,0,0
+,2022,2.0221E+13,6761,West,Colorado,67500,"House, apartment, flat",1,1,9226322,66,Female,White only,Widowed,"Native, born in United States",Fair,59,110,22.2,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,80,0,0,105,0,460,0,0,30,0,0,90,0,675,"$50,000 - $75,000",Boomers (55-73),White only,Fair,0-5 feet,100-120,Associate Degree,,675,105,540,30,0,0,90
+,2022,2.0221E+13,6762,West,Alaska,22500,"House, apartment, flat",1,1,15582018,39,Male,"American Indian, Alaskan Native",Married - spouse present,"Native, born in United States",Good,,9996,998,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,0,0,70,0,960,0,0,335,0,0,0,0,0,"$10,000 - $30,000",Generation X (39-54),"American Indian, Alaskan Native",Good,,>300,Graduated High School,,0,70,1035,335,0,0,0
+,2022,2.0221E+13,6763,South,Georgia,55000,"House, apartment, flat",1,1,5218863,69,Female,White only,Widowed,"Native, born in United States",Good,59,115,23.2,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,0,0,130,0,580,0,0,565,90,0,0,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Good,0-5 feet,100-120,Graduated High School,,0,130,655,655,0,0,0
+,2022,2.0221E+13,6764,Northeast,New York,200000,"House, apartment, flat",1,1,65302626,24,Male,White only,Never married,"Native, born in United States",Fair,71,195,27.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,60,0,0,0,670,0,0,125,0,0,95,0,430,"$150,000 and over",Millennials (23-38),White only,Fair,5.5-6 feet,180-200,Bachelor's Degree,,430,0,700,125,60,0,95
+,2022,2.0221E+13,6765,South,Alabama,125000,"House, apartment, flat",1,1,3988865,39,Male,White only,Married - spouse present,"Native, born in United States",Good,62,165,30.2,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,45,105,0,0,60,0,900,0,175,55,0,0,40,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Good,5-5.5 feet,160-180,Graduated High School,,0,60,1005,230,0,0,85
+,2022,2.0221E+13,6766,South,Alabama,200000,"House, apartment, flat",1,1,5749451,69,Male,White only,Married - spouse present,"Native, born in United States",Very good,69,188,27.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,50,0,0,60,0,489,0,105,160,0,0,151,0,425,"$150,000 and over",Boomers (55-73),White only,Very good,5.5-6 feet,180-200,Bachelor's Degree,,425,60,539,265,0,0,151
+,2022,2.0221E+13,6767,Northeast,New York,67500,"House, apartment, flat",1,1,22877759,68,Male,White only,Married - spouse present,"Native, born in United States",Good,68,208,31.6,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,5,78,0,0,395,5,510,0,0,395,0,0,22,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Graduated High School,,0,400,588,395,0,0,27
+,2022,2.0221E+13,6768,West,Montana,125000,"House, apartment, flat",1,1,33819039,23,Male,White only,Never married,"Native, born in United States",Fair,69,150,22.1,9th grade,Ninth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,0,0,720,0,0,630,0,0,0,0,0,"$100,000 - $150,000",Millennials (23-38),White only,Fair,5.5-6 feet,140-160,Some High School,,0,0,810,630,0,0,0
+,2022,2.0221E+13,6769,South,Alabama,87500,"House, apartment, flat",1,1,3930354,61,Male,White only,Divorced,"Native, born in United States",Poor,72,245,33.2,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,130,0,0,30,0,780,0,140,280,0,0,80,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Poor,6-6.5 feet,200-300,Some College,,0,30,910,420,0,0,80
+,2022,2.0221E+13,6770,West,California,87500,"House, apartment, flat",1,1,5448305,58,Male,White only,Never married,"Native, born in United States",Very good,73,225,29.7,Associate degree - occupational vocational,College--four years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,20,80,0,0,340,0,540,0,0,450,0,0,10,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Very good,6-6.5 feet,200-300,Associate Degree,,0,340,620,450,0,0,30
+,2022,2.0221E+13,6771,Northeast,Massachusetts,67500,"House, apartment, flat",1,1,5656602,65,Female,White only,Divorced,"Native, born in United States",Good,64,150,25.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,60,0,0,210,0,570,0,0,65,0,60,40,0,360,"$50,000 - $75,000",Boomers (55-73),White only,Good,5-5.5 feet,140-160,Bachelor's Degree,,360,210,630,65,0,0,160
+,2022,2.0221E+13,6772,Northeast,Pennsylvania,125000,"House, apartment, flat",1,1,14615165,51,Male,White only,Married - spouse present,"Native, born in United States",Good,69,175,25.8,Associate degree - academic program,College--two years,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,30,0,445,0,0,45,235,0,70,0,585,"$100,000 - $150,000",Generation X (39-54),White only,Good,5.5-6 feet,160-180,Associate Degree,,585,30,475,280,0,0,70
+,2022,2.0221E+13,6773,South,Virginia,27500,"House, apartment, flat",1,1,8839174,67,Male,White only,Married - spouse present,"Native, born in United States",Good,71,185,25.8,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,15,45,0,0,120,0,470,0,0,360,0,0,430,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Good,5.5-6 feet,180-200,Master's or Doctoral Degree,,0,120,515,360,0,0,445
+,2022,2.0221E+13,6774,Midwest,Michigan,2500,"House, apartment, flat",1,1,5977202,64,Male,White only,Never married,"Native, born in United States",Poor,68,127,19.3,Associate degree - occupational vocational,College--three years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,20,0,0,0,0,1390,15,0,0,0,15,0,0,0,"Less than $10,000",Boomers (55-73),White only,Poor,5.5-6 feet,120-140,Associate Degree,,0,0,1425,0,0,0,15
+,2022,2.0221E+13,6775,Northeast,New York,200000,"House, apartment, flat",1,1,7144303,37,Female,White only,Married - spouse present,"Native, born in United States",Excellent,69,155,22.9,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,170,0,7,62,0,0,420,0,511,0,0,180,60,0,30,0,0,"$150,000 and over",Millennials (23-38),White only,Excellent,5.5-6 feet,140-160,Master's or Doctoral Degree,,0,420,573,240,0,0,207
+,2022,2.0221E+13,6776,South,Georgia,45000,"House, apartment, flat",1,1,19212770,69,Male,White only,Married - spouse present,"Native, born in United States",Very good,70,190,27.3,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,450,0,550,0,0,350,0,0,0,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Very good,5.5-6 feet,180-200,Some College,,0,450,640,350,0,0,0
+,2022,2.0221E+13,6777,Midwest,Minnesota,125000,"House, apartment, flat",1,1,17180446,54,Male,White only,Married - spouse present,"Native, born in United States",Good,66,220,35.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,90,0,540,0,0,120,0,0,120,0,570,"$100,000 - $150,000",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Bachelor's Degree,,570,90,540,120,0,0,120
+,2022,2.0221E+13,6778,Northeast,Massachusetts,200000,"House, apartment, flat",1,1,3886863,66,Male,White only,Married - spouse present,"Native, born in United States",Very good,72,188,25.5,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,210,0,0,0,0,580,0,0,175,0,0,25,0,450,"$150,000 and over",Boomers (55-73),White only,Very good,6-6.5 feet,180-200,Master's or Doctoral Degree,,450,0,790,175,0,0,25
+,2022,2.0221E+13,6779,West,California,45000,"House, apartment, flat",1,1,4521262,61,Female,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Very good,65,125,20.8,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,175,95,0,0,270,0,570,0,0,240,30,0,60,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Very good,5-5.5 feet,120-140,Master's or Doctoral Degree,,0,270,665,270,0,0,235
+,2022,2.0221E+13,6780,South,Texas,67500,"House, apartment, flat",1,1,10561313,62,Female,White only,Married - spouse present,"Native, born in United States",Fair,66,202,32.6,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,20,0,0,5,0,610,0,0,30,0,0,110,200,465,"$50,000 - $75,000",Boomers (55-73),White only,Fair,5.5-6 feet,200-300,Associate Degree,,465,5,630,30,0,200,110
+,2022,2.0221E+13,6781,Midwest,Ohio,200000,"House, apartment, flat",1,1,5955797,34,Male,White only,Married - spouse present,"Native, born in United States",Good,77,200,23.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,45,0,0,120,0,0,570,0,450,0,0,255,0,0,0,0,0,"$150,000 and over",Millennials (23-38),White only,Good,6-6.5 feet,200-300,Bachelor's Degree,,0,570,570,255,0,0,45
+,2022,2.0221E+13,6782,South,Florida,67500,"House, apartment, flat",1,1,2065929,74,Female,White only,Divorced,"Native, born in United States",Good,62,130,23.8,Some college but no degree,College--one year,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,215,0,35,0,0,90,0,815,0,0,195,0,0,90,0,0,"$50,000 - $75,000",Silent (74-91),White only,Good,5-5.5 feet,120-140,Some College,,0,90,850,195,0,0,305
+,2022,2.0221E+13,6783,West,California,200000,"House, apartment, flat",1,1,28649107,54,Female,White only,Married - spouse present,"Native, born in United States",Very good,69,220,32.5,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,30,0,640,0,0,0,0,0,150,0,575,"$150,000 and over",Boomers (55-73),White only,Very good,5.5-6 feet,200-300,Graduated High School,,575,30,685,0,0,0,150
+,2022,2.0221E+13,6784,South,Virginia,200000,"House, apartment, flat",1,1,19389547,64,Female,Asian only,Divorced,"Foreign born, U.S. citizen by naturalization",Poor,64,165,28.3,10th grade,Tenth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,165,0,0,0,0,885,0,0,390,0,0,0,0,0,"$150,000 and over",Boomers (55-73),Asian only,Poor,5-5.5 feet,160-180,Some High School,,0,0,1050,390,0,0,0
+,2022,2.0221E+13,6785,South,Florida,200000,"House, apartment, flat",1,1,8720743,66,Male,White only,Married - spouse present,"Native, born in United States",Poor,72,305,41.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,75,0,0,0,0,630,60,0,615,0,0,60,0,0,"$150,000 and over",Boomers (55-73),White only,Poor,6-6.5 feet,>300,Bachelor's Degree,,0,0,765,615,0,0,60
+,2022,2.0221E+13,6786,Northeast,New Hampshire,67500,"House, apartment, flat",1,1,8887747,25,Male,White only,Married - spouse present,"Native, born in United States",Very good,73,220,29,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,225,0,0,60,0,630,0,0,405,0,0,120,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Very good,6-6.5 feet,200-300,Bachelor's Degree,,0,60,855,405,0,0,120
+,2022,2.0221E+13,6787,South,South Carolina,87500,"House, apartment, flat",1,1,4254675,62,Female,White only,Married - spouse present,"Native, born in United States",Excellent,64,165,28.3,Some college but no degree,College--three years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,80,36,20,0,0,195,0,864,0,60,145,0,0,40,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Excellent,5-5.5 feet,160-180,Some College,,0,195,884,205,0,0,156
+,2022,2.0221E+13,6788,South,North Carolina,200000,"House, apartment, flat",1,1,5309685,29,Female,White only,Married - spouse present,"Native, born in United States",Excellent,67,130,20.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,300,0,690,0,0,330,0,0,0,0,0,"$150,000 and over",Millennials (23-38),White only,Excellent,5.5-6 feet,120-140,Bachelor's Degree,,0,300,810,330,0,0,0
+,2022,2.0221E+13,6789,Northeast,New Jersey,22500,"House, apartment, flat",1,1,7972739,85,Female,White only,Widowed,"Native, born in Puerto Rico or U.S. Outlying Area",Fair,63,124,22,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,0,0,150,0,550,0,80,585,0,0,0,0,0,"$10,000 - $30,000",Silent (74-91),White only,Fair,5-5.5 feet,120-140,Graduated High School,,0,150,625,665,0,0,0
+,2022,2.0221E+13,6790,Midwest,Iowa,200000,"House, apartment, flat",1,1,10220316,73,Male,White only,Married - spouse present,"Native, born in United States",Very good,72,260,35.3,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,55,0,0,0,0,572,0,80,663,10,0,60,0,0,"$150,000 and over",Silent (74-91),White only,Very good,6-6.5 feet,200-300,Some College,,0,0,627,753,0,0,60
+,2022,2.0221E+13,6791,South,Mississippi,22500,Mobile home or trailer with no permanent room added,1,1,23064648,63,Female,Black only,Married - spouse present,"Native, born in United States",Fair,67,250,39.2,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,10,0,0,60,0,645,0,0,380,60,0,60,0,225,"$10,000 - $30,000",Boomers (55-73),Black only,Fair,5.5-6 feet,200-300,Some College,,225,60,655,440,0,0,60
+,2022,2.0221E+13,6792,Northeast,Massachusetts,17500,"House, apartment, flat",1,1,7511240,75,Female,White only,Married - spouse present,"Native, born in United States",Very good,62,158,28.9,Associate degree - occupational vocational,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,100,105,0,0,135,0,555,98,0,355,0,70,22,0,0,"$10,000 - $30,000",Silent (74-91),White only,Very good,5-5.5 feet,140-160,Associate Degree,,0,135,758,355,0,0,192
+,2022,2.0221E+13,6793,South,Arkansas,37500,"House, apartment, flat",1,1,6917117,75,Female,White only,Widowed,"Native, born in United States",Excellent,67,195,30.5,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,0,0,0,5,0,600,35,0,746,0,0,24,0,0,"$30,000 - $50,000",Silent (74-91),White only,Excellent,5.5-6 feet,180-200,Graduated High School,,0,5,635,746,0,0,54
+,2022,2.0221E+13,6794,West,Oregon,45000,"House, apartment, flat",1,1,3626994,39,Female,Black only,Never married,"Foreign born, U.S. citizen by naturalization",Very good,62,150,27.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,30,0,15,0,0,0,0,1020,0,0,280,0,0,95,0,0,"$30,000 - $50,000",Generation X (39-54),Black only,Very good,5-5.5 feet,140-160,Bachelor's Degree,,0,0,1035,280,0,0,125
+,2022,2.0221E+13,6795,South,Florida,200000,"House, apartment, flat",1,1,8291715,61,Male,White only,Married - spouse present,"Native, born in United States",Good,75,270,33.7,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,80,0,0,530,0,590,0,0,240,0,0,0,0,0,"$150,000 and over",Boomers (55-73),White only,Good,6-6.5 feet,200-300,Master's or Doctoral Degree,,0,530,670,240,0,0,0
+,2022,2.0221E+13,6796,South,Kentucky,13750,"House, apartment, flat",1,1,12087302,60,Female,White only,Widowed,"Native, born in United States",Very good,63,147,26,10th grade,Tenth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,0,0,0,1,0,600,0,0,839,0,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Very good,5-5.5 feet,140-160,Some High School,,0,1,600,839,0,0,0
+,2022,2.0221E+13,6797,Midwest,Missouri,32500,"House, apartment, flat",1,1,26797862,64,Male,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Fair,65,215,35.8,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,0,0,855,0,0,30,0,0,45,0,420,"$30,000 - $50,000",Boomers (55-73),White only,Fair,5-5.5 feet,200-300,Graduated High School,,420,0,945,30,0,0,45
+,2022,2.0221E+13,6798,South,Georgia,87500,"House, apartment, flat",1,1,33311089,43,Female,Black only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Good,64,200,34.3,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,38,0,0,5,0,645,0,0,215,30,0,0,0,507,"$75,000 - $100,000",Generation X (39-54),Black only,Good,5-5.5 feet,200-300,Master's or Doctoral Degree,,507,5,683,245,0,0,0
+,2022,2.0221E+13,6799,West,California,200000,"House, apartment, flat",1,1,6395058,57,Female,Asian only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Good,63,115,20.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,180,75,0,0,315,0,405,0,0,0,60,0,90,225,90,"$150,000 and over",Boomers (55-73),Asian only,Good,5-5.5 feet,100-120,Bachelor's Degree,,90,315,480,60,0,225,270
+,2022,2.0221E+13,6800,South,Texas,125000,"House, apartment, flat",1,1,10966063,39,Female,White only,Married - spouse present,"Native, born in United States",Good,63,139,24.6,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,62,0,85,5,0,0,420,0,400,0,0,213,0,0,205,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Good,5-5.5 feet,120-140,Associate Degree,,0,420,405,213,0,0,352
+,2022,2.0221E+13,6801,West,California,125000,"House, apartment, flat",1,1,6597041,38,Male,White only,Never married,"Native, born in United States",Excellent,73,215,28.4,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,165,0,0,20,0,315,0,0,165,0,0,125,0,590,"$100,000 - $150,000",Generation X (39-54),White only,Excellent,6-6.5 feet,200-300,Master's or Doctoral Degree,,590,20,480,165,0,0,125
+,2022,2.0221E+13,6802,West,Washington,6250,Mobile home or trailer with no permanent room added,1,1,19485493,39,Male,"American Indian, Alaskan Native",Never married,"Native, born in United States",Fair,72,245,33.2,9th grade,Ninth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,225,20,60,0,0,310,0,505,0,0,55,0,0,85,0,180,"Less than $10,000",Generation X (39-54),"American Indian, Alaskan Native",Fair,6-6.5 feet,200-300,Some High School,,180,310,565,55,0,0,330
+,2022,2.0221E+13,6803,Northeast,Pennsylvania,125000,"House, apartment, flat",1,1,5898467,44,Female,White only,Married - spouse present,"Native, born in United States",Very good,67,113,17.7,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,170,0,85,0,0,0,210,0,444,0,0,60,0,0,471,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Very good,5.5-6 feet,100-120,Associate Degree,,0,210,444,60,0,0,726
+,2022,2.0221E+13,6804,West,California,87500,"House, apartment, flat",1,1,3640355,42,Male,White only,Divorced,"Native, born in United States",Very good,72,180,24.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,20,0,80,150,0,0,30,0,600,0,0,180,295,0,85,0,0,"$75,000 - $100,000",Generation X (39-54),White only,Very good,6-6.5 feet,180-200,Bachelor's Degree,,0,30,750,475,0,0,185
+,2022,2.0221E+13,6805,West,Oregon,87500,"House, apartment, flat",1,1,3782364,57,Female,White only,Married - spouse present,"Native, born in United States",Fair,63,140,24.8,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,80,180,30,0,0,5,0,560,0,0,420,0,0,165,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Fair,5-5.5 feet,140-160,Associate Degree,,0,5,590,420,0,0,425
+,2022,2.0221E+13,6806,South,South Carolina,125000,"House, apartment, flat",1,1,6114534,79,Female,Black only,Married - spouse present,"Native, born in United States",Very good,66,156,25.2,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,10,30,30,0,0,75,0,680,0,125,300,0,0,190,0,0,"$100,000 - $150,000",Silent (74-91),Black only,Very good,5.5-6 feet,140-160,Some College,,0,75,710,425,0,0,230
+,2022,2.0221E+13,6807,Midwest,North Dakota,11250,"House, apartment, flat",1,1,18097199,39,Male,"American Indian, Alaskan Native",Never married,"Native, born in United States",Fair,73,230,30.3,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,30,0,80,0,0,60,0,870,0,0,360,0,0,40,0,0,"$10,000 - $30,000",Generation X (39-54),"American Indian, Alaskan Native",Fair,6-6.5 feet,200-300,Some College,,0,60,950,360,0,0,70
+,2022,2.0221E+13,6808,Midwest,Illinois,37500,"House, apartment, flat",1,1,9051901,28,Female,White only,Married - spouse present,"Native, born in United States",Very good,60,180,35.2,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,300,0,0,120,0,0,270,0,630,0,0,120,0,0,0,0,0,"$30,000 - $50,000",Millennials (23-38),White only,Very good,5-5.5 feet,180-200,Graduated High School,,0,270,750,120,0,0,300
+,2022,2.0221E+13,6809,Midwest,Indiana,37500,"House, apartment, flat",1,1,6320302,43,Male,White only,Married - spouse present,"Native, born in United States",Excellent,66,200,32.3,Associate degree - academic program,Twelfth grade,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,285,0,760,0,0,315,0,0,20,0,15,"$30,000 - $50,000",Generation X (39-54),White only,Excellent,5.5-6 feet,200-300,Associate Degree,,15,285,805,315,0,0,20
+,2022,2.0221E+13,6810,Northeast,Massachusetts,200000,"House, apartment, flat",1,1,6502391,33,Male,White only,Married - spouse present,"Native, born in United States",Very good,71,158,22,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,12,123,0,0,180,0,640,0,0,240,136,30,79,0,0,"$150,000 and over",Millennials (23-38),White only,Very good,5.5-6 feet,140-160,Master's or Doctoral Degree,,0,180,763,376,0,0,121
+,2022,2.0221E+13,6811,Northeast,New York,200000,"House, apartment, flat",1,1,13727398,62,Female,White only,Married - spouse present,"Native, born in United States",Fair,67,250,39.2,High school graduate - diploma,Twelfth grade,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,20,90,0,0,90,0,548,0,0,280,0,3,409,0,0,"$150,000 and over",Boomers (55-73),White only,Fair,5.5-6 feet,200-300,Graduated High School,,0,90,638,280,0,0,432
+,2022,2.0221E+13,6812,South,South Carolina,37500,"House, apartment, flat",1,1,2384007,53,Female,White only,Widowed,"Native, born in United States",Good,66,295,47.6,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,0,0,0,0,0,540,0,0,780,0,0,0,0,0,"$30,000 - $50,000",Generation X (39-54),White only,Good,5.5-6 feet,200-300,Some College,,0,0,540,780,0,0,0
+,2022,2.0221E+13,6813,Midwest,Indiana,87500,"House, apartment, flat",1,1,10836534,58,Female,White only,Widowed,"Native, born in United States",Very good,64,115,19.7,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,25,0,65,30,0,155,0,613,0,0,25,0,0,62,0,395,"$75,000 - $100,000",Boomers (55-73),White only,Very good,5-5.5 feet,100-120,Associate Degree,,395,155,678,25,30,0,87
+,2022,2.0221E+13,6814,South,Florida,200000,"House, apartment, flat",1,1,8100952,52,Male,White only,Married - spouse present,"Native, born in United States",Very good,69,159,23.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,50,0,0,360,0,540,0,0,400,90,0,0,0,0,"$150,000 and over",Generation X (39-54),White only,Very good,5.5-6 feet,140-160,Bachelor's Degree,,0,360,590,490,0,0,0
+,2022,2.0221E+13,6815,South,Maryland,200000,"House, apartment, flat",1,1,12360849,59,Male,White only,Married - spouse present,"Native, born in United States",Fair,68,180,27.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,240,0,480,0,0,660,0,0,0,0,0,"$150,000 and over",Boomers (55-73),White only,Fair,5.5-6 feet,180-200,Bachelor's Degree,,0,240,540,660,0,0,0
+,2022,2.0221E+13,6816,Midwest,Wisconsin,45000,"House, apartment, flat",1,1,4857575,28,Female,Asian only,Never married,"Foreign born, not a U.S. citizen",Very good,69,125,18.5,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,110,120,0,159,0,510,0,0,461,0,0,80,0,0,"$30,000 - $50,000",Millennials (23-38),Asian only,Very good,5.5-6 feet,120-140,Master's or Doctoral Degree,,0,159,620,461,120,0,80
+,2022,2.0221E+13,6817,South,Tennessee,27500,"House, apartment, flat",1,1,6036938,72,Male,White only,Married - spouse present,"Native, born in United States",Good,73,270,35.6,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),Has vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,0,0,630,0,245,365,0,0,80,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Good,6-6.5 feet,200-300,Graduated High School,,0,0,750,610,0,0,80
+,2022,2.0221E+13,6818,West,Washington,87500,"House, apartment, flat",1,1,4943380,65,Female,White only,Married - spouse present,"Native, born in United States",Fair,61,175,33.1,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,135,0,0,600,0,512,0,28,158,0,0,7,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Fair,5-5.5 feet,160-180,Graduated High School,,0,600,647,186,0,0,7
+,2022,2.0221E+13,6819,West,Idaho,22500,"House, apartment, flat",1,1,4491720,35,Female,White only,Never married,"Native, born in United States",Fair,63,140,24.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,105,0,780,0,0,495,0,0,0,0,0,"$10,000 - $30,000",Millennials (23-38),White only,Fair,5-5.5 feet,140-160,Bachelor's Degree,,0,105,840,495,0,0,0
+,2022,2.0221E+13,6820,Midwest,Indiana,67500,"House, apartment, flat",1,1,7585132,52,Male,White only,Never married,"Native, born in United States",Very good,74,235,30.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,30,0,580,0,0,300,0,0,20,0,480,"$50,000 - $75,000",Generation X (39-54),White only,Very good,6-6.5 feet,200-300,Bachelor's Degree,,480,30,610,300,0,0,20
+,2022,2.0221E+13,6821,South,Florida,200000,"House, apartment, flat",1,1,5822400,53,Female,White only,Married - spouse present,"Native, born in United States",Fair,62,230,42.1,High school graduate - diploma,Twelfth grade,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,45,0,0,320,0,505,0,0,480,0,0,30,0,0,"$150,000 and over",Generation X (39-54),White only,Fair,5-5.5 feet,200-300,Graduated High School,,0,320,550,480,0,0,90
+,2022,2.0221E+13,6822,Midwest,Michigan,125000,"House, apartment, flat",1,1,8743432,57,Female,White only,Married - spouse present,"Native, born in United States",Good,67,250,39.2,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,40,0,0,130,0,795,0,0,430,0,0,0,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Graduated High School,,0,130,835,430,0,0,0
+,2022,2.0221E+13,6823,South,Mississippi,45000,"House, apartment, flat",1,1,18679179,64,Male,Black only,Married - spouse present,"Native, born in United States",Fair,71,240,33.5,9th grade,Ninth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,30,0,0,0,0,495,0,0,865,0,0,40,0,0,"$30,000 - $50,000",Boomers (55-73),Black only,Fair,5.5-6 feet,200-300,Some High School,,0,0,525,865,0,0,50
+,2022,2.0221E+13,6824,Midwest,Illinois,87500,"House, apartment, flat",1,1,11329862,55,Male,White only,Married - spouse present,"Native, born in United States",Very good,71,280,39,Associate degree - occupational vocational,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,95,0,0,130,0,610,0,0,285,0,0,20,0,300,"$75,000 - $100,000",Boomers (55-73),White only,Very good,5.5-6 feet,200-300,Associate Degree,,300,130,705,285,0,0,20
+,2022,2.0221E+13,6825,West,Washington,200000,"House, apartment, flat",1,1,13840009,55,Male,White only,Divorced,"Native, born in United States",Very good,73,220,29,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,50,0,25,73,0,0,37,0,425,0,0,240,45,0,30,0,515,"$150,000 and over",Boomers (55-73),White only,Very good,6-6.5 feet,200-300,Bachelor's Degree,,515,37,498,285,0,0,105
+,2022,2.0221E+13,6826,South,Florida,37500,"House, apartment, flat",1,1,3076966,65,Male,White only,Divorced,"Foreign born, U.S. citizen by naturalization",Good,69,195,28.8,High school graduate - GED,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,12,0,0,0,30,0,780,0,0,605,0,0,13,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Good,5.5-6 feet,180-200,Graduated High School,,0,30,780,605,0,0,25
+,2022,2.0221E+13,6827,Northeast,Pennsylvania,125000,"House, apartment, flat",1,1,13002325,45,Male,Asian only,Married - spouse present,"Foreign born, not a U.S. citizen",Very good,70,178,25.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,30,0,0,50,0,0,0,0,540,0,10,260,10,0,0,0,540,"$100,000 - $150,000",Generation X (39-54),Asian only,Very good,5.5-6 feet,160-180,Bachelor's Degree,,540,0,590,280,0,0,30
+,2022,2.0221E+13,6828,South,Virginia,125000,"House, apartment, flat",1,1,9884620,77,Male,White only,Married - spouse present,"Native, born in United States",Very good,70,235,33.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,5,90,0,0,283,0,642,0,0,285,30,0,105,0,0,"$100,000 - $150,000",Silent (74-91),White only,Very good,5.5-6 feet,200-300,Bachelor's Degree,,0,283,732,315,0,0,110
+,2022,2.0221E+13,6829,Midwest,Indiana,125000,"House, apartment, flat",1,1,7964565,40,Male,White only,Married - spouse present,"Native, born in United States",Good,71,180,25.1,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,30,0,65,60,0,0,300,0,570,0,0,270,0,0,85,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Good,5.5-6 feet,180-200,Some College,,0,300,630,270,0,0,180
+,2022,2.0221E+13,6830,Northeast,New Hampshire,125000,"House, apartment, flat",1,1,3519361,66,Female,White only,Married - spouse present,"Native, born in United States",Good,68,128,19.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,10,0,45,0,0,150,0,512,0,0,376,225,60,62,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Good,5.5-6 feet,120-140,Bachelor's Degree,,0,150,557,601,0,0,132
+,2022,2.0221E+13,6831,Midwest,Minnesota,22500,"House, apartment, flat",1,1,4955493,59,Female,White only,Divorced,"Native, born in United States",Good,64,204,35,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,Has difficulty remembering,0,0,0,135,0,0,170,0,675,0,0,460,0,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Good,5-5.5 feet,200-300,Graduated High School,,0,170,810,460,0,0,0
+,2022,2.0221E+13,6832,Midwest,Kansas,67500,"House, apartment, flat",1,1,12918021,66,Female,White only,Married - spouse present,"Native, born in United States",Very good,64,120,20.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,165,0,0,315,0,480,0,0,420,0,60,0,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Very good,5-5.5 feet,120-140,Bachelor's Degree,,0,315,645,420,0,0,60
+,2022,2.0221E+13,6833,South,Alabama,125000,"House, apartment, flat",1,1,2918498,71,Female,White only,Divorced,"Native, born in United States",Good,65,180,30,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,745,0,385,0,0,240,0,0,0,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Good,5-5.5 feet,180-200,Some College,,0,745,445,240,0,0,0
+,2022,2.0221E+13,6834,Northeast,New York,125000,"House, apartment, flat",1,1,9686961,62,Female,White only,Never married,"Native, born in United States",Very good,63,118,20.9,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,105,0,540,0,0,210,0,0,0,0,540,"$100,000 - $150,000",Boomers (55-73),White only,Very good,5-5.5 feet,100-120,Master's or Doctoral Degree,,540,105,585,210,0,0,0
+,2022,2.0221E+13,6835,Midwest,Kansas,45000,"House, apartment, flat",1,1,6963110,61,Female,White only,Never married,"Native, born in United States",Very good,64,215,36.9,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,45,15,0,0,5,0,495,0,0,240,0,0,65,0,575,"$30,000 - $50,000",Boomers (55-73),White only,Very good,5-5.5 feet,200-300,Master's or Doctoral Degree,,575,5,510,240,0,0,110
+,2022,2.0221E+13,6836,South,Texas,125000,"House, apartment, flat",1,1,4239584,51,Female,White only,Divorced,"Native, born in United States",Good,62,129,23.6,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,270,0,0,0,0,720,0,0,265,30,0,155,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Good,5-5.5 feet,120-140,Master's or Doctoral Degree,,0,0,990,295,0,0,155
+,2022,2.0221E+13,6837,South,Tennessee,125000,"House, apartment, flat",1,1,4855839,72,Male,White only,Married - spouse present,"Native, born in United States",Very good,68,210,31.9,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,0,0,630,0,0,810,0,0,0,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Very good,5.5-6 feet,200-300,Master's or Doctoral Degree,,0,0,630,810,0,0,0
+,2022,2.0221E+13,6838,Northeast,New York,11250,"House, apartment, flat",1,1,12057379,85,Female,Black only,Widowed,"Native, born in United States",Good,64,126,21.6,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),Has vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,45,0,0,2,0,390,0,0,913,0,90,0,0,0,"$10,000 - $30,000",Silent (74-91),Black only,Good,5-5.5 feet,120-140,Graduated High School,,0,2,435,913,0,0,90
+,2022,2.0221E+13,6839,West,Arizona,55000,"House, apartment, flat",1,1,22231829,80,Male,White only,Married - spouse absent,"Native, born in United States",Excellent,72,170,23.1,7th or 8th grade,Seventh through eighth grade,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,189,0,0,240,0,600,0,0,291,0,0,0,0,0,"$50,000 - $75,000",Silent (74-91),White only,Excellent,6-6.5 feet,160-180,Middle School or Less,,0,240,789,291,0,0,0
+,2022,2.0221E+13,6840,South,Oklahoma,32500,"House, apartment, flat",1,1,5732386,26,Male,White only,Never married,"Native, born in United States",Good,70,165,23.7,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,5,0,60,0,0,82,0,690,0,0,375,125,0,103,0,0,"$30,000 - $50,000",Millennials (23-38),White only,Good,5.5-6 feet,160-180,Some College,,0,82,750,500,0,0,108
+,2022,2.0221E+13,6841,West,Utah,22500,"House, apartment, flat",1,1,6575104,53,Female,White only,Divorced,"Native, born in United States",Good,67,159,24.9,Associate degree - occupational vocational,College--one year,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,Has difficulty remembering,0,5,0,30,0,0,0,0,880,0,0,15,0,0,25,0,485,"$10,000 - $30,000",Generation X (39-54),White only,Good,5.5-6 feet,140-160,Associate Degree,,485,0,910,15,0,0,30
+,2022,2.0221E+13,6842,Midwest,Michigan,22500,"House, apartment, flat",1,1,36263403,59,Male,Black only,Never married,"Native, born in United States",Fair,68,250,38,11th grade,Eleventh grade,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,2,0,15,88,0,0,20,0,398,0,0,165,0,0,111,0,641,"$10,000 - $30,000",Boomers (55-73),Black only,Fair,5.5-6 feet,200-300,Some High School,,641,20,486,165,0,0,128
+,2022,2.0221E+13,6843,Northeast,Maine,125000,"House, apartment, flat",1,1,20854390,22,Female,White only,Never married,"Native, born in United States",Good,60,180,35.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,20,55,0,0,375,0,685,0,0,210,0,35,30,0,30,"$100,000 - $150,000",Millennials (23-38),White only,Good,5-5.5 feet,180-200,Bachelor's Degree,,30,375,740,210,0,0,85
+,2022,2.0221E+13,6844,South,Texas,13750,"House, apartment, flat",1,1,7713456,80,Female,White only,Widowed,"Native, born in United States",Good,61,138,26.1,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,60,0,0,130,0,660,0,90,410,0,0,90,0,0,"$10,000 - $30,000",Silent (74-91),White only,Good,5-5.5 feet,120-140,Graduated High School,,0,130,720,500,0,0,90
+,2022,2.0221E+13,6845,South,Maryland,87500,"House, apartment, flat",1,1,5650575,51,Female,Black only,Never married,"Native, born in United States",Good,68,222,33.8,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,15,0,0,195,0,795,0,0,435,0,0,0,0,0,"$75,000 - $100,000",Generation X (39-54),Black only,Good,5.5-6 feet,200-300,Graduated High School,,0,195,810,435,0,0,0
+,2022,2.0221E+13,6846,West,Wyoming,125000,"House, apartment, flat",1,1,4548140,65,Female,White only,Married - spouse present,"Native, born in United States",Very good,66,170,27.4,Some college but no degree,College--three years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,5,30,0,0,135,0,870,0,0,357,0,0,43,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Very good,5.5-6 feet,160-180,Some College,,0,135,900,357,0,0,48
+,2022,2.0221E+13,6847,West,California,45000,"House, apartment, flat",1,1,2477074,76,Female,White only,Divorced,"Native, born in United States",Good,66,151,24.4,Some college but no degree,College--three years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,180,135,0,0,105,0,596,0,0,306,0,0,118,0,0,"$30,000 - $50,000",Silent (74-91),White only,Good,5.5-6 feet,140-160,Some College,,0,105,731,306,0,0,298
+,2022,2.0221E+13,6848,West,Washington,125000,"House, apartment, flat",1,1,8801693,35,Female,White only,Married - spouse present,"Native, born in United States",Good,64,170,29.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,327,0,70,75,0,0,100,0,615,0,0,45,0,0,208,0,0,"$100,000 - $150,000",Millennials (23-38),White only,Good,5-5.5 feet,160-180,Bachelor's Degree,,0,100,690,45,0,0,605
+,2022,2.0221E+13,6849,West,Idaho,200000,"House, apartment, flat",1,1,8392772,36,Female,White only,Married - spouse present,"Native, born in United States",Very good,63,145,25.7,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,400,0,0,70,0,0,115,0,545,0,10,140,30,60,40,0,0,"$150,000 and over",Millennials (23-38),White only,Very good,5-5.5 feet,140-160,Master's or Doctoral Degree,,0,115,615,180,0,0,500
+,2022,2.0221E+13,6850,Northeast,New York,55000,"House, apartment, flat",1,1,23326468,54,Female,White only,Divorced,"Foreign born, not a U.S. citizen",Good,68,130,19.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,34,0,22,60,0,0,140,0,535,0,0,325,0,0,69,0,255,"$50,000 - $75,000",Boomers (55-73),White only,Good,5.5-6 feet,120-140,Bachelor's Degree,,255,140,595,325,0,0,125
+,2022,2.0221E+13,6851,South,Maryland,45000,"House, apartment, flat",1,1,7599428,73,Female,White only,Married - spouse present,"Native, born in United States",Excellent,64,126,21.6,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,15,0,0,20,0,600,0,0,755,0,0,0,0,0,"$30,000 - $50,000",Silent (74-91),White only,Excellent,5-5.5 feet,120-140,Associate Degree,,0,20,615,755,0,0,0
+,2022,2.0221E+13,6852,Northeast,Massachusetts,17500,"House, apartment, flat",1,1,2823162,76,Male,White only,Never married,"Native, born in United States",Very good,69,170,25.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,45,70,0,0,150,0,665,0,0,450,0,0,60,0,0,"$10,000 - $30,000",Silent (74-91),White only,Very good,5.5-6 feet,160-180,Bachelor's Degree,,0,150,735,450,0,0,105
+,2022,2.0221E+13,6853,South,Georgia,37500,"House, apartment, flat",1,1,5401636,73,Female,Black only,Divorced,"Native, born in United States",Very good,63,200,35.4,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,480,0,690,0,0,240,0,0,0,0,0,"$30,000 - $50,000",Silent (74-91),Black only,Very good,5-5.5 feet,200-300,Graduated High School,,0,480,720,240,0,0,0
+,2022,2.0221E+13,6854,West,Colorado,22500,"House, apartment, flat",1,1,7881444,25,Male,White only,Never married,"Native, born in United States",Very good,66,125,20.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,30,0,0,180,0,540,0,0,490,0,0,10,0,0,"$10,000 - $30,000",Millennials (23-38),White only,Very good,5.5-6 feet,120-140,Bachelor's Degree,,0,180,570,490,0,0,20
+,2022,2.0221E+13,6855,South,North Carolina,87500,"House, apartment, flat",1,1,2020457,70,Female,White only,Divorced,"Native, born in United States",Excellent,62,125,22.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,45,0,0,130,0,590,0,0,305,110,60,95,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Excellent,5-5.5 feet,120-140,Bachelor's Degree,,0,130,635,415,0,0,185
+,2022,2.0221E+13,6856,Midwest,Michigan,37500,"House, apartment, flat",1,1,5434326,69,Female,White only,Widowed,"Native, born in United States",Very good,64,130,22.3,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,180,0,60,0,0,260,0,540,0,0,370,0,0,30,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Very good,5-5.5 feet,120-140,Graduated High School,,0,260,600,370,0,0,210
+,2022,2.0221E+13,6857,Northeast,Pennsylvania,32500,"House, apartment, flat",1,1,11238085,73,Female,White only,Married - spouse present,"Native, born in United States",Very good,69,9996,998,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,15,60,0,0,15,0,462,0,0,275,0,0,125,0,488,"$30,000 - $50,000",Silent (74-91),White only,Very good,5.5-6 feet,>300,Graduated High School,,488,15,522,275,0,0,140
+,2022,2.0221E+13,6858,West,California,27500,"House, apartment, flat",1,1,17809391,58,Female,Black only,Widowed,"Native, born in United States",Refused,,9996,998,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,5,0,0,75,0,481,0,0,480,0,0,45,0,354,"$10,000 - $30,000",Boomers (55-73),Black only,"Other (Refused, Dont know, NIU)",,>300,Graduated High School,,354,75,486,480,0,0,45
+,2022,2.0221E+13,6859,South,Georgia,22500,"House, apartment, flat",1,1,16300935,60,Female,Black only,Widowed,"Native, born in United States",Fair,66,250,40.3,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,Has difficulty remembering,0,0,0,15,0,0,110,0,663,90,0,420,90,0,52,0,0,"$10,000 - $30,000",Boomers (55-73),Black only,Fair,5.5-6 feet,200-300,Graduated High School,,0,110,768,510,0,0,52
+,2022,2.0221E+13,6860,Northeast,Maine,87500,"House, apartment, flat",1,1,9857812,35,Female,White only,Married - spouse present,"Native, born in United States",Good,66,178,28.7,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,31,0,0,0,0,0,165,0,600,0,0,195,0,0,4,0,355,"$75,000 - $100,000",Millennials (23-38),White only,Good,5.5-6 feet,160-180,Some College,,355,165,600,195,0,0,35
+,2022,2.0221E+13,6861,West,Colorado,200000,"House, apartment, flat",1,1,13407753,58,Female,White only,Married - spouse present,"Native, born in United States",Very good,67,165,25.8,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,60,0,0,270,0,485,0,70,385,0,0,50,0,90,"$150,000 and over",Boomers (55-73),White only,Very good,5.5-6 feet,160-180,Master's or Doctoral Degree,,90,270,545,455,0,0,80
+,2022,2.0221E+13,6862,Northeast,Connecticut,87500,"House, apartment, flat",1,1,3664560,44,Male,White only,Divorced,"Native, born in United States",Very good,70,180,25.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,90,0,0,150,0,0,105,0,570,0,0,300,30,0,40,0,0,"$75,000 - $100,000",Generation X (39-54),White only,Very good,5.5-6 feet,180-200,Bachelor's Degree,,0,105,720,330,0,0,130
+,2022,2.0221E+13,6863,South,Oklahoma,87500,"House, apartment, flat",1,1,8471234,36,Male,White only,Married - spouse present,"Native, born in United States",Excellent,67,165,25.8,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,3,0,0,0,0,485,0,0,952,0,0,0,0,0,"$75,000 - $100,000",Millennials (23-38),White only,Excellent,5.5-6 feet,160-180,Graduated High School,,0,0,488,952,0,0,0
+,2022,2.0221E+13,6864,Northeast,New York,200000,"House, apartment, flat",1,1,19888111,41,Female,White only,Married - spouse present,"Native, born in United States",Very good,64,140,24,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,132,0,10,290,0,0,0,0,573,0,0,0,0,0,190,0,245,"$150,000 and over",Generation X (39-54),White only,Very good,5-5.5 feet,140-160,Bachelor's Degree,,245,0,863,0,0,0,332
+,2022,2.0221E+13,6865,South,Florida,125000,"House, apartment, flat",1,1,2850095,31,Female,White-American Indian,Married - spouse present,"Native, born in United States",Excellent,63,9994,998,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,150,35,0,0,325,0,810,0,0,105,0,0,15,0,0,"$100,000 - $150,000",Millennials (23-38),Mixed,Excellent,5-5.5 feet,>300,Master's or Doctoral Degree,,0,325,845,105,0,0,165
+,2022,2.0221E+13,6866,Northeast,Connecticut,45000,"House, apartment, flat",1,1,40284185,63,Male,White only,Married - spouse present,"Native, born in United States",Very good,68,175,26.6,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,150,0,0,25,0,465,75,75,60,0,0,110,0,480,"$30,000 - $50,000",Boomers (55-73),White only,Very good,5.5-6 feet,160-180,Graduated High School,,480,25,690,135,0,0,110
+,2022,2.0221E+13,6867,Midwest,Michigan,55000,"House, apartment, flat",1,1,2505462,56,Male,White only,Divorced,"Native, born in United States",Very good,69,190,28.1,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,20,0,720,0,0,590,0,0,50,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Very good,5.5-6 feet,180-200,Associate Degree,,0,20,780,590,0,0,50
+,2022,2.0221E+13,6868,Midwest,Indiana,125000,Mobile home or trailer with no permanent room added,1,1,9748537,66,Female,White only,Married - spouse present,"Native, born in United States",Fair,63,190,33.7,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,40,0,0,320,0,720,0,0,291,60,0,9,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Fair,5-5.5 feet,180-200,Some College,,0,320,760,351,0,0,9
+,2022,2.0221E+13,6869,West,Arizona,55000,"House, apartment, flat",1,1,9877234,66,Male,White only,Married - spouse present,"Native, born in United States",Very good,73,205,27,Associate degree - occupational vocational,College--four years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,470,0,0,0,580,0,0,300,0,0,0,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Very good,6-6.5 feet,200-300,Associate Degree,,0,0,640,300,470,0,0
+,2022,2.0221E+13,6870,West,New Mexico,45000,"House, apartment, flat",1,1,16398167,32,Female,White only,Never married,"Native, born in United States",Fair,59,170,34.3,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,47,0,20,80,0,0,0,0,625,0,0,50,0,0,75,0,543,"$30,000 - $50,000",Millennials (23-38),White only,Fair,0-5 feet,160-180,Some College,,543,0,705,50,0,0,142
+,2022,2.0221E+13,6871,South,Alabama,37500,"House, apartment, flat",1,1,4254326,79,Female,White only,Widowed,"Native, born in United States",Very good,61,158,29.9,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,30,0,0,165,0,725,0,0,200,0,225,35,0,0,"$30,000 - $50,000",Silent (74-91),White only,Very good,5-5.5 feet,140-160,Some College,,0,165,755,200,0,0,320
+,2022,2.0221E+13,6872,Midwest,Minnesota,125000,"House, apartment, flat",1,1,19173167,41,Male,White only,Never married,"Native, born in United States",Very good,73,180,23.7,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,70,0,0,105,0,0,45,0,490,0,0,127,0,0,26,0,577,"$100,000 - $150,000",Generation X (39-54),White only,Very good,6-6.5 feet,180-200,Graduated High School,,577,45,595,127,0,0,96
+,2022,2.0221E+13,6873,Midwest,Wisconsin,55000,"House, apartment, flat",1,1,3516247,70,Female,White only,Married - spouse present,"Native, born in United States",Good,64,160,27.5,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,30,2,75,0,0,238,0,620,0,70,370,0,0,35,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Good,5-5.5 feet,160-180,Graduated High School,,0,238,695,440,0,0,67
+,2022,2.0221E+13,6874,West,Nevada,125000,"House, apartment, flat",1,1,1420650,71,Female,White only,Divorced,"Native, born in United States",Very good,64,117,20.1,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,15,0,0,385,0,540,0,0,500,0,0,0,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Very good,5-5.5 feet,100-120,Some College,,0,385,555,500,0,0,0
+,2022,2.0221E+13,6875,South,Oklahoma,55000,"House, apartment, flat",1,1,6309509,85,Female,White only,Widowed,"Native, born in United States",Good,67,170,26.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,0,0,130,0,620,0,0,610,0,5,0,0,0,"$50,000 - $75,000",Silent (74-91),White only,Good,5.5-6 feet,160-180,Bachelor's Degree,,0,130,695,610,0,0,5
+,2022,2.0221E+13,6876,South,Georgia,27500,"House, apartment, flat",1,1,12853095,69,Female,White only,Married - spouse present,"Native, born in United States",Very good,63,150,26.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,42,45,150,0,0,70,0,375,0,0,643,55,0,60,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Very good,5-5.5 feet,140-160,Bachelor's Degree,,0,70,525,698,0,0,147
+,2022,2.0221E+13,6877,Midwest,Iowa,55000,"House, apartment, flat",1,1,4948033,80,Male,White only,Married - spouse present,"Native, born in United States",Very good,68,180,27.4,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,65,0,0,120,0,570,0,0,640,45,0,0,0,0,"$50,000 - $75,000",Silent (74-91),White only,Very good,5.5-6 feet,180-200,Graduated High School,,0,120,635,685,0,0,0
+,2022,2.0221E+13,6878,Northeast,New York,125000,"House, apartment, flat",1,1,14440087,67,Female,White only,Divorced,"Native, born in United States",Very good,60,133,26,Associate degree - academic program,College--four years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,590,0,30,0,0,0,0,585,0,0,185,0,0,50,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Very good,5-5.5 feet,120-140,Associate Degree,,0,0,615,185,0,0,640
+,2022,2.0221E+13,6879,West,California,37500,"House, apartment, flat",1,1,5871370,43,Female,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Fair,61,140,26.4,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,60,0,40,15,0,0,30,0,665,0,0,415,0,0,125,0,0,"$30,000 - $50,000",Generation X (39-54),White only,Fair,5-5.5 feet,140-160,Some College,,0,30,680,415,0,0,225
+,2022,2.0221E+13,6880,Northeast,New York,200000,"House, apartment, flat",1,1,6060848,30,Male,White only,Married - spouse present,"Native, born in United States",Very good,70,180,25.8,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,20,0,5,260,0,0,60,0,675,0,0,235,0,0,110,0,0,"$150,000 and over",Millennials (23-38),White only,Very good,5.5-6 feet,180-200,Master's or Doctoral Degree,,0,60,935,235,0,0,135
+,2022,2.0221E+13,6881,West,Utah,200000,"House, apartment, flat",1,1,33611003,16,Male,White only,Never married,"Native, born in United States",Excellent,70,160,23,10th grade,Tenth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,7,0,95,415,0,0,0,578,0,0,180,120,0,40,0,0,"$150,000 and over",Generation Z (7-22),White only,Excellent,5.5-6 feet,160-180,Some High School,,0,0,673,300,415,0,47
+,2022,2.0221E+13,6882,Midwest,Minnesota,55000,"House, apartment, flat",1,1,12518340,25,Male,White only,Never married,"Native, born in United States",NIU (Not in universe),,9999,999,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,10,0,0,0,0,659,0,0,509,194,60,8,0,0,"$50,000 - $75,000",Millennials (23-38),White only,"Other (Refused, Dont know, NIU)",,>300,Bachelor's Degree,,0,0,669,703,0,0,68
+,2022,2.0221E+13,6883,South,Alabama,22500,Mobile home or trailer with no permanent room added,1,1,13091593,75,Female,White only,Married - spouse present,"Native, born in United States",Good,61,170,32.1,9th grade,Ninth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,30,0,30,0,0,260,0,465,0,0,655,0,0,0,0,0,"$10,000 - $30,000",Silent (74-91),White only,Good,5-5.5 feet,160-180,Some High School,,0,260,495,655,0,0,30
+,2022,2.0221E+13,6884,Midwest,Ohio,200000,"House, apartment, flat",1,1,4909187,63,Female,White only,Married - spouse present,"Native, born in United States",Good,64,148,25.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,405,0,625,0,0,185,45,45,70,0,0,"$150,000 and over",Boomers (55-73),White only,Good,5-5.5 feet,140-160,Bachelor's Degree,,0,405,685,230,0,0,115
+,2022,2.0221E+13,6885,South,Florida,67500,"House, apartment, flat",1,1,5674061,34,Female,White only,Married - spouse present,"Native, born in United States",Excellent,69,141,20.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,80,0,0,75,0,0,60,0,730,0,0,290,155,0,50,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Excellent,5.5-6 feet,140-160,Bachelor's Degree,,0,60,805,445,0,0,130
+,2022,2.0221E+13,6886,Midwest,Iowa,55000,"House, apartment, flat",1,1,4815084,67,Male,White only,Married - spouse present,"Native, born in United States",NIU (Not in universe),,9999,999,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,20,0,465,0,0,820,0,0,0,0,0,"$50,000 - $75,000",Boomers (55-73),White only,"Other (Refused, Dont know, NIU)",,>300,Graduated High School,,0,20,465,820,0,0,0
+,2022,2.0221E+13,6887,Northeast,Massachusetts,8750,"House, apartment, flat",1,1,8659156,43,Female,White only,Divorced,"Native, born in United States",Good,59,150,30.3,Some college but no degree,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,230,120,30,75,0,0,310,0,510,0,0,145,0,0,20,0,0,"Less than $10,000",Generation X (39-54),White only,Good,0-5 feet,140-160,Some College,,0,310,585,145,0,0,400
+,2022,2.0221E+13,6888,Northeast,Massachusetts,45000,"House, apartment, flat",1,1,13911505,24,Female,White only,Never married,"Native, born in United States",Very good,62,135,24.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,130,0,650,60,0,240,0,0,30,0,300,"$30,000 - $50,000",Millennials (23-38),White only,Very good,5-5.5 feet,120-140,Bachelor's Degree,,300,130,740,240,0,0,30
+,2022,2.0221E+13,6889,Northeast,Pennsylvania,125000,"House, apartment, flat",1,1,12788721,54,Male,White only,Married - spouse present,"Native, born in United States",Good,72,265,35.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,90,0,660,0,0,600,0,0,0,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Good,6-6.5 feet,200-300,Bachelor's Degree,,0,90,750,600,0,0,0
+,2022,2.0221E+13,6890,West,California,87500,"House, apartment, flat",1,1,41668335,17,Male,White only,Never married,"Native, born in United States",Good,73,180,23.7,12th grade - no diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,450,0,30,0,470,0,0,315,0,0,55,0,0,"$75,000 - $100,000",Generation Z (7-22),White only,Good,6-6.5 feet,180-200,Some High School,,0,30,590,315,450,0,55
+,2022,2.0221E+13,6891,West,California,32500,"House, apartment, flat",1,1,6820243,72,Female,White only,Widowed,"Native, born in United States",Fair,63,120,21.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,No difficulty remembering,0,45,0,45,0,0,67,0,510,0,0,773,0,0,0,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Fair,5-5.5 feet,120-140,Bachelor's Degree,,0,67,555,773,0,0,45
+,2022,2.0221E+13,6892,South,Florida,45000,"House, apartment, flat",1,1,3696748,75,Male,White only,Never married,"Native, born in United States",Fair,71,152,21.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,Has mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,125,0,0,0,0,680,0,0,555,20,0,0,0,0,"$30,000 - $50,000",Silent (74-91),White only,Fair,5.5-6 feet,140-160,Bachelor's Degree,,0,0,805,575,0,0,0
+,2022,2.0221E+13,6893,Northeast,New York,200000,"House, apartment, flat",1,1,7401311,29,Female,Asian only,Never married,"Native, born in United States",Very good,69,138,20.4,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,60,0,0,90,0,720,0,0,263,0,0,297,0,0,"$150,000 and over",Millennials (23-38),Asian only,Very good,5.5-6 feet,120-140,Master's or Doctoral Degree,,0,90,780,263,0,0,307
+,2022,2.0221E+13,6894,Midwest,North Dakota,125000,"House, apartment, flat",1,1,14951561,34,Female,White only,Married - spouse present,"Native, born in United States",Very good,67,135,21.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,480,0,0,60,0,0,320,0,460,0,0,120,0,0,0,0,0,"$100,000 - $150,000",Millennials (23-38),White only,Very good,5.5-6 feet,120-140,Bachelor's Degree,,0,320,520,120,0,0,480
+,2022,2.0221E+13,6895,Midwest,Kansas,125000,"House, apartment, flat",1,1,4274752,59,Male,White only,Divorced,"Native, born in United States",Fair,67,240,37.6,Some college but no degree,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,40,0,510,0,0,835,0,0,10,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Fair,5.5-6 feet,200-300,Some College,,0,40,555,835,0,0,10
+,2022,2.02211E+13,6896,Northeast,Pennsylvania,32500,"House, apartment, flat",1,1,45823683,26,Male,White only,Never married,"Native, born in United States",Good,70,210,30.1,Associate degree - occupational vocational,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,15,30,0,0,45,0,402,0,0,0,0,0,46,277,625,"$30,000 - $50,000",Millennials (23-38),White only,Good,5.5-6 feet,200-300,Associate Degree,,625,45,432,0,0,277,61
+,2022,2.02211E+13,6897,South,Kentucky,200000,"House, apartment, flat",1,1,15265838,45,Female,White only,Married - spouse present,"Native, born in United States",Good,60,148,28.9,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,5,0,0,40,0,0,95,0,616,12,0,70,55,0,20,0,482,"$150,000 and over",Generation X (39-54),White only,Good,5-5.5 feet,140-160,Graduated High School,,482,95,668,125,0,0,25
+,2022,2.02211E+13,6898,Northeast,New Jersey,200000,"House, apartment, flat",1,1,20730867,19,Male,White only,Never married,"Native, born in United States",Excellent,75,175,21.9,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,0,0,690,0,0,370,240,90,20,0,0,"$150,000 and over",Generation Z (7-22),White only,Excellent,6-6.5 feet,160-180,Graduated High School,,0,0,720,610,0,0,110
+,2022,2.02211E+13,6899,Midwest,Illinois,125000,"House, apartment, flat",1,1,6285678,43,Female,White only,Married - spouse present,"Native, born abroad of American parent or parents",Good,70,9996,998,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,90,0,790,0,0,240,180,0,20,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Good,5.5-6 feet,>300,Some College,,0,90,910,420,0,0,20
+,2022,2.02211E+13,6900,South,Tennessee,37500,"House, apartment, flat",1,1,7083388,75,Female,White only,Married - spouse present,"Native, born in United States",Fair,64,9996,998,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,45,50,0,0,180,0,660,30,0,255,0,0,120,0,0,"$30,000 - $50,000",Silent (74-91),White only,Fair,5-5.5 feet,>300,Some College,,0,180,740,255,0,0,165
+,2022,2.02211E+13,6901,South,Florida,200000,"House, apartment, flat",1,1,29079450,36,Male,Asian only,Married - spouse present,"Native, born in United States",Very good,67,152,23.8,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,120,0,480,0,0,60,0,0,0,0,660,"$150,000 and over",Millennials (23-38),Asian only,Very good,5.5-6 feet,140-160,Master's or Doctoral Degree,,660,120,540,60,0,0,0
+,2022,2.02211E+13,6902,West,California,125000,"House, apartment, flat",1,1,20722213,38,Female,Black only,Never married,"Native, born in United States",Good,62,150,27.4,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,0,0,885,0,0,0,0,0,30,0,525,"$100,000 - $150,000",Generation X (39-54),Black only,Good,5-5.5 feet,140-160,Graduated High School,,525,0,885,0,0,0,30
+,2022,2.02211E+13,6903,South,South Carolina,55000,"House, apartment, flat",1,1,8407564,50,Female,White only,Married - spouse present,"Native, born in United States",Good,64,195,33.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,30,0,0,0,0,571,0,0,210,0,0,89,0,510,"$50,000 - $75,000",Generation X (39-54),White only,Good,5-5.5 feet,180-200,Bachelor's Degree,,510,0,601,210,0,0,119
+,2022,2.02211E+13,6904,West,California,200000,"House, apartment, flat",1,1,10338647,46,Female,White only,Married - spouse present,"Native, born in United States",Very good,64,140,24,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,111,0,0,45,0,0,30,0,445,0,0,120,0,0,80,0,549,"$150,000 and over",Generation X (39-54),White only,Very good,5-5.5 feet,140-160,Bachelor's Degree,,549,30,490,120,0,0,191
+,2022,2.02211E+13,6905,South,Virginia,67500,"House, apartment, flat",1,1,8194905,36,Male,White only,Separated,"Native, born in United States",Good,70,235,33.7,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,210,0,0,40,0,0,0,0,480,0,0,30,0,0,65,0,615,"$50,000 - $75,000",Millennials (23-38),White only,Good,5.5-6 feet,200-300,Graduated High School,,615,0,520,30,0,0,275
+,2022,2.02211E+13,6906,South,Louisiana,27500,"House, apartment, flat",1,1,5035083,58,Female,Black only,Widowed,"Native, born in United States",Poor,62,220,40.2,11th grade,Eleventh grade,Unemployed - on layoff,NIU (Not in universe),No vision difficulty,Has hearing difficulty,Has mobility limitation,Has physical difficulty,Has difficulty remembering,0,0,120,10,0,0,180,0,1045,0,0,60,0,0,25,0,0,"$10,000 - $30,000",Boomers (55-73),Black only,Poor,5-5.5 feet,200-300,Some High School,,0,180,1055,60,0,0,145
+,2022,2.02211E+13,6907,West,California,125000,"House, apartment, flat",1,1,7962849,51,Female,White only,Divorced,"Native, born in United States",Very good,68,9996,998,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,90,45,0,0,80,0,510,0,0,135,0,0,50,0,530,"$100,000 - $150,000",Generation X (39-54),White only,Very good,5.5-6 feet,>300,Master's or Doctoral Degree,,530,80,555,135,0,0,140
+,2022,2.02211E+13,6908,Northeast,Massachusetts,45000,"House, apartment, flat",1,1,5521557,38,Male,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Very good,72,245,33.2,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,100,0,0,0,0,505,0,0,20,0,0,60,0,745,"$30,000 - $50,000",Generation X (39-54),White only,Very good,6-6.5 feet,200-300,Graduated High School,,745,0,605,20,0,0,70
+,2022,2.02211E+13,6909,West,Nevada,32500,"House, apartment, flat",1,1,52893162,20,Female,Black only,Never married,"Native, born in United States",Good,64,108,18.5,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,15,0,0,70,0,620,0,0,60,0,0,15,0,660,"$30,000 - $50,000",Generation Z (7-22),Black only,Good,5-5.5 feet,100-120,Graduated High School,,660,70,635,60,0,0,15
+,2022,2.02211E+13,6910,West,Arizona,200000,"House, apartment, flat",1,1,6092683,45,Male,Asian only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Good,72,210,28.5,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,50,0,0,190,0,540,0,60,320,0,0,100,0,0,"$150,000 and over",Generation X (39-54),Asian only,Good,6-6.5 feet,200-300,Master's or Doctoral Degree,,0,190,590,380,0,0,160
+,2022,2.02211E+13,6911,Northeast,New Jersey,200000,"House, apartment, flat",1,1,3127288,72,Female,White only,Married - spouse present,"Native, born in United States",Excellent,63,122,21.6,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,70,85,0,0,300,15,612,0,0,150,60,0,53,0,30,"$150,000 and over",Boomers (55-73),White only,Excellent,5-5.5 feet,120-140,Master's or Doctoral Degree,,30,315,697,210,0,0,123
+,2022,2.02211E+13,6912,West,Nevada,200000,"House, apartment, flat",1,1,14416265,44,Female,White only,Never married,"Native, born in United States",Good,68,180,27.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,50,0,530,0,0,180,0,0,80,0,480,"$150,000 and over",Generation X (39-54),White only,Good,5.5-6 feet,180-200,Bachelor's Degree,,480,50,650,180,0,0,80
+,2022,2.02211E+13,6913,Midwest,Illinois,125000,"House, apartment, flat",1,1,6954682,35,Male,Asian only,Married - spouse present,"Foreign born, not a U.S. citizen",Fair,65,170,28.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,215,120,0,0,240,0,685,0,0,90,0,0,90,0,0,"$100,000 - $150,000",Millennials (23-38),Asian only,Fair,5-5.5 feet,160-180,Bachelor's Degree,,0,240,805,90,0,0,305
+,2022,2.02211E+13,6914,Midwest,South Dakota,67500,"House, apartment, flat",1,1,7973511,42,Male,White only,Never married,"Native, born in United States",Very good,70,165,23.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,70,0,0,0,0,530,0,0,840,0,0,0,0,0,"$50,000 - $75,000",Generation X (39-54),White only,Very good,5.5-6 feet,160-180,Bachelor's Degree,,0,0,600,840,0,0,0
+,2022,2.02211E+13,6915,West,California,200000,"House, apartment, flat",1,1,42819492,30,Male,White only,Never married,"Native, born in United States",Fair,71,250,34.9,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,5,60,0,0,0,0,490,0,0,351,0,0,84,0,450,"$150,000 and over",Millennials (23-38),White only,Fair,5.5-6 feet,200-300,Graduated High School,,450,0,550,351,0,0,89
+,2022,2.02211E+13,6916,West,Colorado,37500,"House, apartment, flat",1,1,24350962,47,Male,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Good,64,160,27.5,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,80,0,0,32,0,540,0,0,30,0,0,85,0,673,"$30,000 - $50,000",Generation X (39-54),White only,Good,5-5.5 feet,160-180,Graduated High School,,673,32,620,30,0,0,85
+,2022,2.02211E+13,6917,South,Virginia,87500,"House, apartment, flat",1,1,8561794,69,Male,Black only,Married - spouse present,"Native, born in United States",Fair,70,282,40.5,Associate degree - academic program,College--three years,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,90,0,0,375,0,540,0,0,435,0,0,0,0,0,"$75,000 - $100,000",Boomers (55-73),Black only,Fair,5.5-6 feet,200-300,Associate Degree,,0,375,630,435,0,0,0
+,2022,2.02211E+13,6918,Midwest,Illinois,200000,"House, apartment, flat",1,1,19331567,22,Female,White only,Never married,"Foreign born, U.S. citizen by naturalization",Good,61,140,26.4,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,0,0,850,0,0,45,0,0,40,0,445,"$150,000 and over",Millennials (23-38),White only,Good,5-5.5 feet,140-160,Some College,,445,0,880,45,0,0,40
+,2022,2.02211E+13,6919,West,California,200000,"House, apartment, flat",1,1,8359092,73,Female,White only,Married - spouse present,"Native, born in United States",Excellent,64,127,21.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,60,0,0,245,0,620,0,0,385,0,60,10,0,0,"$150,000 and over",Silent (74-91),White only,Excellent,5-5.5 feet,120-140,Bachelor's Degree,,0,245,680,385,0,0,130
+,2022,2.02211E+13,6920,West,California,67500,"House, apartment, flat",1,1,19763008,34,Female,White only,Never married,"Foreign born, not a U.S. citizen",Good,63,175,31,10th grade,Tenth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,0,0,810,0,0,600,0,0,0,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Good,5-5.5 feet,160-180,Some High School,,0,0,840,600,0,0,0
+,2022,2.02211E+13,6921,South,Texas,27500,"House, apartment, flat",1,1,67099361,52,Male,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Good,65,240,39.9,7th or 8th grade,Seventh through eighth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,105,0,0,0,0,480,0,0,330,0,0,45,0,480,"$10,000 - $30,000",Generation X (39-54),White only,Good,5-5.5 feet,200-300,Middle School or Less,,480,0,585,330,0,0,45
+,2022,2.02211E+13,6922,Northeast,Pennsylvania,200000,"House, apartment, flat",1,1,36976054,51,Male,White only,Married - spouse present,"Native, born in United States",Very good,71,195,27.2,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,15,0,0,610,0,495,0,0,120,180,0,20,0,0,"$150,000 and over",Generation X (39-54),White only,Very good,5.5-6 feet,180-200,Master's or Doctoral Degree,,0,610,510,300,0,0,20
+,2022,2.02211E+13,6923,South,Tennessee,67500,"House, apartment, flat",1,1,4367446,50,Female,White only,Married - spouse present,"Native, born in United States",Very good,64,133,22.8,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,50,0,0,75,0,720,0,191,101,0,0,110,193,0,"$50,000 - $75,000",Generation X (39-54),White only,Very good,5-5.5 feet,120-140,Graduated High School,,0,75,770,292,0,193,110
+,2022,2.02211E+13,6924,South,Virginia,200000,"House, apartment, flat",1,1,4660574,65,Male,Asian only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Very good,69,130,19.2,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,120,60,0,0,60,0,465,0,0,705,0,0,30,0,0,"$150,000 and over",Boomers (55-73),Asian only,Very good,5.5-6 feet,120-140,Master's or Doctoral Degree,,0,60,525,705,0,0,150
+,2022,2.02211E+13,6925,South,North Carolina,87500,"House, apartment, flat",1,1,8660328,34,Male,White only,Married - spouse present,"Native, born in United States",Good,73,285,37.6,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,120,0,0,0,0,555,0,0,630,0,0,105,0,0,"$75,000 - $100,000",Millennials (23-38),White only,Good,6-6.5 feet,200-300,Master's or Doctoral Degree,,0,0,675,630,0,0,135
+,2022,2.02211E+13,6926,South,Louisiana,125000,"House, apartment, flat",1,1,11555524,79,Male,White only,Married - spouse present,"Native, born in United States",Very good,70,232,33.3,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,10,0,575,0,0,165,0,0,25,0,645,"$100,000 - $150,000",Silent (74-91),White only,Very good,5.5-6 feet,200-300,Graduated High School,,645,10,575,165,0,0,25
+,2022,2.02211E+13,6927,West,Hawaii,87500,"House, apartment, flat",1,1,3921859,58,Female,Asian only,Never married,"Foreign born, not a U.S. citizen",Poor,66,142,22.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - absent,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,90,0,0,170,0,782,0,0,240,0,0,98,0,0,"$75,000 - $100,000",Boomers (55-73),Asian only,Poor,5.5-6 feet,140-160,Bachelor's Degree,,0,170,872,240,0,0,158
+,2022,2.02211E+13,6928,South,South Carolina,200000,"House, apartment, flat",1,1,3782570,59,Female,White only,Married - spouse present,"Native, born in United States",Very good,67,160,25.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,90,0,0,60,0,570,0,0,240,0,0,320,0,0,"$150,000 and over",Boomers (55-73),White only,Very good,5.5-6 feet,160-180,Bachelor's Degree,,0,60,660,240,0,0,350
+,2022,2.02211E+13,6929,South,Mississippi,200000,"House, apartment, flat",1,1,20599727,48,Male,White only,Married - spouse present,"Native, born in United States",Very good,71,205,28.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,20,0,0,87,0,510,0,0,163,0,0,85,0,575,"$150,000 and over",Generation X (39-54),White only,Very good,5.5-6 feet,200-300,Bachelor's Degree,,575,87,530,163,0,0,85
+,2022,2.02211E+13,6930,West,New Mexico,87500,"House, apartment, flat",1,1,9583156,33,Female,White only,Never married,"Native, born in United States",Good,61,136,25.7,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,30,0,60,0,0,60,0,538,0,0,743,0,0,9,0,0,"$75,000 - $100,000",Millennials (23-38),White only,Good,5-5.5 feet,120-140,Graduated High School,,0,60,598,743,0,0,39
+,2022,2.02211E+13,6931,West,California,200000,"House, apartment, flat",1,1,6165881,27,Female,Asian only,Never married,"Foreign born, not a U.S. citizen",Good,63,125,22.1,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,25,60,0,0,420,0,635,0,0,270,0,0,30,0,0,"$150,000 and over",Millennials (23-38),Asian only,Good,5-5.5 feet,120-140,Master's or Doctoral Degree,,0,420,695,270,0,0,55
+,2022,2.02211E+13,6932,Midwest,Minnesota,67500,"House, apartment, flat",1,1,3891638,69,Female,White only,Married - spouse present,"Native, born in United States",Good,65,195,32.4,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,65,150,0,0,10,0,598,0,0,420,0,0,197,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Good,5-5.5 feet,180-200,Master's or Doctoral Degree,,0,10,748,420,0,0,262
+,2022,2.02211E+13,6933,Northeast,New York,200000,"House, apartment, flat",1,1,6970906,66,Male,White only,Married - spouse present,"Native, born in United States",Excellent,73,190,25.1,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,0,0,540,0,0,60,660,0,120,0,0,"$150,000 and over",Boomers (55-73),White only,Excellent,6-6.5 feet,180-200,Master's or Doctoral Degree,,0,0,600,720,0,0,120
+,2022,2.02211E+13,6934,South,Tennessee,200000,"House, apartment, flat",1,1,25019924,42,Male,White only,Married - spouse present,"Native, born in United States",Good,70,178,25.5,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,30,0,20,120,0,0,30,0,510,0,0,75,0,0,142,0,513,"$150,000 and over",Generation X (39-54),White only,Good,5.5-6 feet,160-180,Graduated High School,,513,30,630,75,0,0,192
+,2022,2.02211E+13,6935,West,Oregon,87500,"House, apartment, flat",1,1,7253089,48,Female,White only,Married - spouse present,"Native, born in United States",Fair,61,180,34,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,60,0,180,50,0,0,220,0,565,60,0,60,0,0,125,0,120,"$75,000 - $100,000",Generation X (39-54),White only,Fair,5-5.5 feet,180-200,Bachelor's Degree,,120,220,675,60,0,0,365
+,2022,2.02211E+13,6936,South,Mississippi,200000,"House, apartment, flat",1,1,5253802,47,Female,White only,Married - spouse present,"Native, born in United States",Good,62,132,24.1,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,110,150,0,45,0,0,175,0,360,0,0,310,0,0,120,60,110,"$150,000 and over",Generation X (39-54),White only,Good,5-5.5 feet,120-140,Master's or Doctoral Degree,,110,175,405,310,0,60,380
+,2022,2.02211E+13,6937,South,Texas,87500,"House, apartment, flat",1,1,10845455,63,Female,Black only,Divorced,"Native, born in United States",Fair,67,280,43.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,40,15,0,0,140,2,886,70,0,180,0,60,47,0,0,"$75,000 - $100,000",Boomers (55-73),Black only,Fair,5.5-6 feet,200-300,Bachelor's Degree,,0,142,971,180,0,0,147
+,2022,2.02211E+13,6938,West,California,200000,"House, apartment, flat",1,1,10305314,49,Female,White only,Married - spouse present,"Native, born in United States",Very good,68,135,20.5,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,40,0,440,0,0,30,0,0,300,0,630,"$150,000 and over",Generation X (39-54),White only,Very good,5.5-6 feet,120-140,Master's or Doctoral Degree,,630,40,440,30,0,0,300
+,2022,2.02211E+13,6939,South,Maryland,200000,"House, apartment, flat",1,1,6287876,47,Female,White only,Married - spouse present,"Native, born in United States",Good,62,340,62.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,105,0,90,100,0,0,299,0,480,0,0,280,0,0,86,0,0,"$150,000 and over",Generation X (39-54),White only,Good,5-5.5 feet,>300,Bachelor's Degree,,0,299,580,280,0,0,281
+,2022,2.02211E+13,6940,Midwest,Wisconsin,17500,"House, apartment, flat",1,1,8891609,85,Female,Black only,Divorced,"Native, born in United States",Good,66,115,18.6,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,45,0,0,215,0,640,0,0,490,0,50,0,0,0,"$10,000 - $30,000",Silent (74-91),Black only,Good,5.5-6 feet,100-120,Graduated High School,,0,215,685,490,0,0,50
+,2022,2.02211E+13,6941,Midwest,Indiana,87500,"House, apartment, flat",1,1,10436801,38,Male,White only,Married - spouse present,"Native, born in United States",Fair,65,220,36.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,Has difficulty remembering,0,0,0,75,0,0,0,0,615,0,0,195,0,0,60,0,495,"$75,000 - $100,000",Generation X (39-54),White only,Fair,5-5.5 feet,200-300,Bachelor's Degree,,495,0,690,195,0,0,60
+,2022,2.02211E+13,6942,Northeast,Connecticut,67500,"House, apartment, flat",1,1,2323714,35,Female,White only,Never married,"Native, born in United States",Good,63,140,24.8,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,35,0,195,30,0,0,130,0,630,0,0,233,0,0,97,0,90,"$50,000 - $75,000",Millennials (23-38),White only,Good,5-5.5 feet,140-160,Master's or Doctoral Degree,,90,130,660,233,0,0,327
+,2022,2.02211E+13,6943,South,Virginia,55000,"House, apartment, flat",1,1,3637489,44,Female,White only,Never married,"Native, born in United States",Very good,60,170,33.2,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,20,0,550,0,0,580,0,215,70,0,5,"$50,000 - $75,000",Generation X (39-54),White only,Very good,5-5.5 feet,160-180,Master's or Doctoral Degree,,5,20,550,580,0,0,285
+,2022,2.02211E+13,6944,Northeast,New York,67500,"House, apartment, flat",1,1,18379841,80,Female,White only,Married - spouse present,"Native, born in United States",Good,62,155,28.3,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,75,165,0,0,390,0,600,0,0,170,0,0,40,0,0,"$50,000 - $75,000",Silent (74-91),White only,Good,5-5.5 feet,140-160,Graduated High School,,0,390,765,170,0,0,115
+,2022,2.02211E+13,6945,West,California,125000,"House, apartment, flat",1,1,6710350,32,Female,White only,Married - spouse present,"Native, born in United States",Fair,63,189,33.5,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,120,100,0,0,30,0,625,300,0,0,0,0,265,0,0,"$100,000 - $150,000",Millennials (23-38),White only,Fair,5-5.5 feet,180-200,Master's or Doctoral Degree,,0,30,1025,0,0,0,385
+,2022,2.02211E+13,6946,South,Maryland,125000,"House, apartment, flat",1,1,16343372,42,Female,White only,Divorced,"Native, born in United States",Very good,60,135,26.4,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,155,0,0,45,0,505,0,0,210,0,0,30,0,495,"$100,000 - $150,000",Generation X (39-54),White only,Very good,5-5.5 feet,120-140,Master's or Doctoral Degree,,495,45,660,210,0,0,30
+,2022,2.02211E+13,6947,Northeast,Pennsylvania,45000,"House, apartment, flat",1,1,6466301,57,Male,White only,Divorced,"Native, born in United States",Poor,75,294,36.7,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,180,0,0,300,0,510,0,0,450,0,0,0,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Poor,6-6.5 feet,200-300,Some College,,0,300,690,450,0,0,0
+,2022,2.02211E+13,6948,South,Oklahoma,125000,"House, apartment, flat",1,1,40300114,18,Male,White only,Never married,"Native, born in United States",Good,64,170,29.2,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,115,190,0,5,0,507,0,0,560,0,0,48,0,0,"$100,000 - $150,000",Generation Z (7-22),White only,Good,5-5.5 feet,160-180,Graduated High School,,0,5,622,560,190,0,48
+,2022,2.02211E+13,6949,South,Florida,87500,"House, apartment, flat",1,1,3203291,47,Female,White only,Separated,"Foreign born, U.S. citizen by naturalization",Fair,63,230,40.7,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,135,0,0,240,0,720,0,0,345,0,0,0,0,0,"$75,000 - $100,000",Generation X (39-54),White only,Fair,5-5.5 feet,200-300,Graduated High School,,0,240,855,345,0,0,0
+,2022,2.02211E+13,6950,West,Oregon,22500,"House, apartment, flat",1,1,6620618,65,Male,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",NIU (Not in universe),,9999,999,Associate degree - academic program,College--four years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,15,0,630,0,185,505,0,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),White only,"Other (Refused, Dont know, NIU)",,>300,Associate Degree,,0,15,720,690,0,0,0
+,2022,2.02211E+13,6951,Midwest,Ohio,87500,"House, apartment, flat",1,1,6826940,53,Male,White only,Never married,"Native, born in United States",Very good,68,200,30.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,150,0,0,180,0,610,30,0,300,0,0,110,0,0,"$75,000 - $100,000",Generation X (39-54),White only,Very good,5.5-6 feet,200-300,Bachelor's Degree,,0,180,790,300,0,0,110
+,2022,2.02211E+13,6952,Northeast,Pennsylvania,45000,"House, apartment, flat",1,1,5161163,85,Female,Black only,Widowed,"Native, born in United States",Good,63,130,23,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,30,15,0,0,165,0,660,80,15,340,0,0,75,0,0,"$30,000 - $50,000",Silent (74-91),Black only,Good,5-5.5 feet,120-140,Some College,,0,165,755,355,0,0,105
+,2022,2.02211E+13,6953,South,Florida,22500,"House, apartment, flat",1,1,9047344,49,Female,White only,Divorced,"Native, born in United States",Very good,63,183,32.4,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,110,0,685,0,60,60,0,0,30,0,435,"$10,000 - $30,000",Generation X (39-54),White only,Very good,5-5.5 feet,180-200,Graduated High School,,435,110,745,120,0,0,30
+,2022,2.02211E+13,6954,West,Washington,200000,"House, apartment, flat",1,1,16146861,45,Male,White only,Married - spouse present,"Native, born in United States",NIU (Not in universe),,9999,998,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,120,0,0,45,0,0,60,0,590,0,0,15,0,0,90,0,520,"$150,000 and over",Generation X (39-54),White only,"Other (Refused, Dont know, NIU)",,>300,Master's or Doctoral Degree,,520,60,635,15,0,0,210
+,2022,2.02211E+13,6955,Northeast,New Jersey,200000,"House, apartment, flat",1,1,13099607,37,Female,White only,Married - spouse present,"Native, born in United States",Very good,69,190,28.1,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,100,3,0,60,0,0,30,0,560,0,0,102,0,0,90,0,450,"$150,000 and over",Millennials (23-38),White only,Very good,5.5-6 feet,180-200,Master's or Doctoral Degree,,450,30,620,102,0,0,193
+,2022,2.02211E+13,6956,Midwest,Missouri,125000,"House, apartment, flat",1,1,4264966,46,Female,White only,Married - spouse present,"Native, born in United States",Good,68,180,27.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,35,0,20,0,0,90,0,620,0,290,60,0,0,80,0,185,"$100,000 - $150,000",Generation X (39-54),White only,Good,5.5-6 feet,180-200,Bachelor's Degree,,185,90,640,350,0,0,115
+,2022,2.02211E+13,6957,South,Virginia,67500,"House, apartment, flat",1,1,5179000,44,Female,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Very good,66,175,28.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,46,0,0,45,0,0,340,0,570,0,0,394,0,0,0,0,0,"$50,000 - $75,000",Generation X (39-54),White only,Very good,5.5-6 feet,160-180,Bachelor's Degree,,0,340,615,394,0,0,46
+,2022,2.02211E+13,6958,Northeast,Massachusetts,200000,"House, apartment, flat",1,1,14221964,54,Female,White only,Married - spouse present,"Native, born in United States",Excellent,60,145,28.3,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,10,41,157,0,0,274,15,474,0,0,290,10,0,129,40,0,"$150,000 and over",Boomers (55-73),White only,Excellent,5-5.5 feet,140-160,Master's or Doctoral Degree,,0,289,631,300,0,40,180
+,2022,2.02211E+13,6959,Midwest,Missouri,67500,"House, apartment, flat",1,1,5376124,36,Male,White only,Divorced,"Native, born in United States",Very good,69,180,26.6,High school graduate - diploma,Twelfth grade,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,150,0,0,150,0,0,180,0,720,0,0,240,0,0,0,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Very good,5.5-6 feet,180-200,Graduated High School,,0,180,870,240,0,0,150
+,2022,2.02211E+13,6960,South,District of Columbia,200000,"House, apartment, flat",1,1,10863953,45,Female,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Excellent,62,135,24.7,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,30,0,0,42,0,0,79,0,475,110,0,190,45,5,192,0,272,"$150,000 and over",Generation X (39-54),White only,Excellent,5-5.5 feet,120-140,Master's or Doctoral Degree,,272,79,627,235,0,0,227
+,2022,2.02211E+13,6961,West,Nevada,45000,"House, apartment, flat",1,1,14484650,43,Male,White only,Never married,"Foreign born, not a U.S. citizen",Good,70,154,22.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,25,0,60,65,0,0,125,0,485,0,0,175,0,0,85,0,420,"$30,000 - $50,000",Generation X (39-54),White only,Good,5.5-6 feet,140-160,Bachelor's Degree,,420,125,550,175,0,0,170
+,2022,2.02211E+13,6962,South,Georgia,22500,"House, apartment, flat",1,1,8010708,67,Male,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Fair,66,164,26.5,12th grade - no diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,105,95,0,0,135,0,664,0,120,295,0,0,26,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Fair,5.5-6 feet,160-180,Some High School,,0,135,759,415,0,0,131
+,2022,2.02211E+13,6963,South,Kentucky,55000,"House, apartment, flat",1,1,4356850,70,Male,White only,Married - spouse present,"Native, born in United States",Fair,71,180,25.1,Associate degree - occupational vocational,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,165,0,0,120,0,600,0,225,300,0,0,30,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Fair,5.5-6 feet,180-200,Associate Degree,,0,120,765,525,0,0,30
+,2022,2.02211E+13,6964,West,Washington,125000,"House, apartment, flat",1,1,20007514,31,Female,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Very good,68,150,22.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,0,0,60,0,630,0,0,207,0,0,6,0,462,"$100,000 - $150,000",Millennials (23-38),White only,Very good,5.5-6 feet,140-160,Bachelor's Degree,,462,60,705,207,0,0,6
+,2022,2.02211E+13,6965,Midwest,Missouri,55000,"House, apartment, flat",1,1,13330381,30,Female,White only,Married - spouse present,"Native, born in United States",Very good,60,137,26.8,Associate degree - academic program,College--two years,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,625,0,0,135,0,0,178,0,352,0,0,90,0,0,0,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Very good,5-5.5 feet,120-140,Associate Degree,,0,178,487,90,0,0,625
+,2022,2.02211E+13,6966,West,Colorado,45000,"House, apartment, flat",1,1,10332332,80,Male,White only,Married - spouse present,"Native, born in United States",Good,66,128,20.7,Associate degree - academic program,College--two years,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,95,0,640,0,0,155,0,0,0,0,490,"$30,000 - $50,000",Silent (74-91),White only,Good,5.5-6 feet,120-140,Associate Degree,,490,95,700,155,0,0,0
+,2022,2.02211E+13,6967,West,California,37500,"House, apartment, flat",1,1,9373308,59,Female,White only,Widowed,"Native, born in United States",Good,65,210,34.9,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,45,107,0,0,120,0,673,0,0,465,0,0,30,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Good,5-5.5 feet,200-300,Graduated High School,,0,120,780,465,0,0,75
+,2022,2.02211E+13,6968,South,Mississippi,125000,"House, apartment, flat",1,1,12605749,28,Female,White only,Married - spouse present,"Native, born in United States",Very good,67,185,29,Associate degree - occupational vocational,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,215,0,0,75,0,0,110,0,840,0,0,200,0,0,0,0,0,"$100,000 - $150,000",Millennials (23-38),White only,Very good,5.5-6 feet,180-200,Associate Degree,,0,110,915,200,0,0,215
+,2022,2.02211E+13,6969,South,Louisiana,125000,"House, apartment, flat",1,1,14425252,38,Female,White only,Married - spouse present,"Native, born in United States",Very good,64,153,26.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,50,0,0,0,0,580,0,0,0,0,0,60,0,720,"$100,000 - $150,000",Generation X (39-54),White only,Very good,5-5.5 feet,140-160,Bachelor's Degree,,720,0,630,0,0,0,60
+,2022,2.02211E+13,6970,Midwest,Wisconsin,125000,"House, apartment, flat",1,1,4741936,40,Female,White only,Married - spouse present,"Native, born in United States",Good,63,205,36.3,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,130,0,0,90,0,0,385,0,565,0,0,240,0,0,0,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Good,5-5.5 feet,200-300,Associate Degree,,0,385,655,240,0,0,130
+,2022,2.02211E+13,6971,Northeast,New York,67500,"House, apartment, flat",1,1,13744523,73,Male,White only,Married - spouse present,"Native, born in United States",Very good,68,170,25.8,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,180,0,0,390,0,570,0,0,300,0,0,0,0,0,"$50,000 - $75,000",Silent (74-91),White only,Very good,5.5-6 feet,160-180,Some College,,0,390,750,300,0,0,0
+,2022,2.02211E+13,6972,South,Oklahoma,17500,"House, apartment, flat",1,1,5118874,75,Female,White only,Divorced,"Native, born in United States",Very good,61,179,33.8,Some college but no degree,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,Has difficulty remembering,0,0,0,70,0,0,230,0,770,0,0,290,30,30,20,0,0,"$10,000 - $30,000",Silent (74-91),White only,Very good,5-5.5 feet,160-180,Some College,,0,230,840,320,0,0,50
+,2022,2.02211E+13,6973,South,Georgia,45000,"House, apartment, flat",1,1,23221186,16,Male,White only,Never married,"Native, born in United States",Very good,70,140,20.1,7th or 8th grade,Seventh through eighth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,80,125,0,65,0,625,0,0,345,0,0,40,0,0,"$30,000 - $50,000",Generation Z (7-22),White only,Very good,5.5-6 feet,140-160,Middle School or Less,,0,65,705,345,125,0,40
+,2022,2.02211E+13,6974,Midwest,Wisconsin,55000,"House, apartment, flat",1,1,7380023,36,Female,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Excellent,64,118,20.3,Associate degree - occupational vocational,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,245,0,0,110,0,0,145,0,650,0,0,250,0,0,40,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Excellent,5-5.5 feet,100-120,Associate Degree,,0,145,760,250,0,0,285
+,2022,2.02211E+13,6975,Midwest,Illinois,45000,"House, apartment, flat",1,1,8891312,85,Male,White only,Married - spouse absent,"Native, born in United States",Very good,72,185,25.1,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,225,0,570,0,0,430,45,0,80,0,0,"$30,000 - $50,000",Silent (74-91),White only,Very good,6-6.5 feet,180-200,Some College,,0,225,660,475,0,0,80
+,2022,2.02211E+13,6976,Northeast,New York,87500,"House, apartment, flat",1,1,44670740,55,Male,White only,Married - spouse present,"Native, born in United States",Fair,74,265,34,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,15,0,0,55,0,0,115,0,395,0,0,10,0,0,30,0,820,"$75,000 - $100,000",Boomers (55-73),White only,Fair,6-6.5 feet,200-300,Graduated High School,,820,115,450,10,0,0,45
+,2022,2.02211E+13,6977,Midwest,Wisconsin,67500,"House, apartment, flat",1,1,10190402,36,Female,White only,Married - spouse present,"Native, born in United States",Very good,66,130,21,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,225,0,0,45,0,0,16,0,495,0,0,60,0,0,60,0,539,"$50,000 - $75,000",Millennials (23-38),White only,Very good,5.5-6 feet,120-140,Bachelor's Degree,,539,16,540,60,0,0,285
+,2022,2.02211E+13,6978,Midwest,Ohio,37500,"House, apartment, flat",1,1,12177788,51,Male,White only,Divorced,"Native, born in United States",Good,68,225,34.2,Some college but no degree,College--two years,Employed - absent,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,120,120,0,0,255,0,690,0,0,195,0,0,60,0,0,"$30,000 - $50,000",Generation X (39-54),White only,Good,5.5-6 feet,200-300,Some College,,0,255,810,195,0,0,180
+,2022,2.02211E+13,6979,West,Oregon,125000,"House, apartment, flat",1,1,14548913,30,Female,White only,Married - spouse present,"Native, born in United States",Very good,66,180,29,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,20,0,595,0,0,30,130,0,125,0,480,"$100,000 - $150,000",Millennials (23-38),White only,Very good,5.5-6 feet,180-200,Master's or Doctoral Degree,,480,20,655,160,0,0,125
+,2022,2.02211E+13,6980,Midwest,Ohio,27500,"House, apartment, flat",1,1,4172137,85,Female,White only,Married - spouse absent,"Native, born in United States",Good,60,120,23.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),Has vision difficulty,Has hearing difficulty,Has mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,178,0,0,75,0,720,0,0,463,0,0,4,0,0,"$10,000 - $30,000",Silent (74-91),White only,Good,5-5.5 feet,120-140,Bachelor's Degree,,0,75,898,463,0,0,4
+,2022,2.02211E+13,6981,West,California,87500,"House, apartment, flat",1,1,24581273,59,Female,Hawaiian Pacific Islander only,Divorced,"Native, born abroad of American parent or parents",Excellent,67,143,22.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,107,0,0,490,0,638,0,0,120,10,75,0,0,0,"$75,000 - $100,000",Boomers (55-73),Hawaiian Pacific Islander only,Excellent,5.5-6 feet,140-160,Bachelor's Degree,,0,490,745,130,0,0,75
+,2022,2.02211E+13,6982,South,Mississippi,8750,"House, apartment, flat",1,1,2050248,70,Female,White only,Married - spouse present,"Native, born in United States",Fair,65,260,43.3,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,30,0,125,0,0,335,0,730,0,30,105,0,0,85,0,0,"Less than $10,000",Boomers (55-73),White only,Fair,5-5.5 feet,200-300,Associate Degree,,0,335,855,135,0,0,115
+,2022,2.02211E+13,6983,West,California,87500,"House, apartment, flat",1,1,4360527,65,Female,White only,Married - spouse present,"Native, born in United States",Very good,64,145,24.9,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,75,110,0,0,215,0,700,0,0,240,60,0,40,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Very good,5-5.5 feet,140-160,Master's or Doctoral Degree,,0,215,810,300,0,0,115
+,2022,2.02211E+13,6984,Northeast,New Jersey,45000,"House, apartment, flat",1,1,4099516,73,Female,White only,Divorced,"Native, born in United States",Good,64,200,34.3,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,20,0,0,60,0,580,0,0,610,0,1,40,0,0,"$30,000 - $50,000",Silent (74-91),White only,Good,5-5.5 feet,200-300,Graduated High School,,0,60,600,610,0,0,41
+,2022,2.02211E+13,6985,South,North Carolina,37500,"House, apartment, flat",1,1,39343813,28,Male,White only,Never married,"Native, born in United States",Good,67,163,25.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,210,0,0,0,0,555,0,0,150,0,0,105,0,420,"$30,000 - $50,000",Millennials (23-38),White only,Good,5.5-6 feet,160-180,Bachelor's Degree,,420,0,765,150,0,0,105
+,2022,2.02211E+13,6986,Midwest,Kansas,27500,"House, apartment, flat",1,1,9656515,80,Female,White only,Widowed,"Native, born in United States",Good,56,120,26.9,High school graduate - GED,Eleventh grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,15,0,0,155,0,630,0,0,640,0,0,0,0,0,"$10,000 - $30,000",Silent (74-91),White only,Good,0-5 feet,120-140,Graduated High School,,0,155,645,640,0,0,0
+,2022,2.02211E+13,6987,Northeast,New York,8750,"House, apartment, flat",1,1,7130588,70,Female,White only,Divorced,"Foreign born, U.S. citizen by naturalization",Good,66,180,29,5th or 6th grade,Fifth through sixth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,20,15,0,0,440,0,505,0,0,330,0,90,40,0,0,"Less than $10,000",Boomers (55-73),White only,Good,5.5-6 feet,180-200,Middle School or Less,,0,440,520,330,0,0,150
+,2022,2.02211E+13,6988,West,California,67500,"House, apartment, flat",1,1,41581429,66,Female,Asian only,Married - spouse present,"Foreign born, not a U.S. citizen",Excellent,61,115,21.7,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,180,0,540,0,0,645,45,0,0,0,0,"$50,000 - $75,000",Boomers (55-73),Asian only,Excellent,5-5.5 feet,100-120,Graduated High School,,0,180,570,690,0,0,0
+,2022,2.02211E+13,6989,South,South Carolina,67500,"House, apartment, flat",1,1,7499504,66,Female,White only,Married - spouse present,"Native, born in United States",Excellent,66,145,23.4,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,160,58,90,0,0,155,0,480,0,30,285,0,0,182,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Excellent,5.5-6 feet,140-160,Some College,,0,155,570,315,0,0,400
+,2022,2.02211E+13,6990,South,South Carolina,45000,"House, apartment, flat",1,1,13107177,46,Male,White only,Divorced,"Native, born in United States",Very good,60,220,43,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,0,0,705,0,0,690,0,0,15,0,0,"$30,000 - $50,000",Generation X (39-54),White only,Very good,5-5.5 feet,200-300,Graduated High School,,0,0,735,690,0,0,15
+,2022,2.02211E+13,6991,Midwest,Michigan,87500,"House, apartment, flat",1,1,5392870,75,Male,White only,Married - spouse present,"Native, born in United States",Very good,70,185,26.5,Associate degree - occupational vocational,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,150,0,0,0,0,660,0,0,630,0,0,0,0,0,"$75,000 - $100,000",Silent (74-91),White only,Very good,5.5-6 feet,180-200,Associate Degree,,0,0,810,630,0,0,0
+,2022,2.02211E+13,6992,South,North Carolina,67500,"House, apartment, flat",1,1,3192682,31,Female,White only,Never married,"Native, born in United States",NIU (Not in universe),,9999,999,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,750,0,630,0,0,60,0,0,0,0,0,"$50,000 - $75,000",Millennials (23-38),White only,"Other (Refused, Dont know, NIU)",,>300,Bachelor's Degree,,0,750,630,60,0,0,0
+,2022,2.02211E+13,6993,Midwest,Ohio,32500,"House, apartment, flat",1,1,4331439,51,Female,Asian only,Married - spouse present,"Foreign born, not a U.S. citizen",Very good,62,110,20.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,120,0,45,210,0,60,202,0,658,0,65,60,0,0,20,0,0,"$30,000 - $50,000",Generation X (39-54),Asian only,Very good,5-5.5 feet,100-120,Bachelor's Degree,,0,202,868,125,0,0,245
+,2022,2.02211E+13,6994,Midwest,Michigan,87500,"House, apartment, flat",1,1,6954423,79,Female,White only,Divorced,"Native, born in United States",Excellent,65,146,24.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,20,40,0,0,127,0,709,0,0,120,130,0,294,0,0,"$75,000 - $100,000",Silent (74-91),White only,Excellent,5-5.5 feet,140-160,Bachelor's Degree,,0,127,749,250,0,0,314
+,2022,2.02211E+13,6995,South,North Carolina,200000,"House, apartment, flat",1,1,4661926,43,Female,White only,Married - spouse present,"Native, born in United States",Good,65,125,20.8,Associate degree - occupational vocational,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,180,0,0,190,0,585,0,0,255,180,0,40,0,10,"$150,000 and over",Generation X (39-54),White only,Good,5-5.5 feet,120-140,Associate Degree,,10,190,765,435,0,0,40
+,2022,2.02211E+13,6996,West,California,67500,"House, apartment, flat",1,1,41228779,24,Male,Asian only,Never married,"Foreign born, not a U.S. citizen",Very good,65,112,18.6,Some college but no degree,College--four years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,40,0,150,182,0,0,115,0,500,0,0,406,0,0,47,0,0,"$50,000 - $75,000",Millennials (23-38),Asian only,Very good,5-5.5 feet,100-120,Some College,,0,115,682,406,0,0,237
+,2022,2.02211E+13,6997,South,Florida,13750,"House, apartment, flat",1,1,38138949,48,Male,Black only,Never married,"Native, born in United States",Very good,74,157,20.2,11th grade,Eleventh grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,10,0,0,180,0,620,0,0,630,0,0,0,0,0,"$10,000 - $30,000",Generation X (39-54),Black only,Very good,6-6.5 feet,140-160,Some High School,,0,180,630,630,0,0,0
+,2022,2.02211E+13,6998,South,Texas,11250,"House, apartment, flat",1,1,9941007,85,Female,Black only,Never married,"Native, born in United States",Good,66,207,33.4,9th grade,Ninth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,90,0,0,140,0,805,0,0,345,0,60,0,0,0,"$10,000 - $30,000",Silent (74-91),Black only,Good,5.5-6 feet,200-300,Some High School,,0,140,895,345,0,0,60
+,2022,2.02211E+13,6999,South,North Carolina,13750,"House, apartment, flat",1,1,4705763,74,Female,White only,Divorced,"Native, born in United States",Very good,60,170,33.2,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,10,0,60,0,0,7,0,705,0,30,558,45,0,25,0,0,"$10,000 - $30,000",Silent (74-91),White only,Very good,5-5.5 feet,160-180,Graduated High School,,0,7,765,633,0,0,35
+,2022,2.02211E+13,7000,South,Alabama,87500,"House, apartment, flat",1,1,3985130,77,Male,White only,Married - spouse present,"Native, born in United States",Very good,71,150,20.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,120,0,510,0,0,780,0,0,0,0,0,"$75,000 - $100,000",Silent (74-91),White only,Very good,5.5-6 feet,140-160,Bachelor's Degree,,0,120,540,780,0,0,0
+,2022,2.02211E+13,7001,South,Alabama,55000,"House, apartment, flat",1,1,13943816,36,Female,Black only,Married - spouse present,"Native, born in United States",Good,61,120,22.7,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,20,0,0,30,0,640,0,0,215,0,0,50,0,485,"$50,000 - $75,000",Millennials (23-38),Black only,Good,5-5.5 feet,120-140,Graduated High School,,485,30,660,215,0,0,50
+,2022,2.02211E+13,7002,Midwest,Michigan,17500,Mobile home or trailer with no permanent room added,1,1,12883145,64,Female,White only,Divorced,"Native, born in United States",Very good,64,98,16.8,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,46,262,0,0,28,0,635,0,0,430,0,0,39,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Very good,5-5.5 feet,<100,Graduated High School,,0,28,897,430,0,0,85
+,2022,2.02211E+13,7003,South,Texas,27500,"House, apartment, flat",1,1,2670640,42,Female,White only,Never married,"Foreign born, not a U.S. citizen",Good,,180,998,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,20,20,0,0,30,0,825,0,0,165,0,0,380,0,0,"$10,000 - $30,000",Generation X (39-54),White only,Good,,180-200,Bachelor's Degree,,0,30,845,165,0,0,400
+,2022,2.02211E+13,7004,Midwest,Minnesota,125000,"House, apartment, flat",1,1,13944352,42,Female,White only,Married - spouse present,"Native, born in United States",Very good,69,145,21.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,35,150,0,0,25,0,450,0,0,97,410,0,183,90,0,"$100,000 - $150,000",Generation X (39-54),White only,Very good,5.5-6 feet,140-160,Bachelor's Degree,,0,25,600,507,0,90,218
+,2022,2.02211E+13,7005,Northeast,New York,200000,"House, apartment, flat",1,1,11293887,47,Male,White only,Married - spouse present,"Native, born in United States",Very good,73,270,35.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,100,0,0,255,0,750,0,0,160,120,0,55,0,0,"$150,000 and over",Generation X (39-54),White only,Very good,6-6.5 feet,200-300,Bachelor's Degree,,0,255,850,280,0,0,55
+,2022,2.02211E+13,7006,Midwest,Missouri,125000,"House, apartment, flat",1,1,13636800,32,Male,White only,Married - spouse present,"Native, born in United States",Very good,74,275,35.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,160,15,5,187,0,0,190,0,630,0,0,140,0,2,21,0,0,"$100,000 - $150,000",Millennials (23-38),White only,Very good,6-6.5 feet,200-300,Bachelor's Degree,,0,190,817,140,0,0,203
+,2022,2.02211E+13,7007,South,District of Columbia,45000,"House, apartment, flat",1,1,18245739,31,Female,White only,Separated,"Native, born in United States",Excellent,67,115,18,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,15,0,5,50,0,0,58,0,270,0,0,60,20,0,737,0,225,"$30,000 - $50,000",Millennials (23-38),White only,Excellent,5.5-6 feet,100-120,Bachelor's Degree,,225,58,320,80,0,0,757
+,2022,2.02211E+13,7008,South,Virginia,13750,"House, apartment, flat",1,1,12761939,63,Male,White only,Married - spouse present,"Native, born in United States",Good,66,210,33.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,610,0,540,0,0,210,0,0,20,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Bachelor's Degree,,0,610,600,210,0,0,20
+,2022,2.02211E+13,7009,Northeast,New York,87500,"House, apartment, flat",1,1,33660069,33,Female,White only,Never married,"Foreign born, U.S. citizen by naturalization",Excellent,68,150,22.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,60,0,574,0,0,180,0,0,112,0,484,"$75,000 - $100,000",Millennials (23-38),White only,Excellent,5.5-6 feet,140-160,Bachelor's Degree,,484,60,604,180,0,0,112
+,2022,2.02211E+13,7010,West,California,22500,"House, apartment, flat",1,1,7946888,85,Female,White only,Widowed,"Native, born in United States",Very good,58,120,25.1,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,110,0,0,355,0,540,0,0,215,0,0,210,0,0,"$10,000 - $30,000",Silent (74-91),White only,Very good,0-5 feet,120-140,Graduated High School,,0,355,650,215,0,0,220
+,2022,2.02211E+13,7011,Northeast,New Jersey,17500,"House, apartment, flat",1,1,12093904,78,Female,White only,Widowed,"Native, born in United States",Good,62,120,21.9,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,215,95,0,0,170,0,645,0,0,215,0,58,42,0,0,"$10,000 - $30,000",Silent (74-91),White only,Good,5-5.5 feet,120-140,Some College,,0,170,740,215,0,0,315
+,2022,2.02211E+13,7012,Northeast,New Jersey,87500,"House, apartment, flat",1,1,13701639,54,Female,White only,Married - spouse present,"Native, born in United States",Very good,63,150,26.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,240,50,0,0,210,0,540,0,0,375,0,0,25,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Very good,5-5.5 feet,140-160,Bachelor's Degree,,0,210,590,375,0,0,265
+,2022,2.02211E+13,7013,South,North Carolina,13750,"House, apartment, flat",1,1,29986494,55,Female,White only,Married - spouse present,"Native, born in United States",Fair,67,145,22.7,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,315,0,0,30,0,0,205,0,535,0,0,355,0,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Fair,5.5-6 feet,140-160,Graduated High School,,0,205,565,355,0,0,315
+,2022,2.02211E+13,7014,Midwest,Nebraska,200000,"House, apartment, flat",1,1,5291062,62,Female,White only,Married - spouse present,"Native, born in United States",Good,66,200,32.3,Some college but no degree,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,645,0,615,0,0,120,0,0,0,0,0,"$150,000 and over",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Some College,,0,645,675,120,0,0,0
+,2022,2.02211E+13,7015,Northeast,New York,200000,"House, apartment, flat",1,1,23325192,44,Female,Asian only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Good,62,111,20.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,75,0,0,100,0,0,105,0,520,0,0,255,0,0,0,0,355,"$150,000 and over",Generation X (39-54),Asian only,Good,5-5.5 feet,100-120,Bachelor's Degree,,355,105,620,255,0,0,75
+,2022,2.02211E+13,7016,Northeast,New Jersey,17500,"House, apartment, flat",1,1,29379688,80,Female,White only,Widowed,"Native, born in United States",Good,64,150,25.7,10th grade,Tenth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,300,0,540,0,0,540,0,0,0,0,0,"$10,000 - $30,000",Silent (74-91),White only,Good,5-5.5 feet,140-160,Some High School,,0,300,600,540,0,0,0
+,2022,2.02211E+13,7017,South,Florida,55000,"House, apartment, flat",1,1,4043519,57,Female,White only,Divorced,"Native, born in United States",Fair,64,190,32.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,5,135,146,25,0,0,70,0,618,0,0,389,0,0,52,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Fair,5-5.5 feet,180-200,Bachelor's Degree,,0,70,643,389,0,0,338
+,2022,2.02211E+13,7018,West,Nevada,125000,"House, apartment, flat",1,1,8183657,85,Male,White only,Married - spouse present,"Native, born in United States",Good,70,220,31.6,Some college but no degree,College--three years,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,20,0,0,140,0,480,0,0,795,0,0,0,0,0,"$100,000 - $150,000",Silent (74-91),White only,Good,5.5-6 feet,200-300,Some College,,0,140,500,795,0,0,0
+,2022,2.02211E+13,7019,Midwest,Kansas,22500,"House, apartment, flat",1,1,16249599,31,Female,White only,Never married,"Native, born in United States",Good,67,257,40.2,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,188,0,20,45,0,0,0,0,750,0,0,420,0,0,17,0,0,"$10,000 - $30,000",Millennials (23-38),White only,Good,5.5-6 feet,200-300,Some College,,0,0,795,420,0,0,225
+,2022,2.02211E+13,7020,West,New Mexico,37500,"House, apartment, flat",1,1,4016364,79,Female,White only,Never married,"Native, born in United States",Very good,62,142,26,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,20,120,0,0,180,0,545,300,0,110,0,0,75,0,0,"$30,000 - $50,000",Silent (74-91),White only,Very good,5-5.5 feet,140-160,Some College,,0,180,965,110,0,0,95
+,2022,2.02211E+13,7021,South,Texas,55000,"House, apartment, flat",1,1,12627449,43,Female,White only,Married - spouse present,"Native, born abroad of American parent or parents",Good,70,241,34.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,105,0,0,430,0,575,0,0,210,0,0,0,120,0,"$50,000 - $75,000",Generation X (39-54),White only,Good,5.5-6 feet,200-300,Bachelor's Degree,,0,430,680,210,0,120,0
+,2022,2.02211E+13,7022,South,South Carolina,87500,"House, apartment, flat",1,1,12389075,33,Male,White only,Married - spouse present,"Native, born in United States",Fair,74,220,28.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,225,0,0,0,570,0,0,90,0,20,30,0,505,"$75,000 - $100,000",Millennials (23-38),White only,Fair,6-6.5 feet,200-300,Bachelor's Degree,,505,0,570,90,225,0,50
+,2022,2.02211E+13,7023,Northeast,Pennsylvania,2500,"House, apartment, flat",1,1,33642224,22,Female,White only,Never married,"Native, born in United States",Excellent,63,110,19.5,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,1,0,40,0,0,120,0,450,0,0,696,106,0,27,0,0,"Less than $10,000",Millennials (23-38),White only,Excellent,5-5.5 feet,100-120,Graduated High School,,0,120,490,802,0,0,28
+,2022,2.02211E+13,7024,Midwest,Missouri,200000,"House, apartment, flat",1,1,21549188,53,Male,White only,Married - spouse present,"Native, born in United States",Very good,67,161,25.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,95,0,0,168,0,480,0,0,260,0,0,0,0,437,"$150,000 and over",Generation X (39-54),White only,Very good,5.5-6 feet,160-180,Bachelor's Degree,,437,168,575,260,0,0,0
+,2022,2.02211E+13,7025,South,Tennessee,67500,"House, apartment, flat",1,1,26688098,51,Female,White only,Married - spouse present,"Native, born in United States",NIU (Not in universe),,9999,999,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,5,0,0,266,0,705,0,0,464,0,0,0,0,0,"$50,000 - $75,000",Generation X (39-54),White only,"Other (Refused, Dont know, NIU)",,>300,Graduated High School,,0,266,710,464,0,0,0
+,2022,2.02211E+13,7026,West,California,87500,"House, apartment, flat",1,1,16199601,58,Male,White only,Never married,"Foreign born, not a U.S. citizen",Fair,67,140,21.9,High school graduate - diploma,Twelfth grade,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,0,0,780,0,0,600,0,0,0,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Fair,5.5-6 feet,140-160,Graduated High School,,0,0,840,600,0,0,0
+,2022,2.02211E+13,7027,Midwest,Michigan,45000,"House, apartment, flat",1,1,2858352,73,Female,White only,Married - spouse present,"Native, born in United States",Very good,69,9996,998,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,20,45,0,0,48,0,600,0,60,510,0,0,87,70,0,"$30,000 - $50,000",Silent (74-91),White only,Very good,5.5-6 feet,>300,Some College,,0,48,645,570,0,70,107
+,2022,2.02211E+13,7028,South,Texas,11250,"House, apartment, flat",1,1,5955792,75,Female,Black only,Widowed,"Native, born in United States",Good,70,203,29.1,Some college but no degree,College--one year,Employed - at work,No,Has vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,Has difficulty remembering,0,0,0,105,0,0,35,0,555,0,105,335,0,0,65,0,240,"$10,000 - $30,000",Silent (74-91),Black only,Good,5.5-6 feet,200-300,Some College,,240,35,660,440,0,0,65
+,2022,2.02211E+13,7029,Midwest,Wisconsin,55000,"House, apartment, flat",1,1,9586605,35,Male,White only,Never married,"Native, born in United States",Good,72,165,22.4,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,0,0,540,0,0,360,0,0,0,0,480,"$50,000 - $75,000",Millennials (23-38),White only,Good,6-6.5 feet,160-180,Associate Degree,,480,0,600,360,0,0,0
+,2022,2.02211E+13,7030,West,New Mexico,13750,"House, apartment, flat",1,1,3041706,67,Female,White only,Widowed,"Native, born in United States",Very good,62,115,21,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,55,45,0,0,187,0,525,30,0,346,0,10,90,120,0,"$10,000 - $30,000",Boomers (55-73),White only,Very good,5-5.5 feet,100-120,Bachelor's Degree,,0,187,600,346,0,120,155
+,2022,2.02211E+13,7031,South,Texas,27500,"House, apartment, flat",1,1,9713919,80,Female,Hawaiian Pacific Islander only,Married - spouse present,"Native, born in United States",Poor,61,184,34.8,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,Has mobility limitation,Has physical difficulty,Has difficulty remembering,0,0,0,105,0,0,0,0,530,0,0,805,0,0,0,0,0,"$10,000 - $30,000",Silent (74-91),Hawaiian Pacific Islander only,Poor,5-5.5 feet,180-200,Graduated High School,,0,0,635,805,0,0,0
+,2022,2.02211E+13,7032,Northeast,New Jersey,32500,"House, apartment, flat",1,1,7348462,71,Female,White only,Divorced,"Native, born in United States",Very good,59,185,37.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,100,60,0,0,80,0,540,60,0,240,45,10,65,225,15,"$30,000 - $50,000",Boomers (55-73),White only,Very good,0-5 feet,180-200,Bachelor's Degree,,15,80,660,285,0,225,175
+,2022,2.02211E+13,7033,South,South Carolina,55000,"House, apartment, flat",1,1,15087887,43,Female,Black only,Never married,"Native, born in United States",Good,64,145,24.9,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,25,0,0,121,0,655,0,0,579,0,0,60,0,0,"$50,000 - $75,000",Generation X (39-54),Black only,Good,5-5.5 feet,140-160,Graduated High School,,0,121,680,579,0,0,60
+,2022,2.02211E+13,7034,South,Arkansas,200000,"House, apartment, flat",1,1,7725607,54,Male,White only,Married - spouse present,"Native, born in United States",Very good,70,180,25.8,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,80,0,0,0,0,690,0,0,625,0,0,45,0,0,"$150,000 and over",Boomers (55-73),White only,Very good,5.5-6 feet,180-200,Master's or Doctoral Degree,,0,0,770,625,0,0,45
+,2022,2.02211E+13,7035,South,South Carolina,45000,"House, apartment, flat",1,1,7933672,75,Male,White only,Widowed,"Native, born in United States",Fair,67,171,26.8,Some college but no degree,Twelfth grade,Not in labor force,NIU (Not in universe),Has vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,Has difficulty remembering,0,0,0,35,0,0,280,0,435,0,135,468,75,0,12,0,0,"$30,000 - $50,000",Silent (74-91),White only,Fair,5.5-6 feet,160-180,Some College,,0,280,470,678,0,0,12
+,2022,2.02211E+13,7036,South,Texas,27500,Mobile home or trailer with no permanent room added,1,1,11882827,29,Female,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Very good,62,190,34.7,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,120,30,0,0,160,0,780,0,0,330,0,0,20,0,0,"$10,000 - $30,000",Millennials (23-38),White only,Very good,5-5.5 feet,180-200,Graduated High School,,0,160,810,330,0,0,140
+,2022,2.02211E+13,7037,West,California,125000,"House, apartment, flat",1,1,6385837,61,Male,White only,Never married,"Native, born in United States",Very good,73,160,21.1,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,45,0,540,0,0,675,120,0,0,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Very good,6-6.5 feet,160-180,Master's or Doctoral Degree,,0,45,600,795,0,0,0
+,2022,2.02211E+13,7038,South,North Carolina,45000,Mobile home or trailer with no permanent room added,1,1,6744600,68,Male,Black only,Widowed,"Native, born in United States",NIU (Not in universe),,9999,999,Some college but no degree,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,17,154,0,0,100,0,510,0,0,90,0,0,97,0,472,"$30,000 - $50,000",Boomers (55-73),Black only,"Other (Refused, Dont know, NIU)",,>300,Some College,,472,100,664,90,0,0,114
+,2022,2.02211E+13,7039,South,Tennessee,13750,Mobile home or trailer with 1 or more rooms added,1,1,11280809,43,Female,White only,Never married,"Native, born in United States",Good,68,191,29,Some college but no degree,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,Has difficulty remembering,0,0,0,0,0,0,30,0,600,0,0,810,0,0,0,0,0,"$10,000 - $30,000",Generation X (39-54),White only,Good,5.5-6 feet,180-200,Some College,,0,30,600,810,0,0,0
+,2022,2.02211E+13,7040,West,California,11250,"House, apartment, flat",1,1,9482287,60,Male,White-Asian,Married - spouse present,"Foreign born, not a U.S. citizen",Very good,71,190,26.5,12th grade - no diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,90,0,540,0,0,245,0,0,50,0,425,"$10,000 - $30,000",Boomers (55-73),Mixed,Very good,5.5-6 feet,180-200,Some High School,,425,90,630,245,0,0,50
+,2022,2.02211E+13,7041,Midwest,Minnesota,125000,"House, apartment, flat",1,1,17936758,85,Male,White only,Married - spouse present,"Native, born in United States",Good,66,173,27.9,Associate degree - occupational vocational,Twelfth grade,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,93,0,0,172,0,500,0,0,215,0,0,30,0,430,"$100,000 - $150,000",Silent (74-91),White only,Good,5.5-6 feet,160-180,Associate Degree,,430,172,593,215,0,0,30
+,2022,2.02211E+13,7042,West,California,55000,"House, apartment, flat",1,1,12652413,71,Female,White only,Married - spouse present,"Native, born in United States",Good,67,178,27.9,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,60,0,0,535,0,590,0,0,205,0,0,20,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Good,5.5-6 feet,160-180,Graduated High School,,0,535,650,205,0,0,50
+,2022,2.02211E+13,7043,West,California,55000,"House, apartment, flat",1,1,2125774,70,Female,White only,Divorced,"Native, born in United States",Very good,62,173,31.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,Has difficulty remembering,0,0,0,90,0,0,150,0,600,0,0,570,30,0,0,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Very good,5-5.5 feet,160-180,Bachelor's Degree,,0,150,690,600,0,0,0
+,2022,2.02211E+13,7044,West,New Mexico,22500,"House, apartment, flat",1,1,8963979,44,Female,White only,Never married,"Native, born in United States",Excellent,61,120,22.7,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,107,0,80,30,0,0,85,0,495,0,0,30,120,10,23,0,435,"$10,000 - $30,000",Generation X (39-54),White only,Excellent,5-5.5 feet,120-140,Graduated High School,,435,85,525,150,0,0,220
+,2022,2.02211E+13,7045,South,North Carolina,87500,"House, apartment, flat",1,1,26792289,24,Male,White only,Never married,"Native, born in United States",Fair,66,200,32.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,0,0,0,0,450,0,0,150,0,0,45,0,720,"$75,000 - $100,000",Millennials (23-38),White only,Fair,5.5-6 feet,200-300,Bachelor's Degree,,720,0,525,150,0,0,45
+,2022,2.02211E+13,7046,West,California,125000,"House, apartment, flat",1,1,13190300,43,Male,White only,Married - spouse present,"Native, born in United States",Very good,72,304,41.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,124,0,20,20,0,0,110,0,653,0,0,410,0,0,103,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Very good,6-6.5 feet,>300,Bachelor's Degree,,0,110,673,410,0,0,247
+,2022,2.02211E+13,7047,West,Oregon,125000,"House, apartment, flat",1,1,5570025,53,Female,White only,Married - spouse present,"Native, born in United States",Good,67,235,36.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,95,0,0,350,0,750,0,0,245,0,0,0,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Good,5.5-6 feet,200-300,Bachelor's Degree,,0,350,845,245,0,0,0
+,2022,2.02211E+13,7048,South,North Carolina,125000,"House, apartment, flat",1,1,2467738,73,Female,White only,Divorced,"Native, born in United States",Good,66,170,27.4,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,180,50,0,0,145,0,590,0,0,360,0,60,55,0,0,"$100,000 - $150,000",Silent (74-91),White only,Good,5.5-6 feet,160-180,Master's or Doctoral Degree,,0,145,640,360,0,0,295
+,2022,2.02211E+13,7049,West,California,2500,"House, apartment, flat",1,1,19476124,49,Male,White only,Never married,"Native, born in United States",NIU (Not in universe),,9999,999,11th grade,Eleventh grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,0,0,660,0,0,780,0,0,0,0,0,"Less than $10,000",Generation X (39-54),White only,"Other (Refused, Dont know, NIU)",,>300,Some High School,,0,0,660,780,0,0,0
+,2022,2.02211E+13,7050,West,California,55000,"House, apartment, flat",1,1,14423642,67,Male,Black only,Married - spouse present,"Native, born in United States",NIU (Not in universe),,9999,999,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,31,0,0,30,0,60,55,0,510,30,0,664,0,0,60,0,0,"$50,000 - $75,000",Boomers (55-73),Black only,"Other (Refused, Dont know, NIU)",,>300,Master's or Doctoral Degree,,0,55,570,664,0,0,151
+,2022,2.02211E+13,7051,West,Montana,87500,"House, apartment, flat",1,1,11484061,48,Male,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Very good,70,170,24.4,Associate degree - occupational vocational,College--four years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,165,0,0,0,0,600,0,0,115,0,0,95,0,405,"$75,000 - $100,000",Generation X (39-54),White only,Very good,5.5-6 feet,160-180,Associate Degree,,405,0,765,115,0,0,155
+,2022,2.02211E+13,7052,Northeast,New York,87500,"House, apartment, flat",1,1,14728679,17,Male,White only,Never married,"Native, born in United States",Excellent,71,165,23,11th grade,Eleventh grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,1,0,70,0,0,120,0,630,0,0,449,120,0,50,0,0,"$75,000 - $100,000",Generation Z (7-22),White only,Excellent,5.5-6 feet,160-180,Some High School,,0,120,700,569,0,0,51
+,2022,2.02211E+13,7053,South,Georgia,17500,"House, apartment, flat",1,1,4431737,75,Female,Black only,Widowed,"Native, born in United States",Poor,62,240,43.9,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,5,0,0,15,0,720,0,0,700,0,0,0,0,0,"$10,000 - $30,000",Silent (74-91),Black only,Poor,5-5.5 feet,200-300,Graduated High School,,0,15,725,700,0,0,0
+,2022,2.02211E+13,7054,South,Virginia,13750,"House, apartment, flat",1,1,10607290,55,Male,White only,Divorced,"Native, born in United States",Poor,68,145,22,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,30,0,0,0,0,900,0,0,510,0,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Poor,5.5-6 feet,140-160,Master's or Doctoral Degree,,0,0,930,510,0,0,0
+,2022,2.02211E+13,7055,South,Florida,125000,"House, apartment, flat",1,1,45675129,22,Female,"American Indian, Alaskan Native",Never married,"Foreign born, U.S. citizen by naturalization",Excellent,68,155,23.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,20,0,570,0,0,120,90,0,70,0,480,"$100,000 - $150,000",Millennials (23-38),"American Indian, Alaskan Native",Excellent,5.5-6 feet,140-160,Bachelor's Degree,,480,20,660,210,0,0,70
+,2022,2.02211E+13,7056,Midwest,Missouri,45000,"House, apartment, flat",1,1,26496474,29,Female,White only,Never married,"Native, born in United States",Very good,64,130,22.3,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,113,0,0,2,0,650,0,0,132,45,0,10,0,458,"$30,000 - $50,000",Millennials (23-38),White only,Very good,5-5.5 feet,120-140,Graduated High School,,458,2,763,177,0,0,10
+,2022,2.02211E+13,7057,West,California,87500,"House, apartment, flat",1,1,8197004,78,Female,White only,Married - spouse present,"Native, born in United States",Good,62,145,26.5,Associate degree - occupational vocational,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,432,30,100,0,0,59,0,578,0,0,210,0,0,31,0,0,"$75,000 - $100,000",Silent (74-91),White only,Good,5-5.5 feet,140-160,Associate Degree,,0,59,678,210,0,0,493
+,2022,2.02211E+13,7058,South,Alabama,22500,"House, apartment, flat",1,1,1869090,71,Female,White only,Married - spouse present,"Native, born in United States",Very good,62,135,24.7,Associate degree - occupational vocational,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,10,0,0,150,0,570,0,0,710,0,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Very good,5-5.5 feet,120-140,Associate Degree,,0,150,580,710,0,0,0
+,2022,2.02211E+13,7059,South,Texas,200000,"House, apartment, flat",1,1,17299607,51,Male,White only,Married - spouse present,"Native, born in United States",Very good,72,220,29.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,115,0,0,70,0,0,50,0,495,0,0,130,0,0,100,0,480,"$150,000 and over",Generation X (39-54),White only,Very good,6-6.5 feet,200-300,Bachelor's Degree,,480,50,565,130,0,0,215
+,2022,2.02211E+13,7060,South,Texas,67500,"House, apartment, flat",1,1,5863068,75,Male,White only,Divorced,"Native, born in United States",Fair,65,115,19.1,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,0,0,540,0,0,860,0,0,10,0,0,"$50,000 - $75,000",Silent (74-91),White only,Fair,5-5.5 feet,100-120,Graduated High School,,0,0,570,860,0,0,10
+,2022,2.02211E+13,7061,Northeast,New York,125000,"House, apartment, flat",1,1,9981323,50,Female,White only,Married - spouse present,"Native, born in United States",Very good,73,150,19.8,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,120,0,540,0,0,750,0,0,0,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Very good,6-6.5 feet,140-160,Graduated High School,,0,120,570,750,0,0,0
+,2022,2.02211E+13,7062,Midwest,Iowa,55000,"House, apartment, flat",1,1,2958103,79,Female,White only,Widowed,"Native, born in United States",Very good,67,165,25.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,60,30,15,0,0,225,0,725,0,60,285,0,10,30,0,0,"$50,000 - $75,000",Silent (74-91),White only,Very good,5.5-6 feet,160-180,Bachelor's Degree,,0,225,740,345,0,0,130
+,2022,2.02211E+13,7063,Midwest,Ohio,87500,"House, apartment, flat",1,1,13223448,73,Female,White only,Married - spouse present,"Native, born in United States",Very good,66,165,26.6,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,20,105,0,0,0,0,665,0,0,613,0,0,37,0,0,"$75,000 - $100,000",Silent (74-91),White only,Very good,5.5-6 feet,160-180,Graduated High School,,0,0,770,613,0,0,57
+,2022,2.02211E+13,7064,Northeast,New York,17500,"House, apartment, flat",1,1,5543353,85,Female,White only,Widowed,"Native, born in United States",Good,,134,998,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),Has vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,50,0,0,120,0,980,0,0,240,0,50,0,0,0,"$10,000 - $30,000",Silent (74-91),White only,Good,,120-140,Graduated High School,,0,120,1030,240,0,0,50
+,2022,2.02211E+13,7065,South,Texas,67500,"House, apartment, flat",1,1,31945040,44,Female,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Good,66,140,22.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,100,125,0,0,40,0,610,0,0,515,0,0,50,0,0,"$50,000 - $75,000",Generation X (39-54),White only,Good,5.5-6 feet,140-160,Bachelor's Degree,,0,40,735,515,0,0,150
+,2022,2.02211E+13,7066,South,Florida,125000,"House, apartment, flat",1,1,11669942,50,Female,White only,Married - spouse present,"Native, born in United States",Very good,67,180,28.2,Associate degree - occupational vocational,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,90,0,0,430,0,680,0,0,120,0,0,30,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Very good,5.5-6 feet,180-200,Associate Degree,,0,430,770,120,0,0,60
+,2022,2.02211E+13,7067,Midwest,Kansas,87500,"House, apartment, flat",1,1,11736247,72,Male,White only,Divorced,"Native, born in United States",Good,67,165,25.8,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,45,0,0,30,0,435,0,0,485,360,0,14,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Good,5.5-6 feet,160-180,Master's or Doctoral Degree,,0,30,480,845,0,0,44
+,2022,2.02211E+13,7068,Northeast,Massachusetts,67500,"House, apartment, flat",1,1,14393788,39,Male,Asian only,Divorced,"Foreign born, U.S. citizen by naturalization",Very good,65,150,25,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,8,0,45,60,0,0,25,0,607,0,0,30,0,0,70,0,595,"$50,000 - $75,000",Generation X (39-54),Asian only,Very good,5-5.5 feet,140-160,Bachelor's Degree,,595,25,667,30,0,0,123
+,2022,2.02211E+13,7069,Northeast,Maine,32500,"House, apartment, flat",1,1,13708148,19,Female,White only,Never married,"Foreign born, not a U.S. citizen",Good,62,163,29.8,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,570,0,720,0,0,120,0,0,0,0,0,"$30,000 - $50,000",Generation Z (7-22),White only,Good,5-5.5 feet,160-180,Graduated High School,,0,570,750,120,0,0,0
+,2022,2.02211E+13,7070,South,South Carolina,87500,"House, apartment, flat",1,1,2631147,71,Female,Black only,Never married,"Native, born in United States",Poor,64,9996,998,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,60,0,0,0,0,490,0,0,890,0,0,0,0,0,"$75,000 - $100,000",Boomers (55-73),Black only,Poor,5-5.5 feet,>300,Bachelor's Degree,,0,0,550,890,0,0,0
+,2022,2.02211E+13,7071,South,Arkansas,37500,"House, apartment, flat",1,1,5339998,68,Female,White only,Divorced,"Native, born in United States",Good,66,180,29,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,No difficulty remembering,0,0,25,60,0,0,120,0,490,0,0,520,0,0,45,0,180,"$30,000 - $50,000",Boomers (55-73),White only,Good,5.5-6 feet,180-200,Bachelor's Degree,,180,120,550,520,0,0,70
+,2022,2.02211E+13,7072,Midwest,Michigan,125000,"House, apartment, flat",1,1,15662413,34,Male,White only,Never married,"Foreign born, not a U.S. citizen",Very good,68,165,25.1,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,180,151,0,0,37,0,670,0,0,235,40,0,127,0,0,"$100,000 - $150,000",Millennials (23-38),White only,Very good,5.5-6 feet,160-180,Master's or Doctoral Degree,,0,37,821,275,0,0,307
+,2022,2.02211E+13,7073,West,Montana,55000,"House, apartment, flat",1,1,5739949,67,Male,White-American Indian,Married - spouse present,"Native, born in United States",Excellent,72,180,24.4,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,5,0,60,135,0,0,90,5,510,0,0,445,0,15,175,0,0,"$50,000 - $75,000",Boomers (55-73),Mixed,Excellent,6-6.5 feet,180-200,Graduated High School,,0,95,645,445,0,0,255
+,2022,2.02211E+13,7074,South,Alabama,87500,"House, apartment, flat",1,1,4690185,50,Female,White only,Married - spouse present,"Native, born in United States",Good,62,160,29.3,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,0,0,395,0,0,435,0,0,55,0,465,"$75,000 - $100,000",Generation X (39-54),White only,Good,5-5.5 feet,160-180,Graduated High School,,465,0,485,435,0,0,55
+,2022,2.02211E+13,7075,West,Arizona,17500,"House, apartment, flat",1,1,5648306,56,Female,White only,Widowed,"Native, born in United States",Fair,63,165,29.2,Some college but no degree,Twelfth grade,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,140,0,0,30,0,0,0,0,570,0,0,0,0,0,20,0,680,"$10,000 - $30,000",Boomers (55-73),White only,Fair,5-5.5 feet,160-180,Some College,,680,0,600,0,0,0,160
+,2022,2.02211E+13,7076,South,Oklahoma,125000,"House, apartment, flat",1,1,8772340,80,Male,White only,Married - spouse present,"Native, born in United States",Very good,74,245,31.5,Associate degree - occupational vocational,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,285,0,510,0,0,345,30,0,0,180,0,"$100,000 - $150,000",Silent (74-91),White only,Very good,6-6.5 feet,200-300,Associate Degree,,0,285,600,375,0,180,0
+,2022,2.02211E+13,7077,South,Texas,8750,"House, apartment, flat",1,1,4904961,80,Female,White only,Widowed,"Native, born in United States",Fair,65,143,23.8,Some college but no degree,College--three years,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,Has mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,66,0,0,165,0,707,0,60,322,120,0,0,0,0,"Less than $10,000",Silent (74-91),White only,Fair,5-5.5 feet,140-160,Some College,,0,165,773,502,0,0,0
+,2022,2.02211E+13,7078,Midwest,Illinois,55000,"House, apartment, flat",1,1,7577510,71,Female,White only,Never married,"Native, born in United States",Very good,67,175,27.4,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,81,65,0,0,32,0,480,0,0,605,0,0,177,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Very good,5.5-6 feet,160-180,Graduated High School,,0,32,545,605,0,0,258
+,2022,2.02211E+13,7079,Northeast,Pennsylvania,125000,"House, apartment, flat",1,1,10182528,47,Female,White only,Married - spouse present,"Native, born in United States",Very good,60,135,26.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,170,0,120,45,0,0,133,0,452,0,0,270,0,0,250,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Very good,5-5.5 feet,120-140,Bachelor's Degree,,0,133,497,270,0,0,540
+,2022,2.02211E+13,7080,South,Florida,55000,"House, apartment, flat",1,1,13831912,30,Male,White only,Never married,"Native, born in United States",Poor,69,98,14.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,0,0,480,30,0,330,0,60,180,0,240,"$50,000 - $75,000",Millennials (23-38),White only,Poor,5.5-6 feet,<100,Bachelor's Degree,,240,0,630,330,0,0,240
+,2022,2.02211E+13,7081,South,Florida,22500,"House, apartment, flat",1,1,15602962,71,Male,White only,Married - spouse present,"Native, born in United States",Very good,70,220,31.6,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,45,0,0,50,0,510,0,0,535,0,0,50,0,240,"$10,000 - $30,000",Boomers (55-73),White only,Very good,5.5-6 feet,200-300,Some College,,240,50,555,535,0,0,60
+,2022,2.02211E+13,7082,West,Washington,13750,Mobile home or trailer with no permanent room added,1,1,2766564,70,Female,White only,Divorced,"Native, born in United States",Good,64,164,28.1,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,45,0,0,20,0,660,0,0,585,0,0,70,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Good,5-5.5 feet,160-180,Graduated High School,,0,20,705,585,0,0,130
+,2022,2.02211E+13,7083,Midwest,Ohio,37500,"House, apartment, flat",1,1,26416946,19,Female,White only,Never married,"Native, born in United States",Very good,69,162,23.9,High school graduate - diploma,Twelfth grade,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,180,0,60,0,0,180,0,660,0,0,235,0,0,125,0,0,"$30,000 - $50,000",Generation Z (7-22),White only,Very good,5.5-6 feet,160-180,Graduated High School,,0,180,720,235,0,0,305
+,2022,2.02211E+13,7084,Midwest,Indiana,87500,"House, apartment, flat",1,1,5076555,35,Female,White only,Married - spouse present,"Native, born in United States",Very good,64,9996,998,Some college but no degree,College--three years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,165,0,0,60,0,0,15,0,730,0,0,225,0,0,40,145,0,"$75,000 - $100,000",Millennials (23-38),White only,Very good,5-5.5 feet,>300,Some College,,0,15,790,225,0,145,205
+,2022,2.02211E+13,7085,South,Kentucky,55000,"House, apartment, flat",1,1,4427742,35,Male,White only,Married - spouse present,"Native, born in United States",Good,70,200,28.7,Associate degree - occupational vocational,College--four years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,Has difficulty remembering,0,0,60,60,0,0,435,0,580,0,0,240,0,0,65,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Good,5.5-6 feet,200-300,Associate Degree,,0,435,640,240,0,0,125
+,2022,2.02211E+13,7086,South,Georgia,37500,"House, apartment, flat",1,1,7005533,80,Female,White only,Widowed,"Native, born in United States",Fair,67,213,33.4,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,Has mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,150,0,0,455,0,498,0,0,337,0,0,0,0,0,"$30,000 - $50,000",Silent (74-91),White only,Fair,5.5-6 feet,200-300,Graduated High School,,0,455,648,337,0,0,0
+,2022,2.02211E+13,7087,Midwest,Minnesota,22500,"House, apartment, flat",1,1,7425233,75,Male,White only,Never married,"Native, born in United States",Fair,76,225,27.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,5,20,0,0,20,0,639,0,0,740,0,0,16,0,0,"$10,000 - $30,000",Silent (74-91),White only,Fair,6-6.5 feet,200-300,Bachelor's Degree,,0,20,659,740,0,0,21
+,2022,2.02211E+13,7088,Midwest,Nebraska,67500,"House, apartment, flat",1,1,5351667,85,Female,White only,Widowed,"Native, born in United States",Very good,66,115,18.6,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,95,0,0,60,0,555,240,87,255,0,75,73,0,0,"$50,000 - $75,000",Silent (74-91),White only,Very good,5.5-6 feet,100-120,Some College,,0,60,890,342,0,0,148
+,2022,2.02211E+13,7089,West,Washington,87500,"House, apartment, flat",1,1,6944689,41,Female,White only,Married - spouse present,"Native, born in United States",Good,63,160,28.3,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,15,0,0,105,0,0,135,0,600,0,0,130,0,0,40,0,415,"$75,000 - $100,000",Generation X (39-54),White only,Good,5-5.5 feet,160-180,Some College,,415,135,705,130,0,0,55
+,2022,2.02211E+13,7090,West,California,125000,"House, apartment, flat",1,1,5094938,66,Female,White only,Never married,"Native, born in United States",Fair,68,225,34.2,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,75,70,0,0,473,0,525,0,0,285,0,0,12,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Fair,5.5-6 feet,200-300,Associate Degree,,0,473,595,285,0,0,87
+,2022,2.02211E+13,7091,South,North Carolina,125000,"House, apartment, flat",1,1,15846230,18,Male,White only,Divorced,"Native, born in United States",Very good,76,235,28.6,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,360,0,540,0,0,510,0,0,0,0,0,"$100,000 - $150,000",Generation Z (7-22),White only,Very good,6-6.5 feet,200-300,Master's or Doctoral Degree,,0,360,570,510,0,0,0
+,2022,2.02211E+13,7092,West,Colorado,200000,"House, apartment, flat",1,1,22243830,57,Male,White only,Married - spouse present,"Native, born in United States",Good,70,225,32.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,10,0,90,70,0,400,0,0,170,0,0,35,0,665,"$150,000 and over",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Bachelor's Degree,,665,70,410,170,0,0,125
+,2022,2.02211E+13,7093,South,Georgia,125000,"House, apartment, flat",1,1,6122995,34,Female,White only,Married - spouse present,"Native, born in United States",Very good,67,145,22.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,10,0,0,15,0,600,0,0,465,0,0,40,0,310,"$100,000 - $150,000",Millennials (23-38),White only,Very good,5.5-6 feet,140-160,Bachelor's Degree,,310,15,610,465,0,0,40
+,2022,2.02211E+13,7094,Northeast,Pennsylvania,125000,"House, apartment, flat",1,1,10002249,66,Male,White only,Married - spouse present,"Native, born in United States",Good,74,185,23.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,15,0,570,0,0,375,0,0,50,0,370,"$100,000 - $150,000",Boomers (55-73),White only,Good,6-6.5 feet,180-200,Bachelor's Degree,,370,15,630,375,0,0,50
+,2022,2.02211E+13,7095,South,South Carolina,17500,Mobile home or trailer with no permanent room added,1,1,54719888,18,Female,White only,Never married,"Native, born in United States",Good,64,120,20.6,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,240,0,0,0,740,0,0,270,0,0,130,0,0,"$10,000 - $30,000",Generation Z (7-22),White only,Good,5-5.5 feet,120-140,Graduated High School,,0,0,800,270,240,0,130
+,2022,2.02211E+13,7096,Northeast,New York,200000,"House, apartment, flat",1,1,10240710,44,Female,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Fair,63,160,28.3,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,100,0,0,110,0,0,450,0,630,0,0,45,90,15,0,0,0,"$150,000 and over",Generation X (39-54),White only,Fair,5-5.5 feet,160-180,Master's or Doctoral Degree,,0,450,740,135,0,0,115
+,2022,2.02211E+13,7097,South,Arkansas,11250,Mobile home or trailer with no permanent room added,1,1,2013636,67,Female,White only,Divorced,"Native, born in United States",Poor,62,157,28.7,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,Has difficulty remembering,0,0,180,20,0,0,105,40,665,0,0,380,0,20,30,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Poor,5-5.5 feet,140-160,Graduated High School,,0,145,685,380,0,0,230
+,2022,2.02211E+13,7098,Northeast,New York,22500,"House, apartment, flat",1,1,4541641,75,Female,Black only,Divorced,"Foreign born, U.S. citizen by naturalization",Fair,63,198,35.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,423,0,115,0,0,90,0,590,0,0,107,0,45,0,0,0,"$10,000 - $30,000",Silent (74-91),Black only,Fair,5-5.5 feet,180-200,Bachelor's Degree,,0,90,705,107,0,0,468
+,2022,2.02211E+13,7099,Northeast,Massachusetts,22500,"House, apartment, flat",1,1,4381387,68,Male,White only,Divorced,"Native, born in United States",Good,72,240,32.5,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,150,0,0,120,0,495,0,0,645,30,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Good,6-6.5 feet,200-300,Graduated High School,,0,120,645,675,0,0,0
+,2022,2.02211E+13,7100,South,Texas,200000,"House, apartment, flat",1,1,19355905,36,Male,White only,Married - spouse present,"Native, born in United States",Fair,71,250,34.9,High school graduate - GED,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,30,0,580,0,0,120,0,0,40,0,640,"$150,000 and over",Millennials (23-38),White only,Fair,5.5-6 feet,200-300,Graduated High School,,640,30,610,120,0,0,40
+,2022,2.02211E+13,7101,Midwest,Michigan,32500,"House, apartment, flat",1,1,18236168,66,Female,White only,Married - spouse present,"Native, born in United States",Very good,65,129,21.5,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,65,0,0,250,0,465,0,0,180,0,0,30,0,450,"$30,000 - $50,000",Boomers (55-73),White only,Very good,5-5.5 feet,120-140,Graduated High School,,450,250,530,180,0,0,30
+,2022,2.02211E+13,7102,West,California,37500,"House, apartment, flat",1,1,25035736,43,Male,White only,Never married,"Native, born in United States",Good,72,250,33.9,High school graduate - diploma,Twelfth grade,Unemployed - on layoff,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,70,0,0,192,0,690,0,0,350,120,0,18,0,0,"$30,000 - $50,000",Generation X (39-54),White only,Good,6-6.5 feet,200-300,Graduated High School,,0,192,760,470,0,0,18
+,2022,2.02211E+13,7103,Northeast,Rhode Island,87500,"House, apartment, flat",1,1,9552944,39,Female,White only,Married - spouse present,"Native, born in United States",Fair,62,9996,998,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,15,0,0,105,0,0,0,0,360,0,0,780,0,0,180,0,0,"$75,000 - $100,000",Generation X (39-54),White only,Fair,5-5.5 feet,>300,Master's or Doctoral Degree,,0,0,465,780,0,0,195
+,2022,2.02211E+13,7104,Midwest,Iowa,200000,"House, apartment, flat",1,1,3718573,60,Female,White only,Married - spouse present,"Native, born in United States",Very good,63,150,26.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,105,0,0,80,0,560,5,0,325,195,0,160,0,0,"$150,000 and over",Boomers (55-73),White only,Very good,5-5.5 feet,140-160,Bachelor's Degree,,0,80,670,520,0,0,170
+,2022,2.02211E+13,7105,Midwest,Missouri,67500,"House, apartment, flat",1,1,16059570,62,Female,White only,Married - spouse present,"Native, born in United States",Good,64,135,23.2,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,40,0,0,425,0,630,0,0,345,0,0,0,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Good,5-5.5 feet,120-140,Graduated High School,,0,425,670,345,0,0,0
+,2022,2.02211E+13,7106,South,Texas,125000,"House, apartment, flat",1,1,13841965,57,Female,White only,Never married,"Native, born in United States",NIU (Not in universe),,9999,998,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,40,0,0,27,0,545,0,0,100,0,0,45,0,533,"$100,000 - $150,000",Boomers (55-73),White only,"Other (Refused, Dont know, NIU)",,>300,Master's or Doctoral Degree,,533,27,585,100,0,0,45
+,2022,2.02211E+13,7107,South,West Virginia,8750,"House, apartment, flat",1,1,17001081,57,Male,White only,Widowed,"Native, born in United States",Good,74,260,33.4,7th or 8th grade,Seventh through eighth grade,Employed - absent,No,Has vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,0,0,900,0,0,450,0,0,0,0,0,"Less than $10,000",Boomers (55-73),White only,Good,6-6.5 feet,200-300,Middle School or Less,,0,0,990,450,0,0,0
+,2022,2.02211E+13,7108,South,Georgia,45000,"House, apartment, flat",1,1,37166880,41,Male,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Very good,,155,998,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,150,0,0,0,0,440,0,0,210,0,0,100,0,540,"$30,000 - $50,000",Generation X (39-54),White only,Very good,,140-160,Graduated High School,,540,0,590,210,0,0,100
+,2022,2.02211E+13,7109,Midwest,Missouri,8750,"House, apartment, flat",1,1,5952639,78,Male,Black only,Divorced,"Native, born in United States",Fair,72,170,23.1,High school graduate - GED,Eleventh grade,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,Has mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,60,0,0,0,0,360,0,0,1020,0,0,0,0,0,"Less than $10,000",Silent (74-91),Black only,Fair,6-6.5 feet,160-180,Graduated High School,,0,0,420,1020,0,0,0
+,2022,2.02211E+13,7110,West,Washington,67500,"House, apartment, flat",1,1,69363096,17,Female,White-Black,Never married,"Native, born in United States",Excellent,65,165,27.5,11th grade,Eleventh grade,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,20,0,0,40,510,0,0,0,578,0,20,80,163,0,29,0,0,"$50,000 - $75,000",Generation Z (7-22),Mixed,Excellent,5-5.5 feet,160-180,Some High School,,0,0,618,263,510,0,49
+,2022,2.02211E+13,7111,South,Texas,125000,"House, apartment, flat",1,1,8277452,40,Male,Asian only,Married - spouse present,"Foreign born, not a U.S. citizen",Very good,70,160,23,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,240,0,240,60,0,0,0,0,850,0,0,0,0,0,50,0,0,"$100,000 - $150,000",Generation X (39-54),Asian only,Very good,5.5-6 feet,160-180,Master's or Doctoral Degree,,0,0,910,0,0,0,530
+,2022,2.02211E+13,7112,West,Utah,67500,"House, apartment, flat",1,1,46461708,21,Female,White only,Never married,"Native, born in United States",Excellent,62,120,21.9,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,5,105,0,0,0,0,410,0,0,493,0,0,53,0,374,"$50,000 - $75,000",Generation Z (7-22),White only,Excellent,5-5.5 feet,120-140,Some College,,374,0,515,493,0,0,58
+,2022,2.02211E+13,7113,South,Florida,45000,"House, apartment, flat",1,1,12992121,85,Male,White only,Widowed,"Native, born in United States",Fair,70,180,25.8,9th grade,Ninth grade,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,140,0,0,112,0,630,120,0,318,0,0,45,0,0,"$30,000 - $50,000",Silent (74-91),White only,Fair,5.5-6 feet,180-200,Some High School,,0,112,890,318,0,0,45
+,2022,2.02211E+13,7114,Midwest,Minnesota,125000,"House, apartment, flat",1,1,13616118,48,Male,White only,Married - spouse present,"Native, born in United States",Very good,70,205,29.4,Associate degree - occupational vocational,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,40,0,0,50,0,518,0,0,20,0,0,14,313,485,"$100,000 - $150,000",Generation X (39-54),White only,Very good,5.5-6 feet,200-300,Associate Degree,,485,50,558,20,0,313,14
+,2022,2.02211E+13,7115,West,California,87500,"House, apartment, flat",1,1,4472989,66,Female,White only,Divorced,"Native, born in United States",Fair,61,140,26.4,High school graduate - GED,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,135,0,570,0,0,735,0,0,0,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Fair,5-5.5 feet,140-160,Graduated High School,,0,135,570,735,0,0,0
+,2022,2.02211E+13,7116,Northeast,New York,125000,"House, apartment, flat",1,1,6728487,36,Female,White only,Married - spouse present,"Native, born in United States",Good,62,160,29.3,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,380,0,65,70,0,0,130,5,495,0,0,210,0,0,85,0,0,"$100,000 - $150,000",Millennials (23-38),White only,Good,5-5.5 feet,160-180,Master's or Doctoral Degree,,0,135,565,210,0,0,530
+,2022,2.02211E+13,7117,West,California,87500,"House, apartment, flat",1,1,16057335,47,Male,White only,Married - spouse present,"Native, born in United States",Good,71,184,25.7,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,110,0,0,25,0,0,85,0,555,0,0,150,15,0,0,0,500,"$75,000 - $100,000",Generation X (39-54),White only,Good,5.5-6 feet,180-200,Master's or Doctoral Degree,,500,85,580,165,0,0,110
+,2022,2.02211E+13,7118,South,Texas,55000,"House, apartment, flat",1,1,14074072,56,Female,White only,Married - spouse absent,"Native, born in United States",Very good,59,205,41.4,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,100,0,0,440,0,570,0,0,330,0,0,0,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Very good,0-5 feet,200-300,Graduated High School,,0,440,670,330,0,0,0
+,2022,2.02211E+13,7119,Northeast,New York,27500,"House, apartment, flat",1,1,7070602,34,Female,White only,Married - spouse present,"Native, born in United States",NIU (Not in universe),,9999,999,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,336,0,0,165,0,0,180,0,645,0,30,30,0,0,24,30,0,"$10,000 - $30,000",Millennials (23-38),White only,"Other (Refused, Dont know, NIU)",,>300,Master's or Doctoral Degree,,0,180,810,60,0,30,360
+,2022,2.02211E+13,7120,South,Kentucky,22500,"House, apartment, flat",1,1,16989567,69,Male,White only,Married - spouse present,"Native, born in United States",Very good,70,170,24.4,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,20,0,510,0,0,195,565,0,30,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Very good,5.5-6 feet,160-180,Graduated High School,,0,20,540,760,0,0,30
+,2022,2.02211E+13,7121,South,Delaware,27500,Mobile home or trailer with no permanent room added,1,1,5386872,78,Male,White only,Divorced,"Native, born in United States",Fair,67,213,33.4,High school graduate - GED,Seventh through eighth grade,Not in labor force,NIU (Not in universe),Has vision difficulty,No hearing difficulty,Has mobility limitation,No physical difficulty,No difficulty remembering,0,0,5,60,0,0,50,0,530,0,0,570,0,0,225,0,0,"$10,000 - $30,000",Silent (74-91),White only,Fair,5.5-6 feet,200-300,Graduated High School,,0,50,590,570,0,0,230
+,2022,2.02211E+13,7122,Midwest,Missouri,125000,"House, apartment, flat",1,1,6512872,66,Female,White only,Divorced,"Native, born in United States",Fair,65,9997,998,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,25,0,0,0,0,701,0,0,714,0,0,0,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Fair,5-5.5 feet,>300,Graduated High School,,0,0,726,714,0,0,0
+,2022,2.02211E+13,7123,Midwest,Wisconsin,125000,"House, apartment, flat",1,1,3776206,70,Female,White only,Married - spouse present,"Native, born in United States",Good,64,200,34.3,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,252,0,693,0,0,345,0,0,30,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Good,5-5.5 feet,200-300,Master's or Doctoral Degree,,0,252,813,345,0,0,30
+,2022,2.02211E+13,7124,Northeast,Massachusetts,125000,"House, apartment, flat",1,1,14033321,64,Female,White only,Married - spouse present,"Native, born in United States",Fair,63,9997,998,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,80,0,0,260,0,530,0,0,560,0,0,10,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Fair,5-5.5 feet,>300,Graduated High School,,0,260,610,560,0,0,10
+,2022,2.02211E+13,7125,Midwest,Michigan,87500,"House, apartment, flat",1,1,5682621,65,Female,White only,Married - spouse present,"Native, born in United States",NIU (Not in universe),,9999,999,Associate degree - occupational vocational,College--two years,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,105,0,0,30,0,540,0,0,120,0,60,0,0,585,"$75,000 - $100,000",Boomers (55-73),White only,"Other (Refused, Dont know, NIU)",,>300,Associate Degree,,585,30,645,120,0,0,60
+,2022,2.02211E+13,7126,South,Florida,67500,"House, apartment, flat",1,1,8426776,71,Female,White only,Married - spouse present,"Native, born in United States",Very good,60,137,26.8,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,130,90,0,0,2,0,330,0,0,808,0,0,80,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Very good,5-5.5 feet,120-140,Associate Degree,,0,2,420,808,0,0,210
+,2022,2.02211E+13,7127,South,Texas,125000,"House, apartment, flat",1,1,14361082,36,Male,White only,Married - spouse present,"Native, born in United States",Fair,72,295,40,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,170,0,10,60,0,0,75,0,565,0,0,0,0,0,140,0,420,"$100,000 - $150,000",Millennials (23-38),White only,Fair,6-6.5 feet,200-300,Master's or Doctoral Degree,,420,75,625,0,0,0,320
+,2022,2.02211E+13,7128,West,Utah,32500,Mobile home or trailer with no permanent room added,1,1,5481141,61,Male,White only,Never married,"Foreign born, not a U.S. citizen",Good,,160,998,"1st, 2nd, 3rd, or 4th grade",First through fourth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,210,0,0,240,0,720,0,0,180,0,0,30,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Good,,160-180,Middle School or Less,,0,240,930,180,0,0,90
+,2022,2.02211E+13,7129,South,Texas,200000,"House, apartment, flat",1,1,4407459,62,Female,White only,Never married,"Native, born in United States",Very good,61,140,26.4,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,0,0,450,0,0,150,0,0,0,0,810,"$150,000 and over",Boomers (55-73),White only,Very good,5-5.5 feet,140-160,Master's or Doctoral Degree,,810,0,480,150,0,0,0
+,2022,2.02211E+13,7130,Northeast,Massachusetts,45000,"House, apartment, flat",1,1,3248874,80,Female,White only,Widowed,"Native, born in United States",Very good,63,150,26.6,Associate degree - occupational vocational,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,65,0,0,446,0,630,0,0,255,0,20,0,0,0,"$30,000 - $50,000",Silent (74-91),White only,Very good,5-5.5 feet,140-160,Associate Degree,,0,446,695,255,0,0,20
+,2022,2.02211E+13,7131,South,Arkansas,32500,"House, apartment, flat",1,1,2414053,49,Female,White only,Never married,"Native, born in United States",Very good,72,9997,998,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,180,0,520,0,0,240,0,0,20,450,0,"$30,000 - $50,000",Generation X (39-54),White only,Very good,6-6.5 feet,>300,Master's or Doctoral Degree,,0,180,550,240,0,450,20
+,2022,2.02211E+13,7132,Northeast,Pennsylvania,125000,"House, apartment, flat",1,1,8337124,62,Male,White only,Married - spouse present,"Native, born in United States",Very good,74,170,21.8,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,25,120,0,0,180,0,535,0,0,190,0,0,390,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Very good,6-6.5 feet,160-180,Master's or Doctoral Degree,,0,180,655,190,0,0,415
+,2022,2.02211E+13,7133,South,Virginia,87500,"House, apartment, flat",1,1,7247919,65,Male,White only,Married - spouse present,"Native, born in United States",Fair,64,165,28.3,10th grade,Tenth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,70,45,0,0,225,0,490,0,0,478,45,0,87,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Fair,5-5.5 feet,160-180,Some High School,,0,225,535,523,0,0,157
+,2022,2.02211E+13,7134,South,Mississippi,125000,"House, apartment, flat",1,1,9712582,49,Male,White only,Married - spouse present,"Native, born in United States",Very good,73,225,29.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,35,0,50,40,0,0,0,0,455,0,0,260,0,0,160,0,440,"$100,000 - $150,000",Generation X (39-54),White only,Very good,6-6.5 feet,200-300,Bachelor's Degree,,440,0,495,260,0,0,245
+,2022,2.02211E+13,7135,Northeast,New York,67500,"House, apartment, flat",1,1,14600638,76,Female,White only,Married - spouse present,"Native, born in United States",Excellent,62,155,28.3,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,60,0,0,110,0,660,0,0,530,0,0,50,0,0,"$50,000 - $75,000",Silent (74-91),White only,Excellent,5-5.5 feet,140-160,Graduated High School,,0,110,720,530,0,0,80
+,2022,2.02211E+13,7136,South,North Carolina,200000,"House, apartment, flat",1,1,11999170,47,Male,White only,Married - spouse present,"Native, born in United States",Very good,73,170,22.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,30,0,0,15,0,0,55,0,505,0,0,140,45,0,70,0,580,"$150,000 and over",Generation X (39-54),White only,Very good,6-6.5 feet,160-180,Bachelor's Degree,,580,55,520,185,0,0,100
+,2022,2.02211E+13,7137,West,Washington,87500,"House, apartment, flat",1,1,10161624,38,Male,White only,Married - spouse present,"Native, born in United States",Very good,76,185,22.5,Some college but no degree,College--three years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,133,0,115,30,0,0,115,0,560,0,0,220,60,0,207,0,0,"$75,000 - $100,000",Generation X (39-54),White only,Very good,6-6.5 feet,180-200,Some College,,0,115,590,280,0,0,455
+,2022,2.02211E+13,7138,South,Oklahoma,125000,"House, apartment, flat",1,1,47051214,18,Male,White only,Never married,"Native, born in United States",Excellent,74,175,22.5,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,65,0,0,20,0,545,0,0,240,60,0,20,0,490,"$100,000 - $150,000",Generation Z (7-22),White only,Excellent,6-6.5 feet,160-180,Graduated High School,,490,20,610,300,0,0,20
+,2022,2.02211E+13,7139,Northeast,New York,87500,"House, apartment, flat",1,1,14764040,34,Male,White only,Never married,"Native, born in United States",Good,70,230,33,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,10,0,60,45,0,0,145,0,750,0,0,390,0,0,40,0,0,"$75,000 - $100,000",Millennials (23-38),White only,Good,5.5-6 feet,200-300,Associate Degree,,0,145,795,390,0,0,110
+,2022,2.02211E+13,7140,South,West Virginia,32500,"House, apartment, flat",1,1,6166562,72,Female,White only,Widowed,"Native, born in United States",Good,70,225,32.3,10th grade,Tenth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,35,20,0,0,255,0,575,35,0,370,60,5,85,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Some High School,,0,255,630,430,0,0,125
+,2022,2.02211E+13,7141,Northeast,Pennsylvania,45000,"House, apartment, flat",1,1,16861058,45,Female,White only,Married - spouse present,"Native, born in United States",NIU (Not in universe),,9999,999,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,Has mobility limitation,No physical difficulty,Has difficulty remembering,0,0,0,0,0,0,0,0,280,0,0,250,0,0,110,120,680,"$30,000 - $50,000",Generation X (39-54),White only,"Other (Refused, Dont know, NIU)",,>300,Graduated High School,,680,0,280,250,0,120,110
+,2022,2.02211E+13,7142,Midwest,Indiana,45000,"House, apartment, flat",1,1,23666352,67,Female,Black only,Married - spouse present,"Native, born in United States",Good,63,200,35.4,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,35,0,0,105,0,525,0,0,775,0,0,0,0,0,"$30,000 - $50,000",Boomers (55-73),Black only,Good,5-5.5 feet,200-300,Graduated High School,,0,105,560,775,0,0,0
+,2022,2.02211E+13,7143,Midwest,Wisconsin,67500,"House, apartment, flat",1,1,9475304,69,Male,White only,Married - spouse present,"Native, born in United States",Very good,72,250,33.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,65,0,0,30,0,870,0,0,415,0,0,60,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Very good,6-6.5 feet,200-300,Bachelor's Degree,,0,30,935,415,0,0,60
+,2022,2.02211E+13,7144,South,Georgia,22500,"House, apartment, flat",1,1,22499018,48,Female,Black only,Never married,"Native, born in United States",Fair,61,135,25.5,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,155,1,15,5,0,0,192,0,599,0,0,249,0,210,14,0,0,"$10,000 - $30,000",Generation X (39-54),Black only,Fair,5-5.5 feet,120-140,Some College,,0,192,604,249,0,0,395
+,2022,2.02211E+13,7145,West,Colorado,45000,"House, apartment, flat",1,1,14492554,72,Male,White only,Married - spouse present,"Native, born in United States",Good,73,240,31.7,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,40,0,0,45,0,540,0,0,245,80,0,80,410,0,"$30,000 - $50,000",Boomers (55-73),White only,Good,6-6.5 feet,200-300,Some College,,0,45,580,325,0,410,80
+,2022,2.02211E+13,7146,South,Virginia,87500,"House, apartment, flat",1,1,47533288,61,Male,Black only,Married - spouse present,"Native, born in United States",Good,69,265,39.1,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,15,90,190,0,60,0,600,0,0,180,0,0,125,0,180,"$75,000 - $100,000",Boomers (55-73),Black only,Good,5.5-6 feet,200-300,Graduated High School,,180,60,690,180,190,0,140
+,2022,2.02211E+13,7147,Midwest,Michigan,13750,"House, apartment, flat",1,1,9936968,85,Female,White only,Widowed,"Native, born in United States",Good,62,110,20.1,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),Has vision difficulty,Has hearing difficulty,Has mobility limitation,Has physical difficulty,Has difficulty remembering,0,0,0,90,0,0,195,0,285,0,0,810,0,0,0,0,0,"$10,000 - $30,000",Silent (74-91),White only,Good,5-5.5 feet,100-120,Graduated High School,,0,195,375,810,0,0,0
+,2022,2.02211E+13,7148,South,North Carolina,87500,"House, apartment, flat",1,1,11771751,76,Male,White only,Married - spouse present,"Native, born in United States",Very good,69,164,24.2,Associate degree - academic program,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,0,0,210,0,540,0,0,615,0,0,0,0,0,"$75,000 - $100,000",Silent (74-91),White only,Very good,5.5-6 feet,160-180,Associate Degree,,0,210,615,615,0,0,0
+,2022,2.02211E+13,7149,West,California,2500,"House, apartment, flat",1,1,5823764,71,Female,Asian only,Never married,"Foreign born, U.S. citizen by naturalization",Good,62,147,26.9,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,160,0,0,80,0,785,0,210,205,0,0,0,0,0,"Less than $10,000",Boomers (55-73),Asian only,Good,5-5.5 feet,140-160,Some College,,0,80,945,415,0,0,0
+,2022,2.02211E+13,7150,South,South Carolina,67500,"House, apartment, flat",1,1,4857180,73,Male,White only,Married - spouse present,"Native, born in United States",Excellent,69,187,27.6,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,90,85,0,0,15,0,660,0,0,320,0,0,117,0,153,"$50,000 - $75,000",Silent (74-91),White only,Excellent,5.5-6 feet,180-200,Master's or Doctoral Degree,,153,15,745,320,0,0,207
+,2022,2.02211E+13,7151,Midwest,Indiana,67500,"House, apartment, flat",1,1,3467298,71,Female,White only,Married - spouse present,"Native, born in United States",Good,62,120,21.9,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,105,0,0,142,0,581,0,0,570,0,0,42,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Good,5-5.5 feet,120-140,Graduated High School,,0,142,686,570,0,0,42
+,2022,2.02211E+13,7152,South,North Carolina,55000,"House, apartment, flat",1,1,8097751,60,Female,White only,Married - spouse present,"Native, born in United States",Good,65,150,25,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,342,75,103,0,0,20,0,570,0,0,230,38,0,62,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Good,5-5.5 feet,140-160,Some College,,0,20,673,268,0,0,479
+,2022,2.02211E+13,7153,Midwest,Wisconsin,67500,"House, apartment, flat",1,1,6921763,29,Male,White only,Married - spouse present,"Native, born in United States",Good,69,197,29.1,Some college but no degree,College--two years,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,126,0,0,65,0,0,78,0,490,0,0,364,0,0,31,0,211,"$50,000 - $75,000",Millennials (23-38),White only,Good,5.5-6 feet,180-200,Some College,,211,78,555,364,0,0,157
+,2022,2.02211E+13,7154,Northeast,New York,200000,"House, apartment, flat",1,1,15175281,39,Female,White only,Married - spouse present,"Native, born in United States",Very good,59,170,34.3,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,35,0,0,65,0,520,0,0,180,0,0,50,0,590,"$150,000 and over",Generation X (39-54),White only,Very good,0-5 feet,160-180,Master's or Doctoral Degree,,590,65,555,180,0,0,50
+,2022,2.02211E+13,7155,Northeast,Connecticut,87500,"House, apartment, flat",1,1,14424111,75,Male,White only,Married - spouse present,"Native, born in United States",Excellent,64,171,29.3,7th or 8th grade,Seventh through eighth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,105,0,0,205,0,510,15,0,565,0,0,40,0,0,"$75,000 - $100,000",Silent (74-91),White only,Excellent,5-5.5 feet,160-180,Middle School or Less,,0,205,630,565,0,0,40
+,2022,2.02211E+13,7156,South,Texas,67500,"House, apartment, flat",1,1,38824510,43,Female,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Good,63,210,37.2,12th grade - no diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,17,8,135,40,0,20,393,0,540,0,0,55,0,0,232,0,0,"$50,000 - $75,000",Generation X (39-54),White only,Good,5-5.5 feet,200-300,Some High School,,0,393,580,55,0,0,412
+,2022,2.02211E+13,7157,Midwest,Minnesota,55000,"House, apartment, flat",1,1,17620278,64,Male,White only,Married - spouse present,"Native, born in United States",Excellent,70,210,30.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,20,60,0,25,25,0,555,0,0,90,0,0,50,0,480,"$50,000 - $75,000",Boomers (55-73),White only,Excellent,5.5-6 feet,200-300,Bachelor's Degree,,480,25,615,90,0,0,95
+,2022,2.02211E+13,7158,West,Colorado,125000,"House, apartment, flat",1,1,4124053,33,Male,White only,Never married,"Native, born in United States",Good,67,180,28.2,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,190,110,0,0,150,0,690,0,0,180,0,0,60,0,60,"$100,000 - $150,000",Millennials (23-38),White only,Good,5.5-6 feet,180-200,Master's or Doctoral Degree,,60,150,800,180,0,0,250
+,2022,2.02211E+13,7159,Midwest,Michigan,22500,Mobile home or trailer with no permanent room added,1,1,13953980,29,Female,White only,Widowed,"Native, born in United States",Good,68,190,28.9,11th grade,Eleventh grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,30,0,0,65,0,0,350,0,720,0,0,275,0,0,0,0,0,"$10,000 - $30,000",Millennials (23-38),White only,Good,5.5-6 feet,180-200,Some High School,,0,350,785,275,0,0,30
+,2022,2.02211E+13,7160,South,Tennessee,125000,"House, apartment, flat",1,1,26411836,39,Male,White only,Never married,"Native, born in United States",Fair,67,140,21.9,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,20,5,20,0,0,0,0,805,0,0,480,0,0,110,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Fair,5.5-6 feet,140-160,Graduated High School,,0,0,825,480,0,0,135
+,2022,2.02211E+13,7161,West,Nevada,67500,"House, apartment, flat",1,1,7519317,56,Male,White only,Divorced,"Native, born abroad of American parent or parents",Refused,,9996,998,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,55,0,0,45,0,439,0,0,208,0,0,60,0,633,"$50,000 - $75,000",Boomers (55-73),White only,"Other (Refused, Dont know, NIU)",,>300,Some College,,633,45,494,208,0,0,60
+,2022,2.02211E+13,7162,Midwest,Illinois,200000,"House, apartment, flat",1,1,10356643,57,Female,White only,Married - spouse present,"Native, born in United States",Good,64,165,28.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,0,0,255,0,570,0,0,150,120,0,255,0,15,"$150,000 and over",Boomers (55-73),White only,Good,5-5.5 feet,160-180,Bachelor's Degree,,15,255,645,270,0,0,255
+,2022,2.02211E+13,7163,Midwest,Minnesota,45000,"House, apartment, flat",1,1,17405392,16,Male,White only,Never married,"Native, born in United States",Very good,69,117,17.3,10th grade,Tenth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,35,90,0,0,0,500,0,0,480,0,0,42,0,293,"$30,000 - $50,000",Generation Z (7-22),White only,Very good,5.5-6 feet,100-120,Some High School,,293,0,535,480,90,0,42
+,2022,2.02211E+13,7164,South,Virginia,200000,"House, apartment, flat",1,1,10119492,36,Female,Asian only,Married - spouse present,"Native, born in United States",Very good,64,125,21.5,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,185,0,20,65,0,0,109,0,530,0,0,15,0,0,83,0,433,"$150,000 and over",Millennials (23-38),Asian only,Very good,5-5.5 feet,120-140,Master's or Doctoral Degree,,433,109,595,15,0,0,288
+,2022,2.02211E+13,7165,Midwest,Missouri,200000,"House, apartment, flat",1,1,15415742,62,Female,White only,Married - spouse present,"Native, born in United States",Very good,67,142,22.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,250,0,645,0,0,120,0,30,0,0,365,"$150,000 and over",Boomers (55-73),White only,Very good,5.5-6 feet,140-160,Bachelor's Degree,,365,250,675,120,0,0,30
+,2022,2.02211E+13,7166,South,Mississippi,55000,"House, apartment, flat",1,1,11808908,80,Male,Black only,Married - spouse present,"Native, born in United States",Poor,73,250,33,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,15,15,0,0,450,90,735,70,0,0,0,0,65,0,0,"$50,000 - $75,000",Silent (74-91),Black only,Poor,6-6.5 feet,200-300,Bachelor's Degree,,0,540,820,0,0,0,80
+,2022,2.02211E+13,7167,Midwest,Minnesota,125000,"House, apartment, flat",1,1,22944452,18,Female,White only,Never married,"Native, born in United States",Good,64,129,22.1,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,300,0,0,0,810,0,0,300,0,0,0,0,0,"$100,000 - $150,000",Generation Z (7-22),White only,Good,5-5.5 feet,120-140,Graduated High School,,0,0,840,300,300,0,0
+,2022,2.02211E+13,7168,South,Texas,125000,"House, apartment, flat",1,1,31015528,70,Male,White only,Married - spouse present,"Native, born in United States",Good,71,245,34.2,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,0,0,90,0,580,0,0,185,0,0,20,0,490,"$100,000 - $150,000",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Graduated High School,,490,90,655,185,0,0,20
+,2022,2.02211E+13,7169,West,New Mexico,87500,"House, apartment, flat",1,1,6550854,75,Male,White only,Married - spouse present,"Native, born in United States",Fair,70,288,41.3,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,Has mobility limitation,Has physical difficulty,No difficulty remembering,0,45,0,35,0,0,225,0,570,0,0,545,0,0,20,0,0,"$75,000 - $100,000",Silent (74-91),White only,Fair,5.5-6 feet,200-300,Graduated High School,,0,225,605,545,0,0,65
+,2022,2.02211E+13,7170,Northeast,Pennsylvania,27500,"House, apartment, flat",1,1,4062429,64,Female,White only,Never married,"Native, born in United States",Good,65,200,33.3,Associate degree - occupational vocational,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,15,30,0,0,425,0,590,0,0,380,0,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Good,5-5.5 feet,200-300,Associate Degree,,0,425,620,380,0,0,15
+,2022,2.02211E+13,7171,Midwest,Minnesota,55000,"House, apartment, flat",1,1,6890276,38,Male,White only,Never married,"Native, born in United States",Fair,70,180,25.8,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,45,0,0,180,0,585,0,0,365,0,0,145,0,60,"$50,000 - $75,000",Generation X (39-54),White only,Fair,5.5-6 feet,180-200,Associate Degree,,60,180,630,365,0,0,205
+,2022,2.02211E+13,7172,South,South Carolina,67500,"House, apartment, flat",1,1,9284499,32,Female,Black only,Never married,"Native, born in United States",Very good,70,175,25.1,Some college but no degree,College--three years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,0,0,140,0,510,0,0,165,0,0,0,0,505,"$50,000 - $75,000",Millennials (23-38),Black only,Very good,5.5-6 feet,160-180,Some College,,505,140,585,165,0,0,0
+,2022,2.02211E+13,7173,South,Texas,67500,"House, apartment, flat",1,1,10408957,26,Female,White only,Married - spouse present,"Native, born in United States",Very good,64,160,27.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,44,85,0,0,0,0,515,0,0,145,95,0,74,0,482,"$50,000 - $75,000",Millennials (23-38),White only,Very good,5-5.5 feet,160-180,Bachelor's Degree,,482,0,600,240,0,0,118
+,2022,2.02211E+13,7174,South,Louisiana,55000,"House, apartment, flat",1,1,5437678,52,Female,White only,Married - spouse present,"Native, born in United States",Fair,71,260,36.3,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,12,0,15,110,0,0,455,0,575,0,0,75,0,0,183,0,15,"$50,000 - $75,000",Generation X (39-54),White only,Fair,5.5-6 feet,200-300,Some College,,15,455,685,75,0,0,210
+,2022,2.02211E+13,7175,West,Arizona,87500,"House, apartment, flat",1,1,5063963,44,Female,White only,Married - spouse present,"Native, born in United States",Excellent,66,135,21.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,17,5,47,27,0,0,135,0,595,0,75,454,0,0,40,0,0,"$75,000 - $100,000",Generation X (39-54),White only,Excellent,5.5-6 feet,120-140,Bachelor's Degree,,0,135,622,529,0,0,109
+,2022,2.02211E+13,7176,South,Alabama,200000,"House, apartment, flat",1,1,13076519,44,Female,Black only,Married - spouse present,"Native, born in United States",Good,66,232,37.4,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,20,65,0,0,0,0,655,0,0,315,225,0,160,0,0,"$150,000 and over",Generation X (39-54),Black only,Good,5.5-6 feet,200-300,Graduated High School,,0,0,720,540,0,0,180
+,2022,2.02211E+13,7177,Midwest,Indiana,125000,"House, apartment, flat",1,1,4936971,80,Female,White only,Married - spouse present,"Native, born in United States",Very good,67,155,24.3,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,65,55,0,0,160,0,640,0,0,375,0,0,145,0,0,"$100,000 - $150,000",Silent (74-91),White only,Very good,5.5-6 feet,140-160,Master's or Doctoral Degree,,0,160,695,375,0,0,210
+,2022,2.02211E+13,7178,West,California,45000,"House, apartment, flat",1,1,12271303,50,Female,White only,Never married,"Foreign born, not a U.S. citizen",Fair,64,185,31.8,10th grade,Tenth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,20,60,0,0,420,0,655,0,0,60,0,0,85,45,0,"$30,000 - $50,000",Generation X (39-54),White only,Fair,5-5.5 feet,180-200,Some High School,,0,420,715,60,0,45,105
+,2022,2.02211E+13,7179,West,Washington,27500,"House, apartment, flat",1,1,8212056,47,Male,White only,Married - spouse present,"Foreign born, not a U.S. citizen",NIU (Not in universe),,9999,999,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,20,0,20,0,0,0,60,0,480,0,15,675,20,0,50,0,0,"$10,000 - $30,000",Generation X (39-54),White only,"Other (Refused, Dont know, NIU)",,>300,Graduated High School,,0,60,480,710,0,0,90
+,2022,2.02211E+13,7180,South,Kentucky,37500,"House, apartment, flat",1,1,14096988,31,Male,White only,Married - spouse absent,"Native, born in United States",Very good,73,217,28.6,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,2,0,50,0,0,90,0,555,0,67,0,0,0,121,0,555,"$30,000 - $50,000",Millennials (23-38),White only,Very good,6-6.5 feet,200-300,Some College,,555,90,605,67,0,0,123
+,2022,2.02211E+13,7181,Northeast,Maine,22500,"House, apartment, flat",1,1,3853510,70,Male,White only,Divorced,"Native, born in United States",Good,66,235,37.9,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,160,0,0,59,0,510,0,0,323,0,0,60,285,0,"$10,000 - $30,000",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Associate Degree,,0,59,670,323,0,285,60
+,2022,2.02211E+13,7182,Northeast,New Hampshire,27500,"House, apartment, flat",1,1,8416434,66,Female,Black only,Married - spouse present,"Native, born in United States",Good,68,219,33.3,Some college but no degree,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,105,30,0,0,240,0,630,0,215,136,0,45,34,0,0,"$10,000 - $30,000",Boomers (55-73),Black only,Good,5.5-6 feet,200-300,Some College,,0,240,660,351,0,0,184
+,2022,2.02211E+13,7183,South,Florida,67500,"House, apartment, flat",1,1,6993628,32,Male,White only,Never married,"Native, born in United States",Good,70,160,23,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,360,0,790,0,0,240,0,0,0,0,20,"$50,000 - $75,000",Millennials (23-38),White only,Good,5.5-6 feet,160-180,Graduated High School,,20,360,820,240,0,0,0
+,2022,2.02211E+13,7184,South,Louisiana,32500,"House, apartment, flat",1,1,8741090,59,Female,White only,Married - spouse present,"Native, born in United States",Good,62,9996,998,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,183,0,75,0,0,290,0,649,0,0,210,0,4,29,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Good,5-5.5 feet,>300,Graduated High School,,0,290,724,210,0,0,216
+,2022,2.02211E+13,7185,West,Idaho,200000,"House, apartment, flat",1,1,7149047,38,Female,White only,Married - spouse present,"Native, born in United States",Very good,65,160,26.6,Some college but no degree,College--three years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,140,0,20,85,0,0,65,0,405,0,0,75,30,0,140,30,420,"$150,000 and over",Generation X (39-54),White only,Very good,5-5.5 feet,160-180,Some College,,420,65,490,105,0,30,300
+,2022,2.02211E+13,7186,West,California,17500,"House, apartment, flat",1,1,11451331,61,Female,White only,Married - spouse present,"Native, born in United States",Good,69,9996,998,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,80,0,0,215,0,555,0,0,510,0,60,10,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Good,5.5-6 feet,>300,Bachelor's Degree,,0,215,635,510,0,0,80
+,2022,2.02211E+13,7187,Midwest,Missouri,22500,"House, apartment, flat",1,1,6574380,22,Female,"American Indian, Alaskan Native",Never married,"Foreign born, U.S. citizen by naturalization",Poor,59,130,26.3,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,0,0,500,0,0,180,0,0,85,0,675,"$10,000 - $30,000",Millennials (23-38),"American Indian, Alaskan Native",Poor,0-5 feet,120-140,Graduated High School,,675,0,500,180,0,0,85
+,2022,2.02211E+13,7188,West,Washington,125000,"House, apartment, flat",1,1,20607071,64,Male,White only,Married - spouse present,"Native, born in United States",Good,77,220,26.1,Associate degree - occupational vocational,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,0,0,540,0,0,370,0,0,20,0,480,"$100,000 - $150,000",Boomers (55-73),White only,Good,6-6.5 feet,200-300,Associate Degree,,480,0,570,370,0,0,20
+,2022,2.02211E+13,7189,South,Georgia,55000,"House, apartment, flat",1,1,10986072,45,Female,Black only,Never married,"Native, born in United States",Good,69,157,23.2,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,15,0,0,35,0,345,0,0,570,0,0,0,0,475,"$50,000 - $75,000",Generation X (39-54),Black only,Good,5.5-6 feet,140-160,Some College,,475,35,360,570,0,0,0
+,2022,2.02211E+13,7190,South,North Carolina,17500,"House, apartment, flat",1,1,2020457,72,Female,White only,Widowed,"Native, born in United States",Very good,66,165,26.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,341,0,450,0,0,574,0,45,0,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Very good,5.5-6 feet,160-180,Bachelor's Degree,,0,341,480,574,0,0,45
+,2022,2.02211E+13,7191,South,Georgia,125000,"House, apartment, flat",1,1,6956424,77,Female,White only,Married - spouse present,"Native, born in United States",Good,65,138,23,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,105,0,0,585,15,510,0,0,100,0,0,65,0,0,"$100,000 - $150,000",Silent (74-91),White only,Good,5-5.5 feet,120-140,Associate Degree,,0,600,615,100,0,0,125
+,2022,2.02211E+13,7192,Midwest,Indiana,200000,"House, apartment, flat",1,1,5426198,40,Female,White only,Married - spouse present,"Native, born in United States",Very good,62,220,40.2,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,0,0,820,0,0,60,0,0,10,0,550,"$150,000 and over",Generation X (39-54),White only,Very good,5-5.5 feet,200-300,Master's or Doctoral Degree,,550,0,820,60,0,0,10
+,2022,2.02211E+13,7193,Northeast,Connecticut,200000,"House, apartment, flat",1,1,1706751,50,Female,White only,Widowed,"Native, born in United States",Good,65,9996,998,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,415,0,715,0,0,280,0,0,0,0,0,"$150,000 and over",Generation X (39-54),White only,Good,5-5.5 feet,>300,Bachelor's Degree,,0,415,745,280,0,0,0
+,2022,2.02211E+13,7194,Northeast,Pennsylvania,200000,"House, apartment, flat",1,1,17250461,64,Female,White only,Married - spouse present,"Native, born in United States",Very good,64,160,27.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,280,0,30,0,0,20,0,640,0,88,180,0,15,187,0,0,"$150,000 and over",Boomers (55-73),White only,Very good,5-5.5 feet,160-180,Bachelor's Degree,,0,20,670,268,0,0,482
+,2022,2.02211E+13,7195,Northeast,New Jersey,32500,"House, apartment, flat",1,1,21056592,42,Male,White only,Never married,"Native, born in United States",Fair,73,280,36.9,Some college but no degree,College--two years,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,20,0,0,35,0,0,0,0,615,0,0,590,0,0,180,0,0,"$30,000 - $50,000",Generation X (39-54),White only,Fair,6-6.5 feet,200-300,Some College,,0,0,650,590,0,0,200
+,2022,2.02211E+13,7196,Northeast,Pennsylvania,87500,"House, apartment, flat",1,1,5255301,38,Male,White only,Married - spouse present,"Native, born in United States",Very good,74,230,29.5,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,210,0,25,90,0,0,175,0,634,0,0,270,0,0,36,0,0,"$75,000 - $100,000",Generation X (39-54),White only,Very good,6-6.5 feet,200-300,Master's or Doctoral Degree,,0,175,724,270,0,0,271
+,2022,2.02211E+13,7197,South,Tennessee,27500,"House, apartment, flat",1,1,4340069,85,Female,White only,Widowed,"Native, born in United States",Good,68,175,26.6,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,150,0,0,0,0,300,0,0,990,0,0,0,0,0,"$10,000 - $30,000",Silent (74-91),White only,Good,5.5-6 feet,160-180,Graduated High School,,0,0,450,990,0,0,0
+,2022,2.02211E+13,7198,South,Texas,45000,"House, apartment, flat",1,1,8889097,72,Female,White only,Married - spouse present,"Native, born in United States",Excellent,63,9997,998,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,300,0,0,0,0,0,275,0,590,0,0,275,0,0,0,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Excellent,5-5.5 feet,>300,Bachelor's Degree,,0,275,590,275,0,0,300
+,2022,2.02211E+13,7199,South,Virginia,45000,"House, apartment, flat",1,1,6564775,48,Female,Asian only,Married - spouse present,"Foreign born, not a U.S. citizen",Very good,65,125,20.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,365,0,0,90,0,0,325,0,600,0,0,0,0,0,60,0,0,"$30,000 - $50,000",Generation X (39-54),Asian only,Very good,5-5.5 feet,120-140,Bachelor's Degree,,0,325,690,0,0,0,425
+,2022,2.02211E+13,7200,South,North Carolina,67500,"House, apartment, flat",1,1,10529128,46,Female,White-Asian,Divorced,"Native, born in United States",Good,64,180,30.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,120,40,0,0,297,0,660,0,0,303,0,0,20,0,0,"$50,000 - $75,000",Generation X (39-54),Mixed,Good,5-5.5 feet,180-200,Bachelor's Degree,,0,297,700,303,0,0,140
+,2022,2.02211E+13,7201,Midwest,Illinois,87500,"House, apartment, flat",1,1,13090127,46,Male,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Very good,71,155,21.6,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,0,0,685,0,0,135,0,0,100,0,430,"$75,000 - $100,000",Generation X (39-54),White only,Very good,5.5-6 feet,140-160,Master's or Doctoral Degree,,430,0,775,135,0,0,100
+,2022,2.02211E+13,7202,West,Arizona,200000,"House, apartment, flat",1,1,19215935,32,Male,White only,Married - spouse absent,"Foreign born, not a U.S. citizen",Very good,72,182,24.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,70,60,0,90,0,530,0,0,60,80,0,70,0,480,"$150,000 and over",Millennials (23-38),White only,Very good,6-6.5 feet,180-200,Bachelor's Degree,,480,90,600,140,60,0,70
+,2022,2.02211E+13,7203,South,Virginia,200000,"House, apartment, flat",1,1,11697022,66,Female,White only,Married - spouse present,"Native, born in United States",Good,60,112,21.9,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,210,0,0,0,0,420,0,0,570,0,0,60,0,180,"$150,000 and over",Boomers (55-73),White only,Good,5-5.5 feet,100-120,Master's or Doctoral Degree,,180,0,630,570,0,0,60
+,2022,2.02211E+13,7204,Midwest,Missouri,200000,"House, apartment, flat",1,1,31497872,25,Male,White only,Married - spouse present,"Native, born in United States",Very good,68,170,25.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,15,90,0,0,40,0,440,0,0,45,0,0,52,0,758,"$150,000 and over",Millennials (23-38),White only,Very good,5.5-6 feet,160-180,Bachelor's Degree,,758,40,530,45,0,0,67
+,2022,2.02211E+13,7205,Midwest,Kansas,200000,"House, apartment, flat",1,1,11993854,31,Female,Asian only,Married - spouse present,"Foreign born, not a U.S. citizen",Fair,65,235,39.1,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,145,0,20,55,0,0,155,0,680,0,0,30,0,0,10,0,345,"$150,000 and over",Millennials (23-38),Asian only,Fair,5-5.5 feet,200-300,Master's or Doctoral Degree,,345,155,735,30,0,0,175
+,2022,2.02211E+13,7206,South,Texas,87500,"House, apartment, flat",1,1,19430201,61,Female,White only,Divorced,"Native, born in United States",Very good,61,132,24.9,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,80,135,0,0,110,0,550,0,0,101,0,0,69,0,395,"$75,000 - $100,000",Boomers (55-73),White only,Very good,5-5.5 feet,120-140,Some College,,395,110,685,101,0,0,149
+,2022,2.02211E+13,7207,Midwest,Nebraska,125000,"House, apartment, flat",1,1,11293384,30,Female,White only,Married - spouse present,"Native, born in United States",Excellent,60,160,31.2,Associate degree - academic program,College--three years,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,25,0,0,50,0,0,160,0,345,0,0,300,0,0,60,0,500,"$100,000 - $150,000",Millennials (23-38),White only,Excellent,5-5.5 feet,160-180,Associate Degree,,500,160,395,300,0,0,85
+,2022,2.02211E+13,7208,Midwest,Michigan,200000,"House, apartment, flat",1,1,43791568,24,Female,White only,Never married,"Native, born in United States",Good,67,130,20.4,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,15,0,60,0,0,150,0,620,0,0,90,0,0,33,0,472,"$150,000 and over",Millennials (23-38),White only,Good,5.5-6 feet,120-140,Some College,,472,150,680,90,0,0,48
+,2022,2.02211E+13,7209,South,Maryland,17500,"House, apartment, flat",1,1,12662525,70,Male,Black only,Divorced,"Native, born in United States",Very good,64,150,25.7,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,16,0,0,24,0,470,0,0,930,0,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),Black only,Very good,5-5.5 feet,140-160,Some College,,0,24,486,930,0,0,0
+,2022,2.02211E+13,7210,South,Arkansas,125000,"House, apartment, flat",1,1,7058569,80,Male,White only,Married - spouse present,"Native, born in United States",Good,76,170,20.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,45,135,0,0,300,0,600,0,0,279,0,0,81,0,0,"$100,000 - $150,000",Silent (74-91),White only,Good,6-6.5 feet,160-180,Bachelor's Degree,,0,300,735,279,0,0,126
+,2022,2.02211E+13,7211,South,South Carolina,200000,"House, apartment, flat",1,1,14962421,63,Female,White only,Married - spouse present,"Native, born in Puerto Rico or U.S. Outlying Area",Good,62,170,31.1,Some college but no degree,College--three years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,120,0,0,100,0,0,90,0,600,0,0,90,0,0,50,0,240,"$150,000 and over",Boomers (55-73),White only,Good,5-5.5 feet,160-180,Some College,,240,90,700,90,0,0,170
+,2022,2.02211E+13,7212,West,Montana,87500,"House, apartment, flat",1,1,4477040,35,Female,White only,Married - spouse present,"Native, born in United States",Good,66,120,19.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,45,0,60,45,0,0,105,0,583,0,0,330,0,0,62,0,0,"$75,000 - $100,000",Millennials (23-38),White only,Good,5.5-6 feet,120-140,Bachelor's Degree,,0,105,628,330,0,0,167
+,2022,2.02211E+13,7213,South,Maryland,55000,"House, apartment, flat",1,1,20954925,35,Male,Asian only,Never married,"Foreign born, U.S. citizen by naturalization",Fair,70,135,19.4,Some college but no degree,College--four years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,90,0,0,30,0,570,0,0,440,0,0,40,0,210,"$50,000 - $75,000",Millennials (23-38),Asian only,Fair,5.5-6 feet,120-140,Some College,,210,30,660,440,0,0,100
+,2022,2.02211E+13,7214,West,California,67500,"House, apartment, flat",1,1,23003532,62,Female,White only,Married - spouse present,"Native, born in United States",Fair,65,195,32.4,High school graduate - diploma,Twelfth grade,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,120,0,0,440,0,640,0,0,240,0,0,0,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Fair,5-5.5 feet,180-200,Graduated High School,,0,440,760,240,0,0,0
+,2022,2.02211E+13,7215,Midwest,Indiana,125000,"House, apartment, flat",1,1,5781573,47,Male,White only,Married - spouse present,"Native, born in United States",Very good,68,224,34.1,High school graduate - GED,Ninth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,15,0,0,60,0,0,75,0,790,0,0,500,0,0,0,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Very good,5.5-6 feet,200-300,Graduated High School,,0,75,850,500,0,0,15
+,2022,2.02211E+13,7216,Northeast,New Jersey,125000,"House, apartment, flat",1,1,5531880,72,Female,White only,Married - spouse present,"Native, born in United States",Very good,64,175,30,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,5,0,0,125,0,360,0,0,840,0,0,110,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Very good,5-5.5 feet,160-180,Graduated High School,,0,125,365,840,0,0,110
+,2022,2.02211E+13,7217,South,Florida,125000,"House, apartment, flat",1,1,15314334,36,Female,White only,Married - spouse present,"Native, born in Puerto Rico or U.S. Outlying Area",Very good,65,160,26.6,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,35,0,0,35,0,0,60,0,365,0,0,335,0,0,30,0,580,"$100,000 - $150,000",Millennials (23-38),White only,Very good,5-5.5 feet,160-180,Master's or Doctoral Degree,,580,60,400,335,0,0,65
+,2022,2.02211E+13,7218,West,California,200000,"House, apartment, flat",1,1,7104060,72,Female,White only,Married - spouse present,"Native, born in United States",Excellent,64,175,30,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,50,120,60,0,60,180,555,0,0,225,0,0,190,0,0,"$150,000 and over",Boomers (55-73),White only,Excellent,5-5.5 feet,160-180,Bachelor's Degree,,0,240,675,225,60,0,240
+,2022,2.02211E+13,7219,South,North Carolina,125000,"House, apartment, flat",1,1,17082760,57,Female,White only,Married - spouse present,"Native, born in United States",Very good,62,155,28.3,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,135,45,0,90,0,20,60,0,555,0,0,120,0,0,145,0,270,"$100,000 - $150,000",Boomers (55-73),White only,Very good,5-5.5 feet,140-160,Master's or Doctoral Degree,,270,60,645,120,0,0,345
+,2022,2.02211E+13,7220,Northeast,New York,200000,"House, apartment, flat",1,1,17301982,32,Male,Asian only,Married - spouse present,"Foreign born, not a U.S. citizen",Excellent,69,170,25.1,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,150,0,0,75,0,0,15,0,555,0,0,150,15,0,0,0,480,"$150,000 and over",Millennials (23-38),Asian only,Excellent,5.5-6 feet,160-180,Master's or Doctoral Degree,,480,15,630,165,0,0,150
+,2022,2.02211E+13,7221,Northeast,New York,67500,"House, apartment, flat",1,1,5714543,75,Female,White only,Married - spouse present,"Native, born in United States",Refused,,9996,998,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,60,270,0,105,0,0,210,0,630,0,0,105,0,0,60,0,0,"$50,000 - $75,000",Silent (74-91),White only,"Other (Refused, Dont know, NIU)",,>300,Master's or Doctoral Degree,,0,210,735,105,0,0,390
+,2022,2.02211E+13,7222,Midwest,Illinois,13750,"House, apartment, flat",1,1,5461228,80,Female,Black only,Widowed,"Native, born in United States",Fair,62,168,30.7,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,105,0,0,170,0,640,0,60,465,0,0,0,0,0,"$10,000 - $30,000",Silent (74-91),Black only,Fair,5-5.5 feet,160-180,Some College,,0,170,745,525,0,0,0
+,2022,2.02211E+13,7223,Midwest,Illinois,200000,"House, apartment, flat",1,1,13111475,47,Male,Asian only,Married - spouse present,"Foreign born, not a U.S. citizen",Good,70,98,14.1,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,45,0,0,110,0,0,150,20,340,0,0,180,0,0,25,0,495,"$150,000 and over",Generation X (39-54),Asian only,Good,5.5-6 feet,<100,Master's or Doctoral Degree,,495,170,450,180,0,0,70
+,2022,2.02211E+13,7224,Midwest,Wisconsin,87500,"House, apartment, flat",1,1,6921763,29,Male,White only,Married - spouse present,"Native, born in United States",Excellent,75,210,26.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,240,0,0,105,0,0,125,0,540,0,0,60,60,0,20,95,105,"$75,000 - $100,000",Millennials (23-38),White only,Excellent,6-6.5 feet,200-300,Bachelor's Degree,,105,125,645,120,0,95,260
+,2022,2.02211E+13,7225,Midwest,Kansas,125000,"House, apartment, flat",1,1,8509968,45,Female,White-Black,Married - spouse present,"Native, born in United States",Very good,67,140,21.9,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,30,0,90,0,0,190,0,620,0,0,370,40,0,40,0,60,"$100,000 - $150,000",Generation X (39-54),Mixed,Very good,5.5-6 feet,140-160,Master's or Doctoral Degree,,60,190,710,410,0,0,70
+,2022,2.02211E+13,7226,South,Texas,45000,"House, apartment, flat",1,1,14335963,53,Female,White only,Married - spouse present,"Native, born in United States",Very good,61,140,26.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,55,0,15,85,0,0,75,0,527,0,0,185,0,0,33,0,465,"$30,000 - $50,000",Generation X (39-54),White only,Very good,5-5.5 feet,140-160,Bachelor's Degree,,465,75,612,185,0,0,103
+,2022,2.02211E+13,7227,Northeast,Connecticut,67500,"House, apartment, flat",1,1,12513038,33,Male,White only,Married - spouse present,"Native, born in United States",Very good,69,185,27.3,Some college but no degree,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,465,0,390,0,0,0,75,0,0,0,450,"$50,000 - $75,000",Millennials (23-38),White only,Very good,5.5-6 feet,180-200,Some College,,450,465,450,75,0,0,0
+,2022,2.02211E+13,7228,West,California,87500,"House, apartment, flat",1,1,11679830,59,Male,White only,Never married,"Foreign born, not a U.S. citizen",Good,69,164,24.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,15,40,0,0,115,0,465,10,0,175,0,45,85,0,490,"$75,000 - $100,000",Boomers (55-73),White only,Good,5.5-6 feet,160-180,Bachelor's Degree,,490,115,515,175,0,0,145
+,2022,2.02211E+13,7229,South,Texas,32500,"House, apartment, flat",1,1,5399221,66,Male,White only,Married - spouse present,"Native, born in United States",Good,72,185,25.1,Associate degree - occupational vocational,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,0,0,645,0,360,75,0,0,240,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Good,6-6.5 feet,180-200,Associate Degree,,0,0,765,435,0,0,240
+,2022,2.02211E+13,7230,West,Washington,87500,"House, apartment, flat",1,1,10381556,70,Female,White only,Married - spouse present,"Native, born in United States",Good,63,210,37.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,40,20,0,0,121,0,540,0,27,602,0,0,25,5,0,"$75,000 - $100,000",Boomers (55-73),White only,Good,5-5.5 feet,200-300,Bachelor's Degree,,0,121,560,629,0,5,65
+,2022,2.02211E+13,7231,South,Florida,55000,"House, apartment, flat",1,1,6407280,67,Female,Black only,Married - spouse absent,"Native, born in United States",Good,63,238,42.2,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,0,0,240,0,645,60,60,90,120,0,75,0,0,"$50,000 - $75,000",Boomers (55-73),Black only,Good,5-5.5 feet,200-300,Master's or Doctoral Degree,,0,240,780,270,0,0,75
+,2022,2.02211E+13,7232,South,South Carolina,37500,"House, apartment, flat",1,1,2705337,70,Female,Black only,Never married,"Native, born in United States",Good,,9996,998,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,0,0,700,120,0,110,0,0,165,0,285,"$30,000 - $50,000",Boomers (55-73),Black only,Good,,>300,Bachelor's Degree,,285,0,820,110,0,0,165
+,2022,2.02211E+13,7233,West,Arizona,87500,"House, apartment, flat",1,1,20301581,79,Male,White only,Married - spouse present,"Native, born in United States",Good,70,160,23,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,70,0,0,140,0,630,0,0,515,0,0,0,0,0,"$75,000 - $100,000",Silent (74-91),White only,Good,5.5-6 feet,160-180,Bachelor's Degree,,0,140,700,515,0,0,0
+,2022,2.02211E+13,7234,West,Oregon,37500,"House, apartment, flat",1,1,8946563,25,Female,Black only,Never married,"Native, born in United States",Very good,66,9994,998,Associate degree - occupational vocational,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,0,0,90,0,675,0,0,130,0,0,35,0,435,"$30,000 - $50,000",Millennials (23-38),Black only,Very good,5.5-6 feet,>300,Associate Degree,,435,90,750,130,0,0,35
+,2022,2.02211E+13,7235,Midwest,Missouri,13750,"House, apartment, flat",1,1,2341591,74,Female,White only,Widowed,"Native, born in United States",Fair,63,214,37.9,Some college but no degree,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,40,0,0,280,0,780,0,0,300,0,40,0,0,0,"$10,000 - $30,000",Silent (74-91),White only,Fair,5-5.5 feet,200-300,Some College,,0,280,820,300,0,0,40
+,2022,2.02211E+13,7236,West,Hawaii,200000,"House, apartment, flat",1,1,5241107,54,Male,White only,Married - spouse present,"Native, born in United States",Very good,70,250,35.9,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,270,0,780,0,0,300,0,0,0,0,0,"$150,000 and over",Boomers (55-73),White only,Very good,5.5-6 feet,200-300,Master's or Doctoral Degree,,0,270,870,300,0,0,0
+,2022,2.02211E+13,7237,South,Florida,45000,"House, apartment, flat",1,1,29344068,28,Female,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Excellent,62,128,23.4,11th grade,Eleventh grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,353,0,0,80,0,0,333,0,440,0,0,90,0,0,114,0,0,"$30,000 - $50,000",Millennials (23-38),White only,Excellent,5-5.5 feet,120-140,Some High School,,0,333,520,90,0,0,467
+,2022,2.02211E+13,7238,West,California,200000,"House, apartment, flat",1,1,5094938,65,Female,White only,Married - spouse present,"Native, born in United States",Very good,66,152,24.5,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,60,0,540,0,90,420,0,0,60,210,0,"$150,000 and over",Boomers (55-73),White only,Very good,5.5-6 feet,140-160,Master's or Doctoral Degree,,0,60,600,510,0,210,60
+,2022,2.02211E+13,7239,Northeast,New Jersey,200000,"House, apartment, flat",1,1,5027097,62,Female,White only,Married - spouse present,"Native, born in United States",Very good,63,138,24.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,15,0,90,120,0,0,270,0,450,0,60,110,0,30,145,0,150,"$150,000 and over",Boomers (55-73),White only,Very good,5-5.5 feet,120-140,Bachelor's Degree,,150,270,570,170,0,0,280
+,2022,2.02211E+13,7240,Northeast,Pennsylvania,22500,"House, apartment, flat",1,1,3501789,71,Female,White only,Divorced,"Native, born in United States",Very good,66,270,43.6,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,5,0,25,0,0,95,0,611,0,0,410,0,0,75,130,0,"$10,000 - $30,000",Boomers (55-73),White only,Very good,5.5-6 feet,200-300,Graduated High School,,0,95,636,410,0,130,80
+,2022,2.02211E+13,7241,Northeast,Connecticut,87500,"House, apartment, flat",1,1,2179684,41,Female,White-Black-Asian,Never married,"Foreign born, U.S. citizen by naturalization",Excellent,60,162,31.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,20,0,480,0,0,820,0,0,0,0,0,"$75,000 - $100,000",Generation X (39-54),Mixed,Excellent,5-5.5 feet,160-180,Bachelor's Degree,,0,20,600,820,0,0,0
+,2022,2.02211E+13,7242,South,Maryland,67500,"House, apartment, flat",1,1,15164756,55,Male,White only,Married - spouse present,"Native, born in United States",Fair,73,265,35,Some college but no degree,College--three years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,30,0,470,0,0,720,0,0,5,0,180,"$50,000 - $75,000",Boomers (55-73),White only,Fair,6-6.5 feet,200-300,Some College,,180,30,500,720,0,0,5
+,2022,2.02211E+13,7243,South,Virginia,87500,"House, apartment, flat",1,1,4698948,66,Male,White only,Divorced,"Native, born in United States",Fair,62,145,26.5,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,40,0,0,36,0,659,0,0,345,0,0,330,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Fair,5-5.5 feet,140-160,Master's or Doctoral Degree,,0,36,699,345,0,0,360
+,2022,2.02211E+13,7244,Midwest,Illinois,125000,"House, apartment, flat",1,1,13059673,53,Female,White only,Married - spouse present,"Native, born in United States",Excellent,69,190,28.1,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,55,0,0,35,0,560,0,0,115,150,0,115,0,410,"$100,000 - $150,000",Generation X (39-54),White only,Excellent,5.5-6 feet,180-200,Master's or Doctoral Degree,,410,35,615,265,0,0,115
+,2022,2.02211E+13,7245,South,Alabama,87500,"House, apartment, flat",1,1,5019407,31,Male,White only,Never married,"Native, born in United States",Good,76,213,25.9,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,65,30,0,0,535,0,660,0,0,60,0,0,90,0,0,"$75,000 - $100,000",Millennials (23-38),White only,Good,6-6.5 feet,200-300,Master's or Doctoral Degree,,0,535,690,60,0,0,155
+,2022,2.02211E+13,7246,West,Arizona,67500,"House, apartment, flat",1,1,8299559,26,Female,White only,Never married,"Native, born in United States",Excellent,63,130,23,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,50,0,0,110,0,1070,0,0,140,0,0,10,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Excellent,5-5.5 feet,120-140,Some College,,0,110,1120,140,0,0,70
+,2022,2.02211E+13,7247,South,Maryland,67500,"House, apartment, flat",1,1,8461911,60,Female,White only,Married - spouse present,"Native, born in United States",Good,62,180,32.9,High school graduate - diploma,Twelfth grade,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,0,0,660,0,0,720,0,0,0,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Good,5-5.5 feet,180-200,Graduated High School,,0,0,720,720,0,0,0
+,2022,2.02211E+13,7248,West,Montana,200000,"House, apartment, flat",1,1,8329950,66,Female,White only,Married - spouse present,"Native, born in United States",Excellent,63,127,22.5,Some college but no degree,College--four years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,55,0,0,260,0,510,0,0,315,0,240,0,0,0,"$150,000 and over",Boomers (55-73),White only,Excellent,5-5.5 feet,120-140,Some College,,0,260,565,315,0,0,240
+,2022,2.02211E+13,7249,Northeast,Rhode Island,87500,"House, apartment, flat",1,1,2771782,68,Male,White only,Widowed,"Native, born in United States",Good,71,195,27.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,0,0,470,0,90,210,0,0,100,0,540,"$75,000 - $100,000",Boomers (55-73),White only,Good,5.5-6 feet,180-200,Bachelor's Degree,,540,0,500,300,0,0,100
+,2022,2.02211E+13,7250,Midwest,Illinois,27500,"House, apartment, flat",1,1,6677724,85,Female,White only,Widowed,"Native, born in United States",Excellent,62,120,21.9,Some college but no degree,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,54,0,0,60,0,701,0,0,595,0,0,30,0,0,"$10,000 - $30,000",Silent (74-91),White only,Excellent,5-5.5 feet,120-140,Some College,,0,60,755,595,0,0,30
+,2022,2.02211E+13,7251,Midwest,Minnesota,125000,"House, apartment, flat",1,1,11937191,46,Male,White only,Married - spouse present,"Native, born in United States",Good,66,9997,998,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,140,0,30,70,0,0,61,0,529,0,0,60,50,0,20,0,480,"$100,000 - $150,000",Generation X (39-54),White only,Good,5.5-6 feet,>300,Master's or Doctoral Degree,,480,61,599,110,0,0,190
+,2022,2.02211E+13,7252,Midwest,Ohio,87500,"House, apartment, flat",1,1,5089933,79,Male,White only,Never married,"Native, born in United States",Good,68,166,25.2,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,3,0,0,272,0,505,0,0,420,0,30,30,180,0,"$75,000 - $100,000",Silent (74-91),White only,Good,5.5-6 feet,160-180,Master's or Doctoral Degree,,0,272,508,420,0,180,60
+,2022,2.02211E+13,7253,Northeast,Maine,37500,"House, apartment, flat",1,1,8103255,70,Male,White only,Married - spouse present,"Native, born in United States",Very good,68,185,28.1,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,55,0,900,0,0,395,0,0,0,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Very good,5.5-6 feet,180-200,Graduated High School,,0,55,990,395,0,0,0
+,2022,2.02211E+13,7254,Northeast,Pennsylvania,67500,"House, apartment, flat",1,1,19020979,27,Female,White only,Married - spouse present,"Native, born in United States",Good,62,135,24.7,Some college but no degree,College--one year,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,115,30,0,45,0,0,135,0,505,0,0,20,0,0,80,0,510,"$50,000 - $75,000",Millennials (23-38),White only,Good,5-5.5 feet,120-140,Some College,,510,135,550,20,0,0,225
+,2022,2.02211E+13,7255,South,North Carolina,32500,"House, apartment, flat",1,1,11479586,25,Male,White only,Married - spouse present,"Native, born in United States",Very good,77,178,21.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,1,0,22,25,0,0,51,0,644,0,131,265,0,0,61,0,240,"$30,000 - $50,000",Millennials (23-38),White only,Very good,6-6.5 feet,160-180,Bachelor's Degree,,240,51,669,396,0,0,84
+,2022,2.02211E+13,7256,Midwest,Wisconsin,37500,"House, apartment, flat",1,1,9285126,73,Male,White only,Widowed,"Native, born in United States",Very good,70,175,25.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,22,0,0,125,0,723,0,0,540,0,0,0,0,0,"$30,000 - $50,000",Silent (74-91),White only,Very good,5.5-6 feet,160-180,Bachelor's Degree,,0,125,745,540,0,0,0
+,2022,2.02211E+13,7257,Northeast,New York,67500,"House, apartment, flat",1,1,15328865,50,Female,Black only,Never married,"Native, born in United States",Good,62,150,27.4,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,215,190,0,0,120,0,375,0,0,425,45,0,70,0,0,"$50,000 - $75,000",Generation X (39-54),Black only,Good,5-5.5 feet,140-160,Graduated High School,,0,120,565,470,0,0,285
+,2022,2.02211E+13,7258,South,Texas,13750,"House, apartment, flat",1,1,4677015,33,Female,White only,Divorced,"Native, born in United States",Excellent,62,140,25.6,High school graduate - diploma,Twelfth grade,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,15,0,0,105,0,780,0,0,540,0,0,0,0,0,"$10,000 - $30,000",Millennials (23-38),White only,Excellent,5-5.5 feet,140-160,Graduated High School,,0,105,795,540,0,0,0
+,2022,2.02211E+13,7259,South,Alabama,32500,"House, apartment, flat",1,1,3444492,80,Male,White only,Married - spouse present,"Native, born in United States",Very good,68,210,31.9,Associate degree - occupational vocational,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,40,0,0,10,0,425,0,120,785,0,0,60,0,0,"$30,000 - $50,000",Silent (74-91),White only,Very good,5.5-6 feet,200-300,Associate Degree,,0,10,465,905,0,0,60
+,2022,2.02211E+13,7260,West,Oregon,125000,"House, apartment, flat",1,1,9731145,32,Male,Black only,Married - spouse present,"Foreign born, not a U.S. citizen",Good,67,167,26.2,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,180,0,200,60,0,0,120,0,575,0,0,0,0,0,95,0,60,"$100,000 - $150,000",Millennials (23-38),Black only,Good,5.5-6 feet,160-180,Master's or Doctoral Degree,,60,120,635,0,0,0,475
+,2022,2.02211E+13,7261,West,Oregon,67500,"House, apartment, flat",1,1,6811551,37,Female,White only,Married - spouse present,"Native, born in United States",Very good,62,140,25.6,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,390,0,0,45,0,0,105,0,570,0,0,330,0,0,0,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Very good,5-5.5 feet,140-160,Associate Degree,,0,105,615,330,0,0,390
+,2022,2.02211E+13,7262,Midwest,Kansas,200000,"House, apartment, flat",1,1,12421443,49,Male,White only,Married - spouse present,"Native, born in United States",Very good,72,250,33.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,10,0,0,40,0,0,25,0,522,0,10,110,35,0,28,120,540,"$150,000 and over",Generation X (39-54),White only,Very good,6-6.5 feet,200-300,Bachelor's Degree,,540,25,562,155,0,120,38
+,2022,2.02211E+13,7263,South,West Virginia,200000,"House, apartment, flat",1,1,10568122,37,Female,White only,Married - spouse present,"Native, born in United States",Good,66,195,31.5,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,160,0,575,0,0,45,0,0,100,80,450,"$150,000 and over",Millennials (23-38),White only,Good,5.5-6 feet,180-200,Master's or Doctoral Degree,,450,160,605,45,0,80,100
+,2022,2.02211E+13,7264,Northeast,New Jersey,17500,"House, apartment, flat",1,1,10160480,80,Male,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",NIU (Not in universe),,9999,999,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,120,30,0,0,0,0,600,0,0,670,0,0,20,0,0,"$10,000 - $30,000",Silent (74-91),White only,"Other (Refused, Dont know, NIU)",,>300,Graduated High School,,0,0,630,670,0,0,140
+,2022,2.02211E+13,7265,Midwest,Kansas,67500,"House, apartment, flat",1,1,5685007,33,Male,White only,Never married,"Native, born in United States",Very good,70,180,25.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,0,0,560,0,30,742,0,0,78,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Very good,5.5-6 feet,180-200,Bachelor's Degree,,0,0,590,772,0,0,78
+,2022,2.02211E+13,7266,South,Florida,125000,"House, apartment, flat",1,1,7721169,80,Female,White only,Married - spouse present,"Native, born in United States",Fair,66,145,23.4,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,195,90,0,0,0,540,0,0,515,60,0,40,0,0,"$100,000 - $150,000",Silent (74-91),White only,Fair,5.5-6 feet,140-160,Master's or Doctoral Degree,,0,0,735,575,90,0,40
+,2022,2.02211E+13,7267,South,Virginia,87500,"House, apartment, flat",1,1,16142178,30,Male,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Good,71,220,30.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,10,0,0,75,0,0,0,0,510,0,0,75,0,0,110,0,660,"$75,000 - $100,000",Millennials (23-38),White only,Good,5.5-6 feet,200-300,Bachelor's Degree,,660,0,585,75,0,0,120
+,2022,2.02211E+13,7268,South,Texas,125000,"House, apartment, flat",1,1,26056147,44,Male,Black only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Fair,72,198,26.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,110,0,450,0,0,0,0,140,80,0,570,"$100,000 - $150,000",Generation X (39-54),Black only,Fair,6-6.5 feet,180-200,Bachelor's Degree,,570,110,540,0,0,0,220
+,2022,2.02211E+13,7269,West,California,45000,"House, apartment, flat",1,1,30284781,46,Female,White only,Married - spouse absent,"Foreign born, not a U.S. citizen",Good,59,160,32.3,11th grade,Eleventh grade,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,270,0,600,0,0,540,0,0,0,0,0,"$30,000 - $50,000",Generation X (39-54),White only,Good,0-5 feet,160-180,Some High School,,0,270,630,540,0,0,0
+,2022,2.02211E+13,7270,Northeast,Massachusetts,125000,"House, apartment, flat",1,1,4856146,68,Female,Black only,Never married,"Native, born in United States",Fair,61,98,18.5,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,0,0,128,0,475,26,0,275,0,0,54,0,407,"$100,000 - $150,000",Boomers (55-73),Black only,Fair,5-5.5 feet,<100,Master's or Doctoral Degree,,407,128,576,275,0,0,54
+,2022,2.02211E+13,7271,Midwest,Missouri,87500,"House, apartment, flat",1,1,5463881,43,Female,White only,Married - spouse present,"Native, born in United States",Good,64,180,30.9,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,155,210,10,80,0,0,65,0,585,0,0,243,0,0,92,0,0,"$75,000 - $100,000",Generation X (39-54),White only,Good,5-5.5 feet,180-200,Some College,,0,65,665,243,0,0,467
+,2022,2.02211E+13,7272,Northeast,New Jersey,37500,"House, apartment, flat",1,1,12193940,77,Male,White only,Married - spouse present,"Native, born in United States",Good,75,220,27.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,0,0,60,0,825,0,0,480,0,0,0,0,0,"$30,000 - $50,000",Silent (74-91),White only,Good,6-6.5 feet,200-300,Bachelor's Degree,,0,60,900,480,0,0,0
+,2022,2.02211E+13,7273,West,Arizona,55000,"House, apartment, flat",1,1,5108588,38,Female,White only,Never married,"Native, born in United States",Good,62,98,17.9,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,10,0,60,30,145,0,0,0,505,0,0,120,0,0,80,0,490,"$50,000 - $75,000",Generation X (39-54),White only,Good,5-5.5 feet,<100,Associate Degree,,490,0,535,120,145,0,150
+,2022,2.02211E+13,7274,West,California,45000,"House, apartment, flat",1,1,3598332,85,Female,White only,Widowed,"Native, born in United States",Good,60,120,23.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,Has mobility limitation,Has physical difficulty,Has difficulty remembering,0,0,0,135,0,0,0,0,1005,0,0,300,0,0,0,0,0,"$30,000 - $50,000",Silent (74-91),White only,Good,5-5.5 feet,120-140,Bachelor's Degree,,0,0,1140,300,0,0,0
+,2022,2.02211E+13,7275,Midwest,Indiana,125000,"House, apartment, flat",1,1,11483216,55,Male,White only,Married - spouse present,"Native, born abroad of American parent or parents",Very good,72,229,31.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,95,0,0,340,0,600,0,0,405,0,0,0,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Very good,6-6.5 feet,200-300,Bachelor's Degree,,0,340,695,405,0,0,0
+,2022,2.02211E+13,7276,Midwest,Ohio,200000,"House, apartment, flat",1,1,8396156,26,Female,White only,Married - spouse present,"Native, born in United States",Very good,62,125,22.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,60,0,90,122,0,0,0,0,418,0,0,300,0,0,150,300,0,"$150,000 and over",Millennials (23-38),White only,Very good,5-5.5 feet,120-140,Bachelor's Degree,,0,0,540,300,0,300,300
+,2022,2.02211E+13,7277,South,Texas,87500,Mobile home or trailer with no permanent room added,1,1,7038633,33,Male,White only,Married - spouse present,"Native, born in United States",Very good,67,155,24.3,Some college but no degree,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,194,0,10,5,0,0,240,0,760,0,0,170,0,0,61,0,0,"$75,000 - $100,000",Millennials (23-38),White only,Very good,5.5-6 feet,140-160,Some College,,0,240,765,170,0,0,265
+,2022,2.02211E+13,7278,South,North Carolina,125000,"House, apartment, flat",1,1,20966788,59,Male,White only,Married - spouse present,"Native, born in United States",Good,60,240,46.9,12th grade - no diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,0,0,500,0,0,60,0,0,60,0,790,"$100,000 - $150,000",Boomers (55-73),White only,Good,5-5.5 feet,200-300,Some High School,,790,0,530,60,0,0,60
+,2022,2.02211E+13,7279,South,Georgia,67500,"House, apartment, flat",1,1,7541811,33,Female,White only,Never married,"Native, born in United States",Excellent,66,140,22.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,90,0,500,0,0,400,60,0,330,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Excellent,5.5-6 feet,140-160,Bachelor's Degree,,0,90,560,460,0,0,330
+,2022,2.02211E+13,7280,Midwest,Missouri,55000,"House, apartment, flat",1,1,13649996,74,Male,White only,Married - spouse present,"Native, born in United States",Very good,67,195,30.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,2,13,110,0,0,0,0,530,0,0,105,0,0,100,0,580,"$50,000 - $75,000",Silent (74-91),White only,Very good,5.5-6 feet,180-200,Bachelor's Degree,,580,0,640,105,0,0,115
+,2022,2.02211E+13,7281,South,Tennessee,67500,"House, apartment, flat",1,1,10210173,51,Male,White only,Married - spouse present,"Native, born in United States",Very good,67,150,23.5,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,10,0,330,0,0,0,0,1040,0,0,0,"$50,000 - $75,000",Generation X (39-54),White only,Very good,5.5-6 feet,140-160,Graduated High School,,0,10,390,0,0,0,1040
+,2022,2.02211E+13,7282,Northeast,Pennsylvania,125000,"House, apartment, flat",1,1,11955297,65,Male,White only,Married - spouse present,"Native, born in United States",Very good,64,180,30.9,Associate degree - occupational vocational,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,0,0,140,0,605,15,0,150,0,0,98,0,357,"$100,000 - $150,000",Boomers (55-73),White only,Very good,5-5.5 feet,180-200,Associate Degree,,357,140,695,150,0,0,98
+,2022,2.02211E+13,7283,West,California,55000,"House, apartment, flat",1,1,12119754,40,Male,Black only,Divorced,"Native, born in United States",Good,70,269,38.6,Some college but no degree,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,0,0,735,0,0,180,0,0,30,0,465,"$50,000 - $75,000",Generation X (39-54),Black only,Good,5.5-6 feet,200-300,Some College,,465,0,765,180,0,0,30
+,2022,2.02211E+13,7284,West,Utah,87500,"House, apartment, flat",1,1,22751292,29,Male,White only,Married - spouse present,"Native, born in United States",Good,73,209,27.6,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,10,0,555,0,0,180,0,0,25,0,610,"$75,000 - $100,000",Millennials (23-38),White only,Good,6-6.5 feet,200-300,Associate Degree,,610,10,585,180,0,0,25
+,2022,2.02211E+13,7285,Midwest,Michigan,45000,"House, apartment, flat",1,1,8767546,41,Female,White only,Married - spouse present,"Native, born in United States",Good,67,230,36,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,45,0,0,30,0,0,160,0,640,0,320,165,0,0,80,0,0,"$30,000 - $50,000",Generation X (39-54),White only,Good,5.5-6 feet,200-300,Master's or Doctoral Degree,,0,160,670,485,0,0,125
+,2022,2.02211E+13,7286,Northeast,New York,125000,"House, apartment, flat",1,1,12765104,60,Female,White only,Married - spouse present,"Native, born in United States",Very good,61,130,24.6,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,90,0,30,75,5,570,0,0,495,0,30,85,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Very good,5-5.5 feet,120-140,Master's or Doctoral Degree,,0,80,660,495,0,0,205
+,2022,2.02211E+13,7287,West,California,200000,"House, apartment, flat",1,1,49249629,32,Male,White only,Never married,"Native, born in United States",Good,70,220,31.6,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,30,0,0,0,0,415,0,0,395,40,30,50,0,470,"$150,000 and over",Millennials (23-38),White only,Good,5.5-6 feet,200-300,Graduated High School,,470,0,445,435,0,0,90
+,2022,2.02211E+13,7288,Northeast,New Jersey,27500,"House, apartment, flat",1,1,4425646,61,Female,White only,Divorced,"Native, born in United States",Fair,61,140,26.4,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,No difficulty remembering,0,0,50,20,0,0,80,0,525,0,0,720,0,0,45,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Fair,5-5.5 feet,140-160,Associate Degree,,0,80,545,720,0,0,95
+,2022,2.02211E+13,7289,Midwest,Iowa,125000,"House, apartment, flat",1,1,7961341,38,Female,White only,Married - spouse present,"Native, born in United States",Good,63,125,22.1,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,45,0,50,20,0,0,195,0,525,10,70,20,0,20,87,0,398,"$100,000 - $150,000",Generation X (39-54),White only,Good,5-5.5 feet,120-140,Associate Degree,,398,195,555,90,0,0,202
+,2022,2.02211E+13,7290,South,District of Columbia,125000,"House, apartment, flat",1,1,21908575,24,Male,Black only,Never married,"Native, born in United States",Very good,69,147,21.7,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,30,0,45,60,0,0,70,0,405,0,0,276,0,114,440,0,0,"$100,000 - $150,000",Millennials (23-38),Black only,Very good,5.5-6 feet,140-160,Master's or Doctoral Degree,,0,70,465,276,0,0,629
+,2022,2.02211E+13,7291,West,Hawaii,125000,"House, apartment, flat",1,1,15820611,44,Male,White only,Married - spouse present,"Native, born in United States",Very good,71,203,28.3,Some college but no degree,College--four years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,30,0,60,70,0,25,295,15,570,0,0,275,0,0,100,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Very good,5.5-6 feet,200-300,Some College,,0,310,640,275,0,0,215
+,2022,2.02211E+13,7292,South,Texas,87500,"House, apartment, flat",1,1,5012964,36,Female,Asian only,Separated,"Foreign born, not a U.S. citizen",Very good,60,105,20.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,15,0,590,0,0,30,0,0,20,0,725,"$75,000 - $100,000",Millennials (23-38),Asian only,Very good,5-5.5 feet,100-120,Bachelor's Degree,,725,15,650,30,0,0,20
+,2022,2.02211E+13,7293,Northeast,Connecticut,67500,"House, apartment, flat",1,1,18714159,47,Female,Black only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Fair,56,120,26.9,11th grade,Eleventh grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,25,0,40,35,0,0,255,0,470,0,40,75,0,0,155,0,345,"$50,000 - $75,000",Generation X (39-54),Black only,Fair,0-5 feet,120-140,Some High School,,345,255,505,115,0,0,220
+,2022,2.02211E+13,7294,South,Kentucky,67500,"House, apartment, flat",1,1,15557357,31,Female,White only,Never married,"Native, born in United States",Very good,70,210,30.1,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,110,0,0,50,0,560,0,0,160,0,0,20,0,540,"$50,000 - $75,000",Millennials (23-38),White only,Very good,5.5-6 feet,200-300,Master's or Doctoral Degree,,540,50,670,160,0,0,20
+,2022,2.02211E+13,7295,Midwest,Wisconsin,37500,"House, apartment, flat",1,1,10086524,69,Male,White only,Married - spouse present,"Native, born in United States",Very good,71,190,26.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,59,0,0,135,0,525,0,0,721,0,0,0,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Very good,5.5-6 feet,180-200,Bachelor's Degree,,0,135,584,721,0,0,0
+,2022,2.02211E+13,7296,South,North Carolina,87500,"House, apartment, flat",1,1,14424521,45,Female,White only,Married - spouse present,"Native, born in United States",Excellent,62,180,32.9,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,5,0,20,85,0,0,45,0,530,0,0,315,30,0,60,0,350,"$75,000 - $100,000",Generation X (39-54),White only,Excellent,5-5.5 feet,180-200,Master's or Doctoral Degree,,350,45,615,345,0,0,85
+,2022,2.02211E+13,7297,South,Virginia,87500,"House, apartment, flat",1,1,27767256,23,Male,White only,Married - spouse present,"Native, born in United States",Very good,72,170,23.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,145,0,0,0,0,460,0,0,125,0,0,255,0,455,"$75,000 - $100,000",Millennials (23-38),White only,Very good,6-6.5 feet,160-180,Bachelor's Degree,,455,0,605,125,0,0,255
+,2022,2.02211E+13,7298,South,Florida,17500,"House, apartment, flat",1,1,6992574,67,Female,Black only,Divorced,"Foreign born, U.S. citizen by naturalization",Poor,65,9996,998,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),Has vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,15,0,0,0,0,427,0,0,998,0,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),Black only,Poor,5-5.5 feet,>300,Graduated High School,,0,0,442,998,0,0,0
+,2022,2.02211E+13,7299,South,Arkansas,87500,"House, apartment, flat",1,1,5010065,33,Male,Black only,Never married,"Native, born in United States",Fair,68,270,41,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,15,0,0,0,0,405,0,0,285,120,0,585,0,0,"$75,000 - $100,000",Millennials (23-38),Black only,Fair,5.5-6 feet,200-300,Some College,,0,0,420,405,0,0,615
+,2022,2.02211E+13,7300,Midwest,Indiana,87500,"House, apartment, flat",1,1,7253649,32,Male,White only,Married - spouse present,"Native, born in United States",Very good,77,225,26.7,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,95,85,0,0,255,0,615,0,0,355,0,0,35,0,0,"$75,000 - $100,000",Millennials (23-38),White only,Very good,6-6.5 feet,200-300,Master's or Doctoral Degree,,0,255,700,355,0,0,130
+,2022,2.02211E+13,7301,Northeast,Pennsylvania,8750,"House, apartment, flat",1,1,11323483,69,Female,White-Black,Married - spouse present,"Native, born in United States",Very good,59,160,32.3,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,70,0,0,75,0,600,0,0,695,0,0,0,0,0,"Less than $10,000",Boomers (55-73),Mixed,Very good,0-5 feet,160-180,Graduated High School,,0,75,670,695,0,0,0
+,2022,2.02211E+13,7302,West,Utah,45000,"House, apartment, flat",1,1,8023013,85,Male,White only,Married - spouse present,"Native, born in United States",Good,66,151,24.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,Has physical difficulty,Has difficulty remembering,0,0,70,80,140,0,240,0,500,0,0,170,0,0,65,110,0,"$30,000 - $50,000",Silent (74-91),White only,Good,5.5-6 feet,140-160,Bachelor's Degree,,0,240,580,170,140,110,135
+,2022,2.02211E+13,7303,South,Florida,45000,"House, apartment, flat",1,1,30194162,46,Female,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Good,56,130,29.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,510,0,540,0,0,210,0,0,0,0,0,"$30,000 - $50,000",Generation X (39-54),White only,Good,0-5 feet,120-140,Bachelor's Degree,,0,510,660,210,0,0,0
+,2022,2.02211E+13,7304,South,West Virginia,125000,"House, apartment, flat",1,1,20922980,24,Male,White only,Never married,"Native, born in United States",Very good,75,160,20,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,20,78,600,0,30,0,627,40,0,0,0,0,45,0,0,"$100,000 - $150,000",Millennials (23-38),White only,Very good,6-6.5 feet,160-180,Bachelor's Degree,,0,30,745,0,600,0,65
+,2022,2.02211E+13,7305,Northeast,New York,6250,"House, apartment, flat",1,1,11963391,65,Female,Black only,Divorced,"Native, born in United States",Good,65,138,23,12th grade - no diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,10,20,0,0,0,0,730,0,0,646,0,30,4,0,0,"Less than $10,000",Boomers (55-73),Black only,Good,5-5.5 feet,120-140,Some High School,,0,0,750,646,0,0,44
+,2022,2.02211E+13,7306,South,Delaware,87500,"House, apartment, flat",1,1,19105668,29,Female,White only,Married - spouse present,"Native, born in United States",Good,63,140,24.8,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,145,0,0,50,0,0,135,0,510,0,0,120,0,0,22,0,458,"$75,000 - $100,000",Millennials (23-38),White only,Good,5-5.5 feet,140-160,Graduated High School,,458,135,560,120,0,0,167
+,2022,2.02211E+13,7307,South,North Carolina,11250,Mobile home or trailer with no permanent room added,1,1,6389115,79,Male,Black only,Widowed,"Native, born in United States",Good,71,210,29.3,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,45,0,0,335,0,480,0,150,430,0,0,0,0,0,"$10,000 - $30,000",Silent (74-91),Black only,Good,5.5-6 feet,200-300,Graduated High School,,0,335,525,580,0,0,0
+,2022,2.02211E+13,7308,Northeast,Massachusetts,200000,"House, apartment, flat",1,1,11732351,36,Female,White only,Never married,"Native, born in United States",Very good,71,200,27.9,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,No,No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,0,0,585,0,0,150,0,0,125,0,460,"$150,000 and over",Millennials (23-38),White only,Very good,5.5-6 feet,200-300,Master's or Doctoral Degree,,460,0,705,150,0,0,125
+,2022,2.02211E+13,7309,West,Utah,55000,"House, apartment, flat",1,1,12308446,29,Female,White only,Married - spouse present,"Native, born in United States",Very good,62,240,43.9,Associate degree - occupational vocational,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,42,0,0,20,0,0,70,0,563,0,0,90,30,0,70,0,555,"$50,000 - $75,000",Millennials (23-38),White only,Very good,5-5.5 feet,200-300,Associate Degree,,555,70,583,120,0,0,112
+,2022,2.02211E+13,7310,West,California,87500,"House, apartment, flat",1,1,34049747,18,Female,White only,Never married,"Native, born in United States",Very good,60,129,25.2,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,400,0,60,0,740,0,0,165,0,0,0,0,0,"$75,000 - $100,000",Generation Z (7-22),White only,Very good,5-5.5 feet,120-140,Graduated High School,,0,60,815,165,400,0,0
+,2022,2.02211E+13,7311,South,Alabama,67500,"House, apartment, flat",1,1,12032361,60,Female,White only,Married - spouse present,"Native, born in United States",Good,63,170,30.1,High school graduate - diploma,Twelfth grade,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,70,0,0,100,0,420,0,0,0,0,0,40,0,810,"$50,000 - $75,000",Boomers (55-73),White only,Good,5-5.5 feet,160-180,Graduated High School,,810,100,490,0,0,0,40
+,2022,2.02211E+13,7312,West,California,87500,Mobile home or trailer with no permanent room added,1,1,8040415,44,Male,Hawaiian Pacific Islander only,Divorced,"Native, born in United States",Very good,67,209,32.7,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,0,0,0,220,0,900,0,0,0,240,0,20,0,0,"$75,000 - $100,000",Generation X (39-54),Hawaiian Pacific Islander only,Very good,5.5-6 feet,200-300,Graduated High School,,0,220,900,240,0,0,80
+,2022,2.02211E+13,7313,West,California,55000,"House, apartment, flat",1,1,10828307,46,Male,White only,Married - spouse present,"Native, born in United States",Very good,68,200,30.4,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,200,0,660,0,0,430,0,0,120,0,0,"$50,000 - $75,000",Generation X (39-54),White only,Very good,5.5-6 feet,200-300,Associate Degree,,0,200,690,430,0,0,120
+,2022,2.02211E+13,7314,Northeast,Massachusetts,200000,"House, apartment, flat",1,1,9068033,40,Female,White only,Married - spouse present,"Native, born in United States",Excellent,66,138,22.3,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,22,0,0,30,0,0,90,0,560,0,0,0,30,0,193,0,455,"$150,000 and over",Generation X (39-54),White only,Excellent,5.5-6 feet,120-140,Master's or Doctoral Degree,,455,90,590,30,0,0,215
+,2022,2.02211E+13,7315,Midwest,Wisconsin,45000,"House, apartment, flat",1,1,4863181,53,Female,White only,Married - spouse present,"Native, born in United States",Excellent,67,150,23.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,60,0,0,30,0,540,0,0,265,0,0,30,335,0,"$30,000 - $50,000",Generation X (39-54),White only,Excellent,5.5-6 feet,140-160,Bachelor's Degree,,0,30,600,265,0,335,90
+,2022,2.02211E+13,7316,South,Texas,125000,"House, apartment, flat",1,1,3522025,51,Female,White only,Never married,"Native, born in United States",Good,63,180,31.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,85,45,0,0,55,0,685,0,0,395,0,0,175,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Good,5-5.5 feet,180-200,Bachelor's Degree,,0,55,730,395,0,0,260
+,2022,2.02211E+13,7317,Northeast,Pennsylvania,125000,"House, apartment, flat",1,1,7871421,43,Male,White only,Never married,"Native, born in United States",Very good,72,180,24.4,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,0,0,600,0,0,450,0,0,270,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Very good,6-6.5 feet,180-200,Master's or Doctoral Degree,,0,0,720,450,0,0,270
+,2022,2.02211E+13,7318,Northeast,New York,125000,"House, apartment, flat",1,1,10469040,48,Female,White only,Married - spouse present,"Native, born in United States",Good,65,250,41.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,160,0,0,275,0,635,0,0,320,0,0,50,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Good,5-5.5 feet,200-300,Bachelor's Degree,,0,275,795,320,0,0,50
+,2022,2.02211E+13,7319,South,Texas,67500,"House, apartment, flat",1,1,5723289,68,Male,White only,Married - spouse present,"Native, born in United States",Good,68,220,33.4,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,35,0,0,0,0,560,0,0,440,0,0,30,315,0,"$50,000 - $75,000",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Master's or Doctoral Degree,,0,0,595,440,0,315,90
+,2022,2.02211E+13,7320,West,Washington,67500,"House, apartment, flat",1,1,10252372,39,Female,Asian only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",NIU (Not in universe),,9999,999,Some college but no degree,College--four years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,680,0,220,0,400,0,0,60,0,0,80,0,0,"$50,000 - $75,000",Generation X (39-54),Asian only,"Other (Refused, Dont know, NIU)",,>300,Some College,,0,220,400,60,680,0,80
+,2022,2.02211E+13,7321,South,North Carolina,200000,"House, apartment, flat",1,1,22540667,44,Male,White only,Married - spouse present,"Native, born in United States",Very good,70,175,25.1,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,12,0,10,30,0,20,90,0,500,0,10,210,0,0,100,0,458,"$150,000 and over",Generation X (39-54),White only,Very good,5.5-6 feet,160-180,Master's or Doctoral Degree,,458,90,530,220,0,0,142
+,2022,2.02211E+13,7322,Midwest,Missouri,6250,"House, apartment, flat",1,1,19593409,23,Female,Asian only,Never married,"Foreign born, not a U.S. citizen",Very good,77,136,16.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,150,210,0,30,0,600,0,0,100,0,0,40,0,310,"Less than $10,000",Millennials (23-38),Asian only,Very good,6-6.5 feet,120-140,Bachelor's Degree,,310,30,750,100,210,0,40
+,2022,2.02211E+13,7323,Midwest,Missouri,67500,"House, apartment, flat",1,1,8748517,40,Male,White only,Married - spouse present,"Native, born in United States",Good,73,270,35.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,60,0,0,30,0,0,30,0,660,0,0,0,0,0,60,0,600,"$50,000 - $75,000",Generation X (39-54),White only,Good,6-6.5 feet,200-300,Bachelor's Degree,,600,30,690,0,0,0,120
+,2022,2.02211E+13,7324,South,Georgia,200000,"House, apartment, flat",1,1,13798097,36,Male,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Good,66,155,25,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,47,0,0,84,0,0,10,0,506,0,0,60,0,0,69,0,664,"$150,000 and over",Millennials (23-38),White only,Good,5.5-6 feet,140-160,Associate Degree,,664,10,590,60,0,0,116
+,2022,2.02211E+13,7325,Midwest,Illinois,67500,"House, apartment, flat",1,1,40564345,23,Male,White only,Never married,"Native, born in United States",Good,73,137,18.1,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,5,5,45,0,0,40,0,695,0,0,595,30,0,25,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Good,6-6.5 feet,120-140,Graduated High School,,0,40,740,625,0,0,35
+,2022,2.02211E+13,7326,South,Texas,27500,"House, apartment, flat",1,1,3004068,62,Female,White only,Divorced,"Native, born in United States",Good,64,175,30,11th grade,Eleventh grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,300,0,540,0,0,600,0,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Good,5-5.5 feet,160-180,Some High School,,0,300,540,600,0,0,0
+,2022,2.02211E+13,7327,Midwest,Michigan,32500,"House, apartment, flat",1,1,15654509,49,Female,White only,Married - spouse present,"Native, born in United States",Fair,61,280,52.9,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,15,543,5,30,0,0,0,0,577,0,0,255,0,0,15,0,0,"$30,000 - $50,000",Generation X (39-54),White only,Fair,5-5.5 feet,200-300,Some College,,0,0,607,255,0,0,578
+,2022,2.02211E+13,7328,West,Utah,55000,"House, apartment, flat",1,1,4531101,38,Male,White only,Married - spouse present,"Native, born in United States",Very good,73,200,26.4,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,150,0,0,90,0,0,220,0,650,0,0,270,60,0,0,0,0,"$50,000 - $75,000",Generation X (39-54),White only,Very good,6-6.5 feet,200-300,Graduated High School,,0,220,740,330,0,0,150
+,2022,2.02211E+13,7329,Northeast,New Jersey,45000,"House, apartment, flat",1,1,4594715,70,Female,White only,Married - spouse present,"Native, born in United States",Fair,68,180,27.4,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,70,0,0,265,0,640,0,75,300,40,0,50,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Fair,5.5-6 feet,180-200,Graduated High School,,0,265,710,415,0,0,50
+,2022,2.02211E+13,7330,West,Utah,125000,"House, apartment, flat",1,1,3921593,68,Female,White only,Married - spouse present,"Native, born in United States",Excellent,62,9996,998,Associate degree - occupational vocational,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,345,0,510,0,0,240,0,0,0,300,0,"$100,000 - $150,000",Boomers (55-73),White only,Excellent,5-5.5 feet,>300,Associate Degree,,0,345,555,240,0,300,0
+,2022,2.02211E+13,7331,West,Colorado,87500,"House, apartment, flat",1,1,6214724,49,Female,White only,Divorced,"Native, born in United States",Good,67,235,36.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,20,60,0,0,230,0,630,0,0,390,0,0,35,0,20,"$75,000 - $100,000",Generation X (39-54),White only,Good,5.5-6 feet,200-300,Bachelor's Degree,,20,230,690,390,0,0,55
+,2022,2.02211E+13,7332,South,West Virginia,45000,"House, apartment, flat",1,1,3769826,72,Female,White only,Married - spouse present,"Native, born in United States",Good,69,286,42.2,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,125,0,0,420,0,820,0,0,75,0,0,0,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Graduated High School,,0,420,945,75,0,0,0
+,2022,2.02211E+13,7333,South,Alabama,87500,"House, apartment, flat",1,1,5795380,69,Female,Black only,Married - spouse present,"Native, born in United States",Good,62,165,30.2,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,120,20,0,0,100,0,540,90,0,470,0,0,100,0,0,"$75,000 - $100,000",Boomers (55-73),Black only,Good,5-5.5 feet,160-180,Associate Degree,,0,100,650,470,0,0,220
+,2022,2.02211E+13,7334,West,Arizona,125000,"House, apartment, flat",1,1,14653886,23,Female,White only,Never married,"Native, born in United States",Good,68,210,31.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,210,35,0,0,230,0,470,0,0,420,0,0,65,5,5,"$100,000 - $150,000",Millennials (23-38),White only,Good,5.5-6 feet,200-300,Bachelor's Degree,,5,230,505,420,0,5,275
+,2022,2.02211E+13,7335,West,Washington,87500,"House, apartment, flat",1,1,25257086,37,Female,White-American Indian,Never married,"Foreign born, U.S. citizen by naturalization",Good,61,130,24.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,20,0,0,0,0,1330,0,60,0,0,0,0,0,30,"$75,000 - $100,000",Millennials (23-38),Mixed,Good,5-5.5 feet,120-140,Bachelor's Degree,,30,0,1350,60,0,0,0
+,2022,2.02211E+13,7336,South,Arkansas,125000,"House, apartment, flat",1,1,4439356,36,Female,White only,Married - spouse present,"Native, born in United States",Good,64,132,22.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,165,0,50,25,0,0,252,0,628,0,0,180,0,0,140,0,0,"$100,000 - $150,000",Millennials (23-38),White only,Good,5-5.5 feet,120-140,Bachelor's Degree,,0,252,653,180,0,0,355
+,2022,2.02211E+13,7337,South,Oklahoma,87500,"House, apartment, flat",1,1,12973804,45,Male,White only,Married - spouse present,"Native, born in United States",Good,68,173,26.3,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,35,15,0,0,113,0,445,0,0,224,30,0,103,0,475,"$75,000 - $100,000",Generation X (39-54),White only,Good,5.5-6 feet,160-180,Some College,,475,113,460,254,0,0,138
+,2022,2.02211E+13,7338,South,Florida,87500,"House, apartment, flat",1,1,3231250,37,Female,White only,Divorced,"Native, born in United States",Refused,,9996,998,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,205,0,5,155,0,0,150,0,435,0,0,20,200,0,210,0,60,"$75,000 - $100,000",Millennials (23-38),White only,"Other (Refused, Dont know, NIU)",,>300,Bachelor's Degree,,60,150,590,220,0,0,420
+,2022,2.02211E+13,7339,South,North Carolina,87500,"House, apartment, flat",1,1,30047081,16,Male,Black only,Never married,"Native, born in United States",Very good,71,147,20.5,10th grade,Tenth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,65,0,0,5,234,0,241,0,564,0,56,252,0,1,22,0,0,"$75,000 - $100,000",Generation Z (7-22),Black only,Very good,5.5-6 feet,140-160,Some High School,,0,241,569,308,234,0,88
+,2022,2.02211E+13,7340,Northeast,New Jersey,200000,"House, apartment, flat",1,1,5576986,48,Female,White only,Divorced,"Native, born in United States",Good,70,180,25.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,66,10,60,155,0,0,10,0,518,2,0,75,0,0,75,0,459,"$150,000 and over",Generation X (39-54),White only,Good,5.5-6 feet,180-200,Bachelor's Degree,,459,10,675,75,0,0,211
+,2022,2.02211E+13,7341,Midwest,Indiana,55000,"House, apartment, flat",1,1,16284301,64,Female,White only,Married - spouse present,"Native, born in United States",Good,66,200,32.3,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,90,95,0,0,355,0,480,0,0,400,0,0,20,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Graduated High School,,0,355,575,400,0,0,110
+,2022,2.02211E+13,7342,South,Virginia,125000,"House, apartment, flat",1,1,10738929,64,Female,White only,Divorced,"Native, born in United States",Good,72,205,27.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,0,10,525,0,0,208,0,0,77,0,500,"$100,000 - $150,000",Boomers (55-73),White only,Good,6-6.5 feet,200-300,Bachelor's Degree,,500,10,645,208,0,0,77
+,2022,2.02211E+13,7343,West,Washington,200000,"House, apartment, flat",1,1,9894790,69,Female,White only,Married - spouse present,"Native, born in United States",Very good,62,150,27.4,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,370,0,540,0,0,355,0,0,10,0,0,"$150,000 and over",Boomers (55-73),White only,Very good,5-5.5 feet,140-160,Master's or Doctoral Degree,,0,370,600,355,0,0,10
+,2022,2.02211E+13,7344,South,Florida,45000,"House, apartment, flat",1,1,6823189,60,Female,Asian only,Divorced,"Foreign born, U.S. citizen by naturalization",Very good,59,130,26.3,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,15,0,0,65,0,420,0,0,910,30,0,0,0,0,"$30,000 - $50,000",Boomers (55-73),Asian only,Very good,0-5 feet,120-140,Graduated High School,,0,65,435,940,0,0,0
+,2022,2.02211E+13,7345,Midwest,Kansas,67500,"House, apartment, flat",1,1,4064822,68,Male,White only,Married - spouse present,"Native, born in United States",Very good,70,205,29.4,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,340,0,485,0,0,570,0,0,0,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Very good,5.5-6 feet,200-300,Master's or Doctoral Degree,,0,340,530,570,0,0,0
+,2022,2.02211E+13,7346,West,California,55000,"House, apartment, flat",1,1,11053004,38,Female,White-Black,Never married,"Native, born in United States",Good,68,9997,998,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,5,0,595,0,0,180,65,0,35,0,500,"$50,000 - $75,000",Generation X (39-54),Mixed,Good,5.5-6 feet,>300,Bachelor's Degree,,500,5,655,245,0,0,35
+,2022,2.02211E+13,7347,Northeast,Massachusetts,125000,"House, apartment, flat",1,1,12893201,51,Male,White only,Never married,"Native, born in United States",Good,70,200,28.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,145,0,555,0,0,255,0,0,0,0,425,"$100,000 - $150,000",Generation X (39-54),White only,Good,5.5-6 feet,200-300,Bachelor's Degree,,425,145,615,255,0,0,0
+,2022,2.02211E+13,7348,Northeast,New York,200000,"House, apartment, flat",1,1,9688990,38,Female,White only,Married - spouse present,"Native, born in United States",Very good,65,175,29.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,35,0,6,20,0,0,0,0,480,0,0,267,45,0,52,0,535,"$150,000 and over",Generation X (39-54),White only,Very good,5-5.5 feet,160-180,Bachelor's Degree,,535,0,500,312,0,0,93
+,2022,2.02211E+13,7349,South,Oklahoma,37500,"House, apartment, flat",1,1,8464843,77,Female,White only,Divorced,"Native, born in United States",Good,66,215,34.7,High school graduate - GED,Seventh through eighth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,45,0,0,0,0,570,0,0,825,0,0,0,0,0,"$30,000 - $50,000",Silent (74-91),White only,Good,5.5-6 feet,200-300,Graduated High School,,0,0,615,825,0,0,0
+,2022,2.02211E+13,7350,South,Kentucky,125000,"House, apartment, flat",1,1,13703552,50,Female,White only,Married - spouse present,"Native, born in United States",Good,70,185,26.5,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,0,0,540,0,0,280,0,0,40,0,460,"$100,000 - $150,000",Generation X (39-54),White only,Good,5.5-6 feet,180-200,Graduated High School,,460,0,660,280,0,0,40
+,2022,2.02211E+13,7351,South,North Carolina,37500,"House, apartment, flat",1,1,5027470,70,Female,White only,Divorced,"Native, born in United States",Good,62,175,32,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,340,0,684,0,0,326,0,0,0,0,60,"$30,000 - $50,000",Boomers (55-73),White only,Good,5-5.5 feet,160-180,Associate Degree,,60,340,714,326,0,0,0
+,2022,2.02211E+13,7352,Midwest,Missouri,32500,"House, apartment, flat",1,1,5976025,78,Female,White only,Married - spouse present,"Native, born in United States",Poor,,156,998,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,195,0,570,0,0,585,0,0,0,0,0,"$30,000 - $50,000",Silent (74-91),White only,Poor,,140-160,Graduated High School,,0,195,660,585,0,0,0
+,2022,2.02211E+13,7353,Midwest,Ohio,27500,"House, apartment, flat",1,1,9985559,74,Female,Black only,Married - spouse present,"Native, born in United States",Good,66,143,23.1,Associate degree - academic program,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,60,25,195,0,0,188,0,665,0,0,231,45,20,11,0,0,"$10,000 - $30,000",Silent (74-91),Black only,Good,5.5-6 feet,140-160,Associate Degree,,0,188,860,276,0,0,116
+,2022,2.02211E+13,7354,Midwest,Michigan,200000,"House, apartment, flat",1,1,2664409,73,Female,Black only,Divorced,"Native, born in United States",NIU (Not in universe),,9999,999,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,135,0,0,110,0,590,0,0,525,0,80,0,0,0,"$150,000 and over",Silent (74-91),Black only,"Other (Refused, Dont know, NIU)",,>300,Master's or Doctoral Degree,,0,110,725,525,0,0,80
+,2022,2.02211E+13,7355,West,Montana,67500,"House, apartment, flat",1,1,7927519,65,Male,White only,Married - spouse present,"Native, born in United States",Very good,70,190,27.3,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,130,0,0,375,0,570,0,0,350,0,0,0,15,0,"$50,000 - $75,000",Boomers (55-73),White only,Very good,5.5-6 feet,180-200,Some College,,0,375,700,350,0,15,0
+,2022,2.02211E+13,7356,Northeast,New York,200000,"House, apartment, flat",1,1,20167419,50,Female,White only,Married - spouse present,"Native, born in United States",Very good,62,135,24.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,45,30,0,0,225,0,600,0,0,370,90,0,50,0,30,"$150,000 and over",Generation X (39-54),White only,Very good,5-5.5 feet,120-140,Bachelor's Degree,,30,225,630,460,0,0,95
+,2022,2.02211E+13,7357,South,Texas,17500,"House, apartment, flat",1,1,12143832,80,Male,White only,Married - spouse present,"Native, born in United States",Good,68,165,25.1,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,Has physical difficulty,Has difficulty remembering,0,0,45,30,0,20,195,0,540,0,0,585,0,0,25,0,0,"$10,000 - $30,000",Silent (74-91),White only,Good,5.5-6 feet,160-180,Master's or Doctoral Degree,,0,195,570,585,0,0,90
+,2022,2.02211E+13,7358,South,Mississippi,13750,"House, apartment, flat",1,1,3336132,66,Female,Black only,Widowed,"Native, born in United States",Very good,66,160,25.8,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),Has vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,65,0,0,210,0,565,0,90,450,0,0,60,0,0,"$10,000 - $30,000",Boomers (55-73),Black only,Very good,5.5-6 feet,160-180,Associate Degree,,0,210,630,540,0,0,60
+,2022,2.02211E+13,7359,Midwest,Ohio,200000,"House, apartment, flat",1,1,5075472,65,Female,White only,Married - spouse present,"Native, born in United States",Very good,65,140,23.3,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,2,0,0,90,0,0,225,0,465,0,0,423,0,30,85,0,0,"$150,000 and over",Boomers (55-73),White only,Very good,5-5.5 feet,140-160,Some College,,0,225,555,423,0,0,117
+,2022,2.02211E+13,7360,Midwest,Ohio,200000,"House, apartment, flat",1,1,8123733,73,Male,White only,Married - spouse present,"Native, born in United States",Very good,69,162,23.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,150,0,0,125,0,675,0,75,295,0,0,105,0,15,"$150,000 and over",Silent (74-91),White only,Very good,5.5-6 feet,160-180,Bachelor's Degree,,15,125,825,370,0,0,105
+,2022,2.02211E+13,7361,Northeast,Maine,125000,"House, apartment, flat",1,1,8388569,61,Male,White only,Married - spouse present,"Native, born in United States",Good,66,220,35.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,180,0,0,0,0,510,0,0,690,0,0,60,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Bachelor's Degree,,0,0,690,690,0,0,60
+,2022,2.02211E+13,7362,South,Virginia,200000,"House, apartment, flat",1,1,8230840,46,Female,White only,Never married,"Native, born in United States",Very good,67,140,21.9,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,65,70,0,0,0,0,510,0,0,40,60,0,60,180,455,"$150,000 and over",Generation X (39-54),White only,Very good,5.5-6 feet,140-160,Master's or Doctoral Degree,,455,0,580,100,0,180,125
+,2022,2.02211E+13,7363,West,Arizona,87500,"House, apartment, flat",1,1,6960562,79,Male,White only,Married - spouse present,"Native, born in United States",Very good,69,180,26.6,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,180,0,0,320,0,545,0,0,315,60,0,20,0,0,"$75,000 - $100,000",Silent (74-91),White only,Very good,5.5-6 feet,180-200,Some College,,0,320,725,375,0,0,20
+,2022,2.02211E+13,7364,West,California,125000,"House, apartment, flat",1,1,5631026,43,Female,Asian only,Never married,"Native, born in United States",Good,62,140,25.6,Some college but no degree,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,83,0,60,75,0,0,75,0,817,0,0,285,0,5,40,0,0,"$100,000 - $150,000",Generation X (39-54),Asian only,Good,5-5.5 feet,140-160,Some College,,0,75,892,285,0,0,188
+,2022,2.02211E+13,7365,South,Tennessee,37500,"House, apartment, flat",1,1,9924937,62,Male,White only,Divorced,"Native, born in United States",Good,65,166,27.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,15,15,0,0,0,0,680,0,0,720,0,0,10,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Good,5-5.5 feet,160-180,Bachelor's Degree,,0,0,695,720,0,0,25
+,2022,2.02211E+13,7366,South,Texas,67500,"House, apartment, flat",1,1,19592816,66,Male,White only,Divorced,"Native, born in United States",Fair,70,260,37.3,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,25,0,0,120,0,660,0,0,635,0,0,0,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Fair,5.5-6 feet,200-300,Graduated High School,,0,120,685,635,0,0,0
+,2022,2.02211E+13,7367,Midwest,Missouri,67500,"House, apartment, flat",1,1,9298064,60,Male,White only,Married - spouse present,"Native, born in United States",Fair,72,200,27.1,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,150,0,0,0,0,630,0,0,630,0,0,30,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Fair,6-6.5 feet,200-300,Some College,,0,0,780,630,0,0,30
+,2022,2.02211E+13,7368,West,California,200000,"House, apartment, flat",1,1,6157502,29,Female,Asian only,Never married,"Foreign born, not a U.S. citizen",Excellent,64,120,20.6,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,150,0,0,120,0,714,0,0,180,150,60,6,0,60,"$150,000 and over",Millennials (23-38),Asian only,Excellent,5-5.5 feet,120-140,Master's or Doctoral Degree,,60,120,864,330,0,0,66
+,2022,2.02211E+13,7369,South,Texas,87500,"House, apartment, flat",1,1,10983517,64,Male,White only,Married - spouse present,"Native, born in United States",Very good,75,195,24.4,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,2,0,50,0,0,35,0,549,0,135,620,0,0,49,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Very good,6-6.5 feet,180-200,Master's or Doctoral Degree,,0,35,599,755,0,0,51
+,2022,2.02211E+13,7370,South,North Carolina,125000,"House, apartment, flat",1,1,4804351,67,Female,White only,Married - spouse present,"Native, born in United States",Very good,65,9996,998,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,275,90,0,0,205,0,465,0,0,277,45,0,83,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Very good,5-5.5 feet,>300,Some College,,0,205,555,322,0,0,358
+,2022,2.02211E+13,7371,South,Virginia,200000,"House, apartment, flat",1,1,12212669,39,Male,White only,Married - spouse present,"Native, born in United States",Good,73,225,29.7,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,101,0,0,10,0,0,200,35,367,0,0,273,0,0,0,0,454,"$150,000 and over",Generation X (39-54),White only,Good,6-6.5 feet,200-300,Master's or Doctoral Degree,,454,235,377,273,0,0,101
+,2022,2.02211E+13,7372,Midwest,Illinois,22500,"House, apartment, flat",1,1,29224798,52,Male,White only,Divorced,"Native, born in United States",Poor,72,189,25.6,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,Has difficulty remembering,0,0,0,30,0,0,30,0,990,0,0,0,0,0,30,0,360,"$10,000 - $30,000",Generation X (39-54),White only,Poor,6-6.5 feet,180-200,Graduated High School,,360,30,1020,0,0,0,30
+,2022,2.02211E+13,7373,South,District of Columbia,200000,"House, apartment, flat",1,1,5491368,32,Female,Black only,Never married,"Native, born in United States",Very good,65,140,23.3,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,190,240,0,30,0,580,0,0,110,150,0,80,0,60,"$150,000 and over",Millennials (23-38),Black only,Very good,5-5.5 feet,140-160,Master's or Doctoral Degree,,60,30,770,260,240,0,80
+,2022,2.02211E+13,7374,West,Washington,67500,"House, apartment, flat",1,1,8157741,63,Female,White only,Married - spouse present,"Native, born in United States",Very good,64,200,34.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,15,0,40,45,0,690,0,0,650,0,0,0,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Very good,5-5.5 feet,200-300,Bachelor's Degree,,0,45,705,650,0,0,40
+,2022,2.02211E+13,7375,South,Kentucky,67500,"House, apartment, flat",1,1,4882591,66,Male,White only,Married - spouse present,"Native, born in United States",Excellent,72,180,24.4,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,10,0,105,0,0,165,0,312,0,0,840,0,0,8,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Excellent,6-6.5 feet,180-200,Master's or Doctoral Degree,,0,165,417,840,0,0,18
+,2022,2.02211E+13,7376,South,South Carolina,87500,"House, apartment, flat",1,1,4730429,73,Female,Black only,Married - spouse present,"Native, born in United States",Good,67,198,31,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,35,40,0,0,120,0,583,0,0,495,0,20,37,0,0,"$75,000 - $100,000",Silent (74-91),Black only,Good,5.5-6 feet,180-200,Bachelor's Degree,,0,120,623,495,0,0,92
+,2022,2.02211E+13,7377,South,Alabama,32500,Mobile home or trailer with no permanent room added,1,1,13832063,67,Male,White only,Divorced,"Native, born in United States",Very good,70,225,32.3,High school graduate - GED,Tenth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,55,0,0,90,0,410,0,0,420,0,15,30,0,420,"$30,000 - $50,000",Boomers (55-73),White only,Very good,5.5-6 feet,200-300,Graduated High School,,420,90,465,420,0,0,45
+,2022,2.02211E+13,7378,South,Virginia,200000,"House, apartment, flat",1,1,10633047,46,Female,White only,Married - spouse present,"Native, born in United States",Very good,72,165,22.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,150,0,850,0,0,370,0,0,40,0,0,"$150,000 and over",Generation X (39-54),White only,Very good,6-6.5 feet,160-180,Bachelor's Degree,,0,150,880,370,0,0,40
+,2022,2.02211E+13,7379,South,Mississippi,55000,"House, apartment, flat",1,1,4467266,72,Male,White only,Married - spouse present,"Native, born in United States",Good,65,225,37.4,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,50,0,0,195,0,595,0,0,360,0,0,50,190,0,"$50,000 - $75,000",Boomers (55-73),White only,Good,5-5.5 feet,200-300,Master's or Doctoral Degree,,0,195,645,360,0,190,50
+,2022,2.02211E+13,7380,Midwest,Illinois,87500,"House, apartment, flat",1,1,8113778,28,Male,Asian only,Never married,"Foreign born, not a U.S. citizen",Good,69,340,50.2,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,55,40,0,0,185,0,975,0,0,120,0,20,45,0,0,"$75,000 - $100,000",Millennials (23-38),Asian only,Good,5.5-6 feet,>300,Master's or Doctoral Degree,,0,185,1015,120,0,0,120
+,2022,2.02211E+13,7381,South,Florida,32500,"House, apartment, flat",1,1,11660830,40,Female,Asian only,Married - spouse present,"Foreign born, not a U.S. citizen",Very good,60,119,23.2,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,214,0,0,30,0,0,225,0,506,0,0,120,120,0,225,0,0,"$30,000 - $50,000",Generation X (39-54),Asian only,Very good,5-5.5 feet,100-120,Master's or Doctoral Degree,,0,225,536,240,0,0,439
+,2022,2.02211E+13,7382,South,South Carolina,125000,"House, apartment, flat",1,1,26171771,16,Male,White only,Never married,"Native, born in United States",Very good,62,152,27.8,10th grade,Tenth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,50,460,0,0,0,595,0,0,315,0,0,20,0,0,"$100,000 - $150,000",Generation Z (7-22),White only,Very good,5-5.5 feet,140-160,Some High School,,0,0,645,315,460,0,20
+,2022,2.02211E+13,7383,South,Florida,55000,"House, apartment, flat",1,1,5835668,85,Female,White only,Widowed,"Native, born in United States",Good,62,132,24.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,15,0,0,142,0,578,75,0,480,0,60,30,0,0,"$50,000 - $75,000",Silent (74-91),White only,Good,5-5.5 feet,120-140,Bachelor's Degree,,0,142,668,480,0,0,90
+,2022,2.02211E+13,7384,Northeast,Connecticut,87500,"House, apartment, flat",1,1,25235571,59,Female,White only,Married - spouse present,"Native, born in United States",Excellent,,9996,998,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,800,0,446,0,0,115,0,0,0,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Excellent,,>300,Graduated High School,,0,800,506,115,0,0,0
+,2022,2.02211E+13,7385,West,California,11250,"House, apartment, flat",1,1,6158836,80,Female,White only,Married - spouse present,"Native, born in United States",Excellent,61,182,34.4,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,0,0,585,0,0,735,0,0,0,0,0,"$10,000 - $30,000",Silent (74-91),White only,Excellent,5-5.5 feet,180-200,Graduated High School,,0,0,705,735,0,0,0
+,2022,2.02211E+13,7386,Northeast,Connecticut,67500,"House, apartment, flat",1,1,64603235,15,Female,Black only,Never married,"Native, born in United States",Excellent,69,153,22.6,10th grade,Tenth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,85,392,0,25,0,664,0,0,245,0,0,24,0,0,"$50,000 - $75,000",Generation Z (7-22),Black only,Excellent,5.5-6 feet,140-160,Some High School,,0,25,749,245,392,0,24
+,2022,2.02211E+13,7387,Midwest,Michigan,67500,"House, apartment, flat",1,1,8296677,28,Male,White only,Never married,"Native, born in United States",Good,71,230,32.1,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,135,0,0,0,15,0,555,0,0,660,0,0,75,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Good,5.5-6 feet,200-300,Master's or Doctoral Degree,,0,15,555,660,0,0,210
+,2022,2.02211E+13,7388,Midwest,Illinois,125000,"House, apartment, flat",1,1,13914577,47,Female,White only,Married - spouse present,"Native, born in United States",Good,64,163,28,Associate degree - occupational vocational,College--three years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,15,0,0,250,0,600,0,0,120,0,0,0,0,455,"$100,000 - $150,000",Generation X (39-54),White only,Good,5-5.5 feet,160-180,Associate Degree,,455,250,615,120,0,0,0
+,2022,2.02211E+13,7389,Midwest,Minnesota,67500,"House, apartment, flat",1,1,19797505,44,Male,White only,Married - spouse present,"Native, born in United States",Very good,70,190,27.3,10th grade,Tenth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,50,0,0,80,0,645,0,0,10,90,0,55,0,510,"$50,000 - $75,000",Generation X (39-54),White only,Very good,5.5-6 feet,180-200,Some High School,,510,80,695,100,0,0,55
+,2022,2.02211E+13,7390,Midwest,Missouri,45000,"House, apartment, flat",1,1,7366403,85,Female,White only,Married - spouse present,"Native, born in United States",Fair,63,165,29.2,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,80,120,0,0,90,0,636,0,0,474,30,0,10,0,0,"$30,000 - $50,000",Silent (74-91),White only,Fair,5-5.5 feet,160-180,Master's or Doctoral Degree,,0,90,756,504,0,0,90
+,2022,2.02211E+13,7391,South,Florida,67500,"House, apartment, flat",1,1,4138480,69,Male,White only,Married - spouse present,"Native, born in United States",Very good,66,171,27.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,150,0,0,105,0,540,0,85,452,0,0,48,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Very good,5.5-6 feet,160-180,Bachelor's Degree,,0,105,690,537,0,0,108
+,2022,2.02211E+13,7392,West,Arizona,8750,"House, apartment, flat",1,1,6762788,56,Female,White only,Divorced,"Native, born in United States",Don't know,62,170,31.1,Some college but no degree,Twelfth grade,Not in labor force,NIU (Not in universe),Has vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,90,0,0,450,0,720,0,0,165,0,15,0,0,0,"Less than $10,000",Boomers (55-73),White only,"Other (Refused, Dont know, NIU)",5-5.5 feet,160-180,Some College,,0,450,810,165,0,0,15
+,2022,2.02211E+13,7393,Midwest,Ohio,200000,"House, apartment, flat",1,1,14420656,68,Female,White only,Married - spouse present,"Native, born in United States",Very good,66,147,23.7,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,1,0,50,210,0,180,0,585,0,0,311,12,0,71,20,0,"$150,000 and over",Boomers (55-73),White only,Very good,5.5-6 feet,140-160,Master's or Doctoral Degree,,0,180,635,323,210,20,72
+,2022,2.02211E+13,7394,Midwest,Ohio,125000,"House, apartment, flat",1,1,4215628,67,Female,White only,Married - spouse present,"Native, born in United States",Very good,64,140,24,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,5,124,40,0,0,85,0,630,0,0,421,0,0,75,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Very good,5-5.5 feet,140-160,Master's or Doctoral Degree,,0,85,670,421,0,0,204
+,2022,2.02211E+13,7395,Midwest,Ohio,37500,"House, apartment, flat",1,1,6660955,80,Female,White only,Widowed,"Native, born in United States",Very good,63,105,18.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,150,0,0,265,0,600,30,0,262,0,45,28,60,0,"$30,000 - $50,000",Silent (74-91),White only,Very good,5-5.5 feet,100-120,Bachelor's Degree,,0,265,780,262,0,60,73
+,2022,2.02211E+13,7396,South,Florida,67500,"House, apartment, flat",1,1,15928717,78,Male,White only,Married - spouse present,"Native, born in United States",Very good,67,170,26.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,35,0,0,390,0,555,0,0,460,0,0,0,0,0,"$50,000 - $75,000",Silent (74-91),White only,Very good,5.5-6 feet,160-180,Bachelor's Degree,,0,390,590,460,0,0,0
+,2022,2.02211E+13,7397,Midwest,North Dakota,45000,Mobile home or trailer with 1 or more rooms added,1,1,7104589,73,Male,White only,Separated,"Native, born in United States",Fair,60,180,35.2,5th or 6th grade,Fifth through sixth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,0,60,630,0,0,720,0,0,0,0,0,"$30,000 - $50,000",Silent (74-91),White only,Fair,5-5.5 feet,180-200,Middle School or Less,,0,60,660,720,0,0,0
+,2022,2.02211E+13,7398,West,Arizona,87500,"House, apartment, flat",1,1,15675922,45,Male,White only,Married - spouse absent,"Native, born in United States",Fair,69,300,44.3,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,15,0,570,0,0,210,0,0,60,0,555,"$75,000 - $100,000",Generation X (39-54),White only,Fair,5.5-6 feet,>300,Graduated High School,,555,15,600,210,0,0,60
+,2022,2.02211E+13,7399,South,Texas,200000,"House, apartment, flat",1,1,21972918,59,Male,Asian only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Very good,66,146,23.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,100,0,0,60,0,695,0,0,140,0,0,120,0,325,"$150,000 and over",Boomers (55-73),Asian only,Very good,5.5-6 feet,140-160,Bachelor's Degree,,325,60,795,140,0,0,120
+,2022,2.02211E+13,7400,Midwest,North Dakota,55000,"House, apartment, flat",1,1,4522127,44,Female,"American Indian, Alaskan Native",Never married,"Native, born in United States",Good,65,210,34.9,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,15,0,75,105,0,0,110,0,545,0,0,470,0,0,120,0,0,"$50,000 - $75,000",Generation X (39-54),"American Indian, Alaskan Native",Good,5-5.5 feet,200-300,Master's or Doctoral Degree,,0,110,650,470,0,0,210
+,2022,2.02211E+13,7401,Midwest,Missouri,11250,"House, apartment, flat",1,1,2879045,66,Female,White only,Divorced,"Native, born in United States",Very good,68,199,30.3,Some college but no degree,College--two years,Employed - at work,No,Has vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,90,35,0,0,140,0,650,0,0,180,0,60,60,0,210,"$10,000 - $30,000",Boomers (55-73),White only,Very good,5.5-6 feet,180-200,Some College,,210,140,685,180,0,0,210
+,2022,2.02211E+13,7402,Midwest,Kansas,45000,"House, apartment, flat",1,1,8094079,68,Male,White only,Married - spouse present,"Native, born in United States",Fair,71,164,22.9,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,20,20,0,0,93,0,650,30,70,376,95,0,86,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Fair,5.5-6 feet,160-180,Some College,,0,93,700,541,0,0,106
+,2022,2.02211E+13,7403,West,California,87500,"House, apartment, flat",1,1,32039649,23,Male,White only,Never married,"Native, born in United States",Fair,66,140,22.6,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,50,0,0,105,0,690,0,0,540,0,0,50,0,5,"$75,000 - $100,000",Millennials (23-38),White only,Fair,5.5-6 feet,140-160,Graduated High School,,5,105,740,540,0,0,50
+,2022,2.02211E+13,7404,Northeast,New York,125000,"House, apartment, flat",1,1,15002639,39,Female,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Good,67,200,31.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,120,0,0,60,0,376,0,0,105,0,0,10,0,759,"$100,000 - $150,000",Generation X (39-54),White only,Good,5.5-6 feet,200-300,Bachelor's Degree,,759,60,496,105,0,0,20
+,2022,2.02211E+13,7405,South,Florida,45000,"House, apartment, flat",1,1,10946095,58,Male,White only,Married - spouse present,"Native, born in United States",Excellent,71,170,23.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,55,0,0,115,0,0,75,0,505,0,0,460,150,0,40,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Excellent,5.5-6 feet,160-180,Bachelor's Degree,,0,75,620,610,0,0,95
+,2022,2.02211E+13,7406,West,California,67500,"House, apartment, flat",1,1,10268479,70,Female,Hawaiian Pacific Islander only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Good,64,145,24.9,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,40,0,0,180,0,950,0,0,270,0,0,0,0,0,"$50,000 - $75,000",Boomers (55-73),Hawaiian Pacific Islander only,Good,5-5.5 feet,140-160,Graduated High School,,0,180,990,270,0,0,0
+,2022,2.02211E+13,7407,South,South Carolina,200000,"House, apartment, flat",1,1,7661985,69,Male,White only,Married - spouse present,"Native, born in United States",Excellent,75,178,22.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,0,15,265,0,500,0,0,190,330,0,40,0,0,"$150,000 and over",Boomers (55-73),White only,Excellent,6-6.5 feet,160-180,Bachelor's Degree,,0,265,575,520,0,0,55
+,2022,2.02211E+13,7408,West,New Mexico,125000,"House, apartment, flat",1,1,4422912,51,Male,White only,Married - spouse present,"Native, born in United States",NIU (Not in universe),,9999,999,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,134,0,7,90,0,0,50,0,560,0,0,224,45,0,20,0,310,"$100,000 - $150,000",Generation X (39-54),White only,"Other (Refused, Dont know, NIU)",,>300,Bachelor's Degree,,310,50,650,269,0,0,161
+,2022,2.02211E+13,7409,West,California,125000,"House, apartment, flat",1,1,7522285,37,Male,White only,Married - spouse present,"Native, born in United States",Good,66,310,50,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,90,0,0,60,0,0,60,0,710,0,0,520,0,0,0,0,0,"$100,000 - $150,000",Millennials (23-38),White only,Good,5.5-6 feet,>300,Bachelor's Degree,,0,60,770,520,0,0,90
+,2022,2.02211E+13,7410,South,Florida,87500,"House, apartment, flat",1,1,9036839,35,Female,White only,Married - spouse present,"Native, born in United States",Fair,69,170,25.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,52,0,0,50,0,0,165,0,685,0,0,488,0,0,0,0,0,"$75,000 - $100,000",Millennials (23-38),White only,Fair,5.5-6 feet,160-180,Bachelor's Degree,,0,165,735,488,0,0,52
+,2022,2.02211E+13,7411,South,Texas,87500,"House, apartment, flat",1,1,12682206,19,Male,White only,Never married,"Native, born in United States",Very good,73,220,29,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,1,0,22,80,394,0,65,0,420,0,0,124,0,150,184,0,0,"$75,000 - $100,000",Generation Z (7-22),White only,Very good,6-6.5 feet,200-300,Graduated High School,,0,65,500,124,394,0,357
+,2022,2.02211E+13,7412,South,Virginia,200000,"House, apartment, flat",1,1,23182746,27,Male,Asian only,Never married,"Foreign born, U.S. citizen by naturalization",Very good,68,140,21.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,150,0,0,30,0,870,0,0,270,100,0,20,0,0,"$150,000 and over",Millennials (23-38),Asian only,Very good,5.5-6 feet,140-160,Bachelor's Degree,,0,30,1020,370,0,0,20
+,2022,2.02211E+13,7413,South,Virginia,45000,Mobile home or trailer with no permanent room added,1,1,6132366,80,Female,White only,Divorced,"Native, born in United States",Good,66,150,24.2,Associate degree - occupational vocational,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,100,60,0,0,30,0,580,0,0,120,0,0,125,0,425,"$30,000 - $50,000",Silent (74-91),White only,Good,5.5-6 feet,140-160,Associate Degree,,425,30,640,120,0,0,225
+,2022,2.02211E+13,7414,Midwest,Indiana,125000,"House, apartment, flat",1,1,3198968,73,Female,White only,Divorced,"Native, born in United States",Good,65,190,31.6,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,55,0,30,180,0,833,0,0,240,0,60,10,0,0,"$100,000 - $150,000",Silent (74-91),White only,Good,5-5.5 feet,180-200,Master's or Doctoral Degree,,0,180,888,240,0,0,130
+,2022,2.02211E+13,7415,West,Colorado,55000,"House, apartment, flat",1,1,6119394,85,Female,White only,Widowed,"Native, born in United States",Excellent,64,118,20.3,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,Has difficulty remembering,0,0,0,95,0,0,235,0,540,0,0,530,0,0,40,0,0,"$50,000 - $75,000",Silent (74-91),White only,Excellent,5-5.5 feet,100-120,Some College,,0,235,635,530,0,0,40
+,2022,2.02211E+13,7416,West,California,125000,"House, apartment, flat",1,1,13871655,39,Male,White only,Married - spouse present,"Native, born in United States",Excellent,74,213,27.3,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,230,0,10,75,0,0,15,0,460,0,0,35,0,0,120,0,495,"$100,000 - $150,000",Generation X (39-54),White only,Excellent,6-6.5 feet,200-300,Some College,,495,15,535,35,0,0,360
+,2022,2.02211E+13,7417,South,Tennessee,27500,"House, apartment, flat",1,1,19352806,34,Female,White only,Never married,"Native, born in United States",NIU (Not in universe),,9999,999,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,210,0,0,60,0,0,60,0,555,0,0,105,0,0,0,0,450,"$10,000 - $30,000",Millennials (23-38),White only,"Other (Refused, Dont know, NIU)",,>300,Graduated High School,,450,60,615,105,0,0,210
+,2022,2.02211E+13,7418,West,Montana,22500,"House, apartment, flat",1,1,12448419,69,Female,White only,Widowed,"Native, born in United States",Fair,60,180,35.2,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,80,0,0,62,0,600,0,0,698,0,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Fair,5-5.5 feet,180-200,Graduated High School,,0,62,680,698,0,0,0
+,2022,2.02211E+13,7419,South,Tennessee,32500,"House, apartment, flat",1,1,3892819,56,Female,White only,Married - spouse present,"Native, born in United States",Good,63,170,30.1,Associate degree - occupational vocational,College--four years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,Has difficulty remembering,0,0,0,50,0,0,106,0,570,0,0,714,0,0,0,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Good,5-5.5 feet,160-180,Associate Degree,,0,106,620,714,0,0,0
+,2022,2.02211E+13,7420,South,Florida,45000,"House, apartment, flat",1,1,44413616,26,Female,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Excellent,66,164,26.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,285,0,0,100,0,0,60,0,635,0,0,300,0,0,60,0,0,"$30,000 - $50,000",Millennials (23-38),White only,Excellent,5.5-6 feet,160-180,Bachelor's Degree,,0,60,735,300,0,0,345
+,2022,2.02211E+13,7421,Midwest,Michigan,200000,"House, apartment, flat",1,1,5015132,54,Female,White only,Married - spouse present,"Native, born in United States",Very good,67,240,37.6,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,165,50,0,0,435,0,550,0,0,120,30,0,90,0,0,"$150,000 and over",Boomers (55-73),White only,Very good,5.5-6 feet,200-300,Master's or Doctoral Degree,,0,435,600,150,0,0,255
+,2022,2.02211E+13,7422,South,Louisiana,22500,"House, apartment, flat",1,1,9321169,72,Female,White only,Married - spouse present,"Native, born in United States",Very good,65,150,25,High school graduate - GED,Tenth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,0,0,270,0,597,0,30,438,30,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Very good,5-5.5 feet,140-160,Graduated High School,,0,270,672,498,0,0,0
+,2022,2.02211E+13,7423,West,California,27500,"House, apartment, flat",1,1,16857556,36,Female,Black only,Never married,"Native, born in United States",Very good,71,250,34.9,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,0,0,540,0,0,375,0,0,0,0,480,"$10,000 - $30,000",Millennials (23-38),Black only,Very good,5.5-6 feet,200-300,Some College,,480,0,585,375,0,0,0
+,2022,2.02211E+13,7424,West,California,8750,"House, apartment, flat",1,1,3158182,59,Female,White only,Divorced,"Native, born in United States",Fair,64,165,28.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,85,65,135,0,0,195,0,615,0,0,225,25,0,95,0,0,"Less than $10,000",Boomers (55-73),White only,Fair,5-5.5 feet,160-180,Bachelor's Degree,,0,195,750,250,0,0,245
+,2022,2.02211E+13,7425,West,California,45000,"House, apartment, flat",1,1,9884659,70,Female,White only,Widowed,"Native, born in United States",Very good,65,140,23.3,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,60,60,65,0,0,40,0,720,0,0,200,80,0,50,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Very good,5-5.5 feet,140-160,Associate Degree,,0,40,785,280,0,0,170
+,2022,2.02211E+13,7426,Midwest,Ohio,87500,"House, apartment, flat",1,1,6337684,34,Female,White only,Married - spouse present,"Native, born in United States",Very good,66,161,26,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,560,0,0,95,0,0,15,0,465,0,0,135,0,0,0,0,170,"$75,000 - $100,000",Millennials (23-38),White only,Very good,5.5-6 feet,160-180,Bachelor's Degree,,170,15,560,135,0,0,560
+,2022,2.02211E+13,7427,West,California,200000,"House, apartment, flat",1,1,16611509,50,Female,Asian only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Poor,63,124,22,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,21,0,0,60,0,0,330,0,540,0,105,30,30,0,65,259,0,"$150,000 and over",Generation X (39-54),Asian only,Poor,5-5.5 feet,120-140,Bachelor's Degree,,0,330,600,165,0,259,86
+,2022,2.02211E+13,7428,Midwest,Ohio,87500,"House, apartment, flat",1,1,25876434,29,Male,White only,Married - spouse present,"Native, born in United States",Good,77,330,39.1,Some college but no degree,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,112,0,0,30,240,0,60,0,368,0,0,100,0,0,70,0,460,"$75,000 - $100,000",Millennials (23-38),White only,Good,6-6.5 feet,>300,Some College,,460,60,398,100,240,0,182
+,2022,2.02211E+13,7429,South,Virginia,87500,"House, apartment, flat",1,1,24788248,58,Female,White only,Divorced,"Native, born in United States",Good,66,143,23.1,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,95,0,0,200,0,435,0,0,215,0,0,0,0,495,"$75,000 - $100,000",Boomers (55-73),White only,Good,5.5-6 feet,140-160,Graduated High School,,495,200,530,215,0,0,0
+,2022,2.02211E+13,7430,Northeast,New York,67500,"House, apartment, flat",1,1,18984346,76,Male,White only,Married - spouse present,"Native, born in United States",Good,69,175,25.8,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,144,0,0,480,0,565,0,0,245,0,0,6,0,0,"$50,000 - $75,000",Silent (74-91),White only,Good,5.5-6 feet,160-180,Graduated High School,,0,480,709,245,0,0,6
+,2022,2.02211E+13,7431,South,South Carolina,27500,Mobile home or trailer with no permanent room added,1,1,8378689,85,Female,White only,Widowed,"Native, born in United States",Good,62,135,24.7,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,45,50,0,0,90,0,600,0,0,530,0,0,40,30,0,"$10,000 - $30,000",Silent (74-91),White only,Good,5-5.5 feet,120-140,Graduated High School,,0,90,650,530,0,30,85
+,2022,2.02211E+13,7432,Northeast,New York,55000,"House, apartment, flat",1,1,12869883,75,Male,White only,Married - spouse present,"Native, born in United States",Good,70,270,38.7,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,120,90,0,0,135,0,512,0,0,540,30,0,13,0,0,"$50,000 - $75,000",Silent (74-91),White only,Good,5.5-6 feet,200-300,Associate Degree,,0,135,602,570,0,0,133
+,2022,2.02211E+13,7433,West,Oregon,87500,"House, apartment, flat",1,1,3059242,53,Female,White only,Married - spouse present,"Native, born in United States",Poor,64,223,38.3,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,Has difficulty remembering,0,0,0,150,0,0,30,0,690,0,0,570,0,0,0,0,0,"$75,000 - $100,000",Generation X (39-54),White only,Poor,5-5.5 feet,200-300,Some College,,0,30,840,570,0,0,0
+,2022,2.02211E+13,7434,South,Florida,200000,"House, apartment, flat",1,1,6727737,71,Female,White only,Married - spouse present,"Native, born in United States",Good,64,108,18.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,105,0,0,10,0,765,0,0,560,0,0,0,0,0,"$150,000 and over",Boomers (55-73),White only,Good,5-5.5 feet,100-120,Bachelor's Degree,,0,10,870,560,0,0,0
+,2022,2.02211E+13,7435,Midwest,Nebraska,87500,"House, apartment, flat",1,1,10764848,58,Male,White only,Never married,"Native, born in United States",Good,70,212,30.4,Associate degree - occupational vocational,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,5,90,0,0,60,0,420,0,0,255,0,0,10,0,600,"$75,000 - $100,000",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Associate Degree,,600,60,510,255,0,0,15
+,2022,2.02211E+13,7436,West,Utah,45000,"House, apartment, flat",1,1,3884026,54,Male,White only,Married - spouse present,"Native, born in United States",Excellent,72,165,22.4,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,15,0,0,20,0,603,0,130,482,0,0,40,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Excellent,6-6.5 feet,160-180,Graduated High School,,0,20,618,612,0,0,40
+,2022,2.02211E+13,7437,South,Maryland,125000,"House, apartment, flat",1,1,9301045,85,Male,Black only,Married - spouse present,"Native, born in United States",Good,67,160,25.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,150,0,0,0,0,485,0,165,540,0,0,100,0,0,"$100,000 - $150,000",Silent (74-91),Black only,Good,5.5-6 feet,160-180,Bachelor's Degree,,0,0,635,705,0,0,100
+,2022,2.02211E+13,7438,Midwest,Wisconsin,67500,"House, apartment, flat",1,1,5038995,80,Female,White only,Married - spouse present,"Native, born in United States",Good,64,185,31.8,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,280,60,0,0,75,0,735,0,0,240,0,0,50,0,0,"$50,000 - $75,000",Silent (74-91),White only,Good,5-5.5 feet,180-200,Some College,,0,75,795,240,0,0,330
+,2022,2.02211E+13,7439,Midwest,Ohio,55000,"House, apartment, flat",1,1,8287176,73,Female,White only,Married - spouse present,"Native, born in United States",Very good,62,188,34.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,15,75,0,0,97,0,740,27,0,462,0,0,24,0,0,"$50,000 - $75,000",Silent (74-91),White only,Very good,5-5.5 feet,180-200,Bachelor's Degree,,0,97,842,462,0,0,39
+,2022,2.02211E+13,7440,West,Colorado,45000,"House, apartment, flat",1,1,2605282,71,Female,White only,Widowed,"Native, born in United States",Excellent,66,230,37.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,5,15,105,0,0,115,0,450,0,0,483,150,60,37,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Excellent,5.5-6 feet,200-300,Bachelor's Degree,,0,115,555,633,0,0,117
+,2022,2.02211E+13,7441,South,Arkansas,125000,"House, apartment, flat",1,1,16893471,27,Female,White only,Married - spouse present,"Native, born in United States",Good,65,164,27.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,90,0,0,90,0,720,0,0,530,0,0,0,0,0,"$100,000 - $150,000",Millennials (23-38),White only,Good,5-5.5 feet,160-180,Bachelor's Degree,,0,90,810,530,0,0,10
+,2022,2.02211E+13,7442,West,Oregon,200000,"House, apartment, flat",1,1,9315432,56,Male,White only,Married - spouse present,"Native, born in United States",Very good,75,211,26.4,Some college but no degree,College--three years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,60,0,330,0,0,30,0,0,40,0,890,"$150,000 and over",Boomers (55-73),White only,Very good,6-6.5 feet,200-300,Some College,,890,60,420,30,0,0,40
+,2022,2.02211E+13,7443,South,North Carolina,13750,"House, apartment, flat",1,1,4307910,65,Male,White only,Married - spouse present,"Native, born in United States",Fair,68,174,26.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,30,123,190,0,0,239,0,558,0,0,140,0,0,160,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Fair,5.5-6 feet,160-180,Bachelor's Degree,,0,239,748,140,0,0,313
+,2022,2.02211E+13,7444,Northeast,New Jersey,55000,"House, apartment, flat",1,1,4783508,33,Male,White only,Never married,"Native, born in United States",Very good,71,210,29.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,90,30,0,0,260,0,780,0,0,235,0,0,45,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Very good,5.5-6 feet,200-300,Bachelor's Degree,,0,260,810,235,0,0,135
+,2022,2.02211E+13,7445,South,Florida,125000,"House, apartment, flat",1,1,8142174,63,Male,White only,Married - spouse present,"Native, born in United States",Good,68,190,28.9,Some college but no degree,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,20,0,0,620,0,640,0,0,160,0,0,0,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Good,5.5-6 feet,180-200,Some College,,0,620,660,160,0,0,0
+,2022,2.02211E+13,7446,Northeast,Connecticut,55000,"House, apartment, flat",1,1,13343648,75,Male,White only,Never married,"Native, born in United States",Good,68,250,38,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,105,0,0,222,0,450,0,0,663,0,0,0,0,0,"$50,000 - $75,000",Silent (74-91),White only,Good,5.5-6 feet,200-300,Graduated High School,,0,222,555,663,0,0,0
+,2022,2.02211E+13,7447,South,Tennessee,55000,"House, apartment, flat",1,1,5349637,72,Female,Black only,Divorced,"Native, born in United States",Good,67,256,40.1,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,5,45,0,0,250,0,630,20,0,120,0,0,52,0,318,"$50,000 - $75,000",Boomers (55-73),Black only,Good,5.5-6 feet,200-300,Master's or Doctoral Degree,,318,250,695,120,0,0,57
+,2022,2.02211E+13,7448,South,Texas,87500,"House, apartment, flat",1,1,7367318,85,Female,Black only,Widowed,"Native, born in United States",Very good,64,147,25.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,60,0,0,150,0,825,0,0,375,0,30,0,0,0,"$75,000 - $100,000",Silent (74-91),Black only,Very good,5-5.5 feet,140-160,Bachelor's Degree,,0,150,885,375,0,0,30
+,2022,2.02211E+13,7449,South,Texas,200000,"House, apartment, flat",1,1,6137020,61,Female,Hawaiian Pacific Islander only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Good,61,175,33.1,Some college but no degree,College--three years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,30,0,150,0,0,30,0,630,0,0,570,0,0,30,0,0,"$150,000 and over",Boomers (55-73),Hawaiian Pacific Islander only,Good,5-5.5 feet,160-180,Some College,,0,30,780,570,0,0,60
+,2022,2.02211E+13,7450,Midwest,Illinois,125000,"House, apartment, flat",1,1,11577966,63,Female,White only,Married - spouse present,"Native, born in United States",Very good,63,163,28.9,Associate degree - occupational vocational,College--three years,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,105,0,590,0,0,60,0,0,45,0,550,"$100,000 - $150,000",Boomers (55-73),White only,Very good,5-5.5 feet,160-180,Associate Degree,,550,105,680,60,0,0,45
+,2022,2.02211E+13,7451,Midwest,Illinois,125000,"House, apartment, flat",1,1,33659931,16,Female,White only,Never married,"Native, born in United States",Very good,71,160,22.3,10th grade,Tenth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,135,205,0,0,0,735,0,0,120,180,0,65,0,0,"$100,000 - $150,000",Generation Z (7-22),White only,Very good,5.5-6 feet,160-180,Some High School,,0,0,870,300,205,0,65
+,2022,2.02211E+13,7452,South,Texas,87500,"House, apartment, flat",1,1,6741870,67,Female,White only,Married - spouse present,"Native, born in United States",Good,64,181,31.1,Some college but no degree,College--three years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,60,0,0,180,0,600,0,0,312,0,0,258,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Good,5-5.5 feet,180-200,Some College,,0,180,660,312,0,0,288
+,2022,2.02211E+13,7453,South,Texas,125000,"House, apartment, flat",1,1,7612011,66,Female,White only,Divorced,"Native, born in United States",Fair,66,115,18.6,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,30,0,405,0,0,323,0,0,14,0,533,"$100,000 - $150,000",Boomers (55-73),White only,Fair,5.5-6 feet,100-120,Some College,,533,30,405,323,0,0,14
+,2022,2.02211E+13,7454,West,Washington,200000,"House, apartment, flat",1,1,4870725,37,Male,Asian only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Very good,72,174,23.6,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,180,0,0,0,0,540,0,0,0,0,0,10,0,710,"$150,000 and over",Millennials (23-38),Asian only,Very good,6-6.5 feet,160-180,Master's or Doctoral Degree,,710,0,720,0,0,0,10
+,2022,2.02211E+13,7455,South,Mississippi,55000,"House, apartment, flat",1,1,5399092,68,Female,White only,Married - spouse present,"Native, born in United States",Good,61,148,28,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,405,0,20,0,0,0,0,765,0,0,210,0,0,40,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Good,5-5.5 feet,140-160,Graduated High School,,0,0,785,210,0,0,445
+,2022,2.02211E+13,7456,Midwest,Ohio,125000,"House, apartment, flat",1,1,19385447,58,Female,White only,Married - spouse present,"Native, born in United States",Very good,62,155,28.3,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,20,70,0,0,300,0,580,150,0,195,0,30,95,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Very good,5-5.5 feet,140-160,Associate Degree,,0,300,800,195,0,0,145
+,2022,2.02211E+13,7457,South,Kentucky,17500,"House, apartment, flat",1,1,12622112,65,Female,White only,Married - spouse present,"Native, born in United States",Poor,64,230,39.5,9th grade,Ninth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,55,0,0,30,0,570,0,0,775,10,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Poor,5-5.5 feet,200-300,Some High School,,0,30,625,785,0,0,0
+,2022,2.02211E+13,7458,Northeast,New Hampshire,6250,"House, apartment, flat",1,1,11303283,17,Female,White only,Never married,"Native, born in United States",Very good,63,136,24.1,10th grade,Tenth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,840,0,0,0,360,0,0,180,0,0,0,0,0,"Less than $10,000",Generation Z (7-22),White only,Very good,5-5.5 feet,120-140,Some High School,,0,0,420,180,840,0,0
+,2022,2.02211E+13,7459,West,California,45000,"House, apartment, flat",1,1,14066129,43,Female,White only,Never married,"Foreign born, not a U.S. citizen",Good,62,190,34.7,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,10,0,0,140,0,0,120,0,460,0,0,230,0,0,480,0,0,"$30,000 - $50,000",Generation X (39-54),White only,Good,5-5.5 feet,180-200,Graduated High School,,0,120,600,230,0,0,490
+,2022,2.02211E+13,7460,Midwest,Wisconsin,45000,"House, apartment, flat",1,1,5131979,61,Female,White only,Divorced,"Native, born in United States",Poor,62,163,29.8,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,20,0,810,0,0,580,0,0,0,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Poor,5-5.5 feet,160-180,Graduated High School,,0,20,840,580,0,0,0
+,2022,2.02211E+13,7461,South,North Carolina,32500,"House, apartment, flat",1,1,4940547,66,Female,White only,Divorced,"Native, born in United States",Very good,59,225,45.4,Associate degree - occupational vocational,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,135,0,375,0,0,840,0,0,0,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Very good,0-5 feet,200-300,Associate Degree,,0,135,465,840,0,0,0
+,2022,2.02211E+13,7462,South,Oklahoma,11250,Mobile home or trailer with no permanent room added,1,1,27475597,50,Male,"American Indian, Alaskan Native",Divorced,"Native, born in United States",Fair,72,200,27.1,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,75,0,740,0,0,505,0,60,0,0,0,"$10,000 - $30,000",Generation X (39-54),"American Indian, Alaskan Native",Fair,6-6.5 feet,200-300,Graduated High School,,0,75,800,505,0,0,60
+,2022,2.02211E+13,7463,South,Georgia,125000,"House, apartment, flat",1,1,5143984,36,Female,Asian only,Divorced,"Foreign born, U.S. citizen by naturalization",Very good,61,130,24.6,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,95,0,0,240,0,720,0,0,375,0,0,10,0,0,"$100,000 - $150,000",Millennials (23-38),Asian only,Very good,5-5.5 feet,120-140,Master's or Doctoral Degree,,0,240,815,375,0,0,10
+,2022,2.02211E+13,7464,Midwest,Missouri,125000,"House, apartment, flat",1,1,4883836,38,Male,White only,Married - spouse present,"Native, born in United States",Good,74,205,26.3,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,60,0,0,60,0,0,0,0,570,0,0,380,350,0,20,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Good,6-6.5 feet,200-300,Master's or Doctoral Degree,,0,0,630,730,0,0,80
+,2022,2.02211E+13,7465,Midwest,Nebraska,125000,"House, apartment, flat",1,1,8602816,45,Male,White only,Married - spouse present,"Native, born in United States",Very good,66,190,30.7,Some college but no degree,College--four years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,330,0,0,30,0,0,30,0,645,0,0,210,0,0,195,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Very good,5.5-6 feet,180-200,Some College,,0,30,675,210,0,0,525
+,2022,2.02211E+13,7466,Midwest,Illinois,200000,"House, apartment, flat",1,1,4469473,68,Female,White only,Married - spouse present,"Native, born in United States",Excellent,66,149,24,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,65,30,0,0,110,0,650,0,160,270,45,0,80,0,0,"$150,000 and over",Boomers (55-73),White only,Excellent,5.5-6 feet,140-160,Bachelor's Degree,,0,110,680,475,0,0,145
+,2022,2.02211E+13,7467,Northeast,Pennsylvania,125000,"House, apartment, flat",1,1,21010608,40,Female,White only,Married - spouse present,"Native, born in United States",Good,62,180,32.9,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,160,0,0,60,0,0,105,0,505,0,0,30,0,0,0,0,490,"$100,000 - $150,000",Generation X (39-54),White only,Good,5-5.5 feet,180-200,Graduated High School,,490,105,565,30,0,0,160
+,2022,2.02211E+13,7468,South,Georgia,37500,"House, apartment, flat",1,1,5028080,80,Female,White only,Widowed,"Native, born in United States",Good,61,157,29.7,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,90,55,0,0,165,0,465,0,180,270,0,0,155,60,0,"$30,000 - $50,000",Silent (74-91),White only,Good,5-5.5 feet,140-160,Graduated High School,,0,165,520,450,0,60,245
+,2022,2.02211E+13,7469,Northeast,New York,125000,"House, apartment, flat",1,1,7295797,43,Female,White only,Married - spouse present,"Native, born in United States",Fair,64,136,23.3,Associate degree - academic program,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,2,3,46,10,0,0,360,0,630,0,0,270,0,0,119,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Fair,5-5.5 feet,120-140,Associate Degree,,0,360,640,270,0,0,170
+,2022,2.02211E+13,7470,West,California,200000,"House, apartment, flat",1,1,12496622,39,Male,White only,Never married,"Native, born in United States",Good,69,150,22.1,Some college but no degree,College--one year,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,150,0,0,220,0,600,0,0,470,0,0,0,0,0,"$150,000 and over",Generation X (39-54),White only,Good,5.5-6 feet,140-160,Some College,,0,220,750,470,0,0,0
+,2022,2.02211E+13,7471,Midwest,Indiana,125000,"House, apartment, flat",1,1,7339959,27,Male,White only,Married - spouse present,"Native, born in United States",Good,66,165,26.6,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,180,0,0,120,0,0,90,0,540,0,110,180,0,0,70,0,150,"$100,000 - $150,000",Millennials (23-38),White only,Good,5.5-6 feet,160-180,Graduated High School,,150,90,660,290,0,0,250
+,2022,2.02211E+13,7472,West,Oregon,45000,"House, apartment, flat",1,1,3018617,85,Male,White only,Married - spouse absent,"Foreign born, U.S. citizen by naturalization",Good,73,160,21.1,Some college but no degree,College--four years,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,95,0,0,125,0,0,550,0,570,0,0,100,0,0,0,0,0,"$30,000 - $50,000",Silent (74-91),White only,Good,6-6.5 feet,160-180,Some College,,0,550,695,100,0,0,95
+,2022,2.02211E+13,7473,Northeast,New Hampshire,87500,"House, apartment, flat",1,1,9426107,53,Female,White only,Married - spouse present,"Native, born in United States",Fair,63,255,45.2,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,30,0,0,5,0,555,90,0,200,0,0,40,0,510,"$75,000 - $100,000",Generation X (39-54),White only,Fair,5-5.5 feet,200-300,Associate Degree,,510,5,675,200,0,0,50
+,2022,2.02211E+13,7474,Midwest,Kansas,125000,"House, apartment, flat",1,1,4167259,40,Female,White only,Married - spouse present,"Native, born in United States",Good,64,200,34.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,45,0,150,75,0,0,155,0,611,0,0,337,0,7,40,0,20,"$100,000 - $150,000",Generation X (39-54),White only,Good,5-5.5 feet,200-300,Bachelor's Degree,,20,155,686,337,0,0,242
+,2022,2.02211E+13,7475,Northeast,Massachusetts,45000,"House, apartment, flat",1,1,14699345,68,Male,White only,Married - spouse present,"Native, born in United States",Good,68,160,24.3,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,10,0,30,20,0,0,0,0,390,0,0,950,0,0,40,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Good,5.5-6 feet,160-180,Graduated High School,,0,0,410,950,0,0,80
+,2022,2.02211E+13,7476,South,Virginia,27500,"House, apartment, flat",1,1,15681591,37,Female,White only,Never married,"Foreign born, not a U.S. citizen",Excellent,60,138,26.9,Some college but no degree,Twelfth grade,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,5,0,0,0,0,0,610,0,460,0,0,100,95,0,50,0,120,"$10,000 - $30,000",Millennials (23-38),White only,Excellent,5-5.5 feet,120-140,Some College,,120,610,460,195,0,0,55
+,2022,2.02211E+13,7477,South,Virginia,125000,"House, apartment, flat",1,1,7277455,41,Female,White only,Married - spouse present,"Native, born in United States",Fair,61,120,22.7,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,285,0,100,30,170,0,185,0,510,0,45,60,0,0,55,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Fair,5-5.5 feet,120-140,Associate Degree,,0,185,540,105,170,0,440
+,2022,2.02211E+13,7478,South,District of Columbia,87500,"House, apartment, flat",1,1,4994809,64,Male,White only,Never married,"Foreign born, not a U.S. citizen",Very good,56,176,39.5,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,330,0,0,0,0,480,0,0,478,0,0,152,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Very good,0-5 feet,160-180,Master's or Doctoral Degree,,0,0,810,478,0,0,152
+,2022,2.02211E+13,7479,South,North Carolina,32500,"House, apartment, flat",1,1,8336777,60,Female,White only,Widowed,"Native, born in United States",Good,68,235,35.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,114,0,30,30,0,0,225,0,572,0,0,375,0,18,16,60,0,"$30,000 - $50,000",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Bachelor's Degree,,0,225,602,375,0,60,178
+,2022,2.02211E+13,7480,South,Texas,67500,"House, apartment, flat",1,1,58108214,27,Male,White only,Married - spouse present,"Native, born in United States",Very good,68,178,27.1,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,30,0,90,30,0,0,355,0,660,0,0,120,0,0,20,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Very good,5.5-6 feet,160-180,Graduated High School,,0,355,690,120,0,0,140
+,2022,2.02211E+13,7481,South,Louisiana,87500,"House, apartment, flat",1,1,11327271,67,Female,Black only,Married - spouse present,"Native, born in United States",Very good,70,169,24.2,Some college but no degree,Twelfth grade,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,180,0,490,0,0,235,0,0,56,0,368,"$75,000 - $100,000",Boomers (55-73),Black only,Very good,5.5-6 feet,160-180,Some College,,368,180,550,235,0,0,56
+,2022,2.02211E+13,7482,West,Arizona,67500,"House, apartment, flat",1,1,6182028,70,Male,White only,Married - spouse present,"Native, born in United States",Good,71,195,27.2,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,105,0,0,277,0,718,0,0,310,0,0,30,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Good,5.5-6 feet,180-200,Master's or Doctoral Degree,,0,277,823,310,0,0,30
+,2022,2.02211E+13,7483,Midwest,Iowa,45000,"House, apartment, flat",1,1,3520758,78,Female,White only,Married - spouse present,"Native, born in United States",Fair,63,240,42.5,Associate degree - occupational vocational,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,20,0,45,0,0,150,0,570,0,0,455,0,30,30,0,0,"$30,000 - $50,000",Silent (74-91),White only,Fair,5-5.5 feet,200-300,Associate Degree,,0,150,615,455,0,0,80
+,2022,2.02211E+13,7484,Midwest,Missouri,200000,"House, apartment, flat",1,1,2794346,47,Male,White only,Married - spouse present,"Native, born in United States",Good,73,235,31,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,0,0,480,0,0,430,270,0,225,0,5,"$150,000 and over",Generation X (39-54),White only,Good,6-6.5 feet,200-300,Bachelor's Degree,,5,0,510,700,0,0,225
+,2022,2.02211E+13,7485,South,Alabama,17500,"House, apartment, flat",1,1,2996217,73,Male,White only,Married - spouse absent,"Native, born in United States",Very good,66,158,25.5,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,7,0,390,0,0,953,0,0,0,0,0,"$10,000 - $30,000",Silent (74-91),White only,Very good,5.5-6 feet,140-160,Some College,,0,7,480,953,0,0,0
+,2022,2.02211E+13,7486,South,Florida,125000,"House, apartment, flat",1,1,6016829,37,Male,White only,Married - spouse present,"Native, born in United States",Very good,67,180,28.2,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,120,20,0,0,255,0,630,0,0,335,0,0,80,0,0,"$100,000 - $150,000",Millennials (23-38),White only,Very good,5.5-6 feet,180-200,Graduated High School,,0,255,650,335,0,0,200
+,2022,2.02211E+13,7487,Midwest,Michigan,37500,"House, apartment, flat",1,1,26689439,75,Female,White only,Never married,"Native, born in United States",Good,61,158,29.9,High school graduate - GED,Seventh through eighth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,15,0,0,132,0,495,0,0,415,0,0,30,0,353,"$30,000 - $50,000",Silent (74-91),White only,Good,5-5.5 feet,140-160,Graduated High School,,353,132,510,415,0,0,30
+,2022,2.02211E+13,7488,South,Texas,200000,"House, apartment, flat",1,1,6444203,39,Male,White only,Married - spouse present,"Native, born in United States",Good,72,185,25.1,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,190,0,20,160,0,0,45,0,480,0,0,405,0,0,50,0,90,"$150,000 and over",Generation X (39-54),White only,Good,6-6.5 feet,180-200,Master's or Doctoral Degree,,90,45,640,405,0,0,260
+,2022,2.02211E+13,7489,Midwest,Indiana,125000,"House, apartment, flat",1,1,11562218,50,Female,Black only,Widowed,"Native, born in United States",Good,63,191,33.8,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,60,0,450,0,0,120,0,0,84,126,570,"$100,000 - $150,000",Generation X (39-54),Black only,Good,5-5.5 feet,180-200,Master's or Doctoral Degree,,570,60,480,120,0,126,84
+,2022,2.02211E+13,7490,West,California,67500,"House, apartment, flat",1,1,33251292,33,Female,White only,Never married,"Native, born in United States",Good,62,158,28.9,Some college but no degree,College--one year,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,10,5,25,0,0,100,0,435,0,0,210,40,0,110,0,480,"$50,000 - $75,000",Millennials (23-38),White only,Good,5-5.5 feet,140-160,Some College,,480,100,460,250,0,0,125
+,2022,2.02211E+13,7491,South,Tennessee,67500,"House, apartment, flat",1,1,3507225,79,Female,White only,Married - spouse present,"Native, born in United States",Very good,63,168,29.8,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,140,0,0,0,0,540,0,200,480,0,0,80,0,0,"$50,000 - $75,000",Silent (74-91),White only,Very good,5-5.5 feet,160-180,Some College,,0,0,680,680,0,0,80
+,2022,2.02211E+13,7492,Northeast,Connecticut,200000,"House, apartment, flat",1,1,6783921,64,Male,White only,Married - spouse present,"Native, born in United States",Excellent,67,143,22.4,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,110,165,0,0,90,0,500,0,0,180,60,60,65,0,210,"$150,000 and over",Boomers (55-73),White only,Excellent,5.5-6 feet,140-160,Master's or Doctoral Degree,,210,90,665,240,0,0,235
+,2022,2.02211E+13,7493,Northeast,New Jersey,200000,"House, apartment, flat",1,1,10771487,65,Female,White only,Never married,"Native, born in United States",Very good,66,240,38.7,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,30,0,420,0,0,335,0,0,55,0,540,"$150,000 and over",Boomers (55-73),White only,Very good,5.5-6 feet,200-300,Associate Degree,,540,30,480,335,0,0,55
+,2022,2.02211E+13,7494,South,Texas,200000,"House, apartment, flat",1,1,8941960,32,Male,White only,Never married,"Native, born in United States",Excellent,72,185,25.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,90,100,0,0,200,0,700,0,60,180,60,0,50,0,0,"$150,000 and over",Millennials (23-38),White only,Excellent,6-6.5 feet,180-200,Bachelor's Degree,,0,200,800,300,0,0,140
+,2022,2.02211E+13,7495,Northeast,Pennsylvania,125000,"House, apartment, flat",1,1,4088733,68,Male,Black only,Never married,"Native, born in United States",Good,72,140,19,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,130,0,700,0,0,420,60,0,40,0,0,"$100,000 - $150,000",Boomers (55-73),Black only,Good,6-6.5 feet,140-160,Some College,,0,130,790,480,0,0,40
+,2022,2.02211E+13,7496,Midwest,Michigan,125000,"House, apartment, flat",1,1,20624555,15,Female,White only,Never married,"Native, born in United States",Good,63,130,23,9th grade,Ninth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,47,30,0,5,0,840,0,0,120,0,0,50,0,348,"$100,000 - $150,000",Generation Z (7-22),White only,Good,5-5.5 feet,120-140,Some High School,,348,5,887,120,30,0,50
+,2022,2.02211E+13,7497,West,Alaska,125000,"House, apartment, flat",1,1,2258204,74,Female,White only,Married - spouse present,"Native, born in United States",Good,66,195,31.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,0,0,75,0,660,0,0,630,0,0,0,0,0,"$100,000 - $150,000",Silent (74-91),White only,Good,5.5-6 feet,180-200,Bachelor's Degree,,0,75,735,630,0,0,0
+,2022,2.02211E+13,7498,Midwest,Missouri,55000,"House, apartment, flat",1,1,10483118,74,Male,White only,Widowed,"Native, born in United States",Good,72,285,38.6,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,90,0,0,0,0,570,0,0,735,45,0,0,0,0,"$50,000 - $75,000",Silent (74-91),White only,Good,6-6.5 feet,200-300,Some College,,0,0,660,780,0,0,0
+,2022,2.02211E+13,7499,West,Washington,200000,"House, apartment, flat",1,1,5925027,25,Female,Asian only,Never married,"Native, born in United States",Very good,66,165,26.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,0,0,0,135,0,660,0,0,210,0,0,315,0,60,"$150,000 and over",Millennials (23-38),Asian only,Very good,5.5-6 feet,160-180,Bachelor's Degree,,60,135,660,210,0,0,375
+,2022,2.02211E+13,7500,Midwest,Michigan,200000,"House, apartment, flat",1,1,3461221,85,Female,White only,Widowed,"Native, born in United States",Good,66,165,26.6,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,30,0,540,0,0,690,0,60,0,0,0,"$150,000 and over",Silent (74-91),White only,Good,5.5-6 feet,160-180,Master's or Doctoral Degree,,0,30,660,690,0,0,60
+,2022,2.02211E+13,7501,Northeast,Massachusetts,200000,"House, apartment, flat",1,1,12589597,63,Male,White only,Married - spouse present,"Native, born in United States",Very good,73,170,22.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,50,0,475,0,0,15,230,0,30,0,510,"$150,000 and over",Boomers (55-73),White only,Very good,6-6.5 feet,160-180,Bachelor's Degree,,510,50,565,245,0,0,30
+,2022,2.02211E+13,7502,Northeast,Massachusetts,67500,"House, apartment, flat",1,1,10166037,60,Male,Asian only,Never married,"Foreign born, U.S. citizen by naturalization",Very good,65,135,22.5,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,45,0,40,0,90,190,0,420,0,0,485,0,0,50,0,120,"$50,000 - $75,000",Boomers (55-73),Asian only,Very good,5-5.5 feet,120-140,Master's or Doctoral Degree,,120,190,460,485,0,0,185
+,2022,2.02211E+13,7503,South,Alabama,67500,"House, apartment, flat",1,1,5809994,54,Male,White only,Married - spouse present,"Native, born in United States",Good,69,214,31.6,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,150,0,0,380,0,660,0,90,120,0,0,40,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Graduated High School,,0,380,810,210,0,0,40
+,2022,2.02211E+13,7504,Northeast,New Hampshire,45000,"House, apartment, flat",1,1,3129821,59,Female,White only,Divorced,"Native, born in United States",Good,64,205,35.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,60,0,0,280,0,510,0,0,340,0,90,10,0,120,"$30,000 - $50,000",Boomers (55-73),White only,Good,5-5.5 feet,200-300,Bachelor's Degree,,120,280,570,340,0,0,130
+,2022,2.02211E+13,7505,West,California,67500,"House, apartment, flat",1,1,10751656,39,Female,White only,Married - spouse present,"Native, born in United States",Good,60,105,20.5,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,0,0,780,0,0,410,0,0,205,0,0,"$50,000 - $75,000",Generation X (39-54),White only,Good,5-5.5 feet,100-120,Graduated High School,,0,0,825,410,0,0,205
+,2022,2.02211E+13,7506,West,California,200000,"House, apartment, flat",1,1,4982301,51,Male,Asian only,Never married,"Foreign born, not a U.S. citizen",Excellent,71,175,24.4,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,130,0,0,370,0,540,0,0,150,200,0,50,0,0,"$150,000 and over",Generation X (39-54),Asian only,Excellent,5.5-6 feet,160-180,Master's or Doctoral Degree,,0,370,670,350,0,0,50
+,2022,2.02211E+13,7507,South,Texas,200000,"House, apartment, flat",1,1,15054324,49,Male,White only,Never married,"Native, born in United States",Very good,70,170,24.4,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,20,60,0,0,0,0,555,0,120,120,60,0,15,0,490,"$150,000 and over",Generation X (39-54),White only,Very good,5.5-6 feet,160-180,Master's or Doctoral Degree,,490,0,615,300,0,0,35
+,2022,2.02211E+13,7508,Midwest,Michigan,87500,"House, apartment, flat",1,1,32702281,16,Male,Asian only,Never married,"Foreign born, not a U.S. citizen",Good,72,137,18.6,10th grade,Tenth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,132,499,0,3,0,433,0,0,90,60,20,83,0,0,"$75,000 - $100,000",Generation Z (7-22),Asian only,Good,6-6.5 feet,120-140,Some High School,,0,3,565,150,499,0,103
+,2022,2.02211E+13,7509,Northeast,New York,200000,"House, apartment, flat",1,1,24879264,53,Female,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Poor,62,186,34,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,55,0,690,0,0,52,0,0,40,0,573,"$150,000 and over",Generation X (39-54),White only,Poor,5-5.5 feet,180-200,Master's or Doctoral Degree,,573,55,720,52,0,0,40
+,2022,2.02211E+13,7510,West,Colorado,200000,"House, apartment, flat",1,1,7059546,52,Female,White only,Married - spouse present,"Native, born in United States",Very good,,9996,998,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,810,0,570,0,0,0,0,0,0,0,0,"$150,000 and over",Generation X (39-54),White only,Very good,,>300,Master's or Doctoral Degree,,0,810,630,0,0,0,0
+,2022,2.02211E+13,7511,Midwest,Nebraska,67500,"House, apartment, flat",1,1,17127272,17,Female,White only,Never married,"Native, born in United States",Very good,62,220,40.2,10th grade,Tenth grade,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,20,0,0,40,0,0,95,0,635,0,120,380,0,0,120,0,0,"$50,000 - $75,000",Generation Z (7-22),White only,Very good,5-5.5 feet,200-300,Some High School,,0,95,675,500,0,0,140
+,2022,2.02211E+13,7512,Midwest,Ohio,37500,"House, apartment, flat",1,1,5749435,33,Female,White only,Married - spouse present,"Native, born in United States",Fair,69,250,36.9,Some college but no degree,College--three years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,130,0,634,0,0,240,0,0,46,60,270,"$30,000 - $50,000",Millennials (23-38),White only,Fair,5.5-6 feet,200-300,Some College,,270,130,694,240,0,60,46
+,2022,2.02211E+13,7513,Midwest,Indiana,125000,"House, apartment, flat",1,1,1870182,74,Female,White only,Widowed,"Native, born in United States",Fair,66,194,31.3,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),Has vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,50,0,0,35,0,391,0,0,964,0,0,0,0,0,"$100,000 - $150,000",Silent (74-91),White only,Fair,5.5-6 feet,180-200,Master's or Doctoral Degree,,0,35,441,964,0,0,0
+,2022,2.02211E+13,7514,South,Maryland,125000,"House, apartment, flat",1,1,5556952,80,Male,White only,Married - spouse present,"Native, born in United States",NIU (Not in universe),,9999,999,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,0,0,420,0,0,1020,0,0,0,0,0,"$100,000 - $150,000",Silent (74-91),White only,"Other (Refused, Dont know, NIU)",,>300,Bachelor's Degree,,0,0,420,1020,0,0,0
+,2022,2.02211E+13,7515,South,Louisiana,125000,"House, apartment, flat",1,1,9418242,35,Male,White only,Divorced,"Native, born in United States",Poor,73,250,33,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,Has hearing difficulty,Has mobility limitation,Has physical difficulty,Has difficulty remembering,1,0,0,0,0,0,0,0,450,0,0,609,0,0,90,0,290,"$100,000 - $150,000",Millennials (23-38),White only,Poor,6-6.5 feet,200-300,Bachelor's Degree,,290,0,450,609,0,0,91
+,2022,2.02212E+13,7516,South,Virginia,87500,"House, apartment, flat",1,1,4513678,46,Female,White only,Married - spouse present,"Native, born in United States",Very good,60,135,26.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,80,117,0,0,120,0,570,0,120,180,0,0,148,60,0,"$75,000 - $100,000",Generation X (39-54),White only,Very good,5-5.5 feet,120-140,Bachelor's Degree,,0,120,687,300,0,60,228
+,2022,2.02212E+13,7517,West,Washington,125000,"House, apartment, flat",1,1,8903729,42,Male,White only,Divorced,"Native, born in United States",Very good,69,215,31.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,1,0,220,0,0,1034,0,0,50,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Very good,5.5-6 feet,200-300,Bachelor's Degree,,0,1,265,1034,0,0,50
+,2022,2.02212E+13,7518,South,Georgia,87500,"House, apartment, flat",1,1,8597384,71,Female,White only,Married - spouse present,"Native, born in United States",Excellent,62,120,21.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,70,75,75,0,90,0,480,0,0,120,0,0,155,0,365,"$75,000 - $100,000",Boomers (55-73),White only,Excellent,5-5.5 feet,120-140,Bachelor's Degree,,365,90,555,120,75,0,225
+,2022,2.02212E+13,7519,Northeast,New York,87500,"House, apartment, flat",1,1,9236342,50,Male,White only,Never married,"Foreign born, U.S. citizen by naturalization",Fair,65,135,22.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,5,120,0,0,150,0,420,0,0,375,0,0,230,0,140,"$75,000 - $100,000",Generation X (39-54),White only,Fair,5-5.5 feet,120-140,Bachelor's Degree,,140,150,540,375,0,0,235
+,2022,2.02212E+13,7520,West,California,200000,"House, apartment, flat",1,1,6481301,41,Female,Asian only,Married - spouse present,"Native, born in United States",Good,64,180,30.9,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,151,1,0,0,0,0,0,480,0,0,723,0,0,85,0,0,"$150,000 and over",Generation X (39-54),Asian only,Good,5-5.5 feet,180-200,Master's or Doctoral Degree,,0,0,480,723,0,0,237
+,2022,2.02212E+13,7521,Northeast,New Jersey,200000,"House, apartment, flat",1,1,15913675,40,Female,Black only,Married - spouse present,"Native, born in United States",Very good,63,135,23.9,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,140,0,45,65,0,0,195,0,510,0,0,459,0,0,26,0,0,"$150,000 and over",Generation X (39-54),Black only,Very good,5-5.5 feet,120-140,Master's or Doctoral Degree,,0,195,575,459,0,0,211
+,2022,2.02212E+13,7522,Northeast,New York,200000,"House, apartment, flat",1,1,13595674,74,Female,Black only,Never married,"Foreign born, U.S. citizen by naturalization",Don't know,61,160,30.2,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,0,0,870,0,30,480,0,0,0,0,0,"$150,000 and over",Silent (74-91),Black only,"Other (Refused, Dont know, NIU)",5-5.5 feet,160-180,Graduated High School,,0,0,930,510,0,0,0
+,2022,2.02212E+13,7523,South,Florida,125000,"House, apartment, flat",1,1,9573289,36,Female,Black only,Never married,"Foreign born, not a U.S. citizen",Very good,,100,998,Associate degree - academic program,College--three years,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,92,65,0,0,150,0,576,0,105,30,0,0,107,180,135,"$100,000 - $150,000",Millennials (23-38),Black only,Very good,,100-120,Associate Degree,,135,150,641,135,0,180,199
+,2022,2.02212E+13,7524,West,California,200000,"House, apartment, flat",1,1,8512258,51,Male,White only,Married - spouse present,"Native, born in United States",Good,72,210,28.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,180,30,0,120,0,0,293,0,465,0,0,195,75,0,82,0,0,"$150,000 and over",Generation X (39-54),White only,Good,6-6.5 feet,200-300,Bachelor's Degree,,0,293,585,270,0,0,292
+,2022,2.02212E+13,7525,South,Texas,67500,"House, apartment, flat",1,1,4917786,42,Female,White only,Married - spouse present,"Native, born in United States",Fair,64,211,36.2,Associate degree - occupational vocational,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,Has difficulty remembering,0,0,460,30,0,0,0,0,690,0,0,220,0,0,40,0,0,"$50,000 - $75,000",Generation X (39-54),White only,Fair,5-5.5 feet,200-300,Associate Degree,,0,0,720,220,0,0,500
+,2022,2.02212E+13,7526,Midwest,Wisconsin,125000,"House, apartment, flat",1,1,13358018,71,Male,White only,Married - spouse present,"Native, born in United States",Very good,72,205,27.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Unemployed - on layoff,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,30,0,90,0,0,345,0,505,0,0,300,0,0,170,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Very good,6-6.5 feet,200-300,Bachelor's Degree,,0,345,595,300,0,0,200
+,2022,2.02212E+13,7527,Northeast,Rhode Island,55000,"House, apartment, flat",1,1,15116188,35,Female,White only,Married - spouse present,"Native, born in United States",Very good,64,127,21.8,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,190,0,180,90,0,0,145,0,568,0,0,240,0,0,27,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Very good,5-5.5 feet,120-140,Associate Degree,,0,145,658,240,0,0,397
+,2022,2.02212E+13,7528,South,Florida,55000,"House, apartment, flat",1,1,12565610,70,Female,Black only,Divorced,"Native, born in United States",Very good,67,172,26.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,90,0,0,120,0,410,0,0,295,0,0,27,0,468,"$50,000 - $75,000",Boomers (55-73),Black only,Very good,5.5-6 feet,160-180,Bachelor's Degree,,468,120,500,295,0,0,57
+,2022,2.02212E+13,7529,South,Texas,22500,"House, apartment, flat",1,1,18704637,55,Male,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Excellent,67,154,24.1,12th grade - no diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,120,60,0,0,330,0,746,0,0,160,0,0,24,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Excellent,5.5-6 feet,140-160,Some High School,,0,330,806,160,0,0,144
+,2022,2.02212E+13,7530,Midwest,Wisconsin,6250,"House, apartment, flat",1,1,21185096,22,Male,White only,Never married,"Native, born in United States",Very good,73,195,25.7,Some college but no degree,College--four years,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,1,35,305,0,35,0,470,0,0,60,215,5,59,0,255,"Less than $10,000",Millennials (23-38),White only,Very good,6-6.5 feet,180-200,Some College,,255,35,505,275,305,0,65
+,2022,2.02212E+13,7531,South,Virginia,125000,"House, apartment, flat",1,1,4507145,38,Female,"American Indian, Alaskan Native",Married - spouse present,"Native, born in United States",Good,65,235,39.1,Associate degree - occupational vocational,College--three years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,370,0,0,40,0,0,230,0,511,0,0,120,0,30,139,0,0,"$100,000 - $150,000",Generation X (39-54),"American Indian, Alaskan Native",Good,5-5.5 feet,200-300,Associate Degree,,0,230,551,120,0,0,539
+,2022,2.02212E+13,7532,South,Florida,37500,"House, apartment, flat",1,1,11692378,57,Male,White only,Widowed,"Foreign born, not a U.S. citizen",NIU (Not in universe),,9999,999,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,50,0,0,0,0,625,0,0,120,0,0,35,0,610,"$30,000 - $50,000",Boomers (55-73),White only,"Other (Refused, Dont know, NIU)",,>300,Some College,,610,0,675,120,0,0,35
+,2022,2.02212E+13,7533,South,Louisiana,67500,"House, apartment, flat",1,1,16222343,40,Female,White only,Married - spouse present,"Native, born in United States",Good,66,175,28.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,240,0,360,0,0,660,0,0,0,180,0,"$50,000 - $75,000",Generation X (39-54),White only,Good,5.5-6 feet,160-180,Bachelor's Degree,,0,240,360,660,0,180,0
+,2022,2.02212E+13,7534,Northeast,Massachusetts,125000,"House, apartment, flat",1,1,25328565,24,Male,White only,Never married,"Native, born in United States",Very good,68,135,20.5,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,0,0,45,0,510,0,0,275,0,0,75,0,460,"$100,000 - $150,000",Millennials (23-38),White only,Very good,5.5-6 feet,120-140,Master's or Doctoral Degree,,460,45,585,275,0,0,75
+,2022,2.02212E+13,7535,Midwest,Ohio,200000,"House, apartment, flat",1,1,4909187,61,Female,White only,Married - spouse present,"Native, born in United States",Fair,63,150,26.6,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,4,50,0,0,471,0,630,0,0,139,0,0,30,0,60,"$150,000 and over",Boomers (55-73),White only,Fair,5-5.5 feet,140-160,Master's or Doctoral Degree,,60,471,680,139,0,0,34
+,2022,2.02212E+13,7536,Midwest,Indiana,37500,"House, apartment, flat",1,1,5709012,49,Male,White only,Separated,"Native, born in United States",Very good,70,170,24.4,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,30,120,20,0,0,60,0,600,0,0,565,0,0,45,0,0,"$30,000 - $50,000",Generation X (39-54),White only,Very good,5.5-6 feet,160-180,Some College,,0,60,620,565,0,0,195
+,2022,2.02212E+13,7537,South,Louisiana,87500,"House, apartment, flat",1,1,2993412,65,Male,White only,Married - spouse present,"Native, born in United States",Good,68,280,42.6,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,90,120,0,0,60,0,630,0,0,420,0,0,120,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Master's or Doctoral Degree,,0,60,750,420,0,0,210
+,2022,2.02212E+13,7538,West,Oregon,200000,"House, apartment, flat",1,1,31731832,32,Female,White only,Married - spouse absent,"Native, born in United States",Excellent,59,105,21.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,21,34,0,0,92,0,501,0,0,132,165,0,37,0,458,"$150,000 and over",Millennials (23-38),White only,Excellent,0-5 feet,100-120,Bachelor's Degree,,458,92,535,297,0,0,58
+,2022,2.02212E+13,7539,West,California,200000,"House, apartment, flat",1,1,12482944,53,Female,White only,Married - spouse present,"Native, born in United States",Excellent,67,150,23.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,131,90,0,0,6,0,583,0,0,356,60,0,124,0,90,"$150,000 and over",Generation X (39-54),White only,Excellent,5.5-6 feet,140-160,Bachelor's Degree,,90,6,673,416,0,0,255
+,2022,2.02212E+13,7540,South,Texas,87500,"House, apartment, flat",1,1,19252390,39,Male,White only,Married - spouse absent,"Native, born in United States",Excellent,69,185,27.3,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,18,0,2,0,0,0,0,1108,0,0,310,0,2,0,0,0,"$75,000 - $100,000",Generation X (39-54),White only,Excellent,5.5-6 feet,180-200,Some College,,0,0,1110,310,0,0,20
+,2022,2.02212E+13,7541,Northeast,New Jersey,67500,"House, apartment, flat",1,1,7128113,80,Male,White only,Married - spouse present,"Native, born in United States",Fair,70,170,24.4,Associate degree - occupational vocational,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,510,0,510,0,0,330,0,0,0,0,0,"$50,000 - $75,000",Silent (74-91),White only,Fair,5.5-6 feet,160-180,Associate Degree,,0,510,600,330,0,0,0
+,2022,2.02212E+13,7542,West,Washington,67500,"House, apartment, flat",1,1,9663556,50,Female,White only,Married - spouse present,"Native, born in United States",Good,64,150,25.7,Some college but no degree,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,167,0,0,170,0,685,0,0,110,0,0,15,0,293,"$50,000 - $75,000",Generation X (39-54),White only,Good,5-5.5 feet,140-160,Some College,,293,170,852,110,0,0,15
+,2022,2.02212E+13,7543,South,Tennessee,67500,"House, apartment, flat",1,1,4182033,69,Female,White only,Married - spouse present,"Native, born in United States",Very good,64,168,28.8,Associate degree - occupational vocational,College--one year,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,10,90,30,45,0,0,230,0,574,75,0,45,0,0,181,120,0,"$50,000 - $75,000",Boomers (55-73),White only,Very good,5-5.5 feet,160-180,Associate Degree,,0,230,694,45,0,120,311
+,2022,2.02212E+13,7544,Midwest,Ohio,125000,"House, apartment, flat",1,1,15548522,70,Male,White only,Never married,"Native, born in United States",Good,73,220,29,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,0,0,540,0,0,810,0,60,0,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Good,6-6.5 feet,200-300,Bachelor's Degree,,0,0,570,810,0,0,60
+,2022,2.02212E+13,7545,South,North Carolina,125000,"House, apartment, flat",1,1,27161721,40,Male,Black only,Never married,"Native, born in United States",Very good,68,180,27.4,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,70,0,0,5,0,525,0,0,390,0,0,0,0,450,"$100,000 - $150,000",Generation X (39-54),Black only,Very good,5.5-6 feet,180-200,Master's or Doctoral Degree,,450,5,595,390,0,0,0
+,2022,2.02212E+13,7546,West,California,200000,"House, apartment, flat",1,1,6155115,48,Female,Asian only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",NIU (Not in universe),,9999,999,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,250,0,0,157,0,0,60,0,650,0,0,210,0,0,113,0,0,"$150,000 and over",Generation X (39-54),Asian only,"Other (Refused, Dont know, NIU)",,>300,Master's or Doctoral Degree,,0,60,807,210,0,0,363
+,2022,2.02212E+13,7547,Northeast,New Hampshire,32500,"House, apartment, flat",1,1,8807511,71,Male,White only,Divorced,"Native, born in United States",Very good,71,245,34.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,45,60,0,435,0,600,0,0,180,0,0,0,0,60,"$30,000 - $50,000",Boomers (55-73),White only,Very good,5.5-6 feet,200-300,Bachelor's Degree,,60,435,645,180,60,0,60
+,2022,2.02212E+13,7548,South,Oklahoma,87500,"House, apartment, flat",1,1,3422823,73,Male,White only,Divorced,"Native, born in United States",Good,68,180,27.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,30,0,640,0,337,357,0,30,16,0,0,"$75,000 - $100,000",Silent (74-91),White only,Good,5.5-6 feet,180-200,Bachelor's Degree,,0,30,670,694,0,0,46
+,2022,2.02212E+13,7549,Midwest,Illinois,125000,"House, apartment, flat",1,1,18643862,43,Male,Asian only,Married - spouse present,"Foreign born, not a U.S. citizen",Good,68,180,27.4,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,45,0,0,90,0,0,0,0,480,0,0,200,60,0,30,0,535,"$100,000 - $150,000",Generation X (39-54),Asian only,Good,5.5-6 feet,180-200,Master's or Doctoral Degree,,535,0,570,260,0,0,75
+,2022,2.02212E+13,7550,Midwest,Ohio,87500,"House, apartment, flat",1,1,17149712,48,Male,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Very good,69,209,30.9,Associate degree - occupational vocational,College--three years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,120,0,35,0,0,0,0,530,0,0,75,90,0,80,0,510,"$75,000 - $100,000",Generation X (39-54),White only,Very good,5.5-6 feet,200-300,Associate Degree,,510,0,565,165,0,0,200
+,2022,2.02212E+13,7551,Midwest,Indiana,8750,"House, apartment, flat",1,1,15120026,16,Female,White only,Never married,"Native, born in United States",Good,63,170,30.1,10th grade,Tenth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,90,0,900,0,0,390,0,0,0,0,0,"Less than $10,000",Generation Z (7-22),White only,Good,5-5.5 feet,160-180,Some High School,,0,90,960,390,0,0,0
+,2022,2.02212E+13,7552,South,Maryland,125000,"House, apartment, flat",1,1,52677964,18,Male,Asian only,Never married,"Foreign born, U.S. citizen by naturalization",Excellent,64,125,21.5,11th grade,Eleventh grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,306,0,88,0,418,0,10,135,95,15,100,0,228,"$100,000 - $150,000",Generation Z (7-22),Asian only,Excellent,5-5.5 feet,120-140,Some High School,,228,88,463,240,306,0,115
+,2022,2.02212E+13,7553,South,District of Columbia,87500,"House, apartment, flat",1,1,9946889,38,Male,Black only,Never married,"Native, born in United States",Good,70,175,25.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,0,0,720,0,0,60,0,0,0,0,600,"$75,000 - $100,000",Generation X (39-54),Black only,Good,5.5-6 feet,160-180,Bachelor's Degree,,600,0,780,60,0,0,0
+,2022,2.02212E+13,7554,South,Texas,45000,"House, apartment, flat",1,1,75841969,26,Female,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Good,59,9994,998,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,15,1,5,194,0,0,30,0,651,0,0,20,0,0,59,0,465,"$30,000 - $50,000",Millennials (23-38),White only,Good,0-5 feet,>300,Master's or Doctoral Degree,,465,30,845,20,0,0,80
+,2022,2.02212E+13,7555,Midwest,Ohio,37500,"House, apartment, flat",1,1,15540625,73,Male,White only,Married - spouse present,"Native, born in United States",Very good,67,180,28.2,Some college but no degree,College--three years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,100,0,75,0,0,350,0,510,0,0,375,0,0,30,0,0,"$30,000 - $50,000",Silent (74-91),White only,Very good,5.5-6 feet,180-200,Some College,,0,350,585,375,0,0,130
+,2022,2.02212E+13,7556,South,North Carolina,32500,"House, apartment, flat",1,1,13677997,39,Female,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Good,,130,998,5th or 6th grade,Fifth through sixth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,85,0,0,375,0,650,0,0,258,0,0,12,0,0,"$30,000 - $50,000",Generation X (39-54),White only,Good,,120-140,Middle School or Less,,0,375,735,258,0,0,72
+,2022,2.02212E+13,7557,Midwest,Missouri,32500,"House, apartment, flat",1,1,11712731,64,Female,White only,Widowed,"Native, born in United States",Fair,62,222,40.6,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,75,0,20,294,0,400,51,0,300,0,0,240,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Fair,5-5.5 feet,200-300,Graduated High School,,0,294,526,300,0,0,320
+,2022,2.02212E+13,7558,South,Texas,125000,"House, apartment, flat",1,1,8532332,36,Male,White only,Married - spouse present,"Native, born in United States",Good,71,195,27.2,Associate degree - occupational vocational,College--two years,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,150,0,20,40,0,0,30,0,590,0,0,210,15,0,40,0,190,"$100,000 - $150,000",Millennials (23-38),White only,Good,5.5-6 feet,180-200,Associate Degree,,190,30,630,225,0,0,210
+,2022,2.02212E+13,7559,West,Colorado,200000,"House, apartment, flat",1,1,16566121,42,Male,White only,Divorced,"Native, born in United States",Very good,71,190,26.5,Some college but no degree,College--three years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,5,155,0,0,0,0,635,0,0,120,0,0,100,0,425,"$150,000 and over",Generation X (39-54),White only,Very good,5.5-6 feet,180-200,Some College,,425,0,790,120,0,0,105
+,2022,2.02212E+13,7560,West,Idaho,32500,"House, apartment, flat",1,1,29281990,24,Male,White only,Married - spouse present,"Native, born in United States",Good,72,230,31.2,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,0,0,420,0,0,330,0,0,120,0,525,"$30,000 - $50,000",Millennials (23-38),White only,Good,6-6.5 feet,200-300,Graduated High School,,525,0,465,330,0,0,120
+,2022,2.02212E+13,7561,South,Delaware,200000,"House, apartment, flat",1,1,4498316,78,Male,White only,Married - spouse present,"Native, born in United States",Very good,68,225,34.2,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,39,0,450,0,0,921,0,0,0,0,0,"$150,000 and over",Silent (74-91),White only,Very good,5.5-6 feet,200-300,Master's or Doctoral Degree,,0,39,480,921,0,0,0
+,2022,2.02212E+13,7562,Northeast,Massachusetts,125000,"House, apartment, flat",1,1,10028325,53,Male,White only,Never married,"Native, born in United States",Very good,66,185,29.9,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,10,0,0,90,0,500,0,0,175,20,0,105,0,510,"$100,000 - $150,000",Generation X (39-54),White only,Very good,5.5-6 feet,180-200,Master's or Doctoral Degree,,510,90,510,195,0,0,135
+,2022,2.02212E+13,7563,Midwest,Kansas,125000,"House, apartment, flat",1,1,6002356,71,Female,White only,Married - spouse present,"Native, born in United States",Excellent,67,112,17.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,300,10,0,0,0,0,540,0,0,540,0,0,50,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Excellent,5.5-6 feet,100-120,Bachelor's Degree,,0,0,550,540,0,0,350
+,2022,2.02212E+13,7564,South,Georgia,37500,"House, apartment, flat",1,1,6173731,54,Female,White only,Divorced,"Foreign born, U.S. citizen by naturalization",Good,67,140,21.9,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,110,120,0,0,460,0,650,0,0,50,0,0,50,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Good,5.5-6 feet,140-160,Graduated High School,,0,460,770,50,0,0,160
+,2022,2.02212E+13,7565,West,California,200000,"House, apartment, flat",1,1,10106352,51,Male,Black only,Married - spouse present,"Native, born in United States",Very good,64,185,31.8,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,175,45,0,0,185,0,630,0,0,328,0,0,77,0,0,"$150,000 and over",Generation X (39-54),Black only,Very good,5-5.5 feet,180-200,Graduated High School,,0,185,675,328,0,0,252
+,2022,2.02212E+13,7566,West,New Mexico,200000,"House, apartment, flat",1,1,4947876,71,Male,White only,Divorced,"Native, born in United States",Good,67,175,27.4,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,425,0,465,0,0,520,0,0,0,0,0,"$150,000 and over",Boomers (55-73),White only,Good,5.5-6 feet,160-180,Some College,,0,425,495,520,0,0,0
+,2022,2.02212E+13,7567,Northeast,New York,87500,"House, apartment, flat",1,1,17912593,54,Male,White only,Married - spouse present,"Native, born in United States",Good,65,160,26.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,0,0,405,0,0,225,630,0,180,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Good,5-5.5 feet,160-180,Bachelor's Degree,,0,0,405,855,0,0,180
+,2022,2.02212E+13,7568,West,Montana,11250,"House, apartment, flat",1,1,5113981,76,Female,"American Indian, Alaskan Native",Divorced,"Native, born in United States",NIU (Not in universe),,9999,999,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,90,0,125,0,0,135,0,375,0,0,295,240,0,115,65,0,"$10,000 - $30,000",Silent (74-91),"American Indian, Alaskan Native","Other (Refused, Dont know, NIU)",,>300,Some College,,0,135,500,535,0,65,205
+,2022,2.02212E+13,7569,South,Texas,125000,"House, apartment, flat",1,1,32128048,19,Male,Asian only,Never married,"Native, born in United States",Excellent,68,136,20.7,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,2,0,93,0,0,10,0,575,0,0,420,250,0,90,0,0,"$100,000 - $150,000",Generation Z (7-22),Asian only,Excellent,5.5-6 feet,120-140,Graduated High School,,0,10,668,670,0,0,92
+,2022,2.02212E+13,7570,South,Georgia,11250,"House, apartment, flat",1,1,7047553,80,Female,Black only,Widowed,"Native, born in United States",Good,64,220,37.8,7th or 8th grade,Seventh through eighth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,55,0,0,190,0,645,0,0,280,0,120,90,0,0,"$10,000 - $30,000",Silent (74-91),Black only,Good,5-5.5 feet,200-300,Middle School or Less,,0,190,700,280,0,0,270
+,2022,2.02212E+13,7571,South,Texas,125000,"House, apartment, flat",1,1,24120224,27,Female,Black only,Never married,"Native, born in United States",Very good,64,124,21.3,Associate degree - academic program,College--four years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,20,27,5,0,0,115,0,518,0,114,473,0,50,88,30,0,"$100,000 - $150,000",Millennials (23-38),Black only,Very good,5-5.5 feet,120-140,Associate Degree,,0,115,523,587,0,30,185
+,2022,2.02212E+13,7572,West,Washington,200000,"House, apartment, flat",1,1,5657050,44,Female,White only,Married - spouse present,"Native, born in United States",Excellent,61,105,19.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,60,0,90,60,0,0,335,0,630,0,0,60,45,0,100,0,0,"$150,000 and over",Generation X (39-54),White only,Excellent,5-5.5 feet,100-120,Bachelor's Degree,,0,335,690,105,0,0,250
+,2022,2.02212E+13,7573,Midwest,Wisconsin,200000,"House, apartment, flat",1,1,13547170,39,Female,White only,Married - spouse present,"Native, born in United States",Excellent,68,160,24.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,30,0,660,0,0,90,60,0,0,0,540,"$150,000 and over",Generation X (39-54),White only,Excellent,5.5-6 feet,160-180,Bachelor's Degree,,540,30,720,150,0,0,0
+,2022,2.02212E+13,7574,South,Texas,45000,Mobile home or trailer with no permanent room added,1,1,51254991,24,Female,White only,Never married,"Foreign born, not a U.S. citizen",Fair,57,103,22.3,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,0,0,1350,0,0,0,0,0,0,0,0,"$30,000 - $50,000",Millennials (23-38),White only,Fair,0-5 feet,100-120,Associate Degree,,0,0,1440,0,0,0,0
+,2022,2.02212E+13,7575,West,Oregon,55000,"House, apartment, flat",1,1,9924553,61,Male,White only,Married - spouse present,"Native, born in United States",Very good,69,200,29.5,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,180,0,720,0,0,420,0,0,0,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Very good,5.5-6 feet,200-300,Graduated High School,,0,180,840,420,0,0,0
+,2022,2.02212E+13,7576,Northeast,Massachusetts,125000,"House, apartment, flat",1,1,7119097,35,Female,White only,Married - spouse present,"Native, born in United States",Good,67,130,20.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,357,0,0,60,0,0,113,0,568,0,0,300,0,0,42,0,0,"$100,000 - $150,000",Millennials (23-38),White only,Good,5.5-6 feet,120-140,Bachelor's Degree,,0,113,628,300,0,0,399
+,2022,2.02212E+13,7577,South,North Carolina,200000,"House, apartment, flat",1,1,5225221,59,Female,White only,Married - spouse present,"Native, born in United States",Excellent,62,120,21.9,Associate degree - academic program,College--four years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,25,25,0,0,265,0,710,0,0,305,0,0,110,0,0,"$150,000 and over",Boomers (55-73),White only,Excellent,5-5.5 feet,120-140,Associate Degree,,0,265,735,305,0,0,135
+,2022,2.02212E+13,7578,South,Florida,125000,"House, apartment, flat",1,1,7575278,41,Male,White only,Married - spouse present,"Native, born in United States",Very good,69,158,23.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,110,0,0,120,0,0,10,0,599,0,0,465,40,0,96,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Very good,5.5-6 feet,140-160,Bachelor's Degree,,0,10,719,505,0,0,206
+,2022,2.02212E+13,7579,Northeast,New Jersey,125000,"House, apartment, flat",1,1,42976704,18,Male,Black only,Never married,"Native, born in United States",Very good,64,120,20.6,High school graduate - diploma,Twelfth grade,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,180,0,0,0,680,0,0,420,0,0,0,0,0,"$100,000 - $150,000",Generation Z (7-22),Black only,Very good,5-5.5 feet,120-140,Graduated High School,,0,0,710,420,180,0,0
+,2022,2.02212E+13,7580,Midwest,Indiana,200000,"House, apartment, flat",1,1,11859217,57,Male,White only,Married - spouse present,"Native, born in United States",Very good,74,230,29.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,165,30,0,0,0,0,0,555,0,0,625,0,0,65,0,0,"$150,000 and over",Boomers (55-73),White only,Very good,6-6.5 feet,200-300,Bachelor's Degree,,0,0,555,625,0,0,260
+,2022,2.02212E+13,7581,South,Mississippi,67500,"House, apartment, flat",1,1,72671396,49,Male,Black only,Never married,"Native, born in United States",Excellent,71,310,43.2,11th grade,Eleventh grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,15,0,20,75,0,0,110,0,530,0,0,155,0,0,65,0,470,"$50,000 - $75,000",Generation X (39-54),Black only,Excellent,5.5-6 feet,>300,Some High School,,470,110,605,155,0,0,100
+,2022,2.02212E+13,7582,West,Utah,37500,"House, apartment, flat",1,1,5397113,74,Female,White only,Married - spouse present,"Native, born in United States",Very good,64,126,21.6,Some college but no degree,College--three years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,55,0,0,760,0,530,0,0,70,0,0,15,0,0,"$30,000 - $50,000",Silent (74-91),White only,Very good,5-5.5 feet,120-140,Some College,,0,760,585,70,0,0,25
+,2022,2.02212E+13,7583,South,Florida,125000,"House, apartment, flat",1,1,23445275,20,Male,White only,Never married,"Native, born in United States",Good,65,9997,998,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,20,0,0,0,0,550,0,90,120,0,0,120,0,540,"$100,000 - $150,000",Generation Z (7-22),White only,Good,5-5.5 feet,>300,Some College,,540,0,570,210,0,0,120
+,2022,2.02212E+13,7584,West,Arizona,200000,"House, apartment, flat",1,1,4236152,65,Male,White only,Married - spouse present,"Native, born in United States",Very good,72,215,29.2,Associate degree - academic program,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,50,140,0,0,57,0,660,0,0,380,90,5,58,0,0,"$150,000 and over",Boomers (55-73),White only,Very good,6-6.5 feet,200-300,Associate Degree,,0,57,800,470,0,0,113
+,2022,2.02212E+13,7585,South,Louisiana,55000,Mobile home or trailer with no permanent room added,1,1,18400418,43,Male,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Good,73,195,25.7,5th or 6th grade,Fifth through sixth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,540,60,0,0,60,0,420,0,0,300,0,0,60,0,0,"$50,000 - $75,000",Generation X (39-54),White only,Good,6-6.5 feet,180-200,Middle School or Less,,0,60,480,300,0,0,600
+,2022,2.02212E+13,7586,South,Texas,32500,"House, apartment, flat",1,1,15732162,50,Male,White only,Divorced,"Foreign born, U.S. citizen by naturalization",NIU (Not in universe),,9999,999,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,205,90,0,0,120,0,300,0,0,40,0,0,520,0,0,"$30,000 - $50,000",Generation X (39-54),White only,"Other (Refused, Dont know, NIU)",,>300,Graduated High School,,0,120,390,40,0,0,725
+,2022,2.02212E+13,7587,South,Texas,22500,"House, apartment, flat",1,1,7887763,42,Female,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Very good,60,9997,998,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,15,120,0,0,30,0,900,0,0,195,120,0,60,0,0,"$10,000 - $30,000",Generation X (39-54),White only,Very good,5-5.5 feet,>300,Graduated High School,,0,30,1020,315,0,0,75
+,2022,2.02212E+13,7588,South,Florida,22500,Mobile home or trailer with no permanent room added,1,1,7954393,28,Male,White only,Married - spouse present,"Native, born in United States",Fair,67,208,32.6,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,110,0,10,60,0,0,255,0,675,0,0,330,0,0,0,0,0,"$10,000 - $30,000",Millennials (23-38),White only,Fair,5.5-6 feet,200-300,Graduated High School,,0,255,735,330,0,0,120
+,2022,2.02212E+13,7589,South,Florida,45000,"House, apartment, flat",1,1,24327628,56,Female,White only,Married - spouse present,"Native, born in United States",Good,64,229,39.3,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,20,0,455,0,0,360,0,0,35,0,540,"$30,000 - $50,000",Boomers (55-73),White only,Good,5-5.5 feet,200-300,Associate Degree,,540,20,485,360,0,0,35
+,2022,2.02212E+13,7590,West,California,200000,"House, apartment, flat",1,1,13122132,40,Male,White only,Never married,"Foreign born, not a U.S. citizen",Very good,69,168,24.8,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,770,0,525,0,0,0,60,0,40,0,0,"$150,000 and over",Generation X (39-54),White only,Very good,5.5-6 feet,160-180,Master's or Doctoral Degree,,0,770,570,60,0,0,40
+,2022,2.02212E+13,7591,Midwest,Illinois,37500,"House, apartment, flat",1,1,30090962,49,Male,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Fair,62,154,28.2,11th grade,Eleventh grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,35,0,420,0,90,160,0,0,105,0,570,"$30,000 - $50,000",Generation X (39-54),White only,Fair,5-5.5 feet,140-160,Some High School,,570,35,480,250,0,0,105
+,2022,2.02212E+13,7592,South,Texas,32500,"House, apartment, flat",1,1,8662974,29,Female,White only,Married - spouse present,"Native, born in United States",Good,63,196,34.7,Associate degree - occupational vocational,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,0,0,560,0,0,90,0,0,10,0,720,"$30,000 - $50,000",Millennials (23-38),White only,Good,5-5.5 feet,180-200,Associate Degree,,720,0,620,90,0,0,10
+,2022,2.02212E+13,7593,South,North Carolina,125000,"House, apartment, flat",1,1,12235419,25,Female,White only,Never married,"Native, born in United States",Fair,63,189,33.5,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,60,0,0,235,0,870,0,0,209,0,0,6,0,0,"$100,000 - $150,000",Millennials (23-38),White only,Fair,5-5.5 feet,180-200,Graduated High School,,0,235,930,209,0,0,66
+,2022,2.02212E+13,7594,South,Mississippi,87500,"House, apartment, flat",1,1,6634056,59,Female,Black only,Married - spouse present,"Native, born in United States",Very good,67,200,31.3,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,0,0,775,0,170,210,0,0,75,180,0,"$75,000 - $100,000",Boomers (55-73),Black only,Very good,5.5-6 feet,200-300,Master's or Doctoral Degree,,0,0,805,380,0,180,75
+,2022,2.02212E+13,7595,South,Texas,55000,"House, apartment, flat",1,1,2002320,65,Female,White only,Divorced,"Foreign born, U.S. citizen by naturalization",Very good,74,197,25.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,20,0,650,0,0,380,290,0,40,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Very good,6-6.5 feet,180-200,Bachelor's Degree,,0,20,710,670,0,0,40
+,2022,2.02212E+13,7596,Northeast,New Jersey,125000,"House, apartment, flat",1,1,15772820,28,Male,White only,Never married,"Foreign born, not a U.S. citizen",Good,70,168,24.1,Some college but no degree,College--four years,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,120,100,0,0,150,0,830,0,0,180,0,0,60,0,0,"$100,000 - $150,000",Millennials (23-38),White only,Good,5.5-6 feet,160-180,Some College,,0,150,930,180,0,0,180
+,2022,2.02212E+13,7597,Northeast,New Jersey,200000,"House, apartment, flat",1,1,8375395,40,Male,White only,Married - spouse present,"Native, born in United States",Very good,68,155,23.6,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,20,0,0,95,0,0,35,0,585,90,0,570,45,0,0,0,0,"$150,000 and over",Generation X (39-54),White only,Very good,5.5-6 feet,140-160,Master's or Doctoral Degree,,0,35,770,615,0,0,20
+,2022,2.02212E+13,7598,Northeast,New Jersey,200000,"House, apartment, flat",1,1,18849200,43,Male,Asian only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Good,70,200,28.7,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,149,0,10,105,0,0,30,0,530,0,0,65,0,0,45,0,506,"$150,000 and over",Generation X (39-54),Asian only,Good,5.5-6 feet,200-300,Master's or Doctoral Degree,,506,30,635,65,0,0,204
+,2022,2.02212E+13,7599,Midwest,Ohio,45000,"House, apartment, flat",1,1,22251398,26,Female,White only,Never married,"Native, born in United States",Good,62,160,29.3,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,50,0,0,10,0,915,0,0,60,0,0,10,0,395,"$30,000 - $50,000",Millennials (23-38),White only,Good,5-5.5 feet,160-180,Graduated High School,,395,10,965,60,0,0,10
+,2022,2.02212E+13,7600,West,California,200000,"House, apartment, flat",1,1,22906814,19,Male,White only,Never married,"Native, born in United States",Good,73,150,19.8,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,10,5,90,420,0,0,0,300,0,0,272,220,25,98,0,0,"$150,000 and over",Generation Z (7-22),White only,Good,6-6.5 feet,140-160,Some College,,0,0,390,492,420,0,138
+,2022,2.02212E+13,7601,Midwest,Michigan,17500,"House, apartment, flat",1,1,7202372,62,Female,White only,Married - spouse present,"Native, born in United States",NIU (Not in universe),,9999,999,11th grade,Eleventh grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,180,45,0,0,420,0,675,0,0,60,0,0,60,0,0,"$10,000 - $30,000",Boomers (55-73),White only,"Other (Refused, Dont know, NIU)",,>300,Some High School,,0,420,720,60,0,0,240
+,2022,2.02212E+13,7602,Northeast,Pennsylvania,27500,"House, apartment, flat",1,1,4213329,65,Male,Black only,Never married,"Native, born in United States",Fair,72,165,22.4,Associate degree - occupational vocational,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,20,10,20,0,0,0,0,505,0,210,525,0,0,150,0,0,"$10,000 - $30,000",Boomers (55-73),Black only,Fair,6-6.5 feet,160-180,Associate Degree,,0,0,525,735,0,0,180
+,2022,2.02212E+13,7603,Midwest,Missouri,125000,"House, apartment, flat",1,1,20524723,51,Male,White only,Married - spouse present,"Native, born in United States",Good,71,205,28.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,30,0,0,105,0,0,0,0,540,0,0,115,60,15,66,0,509,"$100,000 - $150,000",Generation X (39-54),White only,Good,5.5-6 feet,200-300,Bachelor's Degree,,509,0,645,175,0,0,111
+,2022,2.02212E+13,7604,South,North Carolina,200000,"House, apartment, flat",1,1,4118414,52,Female,White only,Married - spouse present,"Native, born in United States",Good,64,180,30.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,30,0,0,60,0,0,240,0,630,0,0,360,0,0,0,0,120,"$150,000 and over",Generation X (39-54),White only,Good,5-5.5 feet,180-200,Bachelor's Degree,,120,240,690,360,0,0,30
+,2022,2.02212E+13,7605,Midwest,Minnesota,87500,"House, apartment, flat",1,1,31905834,16,Male,White only,Never married,"Native, born in United States",Very good,67,138,21.6,10th grade,Tenth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,2,0,83,395,0,35,0,526,0,101,240,10,0,48,0,0,"$75,000 - $100,000",Generation Z (7-22),White only,Very good,5.5-6 feet,120-140,Some High School,,0,35,609,351,395,0,50
+,2022,2.02212E+13,7606,West,California,67500,"House, apartment, flat",1,1,14540925,28,Male,White only,Married - spouse present,"Native, born in United States",Very good,71,245,34.2,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,0,0,1250,0,0,120,0,0,0,0,10,"$50,000 - $75,000",Millennials (23-38),White only,Very good,5.5-6 feet,200-300,Graduated High School,,10,0,1310,120,0,0,0
+,2022,2.02212E+13,7607,Midwest,Ohio,45000,"House, apartment, flat",1,1,26614803,63,Male,White only,Widowed,"Native, born in United States",Good,71,250,34.9,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,35,0,0,15,0,480,0,0,650,0,0,40,0,220,"$30,000 - $50,000",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Graduated High School,,220,15,515,650,0,0,40
+,2022,2.02212E+13,7608,West,California,67500,"House, apartment, flat",1,1,6306920,72,Male,White only,Married - spouse present,"Native, born in United States",Very good,71,180,25.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,430,0,620,0,0,340,0,0,0,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Very good,5.5-6 feet,180-200,Bachelor's Degree,,0,430,650,340,0,0,0
+,2022,2.02212E+13,7609,West,Nevada,45000,"House, apartment, flat",1,1,11139991,51,Male,Asian only,Married - spouse present,"Native, born in United States",Good,66,120,19.4,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,126,0,0,55,0,0,265,0,665,0,0,289,0,0,40,0,0,"$30,000 - $50,000",Generation X (39-54),Asian only,Good,5.5-6 feet,120-140,Some College,,0,265,720,289,0,0,166
+,2022,2.02212E+13,7610,Northeast,Rhode Island,22500,"House, apartment, flat",1,1,3909393,66,Male,"American Indian, Alaskan Native",Married - spouse absent,"Foreign born, not a U.S. citizen",Good,66,210,33.9,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,190,0,885,0,0,280,0,0,40,0,0,"$10,000 - $30,000",Boomers (55-73),"American Indian, Alaskan Native",Good,5.5-6 feet,200-300,Some College,,0,190,930,280,0,0,40
+,2022,2.02212E+13,7611,Midwest,Michigan,13750,"House, apartment, flat",1,1,5418858,65,Female,Black only,Widowed,"Native, born in United States",Good,59,170,34.3,11th grade,Eleventh grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,0,0,540,0,205,655,0,0,40,0,0,"$10,000 - $30,000",Boomers (55-73),Black only,Good,0-5 feet,160-180,Some High School,,0,0,540,860,0,0,40
+,2022,2.02212E+13,7612,South,Virginia,55000,"House, apartment, flat",1,1,31721297,64,Male,Black only,Widowed,"Native, born in United States",Fair,66,190,30.7,10th grade,Tenth grade,Not in labor force,NIU (Not in universe),Has vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,15,12,0,0,17,0,766,0,0,540,0,0,90,0,0,"$50,000 - $75,000",Boomers (55-73),Black only,Fair,5.5-6 feet,180-200,Some High School,,0,17,778,540,0,0,105
+,2022,2.02212E+13,7613,West,Washington,32500,"House, apartment, flat",1,1,15559343,29,Female,Black only,Never married,"Native, born in United States",Good,64,150,25.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,0,0,720,0,0,30,0,0,35,0,655,"$30,000 - $50,000",Millennials (23-38),Black only,Good,5-5.5 feet,140-160,Bachelor's Degree,,655,0,720,30,0,0,35
+,2022,2.02212E+13,7614,South,Texas,87500,"House, apartment, flat",1,1,73774103,17,Female,White only,Never married,"Native, born in United States",Excellent,61,110,20.8,11th grade,Eleventh grade,Unemployed - on layoff,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,540,0,0,0,580,0,0,200,0,0,45,0,0,"$75,000 - $100,000",Generation Z (7-22),White only,Excellent,5-5.5 feet,100-120,Some High School,,0,0,655,200,540,0,45
+,2022,2.02212E+13,7615,West,Washington,87500,Mobile home or trailer with no permanent room added,1,1,17076788,34,Female,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Very good,64,140,24,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,132,0,0,90,0,0,370,0,578,0,30,240,0,0,0,0,0,"$75,000 - $100,000",Millennials (23-38),White only,Very good,5-5.5 feet,140-160,Associate Degree,,0,370,668,270,0,0,132
+,2022,2.02212E+13,7616,South,Maryland,200000,"House, apartment, flat",1,1,114580701,27,Male,White only,Never married,"Native, born in United States",Very good,70,180,25.8,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,0,0,0,0,610,0,0,220,60,0,30,0,445,"$150,000 and over",Millennials (23-38),White only,Very good,5.5-6 feet,180-200,Graduated High School,,445,0,685,280,0,0,30
+,2022,2.02212E+13,7617,West,Oregon,45000,"House, apartment, flat",1,1,16277017,15,Male,White only,Never married,"Native, born in United States",Poor,66,250,40.3,10th grade,Tenth grade,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,Has mobility limitation,Has physical difficulty,Has difficulty remembering,0,0,0,30,0,0,240,0,540,0,0,630,0,0,0,0,0,"$30,000 - $50,000",Generation Z (7-22),White only,Poor,5.5-6 feet,200-300,Some High School,,0,240,570,630,0,0,0
+,2022,2.02212E+13,7618,West,Oregon,87500,"House, apartment, flat",1,1,4448504,79,Male,White only,Married - spouse present,"Native, born in United States",Excellent,70,194,27.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,20,0,0,110,0,645,0,0,635,30,0,0,0,0,"$75,000 - $100,000",Silent (74-91),White only,Excellent,5.5-6 feet,180-200,Bachelor's Degree,,0,110,665,665,0,0,0
+,2022,2.02212E+13,7619,South,Louisiana,17500,"House, apartment, flat",1,1,5753417,59,Male,White only,Divorced,"Native, born in United States",Fair,68,235,35.7,11th grade,Eleventh grade,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,Has mobility limitation,No physical difficulty,Has difficulty remembering,0,0,0,20,0,0,30,0,480,0,0,0,0,10,0,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Fair,5.5-6 feet,200-300,Some High School,,0,30,500,0,0,0,10
+,2022,2.02212E+13,7620,West,California,55000,"House, apartment, flat",1,1,16939522,56,Female,White only,Married - spouse present,"Native, born in United States",Fair,68,285,43.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,240,120,0,0,90,0,540,0,0,355,0,0,95,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Fair,5.5-6 feet,200-300,Bachelor's Degree,,0,90,660,355,0,0,335
+,2022,2.02212E+13,7621,Midwest,Indiana,22500,"House, apartment, flat",1,1,5394830,85,Female,White only,Widowed,"Native, born in United States",Good,68,175,26.6,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,120,0,0,95,0,610,0,0,595,0,20,0,0,0,"$10,000 - $30,000",Silent (74-91),White only,Good,5.5-6 feet,160-180,Some College,,0,95,730,595,0,0,20
+,2022,2.02212E+13,7622,South,Arkansas,45000,"House, apartment, flat",1,1,8963832,24,Female,White only,Never married,"Native, born in United States",Fair,67,200,31.3,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,60,0,0,0,600,0,0,750,0,0,0,30,0,"$30,000 - $50,000",Millennials (23-38),White only,Fair,5.5-6 feet,200-300,Some College,,0,0,600,750,60,30,0
+,2022,2.02212E+13,7623,Midwest,Ohio,200000,"House, apartment, flat",1,1,5918563,55,Female,White only,Married - spouse present,"Native, born in United States",Very good,66,210,33.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,90,0,690,0,0,660,0,0,0,0,0,"$150,000 and over",Boomers (55-73),White only,Very good,5.5-6 feet,200-300,Bachelor's Degree,,0,90,690,660,0,0,0
+,2022,2.02212E+13,7624,South,Texas,125000,"House, apartment, flat",1,1,5978814,49,Female,Black only,Never married,"Native, born in United States",Good,65,219,36.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,45,60,0,0,0,0,820,0,0,410,0,0,105,0,0,"$100,000 - $150,000",Generation X (39-54),Black only,Good,5-5.5 feet,200-300,Bachelor's Degree,,0,0,880,410,0,0,150
+,2022,2.02212E+13,7625,Northeast,Massachusetts,200000,"House, apartment, flat",1,1,2886069,61,Female,White only,Widowed,"Native, born in United States",Very good,68,129,19.6,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,415,0,645,0,0,290,0,0,0,0,0,"$150,000 and over",Boomers (55-73),White only,Very good,5.5-6 feet,120-140,Master's or Doctoral Degree,,0,415,735,290,0,0,0
+,2022,2.02212E+13,7626,West,Nevada,55000,"House, apartment, flat",1,1,22798587,65,Female,White only,Married - spouse present,"Native, born in United States",Poor,60,185,36.1,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,45,0,45,0,0,110,0,525,45,0,100,0,0,110,0,460,"$50,000 - $75,000",Boomers (55-73),White only,Poor,5-5.5 feet,180-200,Graduated High School,,460,110,615,100,0,0,155
+,2022,2.02212E+13,7627,South,Mississippi,87500,"House, apartment, flat",1,1,31285479,40,Male,Black only,Married - spouse present,"Native, born in United States",Good,74,259,33.3,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,7,0,103,60,0,0,1,0,320,60,0,312,0,0,150,0,387,"$75,000 - $100,000",Generation X (39-54),Black only,Good,6-6.5 feet,200-300,Graduated High School,,387,1,440,312,0,0,260
+,2022,2.02212E+13,7628,Midwest,Illinois,45000,"House, apartment, flat",1,1,10662996,75,Female,White only,Divorced,"Native, born in United States",Poor,62,200,36.6,10th grade,Tenth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,40,45,0,0,2,0,603,0,0,716,0,0,34,0,0,"$30,000 - $50,000",Silent (74-91),White only,Poor,5-5.5 feet,200-300,Some High School,,0,2,648,716,0,0,74
+,2022,2.02212E+13,7629,Midwest,Iowa,55000,"House, apartment, flat",1,1,5670614,57,Male,White only,Divorced,"Native, born in United States",Fair,72,205,27.8,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,35,0,0,40,0,585,0,0,780,0,0,0,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Fair,6-6.5 feet,200-300,Graduated High School,,0,40,620,780,0,0,0
+,2022,2.02212E+13,7630,Midwest,Illinois,200000,"House, apartment, flat",1,1,4604176,44,Male,White only,Widowed,"Native, born in United States",Very good,72,190,25.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,35,0,0,100,0,0,440,0,635,0,0,120,90,0,20,0,0,"$150,000 and over",Generation X (39-54),White only,Very good,6-6.5 feet,180-200,Bachelor's Degree,,0,440,735,210,0,0,55
+,2022,2.02212E+13,7631,South,Mississippi,67500,"House, apartment, flat",1,1,1928279,74,Female,White only,Widowed,"Native, born in United States",Good,60,125,24.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,110,0,0,96,0,703,0,0,471,0,0,60,0,0,"$50,000 - $75,000",Silent (74-91),White only,Good,5-5.5 feet,120-140,Bachelor's Degree,,0,96,813,471,0,0,60
+,2022,2.02212E+13,7632,Midwest,Illinois,45000,"House, apartment, flat",1,1,6903334,80,Female,Black only,Widowed,"Native, born in United States",Very good,62,200,36.6,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,35,35,0,0,0,0,540,0,0,710,0,0,110,0,10,"$30,000 - $50,000",Silent (74-91),Black only,Very good,5-5.5 feet,200-300,Graduated High School,,10,0,575,710,0,0,145
+,2022,2.02212E+13,7633,South,District of Columbia,200000,"House, apartment, flat",1,1,16125879,64,Female,Black only,Divorced,"Native, born in United States",Excellent,64,155,26.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,135,60,0,0,10,0,430,0,0,155,100,0,70,0,480,"$150,000 and over",Boomers (55-73),Black only,Excellent,5-5.5 feet,140-160,Bachelor's Degree,,480,10,490,255,0,0,205
+,2022,2.02212E+13,7634,South,Louisiana,37500,"House, apartment, flat",1,1,11813370,80,Female,Black only,Married - spouse present,"Native, born in United States",Poor,65,167,27.8,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,160,0,695,0,0,555,0,0,0,0,0,"$30,000 - $50,000",Silent (74-91),Black only,Poor,5-5.5 feet,160-180,Graduated High School,,0,160,725,555,0,0,0
+,2022,2.02212E+13,7635,Midwest,Indiana,87500,"House, apartment, flat",1,1,5344738,34,Female,Asian only,Married - spouse present,"Foreign born, not a U.S. citizen",Good,62,110,20.1,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,190,0,180,210,0,0,60,0,600,0,0,90,0,0,50,0,0,"$75,000 - $100,000",Millennials (23-38),Asian only,Good,5-5.5 feet,100-120,Master's or Doctoral Degree,,0,60,810,90,0,0,420
+,2022,2.02212E+13,7636,South,Maryland,125000,"House, apartment, flat",1,1,9979295,54,Female,Black only,Never married,"Foreign born, not a U.S. citizen",Very good,66,220,35.5,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,120,270,0,0,330,0,585,0,0,55,0,0,80,0,0,"$100,000 - $150,000",Boomers (55-73),Black only,Very good,5.5-6 feet,200-300,Master's or Doctoral Degree,,0,330,855,55,0,0,200
+,2022,2.02212E+13,7637,West,California,45000,"House, apartment, flat",1,1,4521262,63,Female,White only,Married - spouse present,"Native, born in United States",Good,67,160,25.1,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,65,0,0,195,0,540,0,0,435,45,0,40,120,0,"$30,000 - $50,000",Boomers (55-73),White only,Good,5.5-6 feet,160-180,Master's or Doctoral Degree,,0,195,605,480,0,120,40
+,2022,2.02212E+13,7638,South,Virginia,125000,"House, apartment, flat",1,1,6374751,48,Male,Asian only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Very good,68,135,20.5,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,60,0,0,160,240,0,120,0,600,0,0,220,0,0,0,0,0,"$100,000 - $150,000",Generation X (39-54),Asian only,Very good,5.5-6 feet,120-140,Master's or Doctoral Degree,,0,120,760,220,240,0,60
+,2022,2.02212E+13,7639,West,Alaska,87500,"House, apartment, flat",1,1,8309237,36,Male,White only,Married - spouse present,"Native, born in United States",Good,71,205,28.6,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,Has difficulty remembering,225,0,0,70,0,0,20,0,535,0,0,110,0,0,75,0,240,"$75,000 - $100,000",Millennials (23-38),White only,Good,5.5-6 feet,200-300,Master's or Doctoral Degree,,240,20,605,110,0,0,300
+,2022,2.02212E+13,7640,West,Hawaii,200000,"House, apartment, flat",1,1,17699358,25,Male,Asian only,Never married,"Foreign born, U.S. citizen by naturalization",Poor,73,190,25.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,50,90,0,0,43,0,724,0,0,435,0,1,97,0,0,"$150,000 and over",Millennials (23-38),Asian only,Poor,6-6.5 feet,180-200,Bachelor's Degree,,0,43,814,435,0,0,148
+,2022,2.02212E+13,7641,West,Oregon,87500,"House, apartment, flat",1,1,7563091,31,Female,White only,Never married,"Native, born in United States",Good,63,140,24.8,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,20,0,30,45,0,0,115,0,445,0,0,135,0,0,50,0,460,"$75,000 - $100,000",Millennials (23-38),White only,Good,5-5.5 feet,140-160,Graduated High School,,460,115,490,135,0,0,100
+,2022,2.02212E+13,7642,South,Texas,45000,"House, apartment, flat",1,1,28051848,27,Female,Asian only,Never married,"Native, born in United States",Very good,65,123,20.5,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,115,0,0,90,0,545,0,0,120,60,0,0,0,480,"$30,000 - $50,000",Millennials (23-38),Asian only,Very good,5-5.5 feet,120-140,Some College,,480,90,660,180,0,0,0
+,2022,2.02212E+13,7643,South,Oklahoma,200000,"House, apartment, flat",1,1,14252054,63,Female,White only,Married - spouse present,"Native, born in United States",Very good,67,179,28,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,70,30,0,0,75,0,935,0,0,160,0,60,110,0,0,"$150,000 and over",Boomers (55-73),White only,Very good,5.5-6 feet,160-180,Master's or Doctoral Degree,,0,75,965,160,0,0,240
+,2022,2.02212E+13,7644,South,Florida,200000,"House, apartment, flat",1,1,18441803,38,Female,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Excellent,63,148,26.2,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,60,0,150,10,0,0,527,0,563,0,120,0,0,0,10,0,0,"$150,000 and over",Generation X (39-54),White only,Excellent,5-5.5 feet,140-160,Associate Degree,,0,527,573,120,0,0,220
+,2022,2.02212E+13,7645,South,Mississippi,67500,"House, apartment, flat",1,1,4407300,71,Female,Black only,Never married,"Native, born in United States",Fair,60,126,24.6,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,60,0,0,0,0,1380,0,0,0,0,0,0,0,0,"$50,000 - $75,000",Boomers (55-73),Black only,Fair,5-5.5 feet,120-140,Master's or Doctoral Degree,,0,0,1440,0,0,0,0
+,2022,2.02212E+13,7646,Northeast,Massachusetts,67500,"House, apartment, flat",1,1,9318742,33,Female,Black only,Married - spouse absent,"Foreign born, U.S. citizen by naturalization",Very good,63,200,35.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,270,0,30,0,570,0,0,0,0,0,60,0,450,"$50,000 - $75,000",Millennials (23-38),Black only,Very good,5-5.5 feet,200-300,Bachelor's Degree,,450,30,630,0,270,0,60
+,2022,2.02212E+13,7647,West,California,125000,"House, apartment, flat",1,1,12825428,50,Female,White only,Married - spouse present,"Native, born in United States",Excellent,62,122,22.3,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,95,85,0,0,40,0,475,0,0,35,75,0,90,0,545,"$100,000 - $150,000",Generation X (39-54),White only,Excellent,5-5.5 feet,120-140,Master's or Doctoral Degree,,545,40,560,110,0,0,185
+,2022,2.02212E+13,7648,Northeast,New Jersey,67500,"House, apartment, flat",1,1,62008315,30,Female,White only,Never married,"Native, born in United States",Good,63,190,33.7,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,120,0,695,0,0,180,0,0,35,0,410,"$50,000 - $75,000",Millennials (23-38),White only,Good,5-5.5 feet,180-200,Graduated High School,,410,120,695,180,0,0,35
+,2022,2.02212E+13,7649,Midwest,Ohio,125000,"House, apartment, flat",1,1,17794490,52,Female,White only,Married - spouse present,"Native, born in United States",Very good,63,170,30.1,Some college but no degree,College--three years,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,20,0,0,0,262,0,518,0,0,60,0,0,580,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Very good,5-5.5 feet,160-180,Some College,,0,262,518,60,0,0,600
+,2022,2.02212E+13,7650,Midwest,Wisconsin,45000,"House, apartment, flat",1,1,10706205,67,Female,White only,Married - spouse present,"Native, born in United States",Excellent,64,185,31.8,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,615,0,135,0,600,0,0,0,0,0,0,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Excellent,5-5.5 feet,180-200,Master's or Doctoral Degree,,0,135,690,0,615,0,0
+,2022,2.02212E+13,7651,Midwest,Indiana,55000,"House, apartment, flat",1,1,18749603,21,Male,White only,Never married,"Native, born in United States",Very good,72,145,19.7,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,0,0,780,0,0,210,0,0,60,0,330,"$50,000 - $75,000",Generation Z (7-22),White only,Very good,6-6.5 feet,140-160,Graduated High School,,330,0,840,210,0,0,60
+,2022,2.02212E+13,7652,South,Texas,45000,"House, apartment, flat",1,1,15588465,34,Female,White only,Married - spouse present,"Native, born in United States",Good,70,190,27.3,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,30,0,0,45,0,0,0,0,475,0,0,885,0,0,5,0,0,"$30,000 - $50,000",Millennials (23-38),White only,Good,5.5-6 feet,180-200,Graduated High School,,0,0,520,885,0,0,35
+,2022,2.02212E+13,7653,Northeast,New York,22500,"House, apartment, flat",1,1,38535765,75,Female,White only,Married - spouse present,"Native, born in United States",Good,67,200,31.3,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,150,0,0,180,0,750,0,0,25,0,0,35,0,270,"$10,000 - $30,000",Silent (74-91),White only,Good,5.5-6 feet,200-300,Graduated High School,,270,180,900,25,0,0,65
+,2022,2.02212E+13,7654,South,Kentucky,125000,Mobile home or trailer with no permanent room added,1,1,19805930,53,Female,White only,Divorced,"Native, born in United States",Poor,65,187,31.1,Some college but no degree,College--four years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,240,0,10,0,0,30,0,990,0,0,160,0,0,10,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Poor,5-5.5 feet,180-200,Some College,,0,30,1000,160,0,0,250
+,2022,2.02212E+13,7655,West,California,125000,"House, apartment, flat",1,1,39946209,41,Female,Asian only,Married - spouse present,"Foreign born, not a U.S. citizen",Very good,61,134,25.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,190,0,0,90,0,0,20,0,510,0,0,30,0,0,300,0,190,"$100,000 - $150,000",Generation X (39-54),Asian only,Very good,5-5.5 feet,120-140,Bachelor's Degree,,190,20,600,30,0,0,490
+,2022,2.02212E+13,7656,Northeast,New York,125000,"House, apartment, flat",1,1,25116559,74,Male,White only,Married - spouse present,"Native, born in United States",Fair,69,235,34.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,125,0,0,100,120,500,0,0,525,0,0,70,0,0,"$100,000 - $150,000",Silent (74-91),White only,Fair,5.5-6 feet,200-300,Bachelor's Degree,,0,220,625,525,0,0,70
+,2022,2.02212E+13,7657,Northeast,New York,200000,"House, apartment, flat",1,1,19419638,38,Male,White only,Never married,"Native, born in United States",Good,75,170,21.2,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,110,0,0,50,0,600,0,0,310,0,15,45,0,300,"$150,000 and over",Generation X (39-54),White only,Good,6-6.5 feet,160-180,Master's or Doctoral Degree,,300,50,710,310,0,0,70
+,2022,2.02212E+13,7658,South,Maryland,45000,"House, apartment, flat",1,1,47644339,58,Female,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Excellent,65,180,30,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,30,0,0,260,0,420,0,0,100,0,0,65,0,505,"$30,000 - $50,000",Boomers (55-73),White only,Excellent,5-5.5 feet,180-200,Graduated High School,,505,260,450,100,0,0,125
+,2022,2.02212E+13,7659,Midwest,Illinois,37500,"House, apartment, flat",1,1,10981056,52,Female,White only,Never married,"Native, born in United States",Excellent,66,120,19.4,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,210,0,0,120,0,705,0,0,360,15,0,30,0,0,"$30,000 - $50,000",Generation X (39-54),White only,Excellent,5.5-6 feet,120-140,Master's or Doctoral Degree,,0,120,915,375,0,0,30
+,2022,2.02212E+13,7660,South,Florida,87500,"House, apartment, flat",1,1,36425855,52,Male,White only,Never married,"Native, born in United States",Very good,72,175,23.7,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,110,0,0,40,0,488,0,0,208,0,0,4,0,590,"$75,000 - $100,000",Generation X (39-54),White only,Very good,6-6.5 feet,160-180,Graduated High School,,590,40,598,208,0,0,4
+,2022,2.02212E+13,7661,Northeast,New York,200000,"House, apartment, flat",1,1,59139429,29,Male,White only,Never married,"Native, born in United States",Very good,68,155,23.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,460,0,725,0,0,60,15,0,60,0,0,"$150,000 and over",Millennials (23-38),White only,Very good,5.5-6 feet,140-160,Bachelor's Degree,,0,460,845,75,0,0,60
+,2022,2.02212E+13,7662,Midwest,Missouri,67500,"House, apartment, flat",1,1,14093582,76,Male,White only,Married - spouse present,"Native, born in United States",Good,73,220,29,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,630,0,540,0,0,240,0,0,0,0,0,"$50,000 - $75,000",Silent (74-91),White only,Good,6-6.5 feet,200-300,Bachelor's Degree,,0,630,570,240,0,0,0
+,2022,2.02212E+13,7663,Midwest,Minnesota,37500,"House, apartment, flat",1,1,30032018,61,Male,White only,Married - spouse present,"Native, born in United States",Poor,69,245,36.2,9th grade,Ninth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,570,0,0,30,0,0,35,0,555,0,0,250,0,0,0,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Poor,5.5-6 feet,200-300,Some High School,,0,35,585,250,0,0,570
+,2022,2.02212E+13,7664,South,Texas,125000,"House, apartment, flat",1,1,20557809,51,Male,White only,Married - spouse present,"Native, born in United States",Good,71,162,22.6,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,0,0,495,0,0,45,0,0,220,0,590,"$100,000 - $150,000",Generation X (39-54),White only,Good,5.5-6 feet,160-180,Some College,,590,0,585,45,0,0,220
+,2022,2.02212E+13,7665,West,Washington,87500,"House, apartment, flat",1,1,14685384,47,Female,White only,Married - spouse present,"Native, born in United States",Good,63,138,24.4,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,360,0,0,95,0,0,165,0,457,0,0,120,33,120,90,0,0,"$75,000 - $100,000",Generation X (39-54),White only,Good,5-5.5 feet,120-140,Some College,,0,165,552,153,0,0,570
+,2022,2.02212E+13,7666,West,New Mexico,11250,"House, apartment, flat",1,1,24220291,25,Female,White only,Never married,"Native, born in United States",Good,64,9994,998,11th grade,Eleventh grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,60,0,690,0,0,270,0,0,0,0,300,"$10,000 - $30,000",Millennials (23-38),White only,Good,5-5.5 feet,>300,Some High School,,300,60,750,270,0,0,0
+,2022,2.02212E+13,7667,West,California,27500,"House, apartment, flat",1,1,8567542,70,Female,Black only,Separated,"Native, born in United States",Fair,60,120,23.4,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,150,90,0,0,150,0,420,0,0,135,0,120,75,0,300,"$10,000 - $30,000",Boomers (55-73),Black only,Fair,5-5.5 feet,120-140,Graduated High School,,300,150,510,135,0,0,345
+,2022,2.02212E+13,7668,South,North Carolina,200000,"House, apartment, flat",1,1,21404782,16,Male,White only,Never married,"Native, born in United States",Excellent,71,175,24.4,10th grade,Tenth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,0,0,600,0,0,630,0,0,0,0,0,"$150,000 and over",Generation Z (7-22),White only,Excellent,5.5-6 feet,160-180,Some High School,,0,0,630,630,0,0,0
+,2022,2.02212E+13,7669,Midwest,Illinois,125000,"House, apartment, flat",1,1,13131510,85,Male,Black only,Married - spouse present,"Native, born in United States",Very good,74,209,26.8,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,80,155,0,0,150,0,525,0,0,290,0,0,240,0,0,"$100,000 - $150,000",Silent (74-91),Black only,Very good,6-6.5 feet,200-300,Master's or Doctoral Degree,,0,150,680,290,0,0,320
+,2022,2.02212E+13,7670,Midwest,Michigan,125000,"House, apartment, flat",1,1,5716707,27,Female,White only,Never married,"Native, born in United States",Very good,63,125,22.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,2,0,60,0,0,0,0,373,0,0,240,0,0,645,0,0,"$100,000 - $150,000",Millennials (23-38),White only,Very good,5-5.5 feet,120-140,Bachelor's Degree,,0,0,433,240,0,0,647
+,2022,2.02212E+13,7671,Midwest,Illinois,125000,"House, apartment, flat",1,1,17958881,32,Female,White only,Never married,"Native, born in United States",Good,64,200,34.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,95,0,0,0,0,540,0,0,715,0,0,90,0,0,"$100,000 - $150,000",Millennials (23-38),White only,Good,5-5.5 feet,200-300,Bachelor's Degree,,0,0,635,715,0,0,90
+,2022,2.02212E+13,7672,South,Florida,87500,"House, apartment, flat",1,1,7346624,73,Female,White only,Married - spouse present,"Native, born in United States",NIU (Not in universe),,9999,999,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,60,0,0,180,0,625,0,0,500,0,15,0,0,0,"$75,000 - $100,000",Silent (74-91),White only,"Other (Refused, Dont know, NIU)",,>300,Master's or Doctoral Degree,,0,180,685,500,0,0,75
+,2022,2.02212E+13,7673,West,Arizona,27500,"House, apartment, flat",1,1,7728398,39,Female,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Good,63,143,25.3,High school graduate - GED,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,90,30,0,0,270,0,450,0,0,490,0,0,80,0,30,"$10,000 - $30,000",Generation X (39-54),White only,Good,5-5.5 feet,140-160,Graduated High School,,30,270,480,490,0,0,170
+,2022,2.02212E+13,7674,Northeast,New Jersey,125000,"House, apartment, flat",1,1,5975517,38,Male,Asian only,Married - spouse present,"Foreign born, not a U.S. citizen",Very good,69,152,22.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,210,0,35,55,0,0,115,0,675,0,0,280,0,0,70,0,0,"$100,000 - $150,000",Generation X (39-54),Asian only,Very good,5.5-6 feet,140-160,Bachelor's Degree,,0,115,730,280,0,0,315
+,2022,2.02212E+13,7675,Midwest,Indiana,200000,"House, apartment, flat",1,1,12888610,40,Female,White only,Married - spouse present,"Native, born in United States",Very good,64,135,23.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,80,0,0,65,0,0,151,0,764,0,0,270,60,0,50,0,0,"$150,000 and over",Generation X (39-54),White only,Very good,5-5.5 feet,120-140,Bachelor's Degree,,0,151,829,330,0,0,130
+,2022,2.02212E+13,7676,Northeast,Pennsylvania,37500,Mobile home or trailer with no permanent room added,1,1,2567993,62,Female,White only,Divorced,"Native, born in United States",Very good,66,196,31.6,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,No difficulty remembering,112,0,0,50,0,0,421,0,612,0,0,215,0,30,0,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Very good,5.5-6 feet,180-200,Graduated High School,,0,421,662,215,0,0,142
+,2022,2.02212E+13,7677,South,Oklahoma,200000,"House, apartment, flat",1,1,9933472,85,Female,White only,Married - spouse present,"Native, born in United States",Good,62,130,23.8,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,80,0,0,92,0,660,0,0,608,0,0,0,0,0,"$150,000 and over",Silent (74-91),White only,Good,5-5.5 feet,120-140,Graduated High School,,0,92,740,608,0,0,0
+,2022,2.02212E+13,7678,Midwest,Missouri,125000,"House, apartment, flat",1,1,6310658,74,Male,White only,Married - spouse present,"Native, born in United States",Very good,69,192,28.4,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,65,100,0,110,0,585,0,0,330,40,0,90,120,0,"$100,000 - $150,000",Silent (74-91),White only,Very good,5.5-6 feet,180-200,Master's or Doctoral Degree,,0,110,650,370,100,120,90
+,2022,2.02212E+13,7679,South,Kentucky,87500,"House, apartment, flat",1,1,2856319,71,Female,White only,Married - spouse present,"Native, born in United States",Good,61,150,28.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,460,6,0,0,0,45,0,539,0,0,345,0,20,25,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Good,5-5.5 feet,140-160,Bachelor's Degree,,0,45,539,345,0,0,511
+,2022,2.02212E+13,7680,South,Kentucky,87500,"House, apartment, flat",1,1,6939564,25,Female,White only,Never married,"Native, born in United States",Good,63,250,44.3,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,15,0,0,15,0,600,0,0,275,0,30,10,0,495,"$75,000 - $100,000",Millennials (23-38),White only,Good,5-5.5 feet,200-300,Graduated High School,,495,15,615,275,0,0,40
+,2022,2.02212E+13,7681,Northeast,Pennsylvania,17500,"House, apartment, flat",1,1,7225389,69,Female,White only,Widowed,"Native, born in United States",Good,62,197,36,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,70,0,0,195,0,535,0,65,180,0,0,60,125,210,"$10,000 - $30,000",Boomers (55-73),White only,Good,5-5.5 feet,180-200,Master's or Doctoral Degree,,210,195,605,245,0,125,60
+,2022,2.02212E+13,7682,South,District of Columbia,22500,"House, apartment, flat",1,1,13339419,55,Female,Asian only,Never married,"Foreign born, U.S. citizen by naturalization",Very good,65,125,20.8,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,270,90,0,0,209,0,554,0,0,120,0,165,32,0,0,"$10,000 - $30,000",Boomers (55-73),Asian only,Very good,5-5.5 feet,120-140,Master's or Doctoral Degree,,0,209,644,120,0,0,467
+,2022,2.02212E+13,7683,West,Hawaii,125000,"House, apartment, flat",1,1,13023440,64,Female,Asian only,Married - spouse present,"Native, born in United States",Good,65,185,30.8,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,315,0,45,0,0,170,0,600,0,0,260,30,0,20,0,0,"$100,000 - $150,000",Boomers (55-73),Asian only,Good,5-5.5 feet,180-200,Graduated High School,,0,170,645,290,0,0,335
+,2022,2.02212E+13,7684,Midwest,North Dakota,45000,Mobile home or trailer with no permanent room added,1,1,11066532,80,Female,White only,Widowed,"Native, born in United States",Good,66,9996,998,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,40,0,0,145,0,542,0,0,713,0,0,0,0,0,"$30,000 - $50,000",Silent (74-91),White only,Good,5.5-6 feet,>300,Graduated High School,,0,145,582,713,0,0,0
+,2022,2.02212E+13,7685,Midwest,Kansas,200000,"House, apartment, flat",1,1,8918923,67,Male,White only,Married - spouse present,"Native, born in United States",Excellent,76,218,26.5,Some college but no degree,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,200,70,0,0,20,0,525,0,0,605,0,0,20,0,0,"$150,000 and over",Boomers (55-73),White only,Excellent,6-6.5 feet,200-300,Some College,,0,20,595,605,0,0,220
+,2022,2.02212E+13,7686,West,Colorado,11250,"House, apartment, flat",1,1,11449978,24,Female,White only,Never married,"Native, born in United States",Poor,64,9997,998,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,95,0,0,240,0,985,0,0,120,0,0,0,0,0,"$10,000 - $30,000",Millennials (23-38),White only,Poor,5-5.5 feet,>300,Graduated High School,,0,240,1080,120,0,0,0
+,2022,2.02212E+13,7687,South,Kentucky,13750,Mobile home or trailer with 1 or more rooms added,1,1,15358510,58,Male,White-Black-American Indian,Divorced,"Native, born in United States",Good,69,226,33.4,12th grade - no diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,5,0,0,10,0,695,0,0,710,0,0,20,0,0,"$10,000 - $30,000",Boomers (55-73),Mixed,Good,5.5-6 feet,200-300,Some High School,,0,10,700,710,0,0,20
+,2022,2.02212E+13,7688,Northeast,Pennsylvania,87500,"House, apartment, flat",1,1,5920969,55,Female,White only,Never married,"Native, born in United States",Good,70,9996,998,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,90,0,40,0,0,65,0,625,0,0,400,0,0,220,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Good,5.5-6 feet,>300,Master's or Doctoral Degree,,0,65,665,400,0,0,310
+,2022,2.02212E+13,7689,Northeast,New York,67500,"House, apartment, flat",1,1,14231395,37,Female,White only,Never married,"Native, born in United States",Good,66,200,32.3,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,15,15,0,0,45,0,581,0,0,274,0,10,70,0,430,"$50,000 - $75,000",Millennials (23-38),White only,Good,5.5-6 feet,200-300,Associate Degree,,430,45,596,274,0,0,95
+,2022,2.02212E+13,7690,Midwest,Nebraska,55000,"House, apartment, flat",1,1,8008464,80,Female,White only,Married - spouse present,"Native, born in United States",Fair,61,190,35.9,Some college but no degree,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,35,0,0,82,0,451,0,180,602,0,10,0,0,0,"$50,000 - $75,000",Silent (74-91),White only,Fair,5-5.5 feet,180-200,Some College,,0,82,486,782,0,0,10
+,2022,2.02212E+13,7691,South,South Carolina,67500,"House, apartment, flat",1,1,20666231,61,Male,White only,Divorced,"Native, born in United States",Good,67,175,27.4,Associate degree - occupational vocational,College--two years,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,65,0,0,70,0,300,0,0,10,0,0,75,0,920,"$50,000 - $75,000",Boomers (55-73),White only,Good,5.5-6 feet,160-180,Associate Degree,,920,70,365,10,0,0,75
+,2022,2.02212E+13,7692,South,South Carolina,17500,"House, apartment, flat",1,1,2023564,74,Female,White only,Widowed,"Native, born in United States",Excellent,63,125,22.1,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,1,0,120,0,0,540,0,600,0,0,149,0,0,30,0,0,"$10,000 - $30,000",Silent (74-91),White only,Excellent,5-5.5 feet,120-140,Master's or Doctoral Degree,,0,540,720,149,0,0,31
+,2022,2.02212E+13,7693,West,Oregon,125000,"House, apartment, flat",1,1,20247126,32,Female,White only,Married - spouse present,"Native, born abroad of American parent or parents",Good,60,215,42,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,15,95,0,0,15,0,660,0,0,225,180,0,250,0,0,"$100,000 - $150,000",Millennials (23-38),White only,Good,5-5.5 feet,200-300,Bachelor's Degree,,0,15,755,405,0,0,265
+,2022,2.02212E+13,7694,South,Tennessee,37500,"House, apartment, flat",1,1,8391257,35,Female,White only,Never married,"Native, born in United States",Excellent,62,146,26.7,Some college but no degree,College--three years,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,170,0,0,40,0,0,250,0,615,0,0,0,0,210,0,0,150,"$30,000 - $50,000",Millennials (23-38),White only,Excellent,5-5.5 feet,140-160,Some College,,150,250,655,0,0,0,380
+,2022,2.02212E+13,7695,Northeast,New York,87500,"House, apartment, flat",1,1,12675573,57,Female,White only,Widowed,"Native, born in United States",Very good,64,180,30.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,90,0,40,0,0,0,0,580,0,0,15,75,0,70,145,425,"$75,000 - $100,000",Boomers (55-73),White only,Very good,5-5.5 feet,180-200,Bachelor's Degree,,425,0,620,90,0,145,160
+,2022,2.02212E+13,7696,West,Washington,67500,"House, apartment, flat",1,1,12065945,53,Male,White only,Divorced,"Native, born in United States",Good,72,225,30.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,82,0,0,18,0,575,0,0,120,75,0,40,0,500,"$50,000 - $75,000",Generation X (39-54),White only,Good,6-6.5 feet,200-300,Bachelor's Degree,,500,18,657,195,0,0,70
+,2022,2.02212E+13,7697,Northeast,Rhode Island,125000,"House, apartment, flat",1,1,8448518,66,Male,White only,Married - spouse present,"Native, born in United States",Very good,71,170,23.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,40,0,0,0,0,490,0,0,260,0,0,120,0,530,"$100,000 - $150,000",Boomers (55-73),White only,Very good,5.5-6 feet,160-180,Bachelor's Degree,,530,0,530,260,0,0,120
+,2022,2.02212E+13,7698,Northeast,New York,125000,"House, apartment, flat",1,1,20115929,47,Female,Black only,Married - spouse present,"Native, born in United States",Very good,67,220,34.5,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,5,0,20,30,0,0,65,0,662,0,0,55,0,0,333,0,270,"$100,000 - $150,000",Generation X (39-54),Black only,Very good,5.5-6 feet,200-300,Master's or Doctoral Degree,,270,65,692,55,0,0,358
+,2022,2.02212E+13,7699,Northeast,Maine,67500,"House, apartment, flat",1,1,6316095,70,Female,White only,Widowed,"Native, born in United States",Excellent,63,117,20.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,95,0,0,140,0,0,295,0,615,0,0,285,0,0,10,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Excellent,5-5.5 feet,100-120,Bachelor's Degree,,0,295,755,285,0,0,105
+,2022,2.02212E+13,7700,West,California,200000,"House, apartment, flat",1,1,10231270,43,Male,White only,Married - spouse present,"Native, born in United States",Very good,76,200,24.3,Some college but no degree,College--three years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,60,0,690,0,0,570,0,0,60,0,0,"$150,000 and over",Generation X (39-54),White only,Very good,6-6.5 feet,200-300,Some College,,0,60,750,570,0,0,60
+,2022,2.02212E+13,7701,South,Alabama,45000,"House, apartment, flat",1,1,5043169,66,Female,Black only,Married - spouse present,"Native, born in United States",Good,66,155,25,Some college but no degree,College--three years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,50,0,0,70,0,690,0,135,485,0,0,10,0,0,"$30,000 - $50,000",Boomers (55-73),Black only,Good,5.5-6 feet,140-160,Some College,,0,70,740,620,0,0,10
+,2022,2.02212E+13,7702,Northeast,New Hampshire,200000,"House, apartment, flat",1,1,3468552,67,Female,White only,Married - spouse present,"Native, born in United States",Very good,71,180,25.1,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,0,0,660,0,0,0,0,0,0,0,720,"$150,000 and over",Boomers (55-73),White only,Very good,5.5-6 feet,180-200,Master's or Doctoral Degree,,720,0,720,0,0,0,0
+,2022,2.02212E+13,7703,West,Oregon,87500,"House, apartment, flat",1,1,13569349,59,Female,White only,Married - spouse present,"Native, born in United States",Excellent,67,129,20.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,40,0,0,180,0,510,0,0,500,75,90,0,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Excellent,5.5-6 feet,120-140,Bachelor's Degree,,0,180,550,575,0,0,90
+,2022,2.02212E+13,7704,Midwest,Minnesota,45000,"House, apartment, flat",1,1,19397713,72,Male,White only,Widowed,"Native, born in United States",Fair,73,255,33.6,9th grade,Ninth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,85,0,0,185,0,660,0,0,510,0,0,0,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Fair,6-6.5 feet,200-300,Some High School,,0,185,745,510,0,0,0
+,2022,2.02212E+13,7705,South,Texas,67500,"House, apartment, flat",1,1,4889963,50,Female,Black only,Never married,"Native, born in United States",Fair,65,240,39.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,120,15,0,0,140,0,398,0,240,300,0,15,122,0,0,"$50,000 - $75,000",Generation X (39-54),Black only,Fair,5-5.5 feet,200-300,Bachelor's Degree,,0,140,413,540,0,0,257
+,2022,2.02212E+13,7706,Midwest,Missouri,17500,"House, apartment, flat",1,1,5492381,80,Male,White only,Married - spouse present,"Native, born in United States",Good,68,200,30.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,65,0,0,20,0,510,0,0,805,40,0,0,0,0,"$10,000 - $30,000",Silent (74-91),White only,Good,5.5-6 feet,200-300,Bachelor's Degree,,0,20,575,845,0,0,0
+,2022,2.02212E+13,7707,West,Montana,55000,"House, apartment, flat",1,1,7956120,75,Male,White only,Widowed,"Native, born in United States",Fair,71,240,33.5,Some college but no degree,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,60,0,0,75,0,760,0,0,465,0,0,20,0,0,"$50,000 - $75,000",Silent (74-91),White only,Fair,5.5-6 feet,200-300,Some College,,0,75,820,465,0,0,80
+,2022,2.02212E+13,7708,South,Texas,125000,"House, apartment, flat",1,1,8677875,32,Female,White only,Married - spouse present,"Native, born abroad of American parent or parents",Very good,66,209,33.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,10,0,0,32,375,0,155,0,650,0,0,160,0,0,0,0,0,"$100,000 - $150,000",Millennials (23-38),White only,Very good,5.5-6 feet,200-300,Bachelor's Degree,,0,155,682,160,375,0,10
+,2022,2.02212E+13,7709,West,California,2500,"House, apartment, flat",1,1,4248844,51,Female,Asian only,Married - spouse absent,"Foreign born, not a U.S. citizen",Good,66,100,16.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,300,0,630,0,120,90,0,120,60,0,0,"Less than $10,000",Generation X (39-54),Asian only,Good,5.5-6 feet,100-120,Bachelor's Degree,,0,300,750,210,0,0,180
+,2022,2.02212E+13,7710,South,Alabama,37500,"House, apartment, flat",1,1,7035024,33,Male,Black only,Never married,"Native, born in United States",Fair,74,275,35.3,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,98,40,0,0,0,0,772,0,0,465,0,0,65,0,0,"$30,000 - $50,000",Millennials (23-38),Black only,Fair,6-6.5 feet,200-300,Graduated High School,,0,0,812,465,0,0,163
+,2022,2.02212E+13,7711,Midwest,Nebraska,200000,"House, apartment, flat",1,1,4933490,41,Female,White only,Married - spouse present,"Native, born in United States",Good,69,152,22.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,85,0,1,95,0,0,175,0,614,0,0,250,0,0,220,0,0,"$150,000 and over",Generation X (39-54),White only,Good,5.5-6 feet,140-160,Bachelor's Degree,,0,175,709,250,0,0,306
+,2022,2.02212E+13,7712,West,Arizona,45000,"House, apartment, flat",1,1,10963606,71,Male,White only,Never married,"Native, born in United States",Good,75,180,22.5,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,Has difficulty remembering,0,0,180,45,0,0,315,0,690,0,0,210,0,0,0,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Good,6-6.5 feet,180-200,Associate Degree,,0,315,735,210,0,0,180
+,2022,2.02212E+13,7713,Northeast,New York,6250,"House, apartment, flat",1,1,28025671,71,Male,White only,Divorced,"Native, born in United States",Poor,72,171,23.2,12th grade - no diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,30,0,0,0,0,570,0,0,840,0,0,0,0,0,"Less than $10,000",Boomers (55-73),White only,Poor,6-6.5 feet,160-180,Some High School,,0,0,600,840,0,0,0
+,2022,2.02212E+13,7714,South,Louisiana,45000,"House, apartment, flat",1,1,2687548,80,Male,White only,Never married,"Native, born in United States",Very good,61,155,29.3,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,60,0,0,75,0,585,0,0,360,170,0,40,150,0,"$30,000 - $50,000",Silent (74-91),White only,Very good,5-5.5 feet,140-160,Master's or Doctoral Degree,,0,75,645,530,0,150,40
+,2022,2.02212E+13,7715,South,Oklahoma,17500,"House, apartment, flat",1,1,5013372,85,Male,White only,Married - spouse present,"Native, born in United States",Good,70,170,24.4,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),Has vision difficulty,Has hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,30,0,0,10,0,690,0,0,590,0,0,120,0,0,"$10,000 - $30,000",Silent (74-91),White only,Good,5.5-6 feet,160-180,Graduated High School,,0,10,720,590,0,0,120
+,2022,2.02212E+13,7716,Midwest,Michigan,200000,"House, apartment, flat",1,1,9697938,67,Female,White only,Married - spouse present,"Native, born in United States",Good,64,160,27.5,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,15,0,450,0,0,160,0,0,40,240,490,"$150,000 and over",Boomers (55-73),White only,Good,5-5.5 feet,160-180,Some College,,490,15,495,160,0,240,40
+,2022,2.02212E+13,7717,West,Idaho,200000,"House, apartment, flat",1,1,4824706,35,Female,White only,Married - spouse present,"Native, born in United States",Good,65,9996,998,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,225,0,0,20,0,0,265,0,500,0,90,320,0,0,20,0,0,"$150,000 and over",Millennials (23-38),White only,Good,5-5.5 feet,>300,Master's or Doctoral Degree,,0,265,520,410,0,0,245
+,2022,2.02212E+13,7718,Midwest,Minnesota,55000,"House, apartment, flat",1,1,22394839,28,Male,White only,Never married,"Native, born in United States",Very good,67,150,23.5,Associate degree - occupational vocational,College--one year,Unemployed - on layoff,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,540,0,720,0,0,120,0,0,0,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Very good,5.5-6 feet,140-160,Associate Degree,,0,540,780,120,0,0,0
+,2022,2.02212E+13,7719,Midwest,Illinois,200000,"House, apartment, flat",1,1,25587389,24,Male,White only,Never married,"Foreign born, not a U.S. citizen",Good,69,135,19.9,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,105,0,0,0,0,715,0,0,30,0,0,30,0,560,"$150,000 and over",Millennials (23-38),White only,Good,5.5-6 feet,120-140,Associate Degree,,560,0,820,30,0,0,30
+,2022,2.02212E+13,7720,West,California,55000,"House, apartment, flat",1,1,10272068,32,Female,White only,Never married,"Native, born in United States",Good,68,174,26.5,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,35,0,0,40,0,0,65,0,410,0,0,295,0,0,45,0,490,"$50,000 - $75,000",Millennials (23-38),White only,Good,5.5-6 feet,160-180,Some College,,490,65,450,295,0,0,80
+,2022,2.02212E+13,7721,South,Maryland,32500,"House, apartment, flat",1,1,18709192,60,Male,White only,Divorced,"Foreign born, not a U.S. citizen",Fair,77,226,26.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,0,0,0,0,440,0,260,60,0,0,135,0,470,"$30,000 - $50,000",Boomers (55-73),White only,Fair,6-6.5 feet,200-300,Bachelor's Degree,,470,0,515,320,0,0,135
+,2022,2.02212E+13,7722,West,Arizona,55000,"House, apartment, flat",1,1,11384337,60,Male,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Fair,66,180,29,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,15,0,0,120,0,660,0,0,585,60,0,0,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Fair,5.5-6 feet,180-200,Graduated High School,,0,120,675,645,0,0,0
+,2022,2.02212E+13,7723,West,Nevada,27500,"House, apartment, flat",1,1,18432275,25,Female,White only,Never married,"Native, born in United States",Good,63,125,22.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,3,85,75,0,37,0,660,0,0,348,0,0,67,0,105,"$10,000 - $30,000",Millennials (23-38),White only,Good,5-5.5 feet,120-140,Bachelor's Degree,,105,37,745,348,75,0,70
+,2022,2.02212E+13,7724,South,Tennessee,87500,"House, apartment, flat",1,1,5999767,68,Female,White only,Never married,"Native, born in United States",Good,64,150,25.7,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,15,0,45,0,0,241,0,624,0,0,470,0,0,45,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Good,5-5.5 feet,140-160,Graduated High School,,0,241,669,470,0,0,60
+,2022,2.02212E+13,7725,West,Washington,125000,"House, apartment, flat",1,1,11226038,59,Male,Asian only,Married - spouse present,"Native, born in United States",Excellent,74,200,25.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,95,30,0,0,210,0,480,0,0,45,0,0,580,0,0,"$100,000 - $150,000",Boomers (55-73),Asian only,Excellent,6-6.5 feet,200-300,Bachelor's Degree,,0,210,510,45,0,0,675
+,2022,2.02212E+13,7726,Midwest,Ohio,55000,"House, apartment, flat",1,1,13236539,71,Male,White only,Married - spouse present,"Native, born in United States",Very good,71,172,24,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,45,40,0,0,99,0,716,1,0,405,0,0,52,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Very good,5.5-6 feet,160-180,Bachelor's Degree,,0,99,757,405,0,0,97
+,2022,2.02212E+13,7727,West,Idaho,27500,"House, apartment, flat",1,1,4181447,67,Female,White only,Married - spouse present,"Native, born in United States",Good,64,160,27.5,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,181,0,675,0,0,524,0,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Good,5-5.5 feet,160-180,Graduated High School,,0,181,735,524,0,0,0
+,2022,2.02212E+13,7728,West,Oregon,87500,"House, apartment, flat",1,1,10572350,77,Female,White only,Married - spouse present,"Native, born in United States",Fair,68,158,24,12th grade - no diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,50,0,0,15,0,610,0,0,705,60,0,0,0,0,"$75,000 - $100,000",Silent (74-91),White only,Fair,5.5-6 feet,140-160,Some High School,,0,15,660,765,0,0,0
+,2022,2.02212E+13,7729,Midwest,Minnesota,125000,"House, apartment, flat",1,1,10018932,47,Female,White only,Married - spouse present,"Native, born in United States",Good,62,140,25.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,20,0,155,50,0,0,300,0,560,0,0,270,0,0,85,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Good,5-5.5 feet,140-160,Bachelor's Degree,,0,300,610,270,0,0,260
+,2022,2.02212E+13,7730,Northeast,Pennsylvania,67500,"House, apartment, flat",1,1,6817786,46,Male,White only,Never married,"Native, born in Puerto Rico or U.S. Outlying Area",Good,66,215,34.7,Some college but no degree,College--two years,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,114,0,0,40,0,485,0,0,0,0,0,51,0,750,"$50,000 - $75,000",Generation X (39-54),White only,Good,5.5-6 feet,200-300,Some College,,750,40,599,0,0,0,51
+,2022,2.02212E+13,7731,South,Texas,125000,"House, apartment, flat",1,1,26959642,54,Male,White only,Married - spouse present,"Native, born in United States",Good,73,205,27,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,490,0,620,0,0,210,0,0,0,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Good,6-6.5 feet,200-300,Master's or Doctoral Degree,,0,490,740,210,0,0,0
+,2022,2.02212E+13,7732,West,Montana,37500,"House, apartment, flat",1,1,17271746,21,Male,White only,Never married,"Native, born in United States",NIU (Not in universe),,9999,999,Some college but no degree,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,10,0,0,210,0,420,0,0,500,0,270,20,0,0,"$30,000 - $50,000",Generation Z (7-22),White only,"Other (Refused, Dont know, NIU)",,>300,Some College,,0,210,430,500,0,0,300
+,2022,2.02212E+13,7733,South,Texas,87500,"House, apartment, flat",1,1,4346422,65,Female,White only,Separated,"Native, born in United States",Poor,68,150,22.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,110,0,0,130,0,480,30,0,585,30,0,45,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Poor,5.5-6 feet,140-160,Bachelor's Degree,,0,130,620,615,0,0,75
+,2022,2.02212E+13,7734,South,West Virginia,45000,"House, apartment, flat",1,1,11857897,64,Female,White only,Married - spouse present,"Native, born in United States",Good,66,210,33.9,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,10,0,0,90,0,0,160,0,510,30,0,600,0,0,40,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Graduated High School,,0,160,630,600,0,0,50
+,2022,2.02212E+13,7735,Northeast,Maine,22500,"House, apartment, flat",1,1,4566139,66,Male,White only,Married - spouse present,"Native, born in United States",Fair,61,141,26.6,11th grade,Eleventh grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,0,0,355,0,0,1025,0,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Fair,5-5.5 feet,140-160,Some High School,,0,0,415,1025,0,0,0
+,2022,2.02212E+13,7736,Midwest,Ohio,22500,Mobile home or trailer with no permanent room added,1,1,10415855,79,Female,White only,Divorced,"Native, born in United States",Very good,62,170,31.1,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,20,85,0,0,210,0,510,0,0,285,0,0,40,0,290,"$10,000 - $30,000",Silent (74-91),White only,Very good,5-5.5 feet,160-180,Graduated High School,,290,210,595,285,0,0,60
+,2022,2.02212E+13,7737,Midwest,Illinois,2500,"House, apartment, flat",1,1,19237337,53,Female,White only,Married - spouse present,"Native, born in United States",Fair,63,148,26.2,High school graduate - GED,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,No difficulty remembering,0,57,0,120,0,0,215,0,795,0,0,193,0,60,0,0,0,"Less than $10,000",Generation X (39-54),White only,Fair,5-5.5 feet,140-160,Graduated High School,,0,215,915,193,0,0,117
+,2022,2.02212E+13,7738,Northeast,Pennsylvania,87500,"House, apartment, flat",1,1,10665993,15,Male,White only,Never married,"Native, born in United States",Good,72,235,31.9,9th grade,Ninth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,65,0,0,0,0,660,0,0,355,0,0,25,0,335,"$75,000 - $100,000",Generation Z (7-22),White only,Good,6-6.5 feet,200-300,Some High School,,335,0,725,355,0,0,25
+,2022,2.02212E+13,7739,West,California,125000,"House, apartment, flat",1,1,10053234,29,Male,White only,Never married,"Native, born in United States",Fair,72,210,28.5,Some college but no degree,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,60,0,630,0,0,658,0,2,0,0,0,"$100,000 - $150,000",Millennials (23-38),White only,Fair,6-6.5 feet,200-300,Some College,,0,60,690,658,0,0,2
+,2022,2.02212E+13,7740,West,California,11250,Mobile home or trailer with no permanent room added,1,1,19907351,80,Male,White only,Married - spouse present,"Native, born in Puerto Rico or U.S. Outlying Area",Fair,65,190,31.6,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,Has difficulty remembering,0,0,0,30,0,0,30,0,660,0,0,720,0,0,0,0,0,"$10,000 - $30,000",Silent (74-91),White only,Fair,5-5.5 feet,180-200,Graduated High School,,0,30,690,720,0,0,0
+,2022,2.02212E+13,7741,Northeast,New York,45000,"House, apartment, flat",1,1,7292807,70,Female,White only,Never married,"Native, born in United States",Good,63,145,25.7,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,122,0,0,130,0,705,0,0,318,0,165,0,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Good,5-5.5 feet,140-160,Master's or Doctoral Degree,,0,130,827,318,0,0,165
+,2022,2.02212E+13,7742,South,Georgia,13750,"House, apartment, flat",1,1,5444202,65,Male,Black only,Never married,"Native, born in United States",NIU (Not in universe),,9999,998,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,105,0,855,0,0,420,0,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),Black only,"Other (Refused, Dont know, NIU)",,>300,Graduated High School,,0,105,915,420,0,0,0
+,2022,2.02212E+13,7743,Northeast,Pennsylvania,200000,"House, apartment, flat",1,1,10357766,52,Female,White only,Never married,"Native, born in United States",Fair,64,165,28.3,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,120,15,0,0,10,0,310,0,0,0,0,0,40,0,945,"$150,000 and over",Generation X (39-54),White only,Fair,5-5.5 feet,160-180,Master's or Doctoral Degree,,945,10,325,0,0,0,160
+,2022,2.02212E+13,7744,South,Mississippi,22500,Mobile home or trailer with no permanent room added,1,1,5103851,67,Male,White only,Divorced,"Native, born in United States",Good,70,150,21.5,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,50,0,0,245,0,500,0,0,465,0,120,30,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Good,5.5-6 feet,140-160,Some College,,0,245,550,465,0,0,150
+,2022,2.02212E+13,7745,Midwest,North Dakota,87500,"House, apartment, flat",1,1,5894116,72,Male,White only,Married - spouse present,"Native, born in United States",Very good,68,190,28.9,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,17,45,165,0,0,180,0,568,0,0,390,0,0,75,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Very good,5.5-6 feet,180-200,Graduated High School,,0,180,733,390,0,0,137
+,2022,2.02212E+13,7746,Midwest,Ohio,87500,"House, apartment, flat",1,1,12695495,52,Female,White only,Never married,"Native, born in United States",Fair,63,326,57.7,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,10,75,0,0,35,0,555,0,0,200,0,30,60,0,475,"$75,000 - $100,000",Generation X (39-54),White only,Fair,5-5.5 feet,>300,Master's or Doctoral Degree,,475,35,630,200,0,0,100
+,2022,2.02212E+13,7747,Midwest,Wisconsin,67500,"House, apartment, flat",1,1,3809756,68,Female,White only,Married - spouse present,"Native, born in United States",Good,60,9996,998,Some college but no degree,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,60,150,0,0,90,0,600,0,0,540,0,0,0,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Good,5-5.5 feet,>300,Some College,,0,90,750,540,0,0,60
+,2022,2.02212E+13,7748,West,Colorado,55000,"House, apartment, flat",1,1,11699249,46,Female,White only,Never married,"Native, born in United States",Very good,68,190,28.9,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,20,65,0,0,0,0,435,150,0,230,0,0,60,0,480,"$50,000 - $75,000",Generation X (39-54),White only,Very good,5.5-6 feet,180-200,Some College,,480,0,650,230,0,0,80
+,2022,2.02212E+13,7749,South,Texas,125000,"House, apartment, flat",1,1,27206796,56,Male,Black only,Married - spouse present,"Native, born in United States",Good,70,195,28,Associate degree - academic program,College--four years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,95,0,0,75,0,465,0,0,190,0,0,105,0,510,"$100,000 - $150,000",Boomers (55-73),Black only,Good,5.5-6 feet,180-200,Associate Degree,,510,75,560,190,0,0,105
+,2022,2.02212E+13,7750,Northeast,New Jersey,200000,"House, apartment, flat",1,1,8763143,49,Female,White only,Married - spouse present,"Foreign born, not a U.S. citizen",NIU (Not in universe),,9999,999,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,120,40,0,0,60,0,680,0,0,0,0,0,90,0,420,"$150,000 and over",Generation X (39-54),White only,"Other (Refused, Dont know, NIU)",,>300,Graduated High School,,420,60,720,0,0,0,210
+,2022,2.02212E+13,7751,South,Texas,125000,"House, apartment, flat",1,1,26583028,25,Male,Asian only,Never married,"Foreign born, U.S. citizen by naturalization",Good,69,140,20.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,100,0,0,23,0,610,0,0,217,0,30,40,0,420,"$100,000 - $150,000",Millennials (23-38),Asian only,Good,5.5-6 feet,140-160,Bachelor's Degree,,420,23,710,217,0,0,70
+,2022,2.02212E+13,7752,Midwest,Illinois,125000,"House, apartment, flat",1,1,13357738,23,Female,White only,Never married,"Native, born in United States",Very good,62,150,27.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,20,50,0,0,0,0,650,0,0,633,0,0,87,0,0,"$100,000 - $150,000",Millennials (23-38),White only,Very good,5-5.5 feet,140-160,Bachelor's Degree,,0,0,700,633,0,0,107
+,2022,2.02212E+13,7753,Northeast,New Hampshire,55000,"House, apartment, flat",1,1,10794821,74,Male,White only,Married - spouse present,"Native, born in United States",Good,69,218,32.2,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,80,0,0,0,0,980,0,0,380,0,0,0,0,0,"$50,000 - $75,000",Silent (74-91),White only,Good,5.5-6 feet,200-300,Some College,,0,0,1060,380,0,0,0
+,2022,2.02212E+13,7754,Midwest,Iowa,87500,"House, apartment, flat",1,1,12335338,62,Female,White only,Divorced,"Native, born in United States",Good,65,170,28.3,High school graduate - diploma,Twelfth grade,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,30,5,105,0,0,20,0,690,0,0,75,0,0,43,0,472,"$75,000 - $100,000",Boomers (55-73),White only,Good,5-5.5 feet,160-180,Graduated High School,,472,20,795,75,0,0,78
+,2022,2.02212E+13,7755,Midwest,Iowa,200000,"House, apartment, flat",1,1,8749948,43,Female,White only,Married - spouse present,"Native, born in United States",Good,64,340,58.4,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,30,0,0,100,0,0,185,0,545,0,0,10,0,0,35,0,535,"$150,000 and over",Generation X (39-54),White only,Good,5-5.5 feet,>300,Some College,,535,185,645,10,0,0,65
+,2022,2.02212E+13,7756,South,Arkansas,11250,"House, apartment, flat",1,1,6304892,63,Male,White only,Divorced,"Native, born in United States",Refused,,9999,998,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,300,0,420,0,0,660,0,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),White only,"Other (Refused, Dont know, NIU)",,>300,Graduated High School,,0,300,480,660,0,0,0
+,2022,2.02212E+13,7757,South,Georgia,17500,"House, apartment, flat",1,1,15532299,65,Male,Black only,Never married,"Foreign born, not a U.S. citizen",Poor,71,212,29.6,9th grade,Ninth grade,Not in labor force,NIU (Not in universe),Has vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,Has difficulty remembering,0,0,0,60,0,0,90,0,300,0,0,990,0,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),Black only,Poor,5.5-6 feet,200-300,Some High School,,0,90,360,990,0,0,0
+,2022,2.02212E+13,7758,Midwest,Illinois,17500,"House, apartment, flat",1,1,2254685,71,Female,White only,Divorced,"Native, born in United States",Good,67,210,32.9,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,15,0,0,180,0,560,0,0,685,0,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Some College,,0,180,575,685,0,0,0
+,2022,2.02212E+13,7759,Northeast,New Jersey,67500,"House, apartment, flat",1,1,8805960,75,Male,White only,Separated,"Native, born in United States",Fair,67,175,27.4,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,Has difficulty remembering,0,0,20,65,0,0,0,0,561,0,0,774,0,0,20,0,0,"$50,000 - $75,000",Silent (74-91),White only,Fair,5.5-6 feet,160-180,Graduated High School,,0,0,626,774,0,0,40
+,2022,2.02212E+13,7760,South,Louisiana,27500,"House, apartment, flat",1,1,7412923,71,Female,White only,Married - spouse present,"Native, born in United States",Good,63,155,27.5,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,No difficulty remembering,0,60,0,120,0,0,0,0,535,0,0,460,0,0,265,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Good,5-5.5 feet,140-160,Graduated High School,,0,0,655,460,0,0,325
+,2022,2.02212E+13,7761,South,Arkansas,45000,"House, apartment, flat",1,1,3731324,69,Female,White only,Married - spouse present,"Native, born in United States",Very good,67,210,32.9,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,10,10,90,0,0,165,0,545,0,10,440,0,0,170,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Very good,5.5-6 feet,200-300,Master's or Doctoral Degree,,0,165,635,450,0,0,190
+,2022,2.02212E+13,7762,Midwest,Kansas,125000,"House, apartment, flat",1,1,3431757,38,Female,"American Indian, Alaskan Native",Married - spouse present,"Native, born in United States",Good,66,210,33.9,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,80,30,0,0,70,0,643,0,0,420,0,0,102,95,0,"$100,000 - $150,000",Generation X (39-54),"American Indian, Alaskan Native",Good,5.5-6 feet,200-300,Graduated High School,,0,70,673,420,0,95,182
+,2022,2.02212E+13,7763,South,Louisiana,55000,"House, apartment, flat",1,1,10565284,31,Male,White only,Married - spouse present,"Native, born in United States",Very good,72,223,30.2,Associate degree - occupational vocational,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,45,0,0,32,0,0,20,0,570,0,45,395,0,0,10,0,270,"$50,000 - $75,000",Millennials (23-38),White only,Very good,6-6.5 feet,200-300,Associate Degree,,270,20,602,440,0,0,55
+,2022,2.02212E+13,7764,South,Maryland,87500,"House, apartment, flat",1,1,2960921,70,Female,White only,Never married,"Native, born in United States",Fair,65,150,25,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),Has vision difficulty,No hearing difficulty,Has mobility limitation,No physical difficulty,No difficulty remembering,0,0,145,80,0,0,218,0,535,0,40,275,0,30,117,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Fair,5-5.5 feet,140-160,Master's or Doctoral Degree,,0,218,615,315,0,0,292
+,2022,2.02212E+13,7765,Northeast,Pennsylvania,200000,"House, apartment, flat",1,1,9395260,39,Female,White only,Married - spouse present,"Native, born in United States",Good,67,163,25.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,160,0,0,45,0,0,315,0,585,0,0,220,0,0,115,0,0,"$150,000 and over",Generation X (39-54),White only,Good,5.5-6 feet,160-180,Bachelor's Degree,,0,315,630,220,0,0,275
+,2022,2.02212E+13,7766,Midwest,Missouri,67500,Mobile home or trailer with no permanent room added,1,1,32917640,47,Female,White only,Married - spouse present,"Native, born in United States",Poor,76,240,29.2,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,90,0,415,0,0,270,0,0,140,0,480,"$50,000 - $75,000",Generation X (39-54),White only,Poor,6-6.5 feet,200-300,Graduated High School,,480,90,460,270,0,0,140
+,2022,2.02212E+13,7767,South,Georgia,45000,"House, apartment, flat",1,1,16840874,48,Male,Black only,Separated,"Native, born in United States",Fair,73,248,32.7,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,320,0,53,0,0,0,84,0,621,0,0,0,0,0,212,0,0,"$30,000 - $50,000",Generation X (39-54),Black only,Fair,6-6.5 feet,200-300,Master's or Doctoral Degree,,0,84,621,0,0,0,585
+,2022,2.02212E+13,7768,South,Florida,125000,"House, apartment, flat",1,1,6360699,72,Female,Black only,Divorced,"Native, born in United States",NIU (Not in universe),,9999,999,Associate degree - academic program,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,40,0,0,0,0,735,0,0,275,0,0,130,245,0,"$100,000 - $150,000",Boomers (55-73),Black only,"Other (Refused, Dont know, NIU)",,>300,Associate Degree,,0,0,775,275,0,245,130
+,2022,2.02212E+13,7769,South,Georgia,200000,"House, apartment, flat",1,1,40571094,59,Female,Asian only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Very good,63,130,23,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,90,75,0,0,90,0,710,0,0,240,30,0,80,0,0,"$150,000 and over",Boomers (55-73),Asian only,Very good,5-5.5 feet,120-140,Bachelor's Degree,,0,90,785,270,0,0,170
+,2022,2.02212E+13,7770,Northeast,Massachusetts,17500,"House, apartment, flat",1,1,13183402,64,Male,White only,Married - spouse present,"Native, born in United States",Fair,73,230,30.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,0,0,930,0,0,150,30,0,0,0,300,"$10,000 - $30,000",Boomers (55-73),White only,Fair,6-6.5 feet,200-300,Bachelor's Degree,,300,0,960,180,0,0,0
+,2022,2.02212E+13,7771,Midwest,Ohio,45000,"House, apartment, flat",1,1,33288254,33,Female,White only,Never married,"Native, born in United States",Good,65,9996,998,Associate degree - occupational vocational,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,52,0,0,27,0,713,0,0,93,0,0,60,0,465,"$30,000 - $50,000",Millennials (23-38),White only,Good,5-5.5 feet,>300,Associate Degree,,465,27,765,93,0,0,60
+,2022,2.02212E+13,7772,South,North Carolina,200000,"House, apartment, flat",1,1,14729555,68,Male,Black only,Married - spouse present,"Native, born in United States",Good,69,221,32.6,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,0,0,0,0,660,0,0,165,0,0,90,0,450,"$150,000 and over",Boomers (55-73),Black only,Good,5.5-6 feet,200-300,Master's or Doctoral Degree,,450,0,735,165,0,0,90
+,2022,2.02212E+13,7773,South,Georgia,22500,"House, apartment, flat",1,1,4344953,69,Male,White only,Never married,"Native, born in United States",Good,67,160,25.1,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,55,30,0,0,105,0,540,0,45,525,0,0,140,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Good,5.5-6 feet,160-180,Graduated High School,,0,105,570,570,0,0,195
+,2022,2.02212E+13,7774,Northeast,New Jersey,67500,"House, apartment, flat",1,1,7547649,73,Female,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Good,62,148,27.1,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,120,0,0,375,0,595,60,0,110,60,0,60,0,0,"$50,000 - $75,000",Silent (74-91),White only,Good,5-5.5 feet,140-160,Some College,,0,375,775,170,0,0,120
+,2022,2.02212E+13,7775,South,North Carolina,125000,"House, apartment, flat",1,1,21725850,56,Male,Black only,Married - spouse present,"Native, born in United States",Fair,71,175,24.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,390,0,690,0,0,300,0,0,0,0,0,"$100,000 - $150,000",Boomers (55-73),Black only,Fair,5.5-6 feet,160-180,Bachelor's Degree,,0,390,750,300,0,0,0
+,2022,2.02212E+13,7776,South,Texas,55000,"House, apartment, flat",1,1,11773527,80,Female,Black only,Divorced,"Native, born in United States",Very good,66,179,28.9,Some college but no degree,College--three years,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,120,0,545,0,0,745,0,0,0,0,0,"$50,000 - $75,000",Silent (74-91),Black only,Very good,5.5-6 feet,160-180,Some College,,0,120,575,745,0,0,0
+,2022,2.02212E+13,7777,South,Florida,200000,"House, apartment, flat",1,1,8928722,78,Male,White only,Married - spouse present,"Native, born in United States",Good,70,140,20.1,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,270,0,0,0,0,600,0,120,450,0,0,0,0,0,"$150,000 and over",Silent (74-91),White only,Good,5.5-6 feet,140-160,Master's or Doctoral Degree,,0,0,870,570,0,0,0
+,2022,2.02212E+13,7778,Northeast,New York,45000,"House, apartment, flat",1,1,7064694,85,Female,White only,Never married,"Native, born in United States",Very good,66,150,24.2,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),Has vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,60,90,60,0,135,0,585,0,0,390,60,0,60,0,0,"$30,000 - $50,000",Silent (74-91),White only,Very good,5.5-6 feet,140-160,Master's or Doctoral Degree,,0,135,675,450,60,0,120
+,2022,2.02212E+13,7779,South,Florida,87500,"House, apartment, flat",1,1,12293725,76,Male,White only,Married - spouse present,"Native, born in United States",Good,71,200,27.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,35,90,0,0,0,0,515,0,0,695,0,0,45,0,0,"$75,000 - $100,000",Silent (74-91),White only,Good,5.5-6 feet,200-300,Bachelor's Degree,,0,0,605,695,0,0,80
+,2022,2.02212E+13,7780,Midwest,Ohio,45000,"House, apartment, flat",1,1,27595569,59,Male,White only,Married - spouse present,"Native, born in United States",Good,72,190,25.8,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,0,0,515,0,0,75,0,0,90,0,730,"$30,000 - $50,000",Boomers (55-73),White only,Good,6-6.5 feet,180-200,Graduated High School,,730,0,545,75,0,0,90
+,2022,2.02212E+13,7781,Midwest,Ohio,67500,"House, apartment, flat",1,1,60128625,45,Male,Black only,Married - spouse present,"Foreign born, not a U.S. citizen",Good,,167,998,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,10,0,0,30,0,450,0,0,265,0,0,50,0,635,"$50,000 - $75,000",Generation X (39-54),Black only,Good,,160-180,Graduated High School,,635,30,460,265,0,0,50
+,2022,2.02212E+13,7782,South,Kentucky,13750,Mobile home or trailer with no permanent room added,1,1,14564852,80,Female,White only,Widowed,"Native, born in United States",Good,66,150,24.2,7th or 8th grade,Seventh through eighth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,5,0,0,438,0,780,0,0,42,0,0,0,0,0,"$10,000 - $30,000",Silent (74-91),White only,Good,5.5-6 feet,140-160,Middle School or Less,,0,438,785,42,0,0,0
+,2022,2.02212E+13,7783,West,California,125000,"House, apartment, flat",1,1,12070279,49,Female,White only,Married - spouse present,"Native, born in United States",Good,61,160,30.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,150,0,510,0,0,180,0,0,0,0,510,"$100,000 - $150,000",Generation X (39-54),White only,Good,5-5.5 feet,160-180,Bachelor's Degree,,510,150,600,180,0,0,0
+,2022,2.02212E+13,7784,West,New Mexico,87500,"House, apartment, flat",1,1,6632291,32,Female,White only,Married - spouse present,"Native, born in United States",Good,67,175,27.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,37,0,48,90,0,0,50,0,495,0,30,60,0,0,82,0,503,"$75,000 - $100,000",Millennials (23-38),White only,Good,5.5-6 feet,160-180,Bachelor's Degree,,503,50,585,90,0,0,167
+,2022,2.02212E+13,7785,West,New Mexico,87500,Mobile home or trailer with no permanent room added,1,1,12243911,35,Male,White only,Never married,"Native, born in United States",Fair,73,275,36.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,105,0,0,20,0,495,0,0,200,0,0,10,0,610,"$75,000 - $100,000",Millennials (23-38),White only,Fair,6-6.5 feet,200-300,Bachelor's Degree,,610,20,600,200,0,0,10
+,2022,2.02212E+13,7786,Midwest,North Dakota,87500,Mobile home or trailer with no permanent room added,1,1,9111180,26,Female,White only,Never married,"Native, born in United States",Good,59,138,27.9,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,145,0,0,15,0,540,0,0,195,0,0,75,0,465,"$75,000 - $100,000",Millennials (23-38),White only,Good,0-5 feet,120-140,Some College,,465,15,685,195,0,0,75
+,2022,2.02212E+13,7787,Midwest,Missouri,55000,Mobile home or trailer with no permanent room added,1,1,15998109,80,Male,White only,Widowed,"Native, born in United States",Poor,72,230,31.2,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,205,0,0,0,0,570,0,0,595,0,0,70,0,0,"$50,000 - $75,000",Silent (74-91),White only,Poor,6-6.5 feet,200-300,Graduated High School,,0,0,775,595,0,0,70
+,2022,2.02212E+13,7788,West,Idaho,67500,"House, apartment, flat",1,1,6693084,31,Female,White only,Married - spouse present,"Native, born in United States",Good,64,9994,998,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,120,0,50,30,0,0,100,0,620,0,0,480,0,0,40,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Good,5-5.5 feet,>300,Graduated High School,,0,100,650,480,0,0,210
+,2022,2.02212E+13,7789,West,California,45000,Mobile home or trailer with no permanent room added,1,1,4462895,85,Female,White only,Married - spouse present,"Native, born in United States",Very good,64,135,23.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,86,0,0,124,0,791,0,0,397,42,0,0,0,0,"$30,000 - $50,000",Silent (74-91),White only,Very good,5-5.5 feet,120-140,Bachelor's Degree,,0,124,877,439,0,0,0
+,2022,2.02212E+13,7790,Midwest,Kansas,67500,"House, apartment, flat",1,1,16096581,57,Female,White only,Married - spouse present,"Native, born in United States",Excellent,64,180,30.9,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,115,0,523,0,0,40,0,0,4,0,728,"$50,000 - $75,000",Boomers (55-73),White only,Excellent,5-5.5 feet,180-200,Associate Degree,,728,115,553,40,0,0,4
+,2022,2.02212E+13,7791,West,Oregon,87500,"House, apartment, flat",1,1,19548202,57,Female,White only,Married - spouse present,"Native, born in United States",Very good,64,130,22.3,High school graduate - diploma,Twelfth grade,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,40,90,0,0,155,0,416,0,0,135,15,0,74,0,515,"$75,000 - $100,000",Boomers (55-73),White only,Very good,5-5.5 feet,120-140,Graduated High School,,515,155,506,150,0,0,114
+,2022,2.02212E+13,7792,South,Alabama,125000,"House, apartment, flat",1,1,33341743,33,Male,Black only,Married - spouse present,"Native, born in United States",Good,75,310,38.7,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,70,0,0,65,120,0,60,0,360,0,0,210,15,0,30,0,450,"$100,000 - $150,000",Millennials (23-38),Black only,Good,6-6.5 feet,>300,Graduated High School,,450,60,425,225,120,0,100
+,2022,2.02212E+13,7793,Midwest,Indiana,22500,"House, apartment, flat",1,1,4766116,75,Female,White only,Married - spouse present,"Native, born in United States",Very good,66,165,26.6,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,45,105,0,0,180,0,640,0,180,200,0,0,90,0,0,"$10,000 - $30,000",Silent (74-91),White only,Very good,5.5-6 feet,160-180,Some College,,0,180,745,380,0,0,135
+,2022,2.02212E+13,7794,South,Virginia,200000,"House, apartment, flat",1,1,10350285,39,Female,White only,Married - spouse present,"Native, born in United States",Very good,62,110,20.1,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,229,0,20,80,0,0,118,0,488,0,0,30,0,0,50,75,275,"$150,000 and over",Generation X (39-54),White only,Very good,5-5.5 feet,100-120,Master's or Doctoral Degree,,275,118,568,30,0,75,299
+,2022,2.02212E+13,7795,West,Montana,67500,"House, apartment, flat",1,1,6524962,78,Female,White only,Married - spouse present,"Native, born in United States",Very good,65,200,33.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,105,0,0,446,0,600,60,0,225,0,0,4,0,0,"$50,000 - $75,000",Silent (74-91),White only,Very good,5-5.5 feet,200-300,Bachelor's Degree,,0,446,765,225,0,0,4
+,2022,2.02212E+13,7796,Midwest,Missouri,125000,"House, apartment, flat",1,1,7020207,30,Female,White only,Married - spouse present,"Native, born in United States",Good,65,140,23.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,575,0,20,150,0,0,0,0,460,0,0,210,0,0,25,0,0,"$100,000 - $150,000",Millennials (23-38),White only,Good,5-5.5 feet,140-160,Bachelor's Degree,,0,0,610,210,0,0,620
+,2022,2.02212E+13,7797,Northeast,New York,125000,"House, apartment, flat",1,1,3157223,72,Female,White only,Divorced,"Native, born in United States",Good,65,140,23.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,78,15,0,0,120,35,587,0,0,370,0,0,235,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Good,5-5.5 feet,140-160,Bachelor's Degree,,0,155,602,370,0,0,313
+,2022,2.02212E+13,7798,Northeast,Pennsylvania,87500,"House, apartment, flat",1,1,18062357,33,Female,Black only,Married - spouse present,"Native, born in United States",Good,66,160,25.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,135,0,0,30,0,600,0,0,75,0,0,25,0,545,"$75,000 - $100,000",Millennials (23-38),Black only,Good,5.5-6 feet,160-180,Bachelor's Degree,,545,30,735,75,0,0,55
+,2022,2.02212E+13,7799,Northeast,New York,200000,"House, apartment, flat",1,1,11059740,49,Male,White only,Married - spouse present,"Native, born in United States",Very good,67,210,32.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,60,72,105,0,0,335,0,546,46,0,180,0,0,66,0,30,"$150,000 and over",Generation X (39-54),White only,Very good,5.5-6 feet,200-300,Bachelor's Degree,,30,335,697,180,0,0,198
+,2022,2.02212E+13,7800,South,Kentucky,67500,Mobile home or trailer with no permanent room added,1,1,9267797,52,Male,White only,Married - spouse present,"Native, born in United States",Good,66,225,36.3,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,15,0,180,180,0,0,180,0,565,0,0,120,0,0,200,0,0,"$50,000 - $75,000",Generation X (39-54),White only,Good,5.5-6 feet,200-300,Graduated High School,,0,180,745,120,0,0,395
+,2022,2.02212E+13,7801,South,Virginia,32500,"House, apartment, flat",1,1,18009716,60,Male,White only,Married - spouse present,"Native, born in United States",Good,70,230,33,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,80,0,0,120,0,760,0,0,270,0,0,30,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Master's or Doctoral Degree,,0,120,840,270,0,0,30
+,2022,2.02212E+13,7802,West,Nevada,125000,"House, apartment, flat",1,1,2974653,62,Female,Asian only,Married - spouse present,"Native, born in United States",Good,63,180,31.9,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,70,0,0,290,0,600,0,0,310,0,170,0,0,0,"$100,000 - $150,000",Boomers (55-73),Asian only,Good,5-5.5 feet,180-200,Master's or Doctoral Degree,,0,290,670,310,0,0,170
+,2022,2.02212E+13,7803,West,California,32500,"House, apartment, flat",1,1,14484690,37,Male,White only,Married - spouse present,"Native, born in United States",Good,70,210,30.1,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,25,0,0,0,0,675,0,0,740,0,0,0,0,0,"$30,000 - $50,000",Millennials (23-38),White only,Good,5.5-6 feet,200-300,Graduated High School,,0,0,700,740,0,0,0
+,2022,2.02212E+13,7804,Midwest,Missouri,87500,"House, apartment, flat",1,1,8575501,35,Female,White only,Married - spouse present,"Native, born in United States",Good,66,215,34.7,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,70,0,60,50,0,0,55,0,495,0,0,130,0,0,89,0,491,"$75,000 - $100,000",Millennials (23-38),White only,Good,5.5-6 feet,200-300,Master's or Doctoral Degree,,491,55,545,130,0,0,219
+,2022,2.02212E+13,7805,West,California,45000,"House, apartment, flat",1,1,32787827,21,Female,Asian only,Never married,"Native, born in United States",Excellent,60,147,28.7,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,No physical difficulty,Has difficulty remembering,30,0,10,30,120,0,0,0,670,0,0,420,0,10,60,0,0,"$30,000 - $50,000",Generation Z (7-22),Asian only,Excellent,5-5.5 feet,140-160,Some College,,0,0,700,420,120,0,110
+,2022,2.02212E+13,7806,South,Florida,125000,"House, apartment, flat",1,1,15675823,45,Female,White only,Married - spouse present,"Native, born in United States",Good,63,148,26.2,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,75,100,180,95,0,0,120,0,620,0,0,175,0,0,75,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Good,5-5.5 feet,140-160,Master's or Doctoral Degree,,0,120,715,175,0,0,430
+,2022,2.02212E+13,7807,West,Oregon,11250,Other unit not specified above,1,1,11003640,68,Male,White only,Divorced,"Native, born in United States",Fair,70,190,27.3,High school graduate - GED,Eleventh grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,15,65,0,0,565,0,570,0,0,215,0,0,10,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Fair,5.5-6 feet,180-200,Graduated High School,,0,565,635,215,0,0,25
+,2022,2.02212E+13,7808,South,North Carolina,200000,"House, apartment, flat",1,1,14943642,49,Female,White only,Married - spouse present,"Native, born in United States",Fair,65,9996,998,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,200,0,490,0,0,60,0,360,330,0,0,"$150,000 and over",Generation X (39-54),White only,Fair,5-5.5 feet,>300,Bachelor's Degree,,0,200,490,60,0,0,690
+,2022,2.02212E+13,7809,Midwest,Illinois,13750,"House, apartment, flat",1,1,6971228,80,Female,White only,Widowed,"Native, born in United States",Very good,63,135,23.9,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,105,0,15,0,0,45,0,570,0,0,240,0,60,95,220,0,"$10,000 - $30,000",Silent (74-91),White only,Very good,5-5.5 feet,120-140,Some College,,0,45,585,240,0,220,260
+,2022,2.02212E+13,7810,West,Washington,45000,"House, apartment, flat",1,1,12215224,51,Female,White only,Separated,"Native, born in United States",Fair,67,204,31.9,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,222,0,80,10,0,0,391,0,382,0,0,313,0,0,42,0,0,"$30,000 - $50,000",Generation X (39-54),White only,Fair,5.5-6 feet,200-300,Master's or Doctoral Degree,,0,391,392,313,0,0,344
+,2022,2.02212E+13,7811,South,Mississippi,32500,"House, apartment, flat",1,1,9709946,73,Female,White only,Married - spouse present,"Native, born in United States",Poor,63,158,28,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,65,0,0,0,0,941,0,0,434,0,0,0,0,0,"$30,000 - $50,000",Silent (74-91),White only,Poor,5-5.5 feet,140-160,Graduated High School,,0,0,1006,434,0,0,0
+,2022,2.02212E+13,7812,South,Delaware,200000,"House, apartment, flat",1,1,4182440,43,Female,Asian only,Married - spouse present,"Foreign born, not a U.S. citizen",Good,63,114,20.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,60,0,60,150,0,0,210,0,550,0,0,410,0,0,0,0,0,"$150,000 and over",Generation X (39-54),Asian only,Good,5-5.5 feet,100-120,Bachelor's Degree,,0,210,700,410,0,0,120
+,2022,2.02212E+13,7813,Midwest,Wisconsin,13750,"House, apartment, flat",1,1,13060979,63,Female,Black only,Divorced,"Native, born in United States",Very good,63,110,19.5,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),Has vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,Has difficulty remembering,0,0,75,60,0,0,110,0,120,0,0,982,0,60,33,0,0,"$10,000 - $30,000",Boomers (55-73),Black only,Very good,5-5.5 feet,100-120,Graduated High School,,0,110,180,982,0,0,168
+,2022,2.02212E+13,7814,West,California,87500,"House, apartment, flat",1,1,8531132,65,Male,White only,Married - spouse present,"Native, born in United States",Very good,70,189,27.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,200,0,1,120,0,0,90,0,444,0,0,240,0,0,75,0,270,"$75,000 - $100,000",Boomers (55-73),White only,Very good,5.5-6 feet,180-200,Bachelor's Degree,,270,90,564,240,0,0,276
+,2022,2.02212E+13,7815,Northeast,Massachusetts,200000,"House, apartment, flat",1,1,5189775,70,Male,White only,Married - spouse present,"Native, born in United States",Good,70,240,34.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,20,120,0,0,220,0,585,0,0,440,0,0,55,0,0,"$150,000 and over",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Bachelor's Degree,,0,220,705,440,0,0,75
+,2022,2.02212E+13,7816,South,Florida,27500,Mobile home or trailer with 1 or more rooms added,1,1,7241379,80,Male,White only,Married - spouse present,"Native, born in United States",Good,70,237,34,Associate degree - occupational vocational,College--four years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,45,30,0,0,0,0,600,0,90,480,0,0,60,0,0,"$10,000 - $30,000",Silent (74-91),White only,Good,5.5-6 feet,200-300,Associate Degree,,0,0,630,570,0,0,105
+,2022,2.02212E+13,7817,West,New Mexico,22500,"House, apartment, flat",1,1,1653101,79,Female,White only,Widowed,"Native, born in United States",Good,60,135,26.4,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),Has vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,50,0,0,125,0,675,0,0,480,0,10,40,60,0,"$10,000 - $30,000",Silent (74-91),White only,Good,5-5.5 feet,120-140,Some College,,0,125,725,480,0,60,50
+,2022,2.02212E+13,7818,Midwest,Ohio,200000,"House, apartment, flat",1,1,10038727,42,Male,White only,Divorced,"Native, born in United States",Very good,70,175,25.1,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,15,90,0,0,240,0,630,0,0,225,120,0,120,0,0,"$150,000 and over",Generation X (39-54),White only,Very good,5.5-6 feet,160-180,Master's or Doctoral Degree,,0,240,720,345,0,0,135
+,2022,2.02212E+13,7819,South,Tennessee,55000,"House, apartment, flat",1,1,3179848,67,Female,White only,Married - spouse present,"Native, born in United States",Very good,63,128,22.7,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,15,80,0,0,225,0,570,0,0,465,0,0,85,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Very good,5-5.5 feet,120-140,Some College,,0,225,650,465,0,0,100
+,2022,2.02212E+13,7820,Midwest,Indiana,67500,"House, apartment, flat",1,1,5408116,85,Male,White only,Married - spouse present,"Native, born in United States",NIU (Not in universe),,9999,999,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,0,0,705,0,0,645,0,0,0,0,0,"$50,000 - $75,000",Silent (74-91),White only,"Other (Refused, Dont know, NIU)",,>300,Some College,,0,0,735,645,0,0,0
+,2022,2.02212E+13,7821,West,California,200000,"House, apartment, flat",1,1,10537614,36,Male,White only,Married - spouse present,"Native, born in United States",Good,72,180,24.4,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,210,0,0,60,0,0,90,0,356,0,0,120,0,0,604,0,0,"$150,000 and over",Millennials (23-38),White only,Good,6-6.5 feet,180-200,Master's or Doctoral Degree,,0,90,416,120,0,0,814
+,2022,2.02212E+13,7822,Midwest,Wisconsin,87500,"House, apartment, flat",1,1,48155250,25,Male,White only,Never married,"Native, born in United States",Good,74,220,28.2,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,20,0,0,5,0,465,10,0,355,0,0,105,0,475,"$75,000 - $100,000",Millennials (23-38),White only,Good,6-6.5 feet,200-300,Graduated High School,,475,5,495,355,0,0,105
+,2022,2.02212E+13,7823,South,South Carolina,17500,"House, apartment, flat",1,1,10505562,71,Male,Asian only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Very good,66,140,22.6,Associate degree - academic program,College--four years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,25,0,0,120,0,540,0,0,755,0,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),Asian only,Very good,5.5-6 feet,140-160,Associate Degree,,0,120,565,755,0,0,0
+,2022,2.02212E+13,7824,Midwest,Ohio,87500,"House, apartment, flat",1,1,3105424,32,Female,White only,Married - spouse present,"Native, born in United States",Very good,62,9994,998,Associate degree - academic program,College--four years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,0,0,600,0,0,660,0,0,180,0,0,"$75,000 - $100,000",Millennials (23-38),White only,Very good,5-5.5 feet,>300,Associate Degree,,0,0,600,660,0,0,180
+,2022,2.02212E+13,7825,West,Colorado,37500,"House, apartment, flat",1,1,7126698,62,Male,White only,Never married,"Native, born in United States",Good,69,185,27.3,Some college but no degree,College--three years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,47,0,575,0,0,240,308,0,120,0,120,"$30,000 - $50,000",Boomers (55-73),White only,Good,5.5-6 feet,180-200,Some College,,120,47,605,548,0,0,120
+,2022,2.02212E+13,7826,Midwest,Illinois,27500,"House, apartment, flat",1,1,12049606,58,Female,White only,Married - spouse absent,"Foreign born, not a U.S. citizen",Good,60,150,29.3,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,91,0,0,385,0,750,0,65,0,0,0,35,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Good,5-5.5 feet,140-160,Graduated High School,,0,385,841,65,0,0,65
+,2022,2.02212E+13,7827,Midwest,Iowa,87500,"House, apartment, flat",1,1,4450579,70,Male,White only,Married - spouse present,"Native, born in United States",Very good,61,229,43.3,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,105,0,0,135,0,490,5,0,430,120,40,40,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Very good,5-5.5 feet,200-300,Master's or Doctoral Degree,,0,135,600,550,0,0,110
+,2022,2.02212E+13,7828,West,Colorado,67500,"House, apartment, flat",1,1,2772090,26,Female,White only,Divorced,"Foreign born, U.S. citizen by naturalization",Excellent,65,135,22.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,180,0,690,0,0,440,0,0,100,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Excellent,5-5.5 feet,120-140,Bachelor's Degree,,0,180,720,440,0,0,100
+,2022,2.02212E+13,7829,Midwest,Minnesota,200000,"House, apartment, flat",1,1,5087854,46,Female,White only,Married - spouse present,"Native, born in United States",Good,66,160,25.8,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,330,0,40,45,0,0,223,0,480,0,0,120,0,0,82,0,0,"$150,000 and over",Generation X (39-54),White only,Good,5.5-6 feet,160-180,Master's or Doctoral Degree,,0,223,525,120,0,0,452
+,2022,2.02212E+13,7830,South,Texas,27500,"House, apartment, flat",1,1,22372962,30,Male,White only,Married - spouse present,"Native, born in United States",Good,70,250,35.9,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,50,0,0,20,0,445,0,0,310,0,0,30,0,585,"$10,000 - $30,000",Millennials (23-38),White only,Good,5.5-6 feet,200-300,Some College,,585,20,495,310,0,0,30
+,2022,2.02212E+13,7831,West,Utah,37500,"House, apartment, flat",1,1,4041348,33,Male,White only,Never married,"Native, born in United States",Good,71,215,30,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,25,0,0,35,0,630,0,0,750,0,0,0,0,0,"$30,000 - $50,000",Millennials (23-38),White only,Good,5.5-6 feet,200-300,Bachelor's Degree,,0,35,655,750,0,0,0
+,2022,2.02212E+13,7832,West,Arizona,27500,"House, apartment, flat",1,1,9706183,68,Female,White only,Widowed,"Native, born in United States",Very good,65,134,22.3,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,200,0,0,0,530,0,455,0,0,0,0,90,165,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Very good,5-5.5 feet,120-140,Some College,,0,530,455,0,0,0,455
+,2022,2.02212E+13,7833,Midwest,Ohio,32500,"House, apartment, flat",1,1,10160050,67,Female,White only,Married - spouse absent,"Native, born in United States",Very good,65,130,21.6,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,80,0,0,50,0,780,0,0,0,0,0,20,0,510,"$30,000 - $50,000",Boomers (55-73),White only,Very good,5-5.5 feet,120-140,Some College,,510,50,860,0,0,0,20
+,2022,2.02212E+13,7834,West,California,27500,"House, apartment, flat",1,1,21465567,36,Female,White only,Separated,"Foreign born, not a U.S. citizen",Fair,57,120,26,5th or 6th grade,Fifth through sixth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,30,0,0,115,0,660,0,0,289,0,0,16,0,300,"$10,000 - $30,000",Millennials (23-38),White only,Fair,0-5 feet,120-140,Middle School or Less,,300,115,690,289,0,0,46
+,2022,2.02212E+13,7835,Northeast,Massachusetts,67500,"House, apartment, flat",1,1,5652594,80,Male,White only,Widowed,"Native, born in United States",Good,66,9996,998,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,80,0,0,20,0,640,0,0,520,30,0,0,0,0,"$50,000 - $75,000",Silent (74-91),White only,Good,5.5-6 feet,>300,Master's or Doctoral Degree,,0,20,720,550,0,0,0
+,2022,2.02212E+13,7836,South,Florida,125000,"House, apartment, flat",1,1,24169501,40,Male,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Good,68,180,27.4,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,5,0,0,60,0,0,10,0,570,0,0,160,55,0,40,0,540,"$100,000 - $150,000",Generation X (39-54),White only,Good,5.5-6 feet,180-200,Graduated High School,,540,10,630,215,0,0,45
+,2022,2.02212E+13,7837,South,Tennessee,32500,"House, apartment, flat",1,1,6236289,47,Male,White only,Never married,"Native, born in United States",Good,71,208,29,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,205,45,0,0,270,0,480,0,0,325,0,0,85,0,30,"$30,000 - $50,000",Generation X (39-54),White only,Good,5.5-6 feet,200-300,Master's or Doctoral Degree,,30,270,525,325,0,0,290
+,2022,2.02212E+13,7838,South,Florida,125000,"House, apartment, flat",1,1,11472265,85,Male,White only,Married - spouse present,"Native, born in United States",Excellent,67,187,29.3,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,180,0,0,30,0,530,0,0,490,90,0,0,120,0,"$100,000 - $150,000",Silent (74-91),White only,Excellent,5.5-6 feet,180-200,Master's or Doctoral Degree,,0,30,710,580,0,120,0
+,2022,2.02212E+13,7839,South,Georgia,2500,Mobile home or trailer with 1 or more rooms added,1,1,7308416,32,Female,White only,Never married,"Native, born in United States",Very good,61,190,35.9,Some college but no degree,College--three years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,135,0,65,75,0,0,225,0,630,0,0,155,0,0,155,0,0,"Less than $10,000",Millennials (23-38),White only,Very good,5-5.5 feet,180-200,Some College,,0,225,705,155,0,0,355
+,2022,2.02212E+13,7840,Midwest,Illinois,17500,"House, apartment, flat",1,1,6646626,39,Female,White only,Divorced,"Foreign born, not a U.S. citizen",Fair,63,178,31.5,Some college but no degree,College--one year,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,46,0,10,60,0,0,120,0,529,0,0,0,30,0,110,0,535,"$10,000 - $30,000",Generation X (39-54),White only,Fair,5-5.5 feet,160-180,Some College,,535,120,589,30,0,0,166
+,2022,2.02212E+13,7841,South,Kentucky,67500,"House, apartment, flat",1,1,12310166,63,Female,White only,Married - spouse present,"Native, born in United States",Fair,67,220,34.5,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,60,0,0,200,0,625,75,0,15,0,0,165,0,240,"$50,000 - $75,000",Boomers (55-73),White only,Fair,5.5-6 feet,200-300,Graduated High School,,240,200,760,15,0,0,225
+,2022,2.02212E+13,7842,Northeast,Massachusetts,200000,"House, apartment, flat",1,1,7712882,63,Female,White only,Married - spouse present,"Native, born in United States",Good,67,170,26.6,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,170,100,0,0,45,180,785,0,30,0,0,0,130,0,0,"$150,000 and over",Boomers (55-73),White only,Good,5.5-6 feet,160-180,Master's or Doctoral Degree,,0,225,885,30,0,0,300
+,2022,2.02212E+13,7843,South,Virginia,87500,"House, apartment, flat",1,1,11637884,75,Female,White only,Married - spouse present,"Native, born in United States",Very good,64,150,25.7,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,15,0,0,110,0,0,204,0,600,0,0,337,60,2,112,0,0,"$75,000 - $100,000",Silent (74-91),White only,Very good,5-5.5 feet,140-160,Some College,,0,204,710,397,0,0,129
+,2022,2.02212E+13,7844,West,California,87500,"House, apartment, flat",1,1,7044903,30,Female,Asian only,Married - spouse present,"Native, born in United States",Good,60,120,23.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,474,0,0,60,0,0,60,0,846,0,0,0,0,0,0,0,0,"$75,000 - $100,000",Millennials (23-38),Asian only,Good,5-5.5 feet,120-140,Bachelor's Degree,,0,60,906,0,0,0,474
+,2022,2.02212E+13,7845,South,Tennessee,67500,"House, apartment, flat",1,1,10571878,40,Male,White only,Married - spouse present,"Native, born in United States",Very good,74,145,18.6,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,60,0,0,60,0,0,32,0,568,0,0,90,0,0,0,0,630,"$50,000 - $75,000",Generation X (39-54),White only,Very good,6-6.5 feet,140-160,Associate Degree,,630,32,628,90,0,0,60
+,2022,2.02212E+13,7846,Midwest,Illinois,87500,"House, apartment, flat",1,1,6930065,79,Male,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Fair,68,190,28.9,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,50,0,0,130,0,585,0,0,675,0,0,0,0,0,"$75,000 - $100,000",Silent (74-91),White only,Fair,5.5-6 feet,180-200,Graduated High School,,0,130,635,675,0,0,0
+,2022,2.02212E+13,7847,West,Colorado,125000,"House, apartment, flat",1,1,6113201,77,Female,White only,Widowed,"Native, born in United States",Very good,62,150,27.4,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),Has vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,30,0,0,315,0,480,0,0,490,0,0,0,0,0,"$100,000 - $150,000",Silent (74-91),White only,Very good,5-5.5 feet,140-160,Master's or Doctoral Degree,,0,315,510,490,0,0,60
+,2022,2.02212E+13,7848,Midwest,North Dakota,55000,"House, apartment, flat",1,1,5744067,63,Male,White only,Divorced,"Native, born in United States",Very good,68,170,25.8,Associate degree - occupational vocational,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,40,0,0,60,0,760,0,0,80,0,0,60,0,440,"$50,000 - $75,000",Boomers (55-73),White only,Very good,5.5-6 feet,160-180,Associate Degree,,440,60,800,80,0,0,60
+,2022,2.02212E+13,7849,West,Washington,200000,"House, apartment, flat",1,1,10553037,68,Female,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Good,62,160,29.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,75,0,0,285,0,685,60,0,109,0,1,105,0,0,"$150,000 and over",Boomers (55-73),White only,Good,5-5.5 feet,160-180,Bachelor's Degree,,0,285,820,109,0,0,166
+,2022,2.02212E+13,7850,South,Alabama,200000,"House, apartment, flat",1,1,3920371,28,Female,White only,Married - spouse present,"Native, born in United States",Good,66,175,28.2,Some college but no degree,College--four years,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,35,0,0,355,0,770,0,0,280,0,0,0,0,0,"$150,000 and over",Millennials (23-38),White only,Good,5.5-6 feet,160-180,Some College,,0,355,805,280,0,0,0
+,2022,2.02212E+13,7851,West,Utah,37500,"House, apartment, flat",1,1,9334240,49,Male,Hawaiian Pacific Islander only,Married - spouse present,"Foreign born, not a U.S. citizen",Good,70,210,30.1,9th grade,Ninth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,0,0,865,0,235,230,0,0,20,0,0,"$30,000 - $50,000",Generation X (39-54),Hawaiian Pacific Islander only,Good,5.5-6 feet,200-300,Some High School,,0,0,955,465,0,0,20
+,2022,2.02212E+13,7852,Midwest,Ohio,200000,"House, apartment, flat",1,1,7827566,73,Male,White only,Married - spouse present,"Native, born in United States",Excellent,73,165,21.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,40,60,0,0,270,0,650,0,0,390,0,0,30,0,0,"$150,000 and over",Silent (74-91),White only,Excellent,6-6.5 feet,160-180,Bachelor's Degree,,0,270,710,390,0,0,70
+,2022,2.02212E+13,7853,South,South Carolina,125000,Mobile home or trailer with no permanent room added,1,1,4472269,33,Male,White only,Never married,"Foreign born, not a U.S. citizen",Fair,64,155,26.6,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,180,0,0,480,0,495,0,0,255,0,0,30,0,0,"$100,000 - $150,000",Millennials (23-38),White only,Fair,5-5.5 feet,140-160,Graduated High School,,0,480,675,255,0,0,30
+,2022,2.02212E+13,7854,Northeast,Vermont,200000,"House, apartment, flat",1,1,4421120,73,Male,White only,Married - spouse present,"Native, born in United States",Excellent,70,195,28,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,No difficulty remembering,0,0,95,120,0,0,180,0,495,0,0,450,45,0,55,0,0,"$150,000 and over",Silent (74-91),White only,Excellent,5.5-6 feet,180-200,Bachelor's Degree,,0,180,615,495,0,0,150
+,2022,2.02212E+13,7855,Midwest,Indiana,32500,"House, apartment, flat",1,1,12395987,75,Male,Black only,Divorced,"Native, born in United States",Good,67,165,25.8,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),Has vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,70,0,0,125,0,1020,0,0,165,60,0,0,0,0,"$30,000 - $50,000",Silent (74-91),Black only,Good,5.5-6 feet,160-180,Graduated High School,,0,125,1090,225,0,0,0
+,2022,2.02212E+13,7856,West,California,87500,"House, apartment, flat",1,1,6417685,32,Female,Asian only,Married - spouse present,"Foreign born, not a U.S. citizen",Fair,67,121,18.9,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,120,0,720,0,0,480,0,0,0,0,0,"$75,000 - $100,000",Millennials (23-38),Asian only,Fair,5.5-6 feet,120-140,Some College,,0,120,840,480,0,0,0
+,2022,2.02212E+13,7857,South,Maryland,125000,"House, apartment, flat",1,1,7804820,62,Female,White only,Married - spouse present,"Native, born in United States",Good,64,147,25.2,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,15,205,0,0,260,0,845,0,0,55,0,0,60,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Good,5-5.5 feet,140-160,Graduated High School,,0,260,1050,55,0,0,75
+,2022,2.02212E+13,7858,West,Oregon,55000,"House, apartment, flat",1,1,13544437,46,Male,White only,Never married,"Native, born in Puerto Rico or U.S. Outlying Area",Good,72,267,36.2,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,20,35,0,0,40,0,580,0,0,0,0,0,45,0,720,"$50,000 - $75,000",Generation X (39-54),White only,Good,6-6.5 feet,200-300,Graduated High School,,720,40,615,0,0,0,65
+,2022,2.02212E+13,7859,Northeast,Pennsylvania,55000,"House, apartment, flat",1,1,6172921,69,Female,White only,Married - spouse present,"Native, born in United States",Excellent,62,130,23.8,Associate degree - occupational vocational,College--three years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,20,50,0,0,540,0,450,0,0,200,120,0,60,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Excellent,5-5.5 feet,120-140,Associate Degree,,0,540,500,320,0,0,80
+,2022,2.02212E+13,7860,South,Texas,125000,"House, apartment, flat",1,1,24288576,54,Female,White only,Married - spouse present,"Native, born in United States",Good,63,155,27.5,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,50,0,0,50,0,615,0,60,140,0,0,60,0,465,"$100,000 - $150,000",Boomers (55-73),White only,Good,5-5.5 feet,140-160,Graduated High School,,465,50,665,200,0,0,60
+,2022,2.02212E+13,7861,West,Utah,200000,"House, apartment, flat",1,1,10002462,59,Male,White only,Married - spouse present,"Native, born in United States",Good,72,230,31.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,30,0,577,0,0,240,0,0,90,443,0,"$150,000 and over",Boomers (55-73),White only,Good,6-6.5 feet,200-300,Bachelor's Degree,,0,30,637,240,0,443,90
+,2022,2.02212E+13,7862,West,Utah,55000,"House, apartment, flat",1,1,5976310,80,Female,White only,Married - spouse present,"Native, born in United States",Good,67,130,20.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,105,0,0,240,0,645,0,60,330,60,0,0,0,0,"$50,000 - $75,000",Silent (74-91),White only,Good,5.5-6 feet,120-140,Bachelor's Degree,,0,240,750,450,0,0,0
+,2022,2.02212E+13,7863,Midwest,Ohio,55000,"House, apartment, flat",1,1,10145922,80,Female,White only,Married - spouse present,"Native, born in United States",Good,61,180,34,Associate degree - occupational vocational,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,120,140,0,0,0,0,630,0,0,445,0,0,105,0,0,"$50,000 - $75,000",Silent (74-91),White only,Good,5-5.5 feet,180-200,Associate Degree,,0,0,770,445,0,0,225
+,2022,2.02212E+13,7864,South,Georgia,87500,"House, apartment, flat",1,1,17887433,34,Female,Black only,Never married,"Native, born in United States",Very good,66,200,32.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,0,0,0,80,0,591,0,0,120,0,2,77,0,560,"$75,000 - $100,000",Millennials (23-38),Black only,Very good,5.5-6 feet,200-300,Bachelor's Degree,,560,80,591,120,0,0,89
+,2022,2.02212E+13,7865,South,Florida,22500,Mobile home or trailer with no permanent room added,1,1,3866642,62,Female,White only,Divorced,"Native, born in United States",Good,63,169,29.9,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,5,45,0,0,45,0,605,0,0,175,0,0,85,0,480,"$10,000 - $30,000",Boomers (55-73),White only,Good,5-5.5 feet,160-180,Some College,,480,45,650,175,0,0,90
+,2022,2.02212E+13,7866,West,California,67500,"House, apartment, flat",1,1,17812785,61,Male,White only,Never married,"Native, born in United States",Good,70,205,29.4,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,0,0,450,0,0,280,0,0,35,0,630,"$50,000 - $75,000",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Graduated High School,,630,0,495,280,0,0,35
+,2022,2.02212E+13,7867,Northeast,New York,67500,"House, apartment, flat",1,1,5421011,35,Female,White only,Married - spouse absent,"Foreign born, not a U.S. citizen",Very good,68,150,22.8,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,120,0,90,45,0,0,330,0,530,120,0,90,30,0,85,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Very good,5.5-6 feet,140-160,Master's or Doctoral Degree,,0,330,695,120,0,0,295
+,2022,2.02212E+13,7868,West,Colorado,67500,"House, apartment, flat",1,1,50078506,24,Male,White only,Never married,"Native, born in United States",Good,66,127,20.5,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,25,0,0,85,0,540,0,0,705,80,0,5,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Good,5.5-6 feet,120-140,Graduated High School,,0,85,565,785,0,0,5
+,2022,2.02212E+13,7869,South,Texas,200000,"House, apartment, flat",1,1,7874083,50,Male,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Good,72,205,27.8,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,300,0,120,30,0,0,0,0,480,0,0,450,0,0,60,0,0,"$150,000 and over",Generation X (39-54),White only,Good,6-6.5 feet,200-300,Associate Degree,,0,0,510,450,0,0,480
+,2022,2.02212E+13,7870,West,Hawaii,55000,"House, apartment, flat",1,1,5859359,34,Female,Hawaiian Pacific Islander only,Never married,"Native, born in United States",Fair,56,105,23.5,7th or 8th grade,Seventh through eighth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,30,0,0,0,0,870,0,0,540,0,0,0,0,0,"$50,000 - $75,000",Millennials (23-38),Hawaiian Pacific Islander only,Fair,0-5 feet,100-120,Middle School or Less,,0,0,900,540,0,0,0
+,2022,2.02212E+13,7871,Northeast,Massachusetts,200000,"House, apartment, flat",1,1,8331795,64,Female,Asian only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Very good,61,99,18.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,105,0,0,95,0,515,0,0,185,0,0,45,0,465,"$150,000 and over",Boomers (55-73),Asian only,Very good,5-5.5 feet,<100,Bachelor's Degree,,465,95,620,185,0,0,45
+,2022,2.02212E+13,7872,Northeast,Pennsylvania,27500,"House, apartment, flat",1,1,13626515,79,Male,White only,Divorced,"Native, born in United States",Fair,70,200,28.7,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,150,15,0,0,120,0,745,0,0,330,0,0,80,0,0,"$10,000 - $30,000",Silent (74-91),White only,Fair,5.5-6 feet,200-300,Graduated High School,,0,120,760,330,0,0,230
+,2022,2.02212E+13,7873,South,Texas,55000,"House, apartment, flat",1,1,15877055,61,Female,White only,Never married,"Native, born in United States",Very good,67,224,35.1,Associate degree - academic program,College--three years,Employed - at work,No,Has vision difficulty,Has hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,90,0,0,270,0,540,0,0,540,0,0,0,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Very good,5.5-6 feet,200-300,Associate Degree,,0,270,630,540,0,0,0
+,2022,2.02212E+13,7874,Northeast,New Jersey,200000,"House, apartment, flat",1,1,9148709,36,Female,White only,Never married,"Native, born in United States",Very good,62,165,30.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,150,0,0,40,0,690,90,0,270,0,0,95,0,0,"$150,000 and over",Millennials (23-38),White only,Very good,5-5.5 feet,160-180,Bachelor's Degree,,0,40,930,270,0,0,95
+,2022,2.02212E+13,7875,South,North Carolina,125000,"House, apartment, flat",1,1,12719615,57,Male,White only,Married - spouse present,"Native, born in United States",Good,73,206,27.2,Associate degree - academic program,College--four years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,89,0,0,21,0,520,0,45,150,0,0,22,90,503,"$100,000 - $150,000",Boomers (55-73),White only,Good,6-6.5 feet,200-300,Associate Degree,,503,21,609,195,0,90,22
+,2022,2.02212E+13,7876,Midwest,Minnesota,55000,"House, apartment, flat",1,1,11942379,67,Female,White only,Divorced,"Native, born in United States",Good,63,150,26.6,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,60,0,0,17,0,515,0,0,293,0,0,90,0,465,"$50,000 - $75,000",Boomers (55-73),White only,Good,5-5.5 feet,140-160,Graduated High School,,465,17,575,293,0,0,90
+,2022,2.02212E+13,7877,Northeast,Pennsylvania,67500,"House, apartment, flat",1,1,6512876,73,Female,White only,Married - spouse present,"Native, born in United States",Very good,61,126,23.8,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,90,0,35,50,0,0,90,0,555,0,0,370,0,0,40,0,210,"$50,000 - $75,000",Silent (74-91),White only,Very good,5-5.5 feet,120-140,Master's or Doctoral Degree,,210,90,605,370,0,0,165
+,2022,2.02212E+13,7878,Northeast,Massachusetts,22500,"House, apartment, flat",1,1,4066132,73,Male,White only,Never married,"Native, born in United States",NIU (Not in universe),,9999,999,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,0,0,915,0,0,420,45,0,60,0,0,"$10,000 - $30,000",Silent (74-91),White only,"Other (Refused, Dont know, NIU)",,>300,Bachelor's Degree,,0,0,915,465,0,0,60
+,2022,2.02212E+13,7879,Midwest,Iowa,87500,"House, apartment, flat",1,1,9809920,33,Male,White only,Never married,"Native, born in United States",Fair,66,220,35.5,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,20,60,0,105,0,563,0,0,85,0,0,32,0,545,"$75,000 - $100,000",Millennials (23-38),White only,Fair,5.5-6 feet,200-300,Some College,,545,105,583,85,60,0,62
+,2022,2.02212E+13,7880,Northeast,New York,125000,"House, apartment, flat",1,1,12655197,50,Female,Black only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Very good,60,130,25.4,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,50,0,0,110,0,570,0,0,80,0,0,75,0,555,"$100,000 - $150,000",Generation X (39-54),Black only,Very good,5-5.5 feet,120-140,Graduated High School,,555,110,620,80,0,0,75
+,2022,2.02212E+13,7881,Northeast,New York,32500,"House, apartment, flat",1,1,22386760,47,Male,Asian only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Good,66,115,18.6,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,255,0,0,75,0,0,60,0,615,0,0,285,0,0,150,0,0,"$30,000 - $50,000",Generation X (39-54),Asian only,Good,5.5-6 feet,100-120,Master's or Doctoral Degree,,0,60,690,285,0,0,405
+,2022,2.02212E+13,7882,South,Mississippi,55000,"House, apartment, flat",1,1,11070964,63,Female,Black only,Married - spouse present,"Native, born in United States",Good,64,145,24.9,Associate degree - academic program,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,20,130,0,0,13,0,630,0,0,622,0,0,25,0,0,"$50,000 - $75,000",Boomers (55-73),Black only,Good,5-5.5 feet,140-160,Associate Degree,,0,13,760,622,0,0,45
+,2022,2.02212E+13,7883,Midwest,Minnesota,55000,"House, apartment, flat",1,1,13105318,41,Male,White only,Married - spouse present,"Native, born in United States",Good,72,240,32.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,105,0,0,55,0,0,300,0,570,0,0,380,0,0,30,0,0,"$50,000 - $75,000",Generation X (39-54),White only,Good,6-6.5 feet,200-300,Bachelor's Degree,,0,300,625,380,0,0,135
+,2022,2.02212E+13,7884,Midwest,Illinois,200000,"House, apartment, flat",1,1,12144955,37,Male,White only,Married - spouse present,"Native, born in United States",Good,70,200,28.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,15,180,0,0,15,0,345,0,0,40,180,0,365,0,300,"$150,000 and over",Millennials (23-38),White only,Good,5.5-6 feet,200-300,Bachelor's Degree,,300,15,525,220,0,0,380
+,2022,2.02212E+13,7885,Midwest,Michigan,67500,"House, apartment, flat",1,1,9140670,71,Male,White only,Married - spouse present,"Native, born in United States",Good,68,170,25.8,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,340,0,565,0,0,490,0,0,0,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Good,5.5-6 feet,160-180,Graduated High School,,0,340,610,490,0,0,0
+,2022,2.02212E+13,7886,Midwest,Michigan,125000,"House, apartment, flat",1,1,5118606,27,Female,Black only,Never married,"Native, born in United States",Very good,65,113,18.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,28,0,0,47,0,610,0,0,200,0,65,70,0,420,"$100,000 - $150,000",Millennials (23-38),Black only,Very good,5-5.5 feet,100-120,Bachelor's Degree,,420,47,638,200,0,0,135
+,2022,2.02212E+13,7887,South,Florida,87500,"House, apartment, flat",1,1,10878183,50,Female,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Very good,,145,998,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,240,80,0,0,280,0,600,0,40,90,0,0,80,30,0,"$75,000 - $100,000",Generation X (39-54),White only,Very good,,140-160,Master's or Doctoral Degree,,0,280,680,130,0,30,320
+,2022,2.02212E+13,7888,South,Mississippi,17500,"House, apartment, flat",1,1,3581407,72,Female,Black only,Widowed,"Native, born in United States",Fair,65,250,41.6,Some college but no degree,College--three years,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,Has mobility limitation,Has physical difficulty,No difficulty remembering,0,110,35,65,0,0,35,0,780,60,35,30,0,61,156,0,0,"$10,000 - $30,000",Boomers (55-73),Black only,Fair,5-5.5 feet,200-300,Some College,,0,35,905,65,0,0,362
+,2022,2.02212E+13,7889,West,California,22500,"House, apartment, flat",1,1,12542526,45,Female,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Fair,61,125,23.6,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,60,0,0,60,0,0,400,0,570,0,60,290,0,0,0,0,0,"$10,000 - $30,000",Generation X (39-54),White only,Fair,5-5.5 feet,120-140,Graduated High School,,0,400,630,350,0,0,60
+,2022,2.02212E+13,7890,Midwest,Michigan,200000,"House, apartment, flat",1,1,11078473,35,Male,Asian only,Married - spouse present,"Foreign born, not a U.S. citizen",Very good,70,180,25.8,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,75,0,75,0,0,0,0,545,0,0,45,0,0,175,0,525,"$150,000 and over",Millennials (23-38),Asian only,Very good,5.5-6 feet,180-200,Master's or Doctoral Degree,,525,0,620,45,0,0,250
+,2022,2.02212E+13,7891,Midwest,Indiana,125000,"House, apartment, flat",1,1,6333856,55,Male,White only,Married - spouse present,"Native, born in United States",Good,73,175,23.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,225,0,730,0,0,455,0,0,0,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Good,6-6.5 feet,160-180,Bachelor's Degree,,0,225,760,455,0,0,0
+,2022,2.02212E+13,7892,South,Alabama,11250,"House, apartment, flat",1,1,8290016,65,Female,Black only,Never married,"Native, born in United States",Fair,64,168,28.8,Some college but no degree,College--two years,Employed - at work,Yes,Has vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,15,0,0,0,0,780,0,0,645,0,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),Black only,Fair,5-5.5 feet,160-180,Some College,,0,0,795,645,0,0,0
+,2022,2.02212E+13,7893,West,California,67500,"House, apartment, flat",1,1,22649370,15,Male,Asian only,Never married,"Foreign born, not a U.S. citizen",Good,64,117,20.1,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,110,110,280,0,40,0,650,0,0,50,0,160,40,0,0,"$50,000 - $75,000",Generation Z (7-22),Asian only,Good,5-5.5 feet,100-120,Some College,,0,40,760,50,280,0,310
+,2022,2.02212E+13,7894,West,Washington,125000,"House, apartment, flat",1,1,13117365,43,Male,White only,Married - spouse present,"Native, born in United States",Fair,76,319,38.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,5,0,535,0,0,270,0,0,0,0,510,"$100,000 - $150,000",Generation X (39-54),White only,Fair,6-6.5 feet,>300,Bachelor's Degree,,510,5,655,270,0,0,0
+,2022,2.02212E+13,7895,South,Florida,55000,"House, apartment, flat",1,1,6637871,71,Female,White-American Indian,Married - spouse present,"Native, born in United States",Good,65,164,27.3,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,20,0,0,540,0,580,0,0,240,0,60,0,0,0,"$50,000 - $75,000",Boomers (55-73),Mixed,Good,5-5.5 feet,160-180,Associate Degree,,0,540,600,240,0,0,60
+,2022,2.02212E+13,7896,South,Alabama,27500,"House, apartment, flat",1,1,3922857,77,Female,White only,Separated,"Native, born in United States",Good,63,151,26.7,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,75,0,795,0,10,477,0,0,53,0,0,"$10,000 - $30,000",Silent (74-91),White only,Good,5-5.5 feet,140-160,Graduated High School,,0,75,825,487,0,0,53
+,2022,2.02212E+13,7897,Midwest,Michigan,17500,"House, apartment, flat",1,1,3501008,71,Female,White only,Divorced,"Native, born in United States",Good,70,147,21.1,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,203,0,752,0,0,355,0,0,10,120,0,"$10,000 - $30,000",Boomers (55-73),White only,Good,5.5-6 feet,140-160,Graduated High School,,0,203,752,355,0,120,10
+,2022,2.02212E+13,7898,South,Virginia,45000,"House, apartment, flat",1,1,11664835,65,Male,Asian only,Married - spouse present,"Foreign born, not a U.S. citizen",Very good,67,165,25.8,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,120,0,120,0,0,0,0,460,0,150,380,40,0,0,0,0,"$30,000 - $50,000",Boomers (55-73),Asian only,Very good,5.5-6 feet,160-180,Master's or Doctoral Degree,,0,0,580,570,0,0,120
+,2022,2.02212E+13,7899,Midwest,Nebraska,22500,"House, apartment, flat",1,1,10423695,65,Male,White only,Never married,"Native, born in United States",Fair,70,250,35.9,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,110,0,0,15,0,750,0,0,148,0,0,62,0,355,"$10,000 - $30,000",Boomers (55-73),White only,Fair,5.5-6 feet,200-300,Graduated High School,,355,15,860,148,0,0,62
+,2022,2.02212E+13,7900,South,Texas,45000,"House, apartment, flat",1,1,19107505,67,Female,White only,Married - spouse present,"Native, born in United States",Very good,57,158,34.2,High school graduate - GED,Ninth grade,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,155,0,0,225,0,720,0,90,45,0,0,145,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Very good,0-5 feet,140-160,Graduated High School,,0,225,875,135,0,0,205
+,2022,2.02212E+13,7901,West,California,200000,"House, apartment, flat",1,1,12036755,37,Male,White only,Married - spouse present,"Native, born in United States",Excellent,72,225,30.5,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,203,0,2,100,0,0,18,0,495,0,0,140,0,15,67,0,400,"$150,000 and over",Millennials (23-38),White only,Excellent,6-6.5 feet,200-300,Master's or Doctoral Degree,,400,18,595,140,0,0,287
+,2022,2.02212E+13,7902,Midwest,Michigan,55000,"House, apartment, flat",1,1,5525914,73,Female,White only,Widowed,"Native, born in United States",Very good,63,140,24.8,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,235,0,55,0,0,240,0,441,0,0,169,0,0,60,240,0,"$50,000 - $75,000",Silent (74-91),White only,Very good,5-5.5 feet,140-160,Master's or Doctoral Degree,,0,240,496,169,0,240,295
+,2022,2.02212E+13,7903,West,Colorado,45000,"House, apartment, flat",1,1,15364160,42,Male,White only,Married - spouse present,"Native, born in United States",Very good,71,230,32.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,50,10,0,0,50,0,540,0,0,280,0,0,45,0,465,"$30,000 - $50,000",Generation X (39-54),White only,Very good,5.5-6 feet,200-300,Bachelor's Degree,,465,50,550,280,0,0,95
+,2022,2.02212E+13,7904,West,California,200000,"House, apartment, flat",1,1,15940192,48,Male,White only,Married - spouse present,"Native, born in United States",Very good,76,182,22.2,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,2,57,60,0,0,48,0,474,0,0,198,0,0,116,0,465,"$150,000 and over",Generation X (39-54),White only,Very good,6-6.5 feet,180-200,Some College,,465,48,534,198,0,0,175
+,2022,2.02212E+13,7905,South,North Carolina,17500,"House, apartment, flat",1,1,4636337,59,Female,White only,Divorced,"Native, born in United States",Good,64,149,25.6,Associate degree - occupational vocational,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,2,0,0,50,0,0,165,0,500,0,0,259,0,0,12,0,394,"$10,000 - $30,000",Boomers (55-73),White only,Good,5-5.5 feet,140-160,Associate Degree,,394,165,550,259,0,0,14
+,2022,2.02212E+13,7906,South,Florida,125000,"House, apartment, flat",1,1,38720263,40,Female,Black only,Married - spouse present,"Native, born in United States",Good,65,210,34.9,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,50,0,60,110,0,0,60,0,1095,0,0,0,0,0,65,0,0,"$100,000 - $150,000",Generation X (39-54),Black only,Good,5-5.5 feet,200-300,Master's or Doctoral Degree,,0,60,1205,0,0,0,175
+,2022,2.02212E+13,7907,West,Colorado,67500,"House, apartment, flat",1,1,8831208,24,Female,White only,Never married,"Native, born in United States",Very good,67,160,25.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,10,0,0,5,0,520,0,0,240,485,0,180,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Very good,5.5-6 feet,160-180,Bachelor's Degree,,0,5,530,725,0,0,180
+,2022,2.02212E+13,7908,Midwest,Michigan,45000,"House, apartment, flat",1,1,11918980,80,Male,White only,Married - spouse present,"Native, born in United States",Refused,67,170,26.6,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,270,90,0,0,230,0,525,0,0,195,0,0,130,0,0,"$30,000 - $50,000",Silent (74-91),White only,"Other (Refused, Dont know, NIU)",5.5-6 feet,160-180,Some College,,0,230,615,195,0,0,400
+,2022,2.02212E+13,7909,Midwest,Ohio,45000,"House, apartment, flat",1,1,4419116,85,Female,White only,Widowed,"Native, born in United States",Very good,65,160,26.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,Has difficulty remembering,0,0,0,90,0,0,180,0,570,0,0,600,0,0,0,0,0,"$30,000 - $50,000",Silent (74-91),White only,Very good,5-5.5 feet,160-180,Bachelor's Degree,,0,180,660,600,0,0,0
+,2022,2.02212E+13,7910,South,Arkansas,87500,"House, apartment, flat",1,1,4793324,34,Male,White only,Married - spouse present,"Native, born in United States",Very good,71,175,24.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,60,0,130,180,0,0,320,0,510,0,0,195,0,0,45,0,0,"$75,000 - $100,000",Millennials (23-38),White only,Very good,5.5-6 feet,160-180,Bachelor's Degree,,0,320,690,195,0,0,235
+,2022,2.02212E+13,7911,Midwest,Kansas,87500,"House, apartment, flat",1,1,19594602,28,Female,White only,Never married,"Native, born in United States",Very good,65,165,27.5,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,40,113,45,0,0,50,0,603,0,0,303,0,135,151,0,0,"$75,000 - $100,000",Millennials (23-38),White only,Very good,5-5.5 feet,160-180,Master's or Doctoral Degree,,0,50,648,303,0,0,439
+,2022,2.02212E+13,7912,South,Florida,13750,"House, apartment, flat",1,1,3404421,62,Female,Black only,Never married,"Native, born in United States",Very good,63,150,26.6,Associate degree - occupational vocational,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,65,0,0,490,0,585,0,0,300,0,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),Black only,Very good,5-5.5 feet,140-160,Associate Degree,,0,490,650,300,0,0,0
+,2022,2.02212E+13,7913,Midwest,North Dakota,32500,"House, apartment, flat",1,1,4221719,76,Male,White only,Married - spouse present,"Native, born in United States",Fair,73,150,19.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,0,0,998,0,63,285,0,0,4,0,0,"$30,000 - $50,000",Silent (74-91),White only,Fair,6-6.5 feet,140-160,Bachelor's Degree,,0,0,1088,348,0,0,4
+,2022,2.02212E+13,7914,South,Georgia,200000,"House, apartment, flat",1,1,9177662,69,Male,White only,Never married,"Native, born in United States",Very good,72,190,25.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,10,105,0,510,0,0,275,60,0,30,45,375,"$150,000 and over",Boomers (55-73),White only,Very good,6-6.5 feet,180-200,Bachelor's Degree,,375,105,540,335,0,45,40
+,2022,2.02212E+13,7915,Northeast,Rhode Island,87500,"House, apartment, flat",1,1,9662169,48,Female,White only,Divorced,"Native, born in United States",Very good,71,158,22,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,261,0,0,0,0,791,0,0,350,0,0,38,0,0,"$75,000 - $100,000",Generation X (39-54),White only,Very good,5.5-6 feet,140-160,Master's or Doctoral Degree,,0,0,1052,350,0,0,38
+,2022,2.02212E+13,7916,South,North Carolina,37500,"House, apartment, flat",1,1,18657126,63,Male,White only,Married - spouse present,"Native, born in United States",Very good,71,205,28.6,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,330,60,0,0,110,0,525,0,0,375,0,0,40,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Very good,5.5-6 feet,200-300,Associate Degree,,0,110,585,375,0,0,370
+,2022,2.02212E+13,7917,South,South Carolina,67500,Mobile home or trailer with no permanent room added,1,1,23756698,18,Female,"American Indian, Alaskan Native",Never married,"Foreign born, not a U.S. citizen",Good,62,130,23.8,11th grade,Eleventh grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,80,0,0,120,0,600,0,0,560,0,0,20,0,0,"$50,000 - $75,000",Generation Z (7-22),"American Indian, Alaskan Native",Good,5-5.5 feet,120-140,Some High School,,0,120,680,560,0,0,80
+,2022,2.02212E+13,7918,West,Arizona,22500,"House, apartment, flat",1,1,8261182,64,Female,White only,Divorced,"Native, born in United States",Fair,64,200,34.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,30,0,30,0,0,30,0,360,0,0,920,0,0,70,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Fair,5-5.5 feet,200-300,Bachelor's Degree,,0,30,390,920,0,0,100
+,2022,2.02212E+13,7919,South,South Carolina,200000,"House, apartment, flat",1,1,14050446,17,Male,White only,Never married,"Native, born in United States",Excellent,72,155,21,11th grade,Eleventh grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,40,358,0,0,0,260,0,0,458,210,0,114,0,0,"$150,000 and over",Generation Z (7-22),White only,Excellent,6-6.5 feet,140-160,Some High School,,0,0,300,668,358,0,114
+,2022,2.02212E+13,7920,West,Montana,200000,"House, apartment, flat",1,1,8415737,79,Male,White only,Married - spouse present,"Native, born in United States",Fair,71,214,29.8,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,95,0,605,0,0,660,20,0,0,0,0,"$150,000 and over",Silent (74-91),White only,Fair,5.5-6 feet,200-300,Master's or Doctoral Degree,,0,95,665,680,0,0,0
+,2022,2.02212E+13,7921,Northeast,Pennsylvania,125000,"House, apartment, flat",1,1,15877094,50,Male,White only,Divorced,"Foreign born, U.S. citizen by naturalization",NIU (Not in universe),,9999,998,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,45,105,0,0,75,0,545,0,0,110,0,0,10,0,505,"$100,000 - $150,000",Generation X (39-54),White only,"Other (Refused, Dont know, NIU)",,>300,Master's or Doctoral Degree,,505,75,650,110,0,0,55
+,2022,2.02212E+13,7922,South,South Carolina,67500,"House, apartment, flat",1,1,15898548,63,Female,White only,Divorced,"Native, born in United States",Good,64,208,35.7,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,555,0,495,0,60,240,0,0,0,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Good,5-5.5 feet,200-300,Graduated High School,,0,555,585,300,0,0,0
+,2022,2.02212E+13,7923,Midwest,Illinois,2500,"House, apartment, flat",1,1,8958791,67,Male,Black only,Divorced,"Native, born in United States",Very good,70,185,26.5,Some college but no degree,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,200,0,390,0,0,660,0,0,40,0,120,"Less than $10,000",Boomers (55-73),Black only,Very good,5.5-6 feet,180-200,Some College,,120,200,420,660,0,0,40
+,2022,2.02212E+13,7924,West,Arizona,67500,"House, apartment, flat",1,1,11135667,39,Female,White only,Married - spouse present,"Native, born in United States",Very good,63,160,28.3,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,40,0,0,50,0,0,410,0,750,0,10,60,0,0,50,0,0,"$50,000 - $75,000",Generation X (39-54),White only,Very good,5-5.5 feet,160-180,Master's or Doctoral Degree,,0,410,800,70,0,0,90
+,2022,2.02212E+13,7925,South,Kentucky,125000,"House, apartment, flat",1,1,12098538,42,Male,White only,Married - spouse present,"Native, born in United States",Very good,71,180,25.1,Associate degree - occupational vocational,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,160,0,75,60,0,0,15,0,470,0,0,120,0,0,90,0,450,"$100,000 - $150,000",Generation X (39-54),White only,Very good,5.5-6 feet,180-200,Associate Degree,,450,15,530,120,0,0,325
+,2022,2.02212E+13,7926,Midwest,Michigan,55000,"House, apartment, flat",1,1,4057206,64,Female,White only,Married - spouse present,"Native, born in United States",Fair,66,250,40.3,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,No difficulty remembering,0,7,5,90,0,0,468,0,510,0,0,300,0,0,60,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Fair,5.5-6 feet,200-300,Some College,,0,468,600,300,0,0,72
+,2022,2.02212E+13,7927,Midwest,Illinois,125000,"House, apartment, flat",1,1,48158003,15,Female,Asian only,Never married,"Native, born in United States",NIU (Not in universe),,9999,999,10th grade,Tenth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,5,0,0,70,685,0,0,0,520,0,0,0,65,0,55,0,0,"$100,000 - $150,000",Generation Z (7-22),Asian only,"Other (Refused, Dont know, NIU)",,>300,Some High School,,0,0,590,65,685,0,60
+,2022,2.02212E+13,7928,South,South Carolina,37500,Mobile home or trailer with no permanent room added,1,1,25865236,33,Female,"American Indian, Alaskan Native",Married - spouse present,"Foreign born, not a U.S. citizen",Fair,59,155,31.3,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,90,0,120,150,0,0,155,0,669,0,0,240,0,0,16,0,0,"$30,000 - $50,000",Millennials (23-38),"American Indian, Alaskan Native",Fair,0-5 feet,140-160,Graduated High School,,0,155,819,240,0,0,226
+,2022,2.02212E+13,7929,Midwest,Indiana,200000,"House, apartment, flat",1,1,15548154,57,Female,White only,Married - spouse present,"Native, born in United States",Fair,62,145,26.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,110,30,35,0,0,205,0,535,0,0,190,0,0,0,0,335,"$150,000 and over",Boomers (55-73),White only,Fair,5-5.5 feet,140-160,Bachelor's Degree,,335,205,570,190,0,0,140
+,2022,2.02212E+13,7930,South,South Carolina,67500,"House, apartment, flat",1,1,22271580,55,Male,Black only,Married - spouse present,"Native, born in United States",Good,73,318,42,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,210,0,0,0,650,0,0,255,0,0,40,0,240,"$50,000 - $75,000",Boomers (55-73),Black only,Good,6-6.5 feet,>300,Some College,,240,0,695,255,210,0,40
+,2022,2.02212E+13,7931,South,Alabama,87500,"House, apartment, flat",1,1,7597334,38,Male,White only,Married - spouse present,"Native, born abroad of American parent or parents",Good,72,205,27.8,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,50,0,0,30,0,0,45,0,510,0,0,175,0,0,50,0,580,"$75,000 - $100,000",Generation X (39-54),White only,Good,6-6.5 feet,200-300,Some College,,580,45,540,175,0,0,100
+,2022,2.02212E+13,7932,South,Maryland,87500,"House, apartment, flat",1,1,100882145,38,Female,Black only,Never married,"Foreign born, not a U.S. citizen",Fair,64,260,44.6,High school graduate - diploma,Twelfth grade,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,0,0,425,0,0,15,0,30,40,0,900,"$75,000 - $100,000",Generation X (39-54),Black only,Fair,5-5.5 feet,200-300,Graduated High School,,900,0,455,15,0,0,70
+,2022,2.02212E+13,7933,West,New Mexico,13750,"House, apartment, flat",1,1,15001285,66,Female,White only,Married - spouse present,"Native, born in United States",Fair,60,181,35.3,5th or 6th grade,Fifth through sixth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,330,0,720,0,0,330,0,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Fair,5-5.5 feet,180-200,Middle School or Less,,0,330,780,330,0,0,0
+,2022,2.02212E+13,7934,West,Colorado,87500,"House, apartment, flat",1,1,15656382,40,Female,White only,Married - spouse present,"Native, born in United States",Good,61,120,22.7,Associate degree - occupational vocational,College--three years,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,0,0,60,0,1080,0,0,225,0,0,0,0,0,"$75,000 - $100,000",Generation X (39-54),White only,Good,5-5.5 feet,120-140,Associate Degree,,0,60,1155,225,0,0,0
+,2022,2.02212E+13,7935,West,Arizona,27500,"House, apartment, flat",1,1,11275950,48,Female,White only,Married - spouse present,"Native, born in United States",Fair,67,179,28,Associate degree - occupational vocational,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,Has difficulty remembering,0,0,157,30,0,0,318,0,620,0,0,275,0,0,40,0,0,"$10,000 - $30,000",Generation X (39-54),White only,Fair,5.5-6 feet,160-180,Associate Degree,,0,318,650,275,0,0,197
+,2022,2.02212E+13,7936,West,Oregon,125000,"House, apartment, flat",1,1,10457232,33,Female,White only,Married - spouse present,"Native, born in United States",Good,70,186,26.7,Associate degree - academic program,College--two years,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,85,0,150,5,40,0,38,0,130,0,0,0,0,0,127,0,865,"$100,000 - $150,000",Millennials (23-38),White only,Good,5.5-6 feet,180-200,Associate Degree,,865,38,135,0,40,0,362
+,2022,2.02212E+13,7937,West,California,200000,"House, apartment, flat",1,1,33141060,42,Male,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Fair,71,280,39,Some college but no degree,College--three years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,40,0,0,0,0,570,0,0,260,0,0,40,0,530,"$150,000 and over",Generation X (39-54),White only,Fair,5.5-6 feet,200-300,Some College,,530,0,610,260,0,0,40
+,2022,2.02212E+13,7938,Midwest,South Dakota,200000,"House, apartment, flat",1,1,14788419,38,Male,White only,Married - spouse present,"Native, born in United States",Good,71,200,27.9,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,45,0,0,0,0,495,0,0,150,0,0,60,0,615,"$150,000 and over",Generation X (39-54),White only,Good,5.5-6 feet,200-300,Graduated High School,,615,0,540,150,0,0,120
+,2022,2.02212E+13,7939,South,Maryland,200000,"House, apartment, flat",1,1,12954092,53,Female,White only,Married - spouse present,"Native, born in United States",Good,68,150,22.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,70,0,0,85,0,0,45,0,440,0,0,120,120,0,98,10,452,"$150,000 and over",Generation X (39-54),White only,Good,5.5-6 feet,140-160,Bachelor's Degree,,452,45,525,240,0,10,168
+,2022,2.02212E+13,7940,South,Texas,125000,"House, apartment, flat",1,1,46134131,21,Male,White only,Never married,"Foreign born, U.S. citizen by naturalization",Excellent,75,197,24.6,Some college but no degree,College--three years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,60,0,750,0,0,420,100,0,20,0,0,"$100,000 - $150,000",Generation Z (7-22),White only,Excellent,6-6.5 feet,180-200,Some College,,0,60,840,520,0,0,20
+,2022,2.02212E+13,7941,Midwest,Iowa,87500,"House, apartment, flat",1,1,22702174,37,Female,White only,Divorced,"Native, born in United States",Fair,67,240,37.6,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,35,0,0,115,0,590,0,0,180,0,0,60,0,460,"$75,000 - $100,000",Millennials (23-38),White only,Fair,5.5-6 feet,200-300,Graduated High School,,460,115,625,180,0,0,60
+,2022,2.02212E+13,7942,South,Georgia,200000,"House, apartment, flat",1,1,6688581,53,Male,Black only,Divorced,"Native, born in United States",Good,76,280,34.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,125,0,100,0,0,270,0,365,0,0,390,120,0,70,0,0,"$150,000 and over",Generation X (39-54),Black only,Good,6-6.5 feet,200-300,Bachelor's Degree,,0,270,465,510,0,0,195
+,2022,2.02212E+13,7943,Midwest,South Dakota,37500,"House, apartment, flat",1,1,1899455,59,Male,"American Indian, Alaskan Native",Divorced,"Native, born in United States",Good,70,220,31.6,Associate degree - occupational vocational,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,20,0,0,95,0,660,0,0,665,0,0,0,0,0,"$30,000 - $50,000",Boomers (55-73),"American Indian, Alaskan Native",Good,5.5-6 feet,200-300,Associate Degree,,0,95,680,665,0,0,0
+,2022,2.02212E+13,7944,Northeast,Pennsylvania,87500,"House, apartment, flat",1,1,8615589,70,Male,White only,Married - spouse present,"Native, born in United States",Good,69,190,28.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,90,0,0,120,0,630,0,0,560,0,0,10,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Good,5.5-6 feet,180-200,Bachelor's Degree,,0,120,720,560,0,0,40
+,2022,2.02212E+13,7945,Midwest,Indiana,87500,"House, apartment, flat",1,1,6812663,69,Male,White only,Married - spouse present,"Native, born in United States",Good,67,161,25.2,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,45,60,0,0,420,0,445,0,0,420,0,0,50,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Good,5.5-6 feet,160-180,Graduated High School,,0,420,505,420,0,0,95
+,2022,2.02212E+13,7946,Midwest,Wisconsin,200000,"House, apartment, flat",1,1,20250389,50,Male,White only,Married - spouse present,"Native, born in United States",Good,77,308,36.5,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,63,0,0,50,0,0,115,0,525,0,0,165,0,0,202,0,320,"$150,000 and over",Generation X (39-54),White only,Good,6-6.5 feet,>300,Master's or Doctoral Degree,,320,115,575,165,0,0,265
+,2022,2.02212E+13,7947,Midwest,Wisconsin,87500,"House, apartment, flat",1,1,5579739,31,Female,White only,Married - spouse present,"Native, born in United States",Good,63,270,47.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,60,0,0,60,0,0,660,0,420,0,0,240,0,0,0,0,0,"$75,000 - $100,000",Millennials (23-38),White only,Good,5-5.5 feet,200-300,Bachelor's Degree,,0,660,480,240,0,0,60
+,2022,2.02212E+13,7948,South,Louisiana,11250,"House, apartment, flat",1,1,4934525,67,Male,Black only,Widowed,"Native, born in United States",Fair,67,145,22.7,Associate degree - occupational vocational,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,50,10,30,0,0,5,0,540,0,0,725,0,0,65,0,0,"$10,000 - $30,000",Boomers (55-73),Black only,Fair,5.5-6 feet,140-160,Associate Degree,,0,5,570,725,0,0,125
+,2022,2.02212E+13,7949,South,Virginia,125000,"House, apartment, flat",1,1,88870218,15,Female,White only,Never married,"Native, born in United States",Excellent,64,120,20.6,7th or 8th grade,Seventh through eighth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,180,0,0,485,0,630,0,0,85,0,0,0,0,0,"$100,000 - $150,000",Generation Z (7-22),White only,Excellent,5-5.5 feet,120-140,Middle School or Less,,0,485,810,85,0,0,0
+,2022,2.02212E+13,7950,West,California,87500,"House, apartment, flat",1,1,6752595,74,Female,Asian only,Widowed,"Foreign born, U.S. citizen by naturalization",Fair,64,145,24.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,5,20,0,0,30,0,1200,120,0,0,0,0,65,0,0,"$75,000 - $100,000",Silent (74-91),Asian only,Fair,5-5.5 feet,140-160,Bachelor's Degree,,0,30,1340,0,0,0,70
+,2022,2.02212E+13,7951,Midwest,Michigan,67500,"House, apartment, flat",1,1,6163308,50,Female,White only,Never married,"Native, born in United States",Good,65,280,46.6,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,80,0,209,40,0,0,225,0,650,0,0,65,0,0,171,0,0,"$50,000 - $75,000",Generation X (39-54),White only,Good,5-5.5 feet,200-300,Master's or Doctoral Degree,,0,225,690,65,0,0,460
+,2022,2.02212E+13,7952,South,Arkansas,87500,"House, apartment, flat",1,1,4536448,32,Male,White only,Divorced,"Native, born in United States",Excellent,69,340,50.2,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,150,0,60,180,0,0,0,0,865,0,0,0,0,0,185,0,0,"$75,000 - $100,000",Millennials (23-38),White only,Excellent,5.5-6 feet,>300,Some College,,0,0,1045,0,0,0,395
+,2022,2.02212E+13,7953,Midwest,Iowa,200000,"House, apartment, flat",1,1,22963159,64,Male,White only,Married - spouse present,"Native, born in United States",Good,73,245,32.3,Some college but no degree,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,5,0,0,85,0,0,0,0,435,0,0,275,0,0,30,0,610,"$150,000 and over",Boomers (55-73),White only,Good,6-6.5 feet,200-300,Some College,,610,0,520,275,0,0,35
+,2022,2.02212E+13,7954,West,Colorado,200000,"House, apartment, flat",1,1,7544885,55,Female,White only,Divorced,"Native, born abroad of American parent or parents",Very good,63,117,20.7,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,50,45,0,0,310,0,680,0,0,64,45,0,36,0,210,"$150,000 and over",Boomers (55-73),White only,Very good,5-5.5 feet,100-120,Master's or Doctoral Degree,,210,310,725,109,0,0,86
+,2022,2.02212E+13,7955,Midwest,Wisconsin,55000,"House, apartment, flat",1,1,3441745,85,Male,White only,Never married,"Native, born in United States",Very good,71,182,25.4,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,45,0,0,0,0,585,0,0,780,0,0,30,0,0,"$50,000 - $75,000",Silent (74-91),White only,Very good,5.5-6 feet,180-200,Master's or Doctoral Degree,,0,0,630,780,0,0,30
+,2022,2.02212E+13,7956,South,Texas,45000,"House, apartment, flat",1,1,111059638,23,Male,White only,Never married,"Native, born in United States",Good,70,225,32.3,11th grade,Eleventh grade,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,0,0,505,0,0,62,83,0,115,0,615,"$30,000 - $50,000",Millennials (23-38),White only,Good,5.5-6 feet,200-300,Some High School,,615,0,565,145,0,0,115
+,2022,2.02212E+13,7957,South,Louisiana,2500,"House, apartment, flat",1,1,11602301,35,Female,White only,Never married,"Native, born in United States",Fair,64,210,36,Some college but no degree,College--four years,Employed - at work,No,Has vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,85,90,0,0,360,0,410,30,0,240,0,0,125,100,0,"Less than $10,000",Millennials (23-38),White only,Fair,5-5.5 feet,200-300,Some College,,0,360,530,240,0,100,210
+,2022,2.02212E+13,7958,Midwest,Missouri,17500,"House, apartment, flat",1,1,4186276,74,Female,Black only,Widowed,"Native, born in United States",Very good,64,183,31.4,Some college but no degree,College--three years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,80,15,0,0,55,0,807,60,0,208,0,85,110,0,0,"$10,000 - $30,000",Silent (74-91),Black only,Very good,5-5.5 feet,180-200,Some College,,0,55,882,208,0,0,275
+,2022,2.02212E+13,7959,South,South Carolina,200000,"House, apartment, flat",1,1,17555458,15,Male,White only,Never married,"Native, born in United States",Excellent,73,130,17.1,10th grade,Tenth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,1,0,10,95,0,0,0,0,665,0,0,270,30,0,69,300,0,"$150,000 and over",Generation Z (7-22),White only,Excellent,6-6.5 feet,120-140,Some High School,,0,0,760,300,0,300,80
+,2022,2.02212E+13,7960,West,Hawaii,8750,"House, apartment, flat",1,1,9149590,77,Female,Asian only,Divorced,"Native, born in United States",Fair,57,134,29,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,Has physical difficulty,Has difficulty remembering,0,0,0,0,0,0,165,0,840,0,0,315,0,120,0,0,0,"Less than $10,000",Silent (74-91),Asian only,Fair,0-5 feet,120-140,Graduated High School,,0,165,840,315,0,0,120
+,2022,2.02212E+13,7961,Northeast,New Jersey,67500,"House, apartment, flat",1,1,28507932,18,Male,White only,Never married,"Foreign born, not a U.S. citizen",Very good,60,114,22.3,12th grade - no diploma,Twelfth grade,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,10,40,120,0,150,0,540,0,0,570,0,0,10,0,0,"$50,000 - $75,000",Generation Z (7-22),White only,Very good,5-5.5 feet,100-120,Some High School,,0,150,580,570,120,0,20
+,2022,2.02212E+13,7962,West,Arizona,125000,"House, apartment, flat",1,1,3322477,27,Female,White only,Married - spouse present,"Native, born in United States",Excellent,65,128,21.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,45,70,0,0,130,0,579,0,0,499,45,30,42,0,0,"$100,000 - $150,000",Millennials (23-38),White only,Excellent,5-5.5 feet,120-140,Bachelor's Degree,,0,130,649,544,0,0,117
+,2022,2.02212E+13,7963,Northeast,Pennsylvania,17500,"House, apartment, flat",1,1,11769068,85,Female,White only,Widowed,"Native, born in United States",Good,63,105,18.6,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,80,0,0,240,0,440,0,0,584,0,45,30,0,0,"$10,000 - $30,000",Silent (74-91),White only,Good,5-5.5 feet,100-120,Graduated High School,,0,240,520,584,0,0,75
+,2022,2.02212E+13,7964,Northeast,Massachusetts,32500,"House, apartment, flat",1,1,3601698,79,Male,White only,Married - spouse present,"Native, born in United States",Very good,69,200,29.5,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,180,105,0,0,0,0,585,0,0,510,0,0,60,0,0,"$30,000 - $50,000",Silent (74-91),White only,Very good,5.5-6 feet,200-300,Master's or Doctoral Degree,,0,0,690,510,0,0,240
+,2022,2.02212E+13,7965,West,Washington,27500,"House, apartment, flat",1,1,6674267,68,Female,Black only,Divorced,"Native, born in United States",Very good,64,190,32.6,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,35,0,0,0,90,790,0,0,30,0,30,92,360,0,"$10,000 - $30,000",Boomers (55-73),Black only,Very good,5-5.5 feet,180-200,Master's or Doctoral Degree,,0,90,825,30,0,360,122
+,2022,2.02212E+13,7966,South,Florida,32500,Mobile home or trailer with no permanent room added,1,1,3682093,56,Female,White only,Never married,"Native, born in Puerto Rico or U.S. Outlying Area",Fair,61,146,27.6,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,25,1,0,0,50,0,630,0,0,714,0,0,20,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Fair,5-5.5 feet,140-160,Graduated High School,,0,50,631,714,0,0,45
+,2022,2.02212E+13,7967,West,Utah,125000,"House, apartment, flat",1,1,5414680,28,Male,White only,Married - spouse present,"Native, born in United States",Good,67,250,39.2,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,Has difficulty remembering,210,0,15,30,0,0,0,0,630,0,60,378,0,0,57,60,0,"$100,000 - $150,000",Millennials (23-38),White only,Good,5.5-6 feet,200-300,Some College,,0,0,660,438,0,60,282
+,2022,2.02212E+13,7968,Midwest,Indiana,87500,"House, apartment, flat",1,1,15324937,52,Female,White only,Divorced,"Native, born in United States",Good,62,200,36.6,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,25,5,0,0,0,0,645,0,0,210,0,0,126,0,419,"$75,000 - $100,000",Generation X (39-54),White only,Good,5-5.5 feet,200-300,Some College,,419,0,650,210,0,0,151
+,2022,2.02212E+13,7969,South,Texas,125000,"House, apartment, flat",1,1,12267341,69,Male,White only,Married - spouse present,"Native, born in United States",Very good,74,180,23.1,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,85,0,0,75,0,540,60,0,610,40,0,30,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Very good,6-6.5 feet,180-200,Master's or Doctoral Degree,,0,75,685,650,0,0,30
+,2022,2.02212E+13,7970,West,California,37500,"House, apartment, flat",1,1,30900148,32,Male,White only,Never married,"Native, born in United States",Good,71,190,26.5,Some college but no degree,Twelfth grade,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,68,0,230,20,0,0,60,0,476,15,0,443,0,0,124,0,0,"$30,000 - $50,000",Millennials (23-38),White only,Good,5.5-6 feet,180-200,Some College,,0,60,511,443,0,0,422
+,2022,2.02212E+13,7971,South,Florida,125000,"House, apartment, flat",1,1,6906618,74,Female,White only,Married - spouse present,"Native, born in United States",Very good,68,159,24.2,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,59,45,0,0,50,0,510,0,45,332,0,0,74,0,270,"$100,000 - $150,000",Silent (74-91),White only,Very good,5.5-6 feet,140-160,Master's or Doctoral Degree,,270,50,555,377,0,0,133
+,2022,2.02212E+13,7972,South,South Carolina,55000,"House, apartment, flat",1,1,13117471,77,Female,Black only,Widowed,"Native, born in United States",Good,65,203,33.8,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,5,0,70,0,0,210,0,875,0,0,240,0,0,40,0,0,"$50,000 - $75,000",Silent (74-91),Black only,Good,5-5.5 feet,200-300,Graduated High School,,0,210,945,240,0,0,45
+,2022,2.02212E+13,7973,Northeast,Massachusetts,125000,"House, apartment, flat",1,1,12599864,43,Male,Asian only,Married - spouse present,"Foreign born, not a U.S. citizen",Very good,,9996,998,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,32,0,0,30,0,0,0,0,600,0,0,180,15,30,18,0,535,"$100,000 - $150,000",Generation X (39-54),Asian only,Very good,,>300,Master's or Doctoral Degree,,535,0,630,195,0,0,80
+,2022,2.02212E+13,7974,Midwest,Minnesota,37500,"House, apartment, flat",1,1,4347695,80,Female,White only,Married - spouse present,"Native, born in United States",Very good,61,141,26.6,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,105,0,0,10,0,615,0,0,630,0,0,20,0,0,"$30,000 - $50,000",Silent (74-91),White only,Very good,5-5.5 feet,140-160,Some College,,0,10,720,630,0,0,80
+,2022,2.02212E+13,7975,Northeast,New York,37500,"House, apartment, flat",1,1,4208189,77,Female,Black only,Widowed,"Native, born in United States",NIU (Not in universe),,9999,999,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,150,0,0,200,0,800,0,0,85,0,130,75,0,0,"$30,000 - $50,000",Silent (74-91),Black only,"Other (Refused, Dont know, NIU)",,>300,Associate Degree,,0,200,950,85,0,0,205
+,2022,2.02212E+13,7976,West,California,200000,"House, apartment, flat",1,1,8886140,49,Male,White only,Married - spouse present,"Native, born in United States",Excellent,70,160,23,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,165,0,0,65,0,0,170,0,675,0,0,215,60,0,90,0,0,"$150,000 and over",Generation X (39-54),White only,Excellent,5.5-6 feet,160-180,Master's or Doctoral Degree,,0,170,740,275,0,0,255
+,2022,2.02212E+13,7977,South,Florida,200000,"House, apartment, flat",1,1,6752484,32,Male,White only,Married - spouse present,"Native, born in United States",Excellent,72,190,25.8,Associate degree - occupational vocational,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,150,0,105,60,0,0,255,0,480,0,0,270,0,0,120,0,0,"$150,000 and over",Millennials (23-38),White only,Excellent,6-6.5 feet,180-200,Associate Degree,,0,255,540,270,0,0,375
+,2022,2.02212E+13,7978,West,Colorado,125000,"House, apartment, flat",1,1,5041769,53,Male,Asian only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Very good,65,120,20,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,60,0,0,60,0,0,120,0,720,0,0,240,0,0,0,0,240,"$100,000 - $150,000",Generation X (39-54),Asian only,Very good,5-5.5 feet,120-140,Master's or Doctoral Degree,,240,120,780,240,0,0,60
+,2022,2.02212E+13,7979,Midwest,Indiana,67500,"House, apartment, flat",1,1,9746801,36,Male,White only,Married - spouse present,"Native, born in United States",Good,67,130,20.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,105,0,0,75,0,0,50,0,505,0,5,110,0,0,50,0,540,"$50,000 - $75,000",Millennials (23-38),White only,Good,5.5-6 feet,120-140,Bachelor's Degree,,540,50,580,115,0,0,155
+,2022,2.02212E+13,7980,West,California,8750,"House, apartment, flat",1,1,2606020,67,Female,White only,Never married,"Foreign born, U.S. citizen by naturalization",Fair,59,110,22.2,7th or 8th grade,Seventh through eighth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,No difficulty remembering,0,0,15,65,0,0,120,0,815,0,0,340,30,25,30,0,0,"Less than $10,000",Boomers (55-73),White only,Fair,0-5 feet,100-120,Middle School or Less,,0,120,880,370,0,0,70
+,2022,2.02212E+13,7981,Midwest,Illinois,8750,"House, apartment, flat",1,1,12909641,39,Male,White only,Never married,"Native, born in United States",NIU (Not in universe),,9999,999,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),Has vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,20,0,0,0,100,0,860,0,0,400,0,0,60,0,0,"Less than $10,000",Generation X (39-54),White only,"Other (Refused, Dont know, NIU)",,>300,Graduated High School,,0,100,860,400,0,0,80
+,2022,2.02212E+13,7982,South,Maryland,87500,"House, apartment, flat",1,1,14559043,50,Female,Black only,Separated,"Native, born in United States",Good,66,200,32.3,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,120,0,840,0,0,480,0,0,0,0,0,"$75,000 - $100,000",Generation X (39-54),Black only,Good,5.5-6 feet,200-300,Master's or Doctoral Degree,,0,120,840,480,0,0,0
+,2022,2.02212E+13,7983,West,Oregon,55000,"House, apartment, flat",1,1,11598693,20,Female,White only,Never married,"Native, born in United States",NIU (Not in universe),,9999,999,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,15,0,0,60,0,0,240,0,885,0,0,240,0,0,0,0,0,"$50,000 - $75,000",Generation Z (7-22),White only,"Other (Refused, Dont know, NIU)",,>300,Graduated High School,,0,240,945,240,0,0,15
+,2022,2.02212E+13,7984,Northeast,New Jersey,125000,"House, apartment, flat",1,1,20674896,59,Female,White only,Married - spouse present,"Native, born in United States",Good,62,123,22.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,330,0,810,60,0,230,0,0,10,0,0,"$100,000 - $150,000",Boomers (55-73),White only,Good,5-5.5 feet,120-140,Bachelor's Degree,,0,330,870,230,0,0,10
+,2022,2.02212E+13,7985,South,South Carolina,55000,"House, apartment, flat",1,1,3302795,85,Male,Black only,Widowed,"Native, born in United States",Good,68,178,27.1,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,65,0,0,0,0,640,0,0,340,315,0,80,0,0,"$50,000 - $75,000",Silent (74-91),Black only,Good,5.5-6 feet,160-180,Some College,,0,0,705,655,0,0,80
+,2022,2.02212E+13,7986,Northeast,Pennsylvania,55000,"House, apartment, flat",1,1,6163906,79,Female,White only,Married - spouse present,"Native, born in United States",Good,64,170,29.2,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,80,110,0,0,370,0,455,0,217,30,0,45,103,30,0,"$50,000 - $75,000",Silent (74-91),White only,Good,5-5.5 feet,160-180,Graduated High School,,0,370,565,247,0,30,228
+,2022,2.02212E+13,7987,South,North Carolina,55000,Mobile home or trailer with no permanent room added,1,1,7417740,68,Male,Black only,Married - spouse present,"Native, born in United States",Good,70,210,30.1,Some college but no degree,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,32,0,0,10,0,423,0,0,550,0,0,35,0,390,"$50,000 - $75,000",Boomers (55-73),Black only,Good,5.5-6 feet,200-300,Some College,,390,10,455,550,0,0,35
+,2022,2.02212E+13,7988,Midwest,Kansas,37500,"House, apartment, flat",1,1,7387657,66,Male,White only,Widowed,"Native, born in United States",Good,70,240,34.4,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,165,40,0,0,62,15,584,60,30,275,30,0,179,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Master's or Doctoral Degree,,0,77,684,335,0,0,344
+,2022,2.02212E+13,7989,West,California,200000,"House, apartment, flat",1,1,10301575,64,Female,White only,Never married,"Native, born in United States",Very good,64,150,25.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,105,0,0,285,0,465,0,0,135,45,0,75,0,300,"$150,000 and over",Boomers (55-73),White only,Very good,5-5.5 feet,140-160,Bachelor's Degree,,300,285,570,180,0,0,105
+,2022,2.02212E+13,7990,South,West Virginia,22500,"House, apartment, flat",1,1,12447613,69,Male,White only,Married - spouse present,"Native, born in United States",Good,69,160,23.6,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,25,0,20,0,0,181,0,480,0,0,688,0,0,46,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Good,5.5-6 feet,160-180,Graduated High School,,0,181,500,688,0,0,71
+,2022,2.02212E+13,7991,South,Tennessee,125000,"House, apartment, flat",1,1,9211422,22,Female,White only,Married - spouse present,"Native, born in United States",Good,63,110,19.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,55,0,0,90,0,0,300,0,705,0,180,90,0,0,20,0,0,"$100,000 - $150,000",Millennials (23-38),White only,Good,5-5.5 feet,100-120,Bachelor's Degree,,0,300,795,270,0,0,75
+,2022,2.02212E+13,7992,Midwest,Ohio,8750,"House, apartment, flat",1,1,11518333,53,Male,Black only,Never married,"Native, born in United States",Fair,69,182,26.9,7th or 8th grade,Seventh through eighth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,11,16,55,0,0,20,0,855,0,0,289,0,1,193,0,0,"Less than $10,000",Generation X (39-54),Black only,Fair,5.5-6 feet,180-200,Middle School or Less,,0,20,910,289,0,0,221
+,2022,2.02212E+13,7993,Midwest,Michigan,67500,"House, apartment, flat",1,1,3995441,69,Female,White only,Married - spouse present,"Native, born in United States",Very good,,9996,998,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,570,0,570,0,0,60,0,0,0,0,210,"$50,000 - $75,000",Boomers (55-73),White only,Very good,,>300,Associate Degree,,210,570,600,60,0,0,0
+,2022,2.02212E+13,7994,South,Georgia,200000,"House, apartment, flat",1,1,6888504,31,Female,White only,Married - spouse present,"Native, born in United States",Very good,69,9994,998,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,90,0,675,0,0,465,0,0,150,0,0,"$150,000 and over",Millennials (23-38),White only,Very good,5.5-6 feet,>300,Master's or Doctoral Degree,,0,90,735,465,0,0,150
+,2022,2.02212E+13,7995,South,Texas,200000,"House, apartment, flat",1,1,18737787,50,Female,White only,Married - spouse present,"Native, born in United States",Fair,64,200,34.3,High school graduate - diploma,Twelfth grade,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,20,80,0,0,210,0,590,0,0,0,0,0,60,0,480,"$150,000 and over",Generation X (39-54),White only,Fair,5-5.5 feet,200-300,Graduated High School,,480,210,670,0,0,0,80
+,2022,2.02212E+13,7996,West,California,200000,"House, apartment, flat",1,1,3651080,51,Female,White only,Widowed,"Native, born in United States",Very good,67,192,30.1,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,20,0,0,365,0,610,0,75,50,0,0,210,80,0,"$150,000 and over",Generation X (39-54),White only,Very good,5.5-6 feet,180-200,Master's or Doctoral Degree,,0,365,630,125,0,80,240
+,2022,2.02212E+13,7997,West,Oregon,37500,"House, apartment, flat",1,1,3542203,69,Male,White only,Married - spouse present,"Native, born in United States",Good,70,220,31.6,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,Has difficulty remembering,0,0,145,60,0,0,0,0,680,0,0,360,0,0,195,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Some College,,0,0,740,360,0,0,340
+,2022,2.02212E+13,7998,South,Florida,87500,"House, apartment, flat",1,1,17792612,61,Male,White only,Married - spouse present,"Native, born in United States",Excellent,72,225,30.5,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,630,0,180,0,0,0,0,510,0,0,70,0,0,50,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Excellent,6-6.5 feet,200-300,Master's or Doctoral Degree,,0,0,690,70,0,0,680
+,2022,2.02212E+13,7999,South,Alabama,45000,"House, apartment, flat",1,1,8459654,33,Female,Black only,Never married,"Native, born in United States",Fair,61,250,47.2,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,40,0,0,160,30,610,0,0,90,0,30,30,0,450,"$30,000 - $50,000",Millennials (23-38),Black only,Fair,5-5.5 feet,200-300,Associate Degree,,450,190,650,90,0,0,60
+,2022,2.02212E+13,8000,Midwest,Illinois,55000,"House, apartment, flat",1,1,32507536,63,Male,Asian only,Married - spouse present,"Foreign born, not a U.S. citizen",NIU (Not in universe),,9999,999,High school graduate - diploma,Twelfth grade,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,180,0,540,0,60,390,0,0,0,0,240,"$50,000 - $75,000",Boomers (55-73),Asian only,"Other (Refused, Dont know, NIU)",,>300,Graduated High School,,240,180,570,450,0,0,0
+,2022,2.02212E+13,8001,South,Tennessee,125000,"House, apartment, flat",1,1,27632042,29,Male,White only,Married - spouse present,"Native, born in United States",Good,74,270,34.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,45,0,0,67,0,453,0,0,340,0,0,50,0,485,"$100,000 - $150,000",Millennials (23-38),White only,Good,6-6.5 feet,200-300,Bachelor's Degree,,485,67,498,340,0,0,50
+,2022,2.02212E+13,8002,West,California,87500,"House, apartment, flat",1,1,10171648,80,Male,White only,Married - spouse present,"Native, born in United States",Excellent,70,185,26.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,15,85,0,0,50,0,704,0,0,0,0,0,16,150,420,"$75,000 - $100,000",Silent (74-91),White only,Excellent,5.5-6 feet,180-200,Bachelor's Degree,,420,50,789,0,0,150,31
+,2022,2.02212E+13,8003,South,Maryland,55000,"House, apartment, flat",1,1,4021779,85,Female,White only,Widowed,"Native, born in United States",Very good,64,185,31.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,5,115,0,0,31,6,635,0,0,619,0,3,26,0,0,"$50,000 - $75,000",Silent (74-91),White only,Very good,5-5.5 feet,180-200,Bachelor's Degree,,0,37,750,619,0,0,34
+,2022,2.02212E+13,8004,South,Alabama,55000,"House, apartment, flat",1,1,15311372,27,Male,White-Asian,Never married,"Native, born in United States",Very good,70,190,27.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,88,255,0,0,77,0,513,0,0,295,0,0,212,0,0,"$50,000 - $75,000",Millennials (23-38),Mixed,Very good,5.5-6 feet,180-200,Bachelor's Degree,,0,77,768,295,0,0,300
+,2022,2.02212E+13,8005,West,California,200000,"House, apartment, flat",1,1,7796232,85,Male,White only,Married - spouse absent,"Native, born in United States",Excellent,68,120,18.2,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),Has vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,40,0,0,0,0,780,0,0,620,0,0,0,0,0,"$150,000 and over",Silent (74-91),White only,Excellent,5.5-6 feet,120-140,Some College,,0,0,820,620,0,0,0
+,2022,2.02212E+13,8006,South,Texas,87500,"House, apartment, flat",1,1,11423943,43,Female,Asian only,Never married,"Foreign born, U.S. citizen by naturalization",Good,61,135,25.5,High school graduate - diploma,Twelfth grade,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,160,0,75,0,0,0,0,590,0,0,65,0,0,80,0,470,"$75,000 - $100,000",Generation X (39-54),Asian only,Good,5-5.5 feet,120-140,Graduated High School,,470,0,665,65,0,0,240
+,2022,2.02212E+13,8007,West,Washington,11250,"House, apartment, flat",1,1,3845330,79,Female,White only,Widowed,"Native, born in United States",Fair,62,210,38.4,Associate degree - academic program,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,30,0,0,1140,0,240,0,0,30,0,0,0,0,0,"$10,000 - $30,000",Silent (74-91),White only,Fair,5-5.5 feet,200-300,Associate Degree,,0,1140,270,30,0,0,0
+,2022,2.02212E+13,8008,Midwest,Iowa,37500,"House, apartment, flat",1,1,7166591,80,Female,White only,Widowed,"Native, born in United States",Good,66,175,28.2,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,310,0,70,0,0,50,0,700,0,0,310,0,0,0,0,0,"$30,000 - $50,000",Silent (74-91),White only,Good,5.5-6 feet,160-180,Graduated High School,,0,50,770,310,0,0,310
+,2022,2.02212E+13,8009,West,California,125000,"House, apartment, flat",1,1,45535955,39,Male,White only,Married - spouse present,"Foreign born, not a U.S. citizen",NIU (Not in universe),,9999,999,"1st, 2nd, 3rd, or 4th grade",First through fourth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,0,0,600,0,0,280,0,0,50,0,450,"$100,000 - $150,000",Generation X (39-54),White only,"Other (Refused, Dont know, NIU)",,>300,Middle School or Less,,450,0,660,280,0,0,50
+,2022,2.02212E+13,8010,Midwest,Michigan,37500,"House, apartment, flat",1,1,6472303,80,Male,Black only,Widowed,"Native, born in United States",Excellent,67,180,28.2,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,10,0,55,0,0,40,0,615,0,0,660,0,0,60,0,0,"$30,000 - $50,000",Silent (74-91),Black only,Excellent,5.5-6 feet,180-200,Graduated High School,,0,40,670,660,0,0,70
+,2022,2.02212E+13,8011,West,California,200000,"House, apartment, flat",1,1,9303483,24,Female,White only,Married - spouse present,"Native, born in United States",Good,65,150,25,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,195,0,0,90,0,0,482,0,579,0,0,30,0,0,64,0,0,"$150,000 and over",Millennials (23-38),White only,Good,5-5.5 feet,140-160,Some College,,0,482,669,30,0,0,259
+,2022,2.02212E+13,8012,South,North Carolina,200000,"House, apartment, flat",1,1,7143147,71,Male,White only,Married - spouse present,"Native, born in United States",Good,69,164,24.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,97,0,0,0,0,420,0,0,443,0,0,480,0,0,"$150,000 and over",Boomers (55-73),White only,Good,5.5-6 feet,160-180,Bachelor's Degree,,0,0,517,443,0,0,480
+,2022,2.02212E+13,8013,South,District of Columbia,125000,"House, apartment, flat",1,1,14750195,69,Male,Black only,Widowed,"Native, born in United States",Good,74,278,35.7,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,50,0,0,50,0,650,0,0,690,0,0,0,0,0,"$100,000 - $150,000",Boomers (55-73),Black only,Good,6-6.5 feet,200-300,Graduated High School,,0,50,700,690,0,0,0
+,2022,2.02212E+13,8014,South,Louisiana,37500,"House, apartment, flat",1,1,14420348,71,Male,White only,Married - spouse present,"Native, born in United States",Good,68,240,36.5,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,35,0,0,345,0,420,0,0,550,0,0,30,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Some College,,0,345,455,550,0,0,90
+,2022,2.02212E+13,8015,Midwest,Illinois,125000,"House, apartment, flat",1,1,17347096,62,Female,White only,Married - spouse present,"Native, born in United States",Very good,66,152,24.5,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,95,0,0,10,0,639,0,0,173,30,0,43,0,450,"$100,000 - $150,000",Boomers (55-73),White only,Very good,5.5-6 feet,140-160,Master's or Doctoral Degree,,450,10,734,203,0,0,43
+,2022,2.02212E+13,8016,West,Arizona,17500,"House, apartment, flat",1,1,8811952,69,Male,White only,Married - spouse present,"Native, born in United States",Very good,63,130,23,Some college but no degree,College--one year,Unemployed - looking,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,75,210,0,0,382,0,560,15,0,90,40,0,68,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Very good,5-5.5 feet,120-140,Some College,,0,382,785,130,0,0,143
+,2022,2.02212E+13,8017,West,California,87500,"House, apartment, flat",1,1,4996163,39,Male,White-American Indian,Never married,"Native, born in United States",Fair,69,330,48.7,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,20,40,0,0,70,0,375,0,0,901,0,30,4,0,0,"$75,000 - $100,000",Generation X (39-54),Mixed,Fair,5.5-6 feet,>300,Some College,,0,70,415,901,0,0,54
+,2022,2.02212E+13,8018,South,Kentucky,200000,"House, apartment, flat",1,1,4667559,39,Male,White only,Married - spouse present,"Native, born in United States",Good,74,208,26.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,0,0,460,0,0,780,0,0,80,0,0,"$150,000 and over",Generation X (39-54),White only,Good,6-6.5 feet,200-300,Bachelor's Degree,,0,0,580,780,0,0,80
+,2022,2.02212E+13,8019,Midwest,Missouri,125000,"House, apartment, flat",1,1,4895676,51,Male,White only,Married - spouse absent,"Native, born in United States",Very good,77,190,22.5,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,4,0,140,0,0,130,0,760,0,0,150,60,105,91,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Very good,6-6.5 feet,180-200,Master's or Doctoral Degree,,0,130,900,210,0,0,200
+,2022,2.02212E+13,8020,South,Georgia,200000,"House, apartment, flat",1,1,16415432,46,Female,White only,Married - spouse present,"Native, born in United States",Very good,64,130,22.3,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,55,0,0,80,0,0,400,0,600,0,0,170,65,0,70,0,0,"$150,000 and over",Generation X (39-54),White only,Very good,5-5.5 feet,120-140,Master's or Doctoral Degree,,0,400,680,235,0,0,125
+,2022,2.02212E+13,8021,Northeast,New York,55000,"House, apartment, flat",1,1,5985486,32,Female,White only,Never married,"Native, born in United States",Very good,66,132,21.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,150,0,640,0,0,440,0,0,0,0,180,"$50,000 - $75,000",Millennials (23-38),White only,Very good,5.5-6 feet,120-140,Bachelor's Degree,,180,150,670,440,0,0,0
+,2022,2.02212E+13,8022,Midwest,Nebraska,45000,"House, apartment, flat",1,1,7193667,66,Male,White only,Married - spouse present,"Native, born in United States",Good,72,200,27.1,Associate degree - occupational vocational,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,25,35,0,0,0,0,565,0,0,252,0,0,21,0,542,"$30,000 - $50,000",Boomers (55-73),White only,Good,6-6.5 feet,200-300,Associate Degree,,542,0,600,252,0,0,46
+,2022,2.02212E+13,8023,West,Wyoming,87500,"House, apartment, flat",1,1,6935844,74,Female,White only,Married - spouse present,"Native, born in United States",Very good,67,170,26.6,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,108,70,90,0,0,92,5,630,0,0,180,45,0,160,30,0,"$75,000 - $100,000",Silent (74-91),White only,Very good,5.5-6 feet,160-180,Master's or Doctoral Degree,,0,97,720,225,0,30,338
+,2022,2.02212E+13,8024,Northeast,Pennsylvania,67500,"House, apartment, flat",1,1,12731350,80,Female,White only,Married - spouse present,"Native, born in United States",Fair,59,130,26.3,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,50,0,0,117,0,620,5,40,486,30,0,62,0,0,"$50,000 - $75,000",Silent (74-91),White only,Fair,0-5 feet,120-140,Graduated High School,,0,117,675,556,0,0,92
+,2022,2.02212E+13,8025,Midwest,Wisconsin,55000,"House, apartment, flat",1,1,11902620,27,Male,White only,Never married,"Native, born in United States",Good,74,300,38.5,High school graduate - diploma,Twelfth grade,Unemployed - on layoff,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,240,0,60,0,0,60,0,740,0,0,300,0,0,40,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Good,6-6.5 feet,>300,Graduated High School,,0,60,800,300,0,0,280
+,2022,2.02212E+13,8026,Northeast,Pennsylvania,67500,"House, apartment, flat",1,1,4856822,80,Male,White only,Married - spouse present,"Native, born in United States",Very good,66,162,26.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,77,0,628,0,0,600,15,0,0,0,0,"$50,000 - $75,000",Silent (74-91),White only,Very good,5.5-6 feet,160-180,Bachelor's Degree,,0,77,748,615,0,0,0
+,2022,2.02212E+13,8027,Midwest,Minnesota,87500,"House, apartment, flat",1,1,26483396,18,Male,White only,Never married,"Native, born in United States",Excellent,73,160,21.1,11th grade,Eleventh grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,Has difficulty remembering,0,0,0,45,150,0,20,0,615,0,0,610,0,0,0,0,0,"$75,000 - $100,000",Generation Z (7-22),White only,Excellent,6-6.5 feet,160-180,Some High School,,0,20,660,610,150,0,0
+,2022,2.02212E+13,8028,West,Colorado,125000,"House, apartment, flat",1,1,13021223,35,Female,White only,Divorced,"Native, born in United States",Very good,68,125,19,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,130,0,0,45,0,475,0,0,300,0,0,40,390,60,"$100,000 - $150,000",Millennials (23-38),White only,Very good,5.5-6 feet,120-140,Master's or Doctoral Degree,,60,45,605,300,0,390,40
+,2022,2.02212E+13,8029,West,California,8750,"House, apartment, flat",1,1,17331759,29,Male,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Very good,70,172,24.7,7th or 8th grade,Seventh through eighth grade,Unemployed - on layoff,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,180,0,60,150,0,0,180,0,540,0,0,300,0,0,30,0,0,"Less than $10,000",Millennials (23-38),White only,Very good,5.5-6 feet,160-180,Middle School or Less,,0,180,690,300,0,0,270
+,2022,2.02212E+13,8030,South,Georgia,13750,Mobile home or trailer with 1 or more rooms added,1,1,8307101,80,Female,White only,Married - spouse present,"Native, born in United States",Good,65,171,28.5,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),Has vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,Has difficulty remembering,0,100,10,40,0,0,185,0,645,0,0,295,0,0,165,0,0,"$10,000 - $30,000",Silent (74-91),White only,Good,5-5.5 feet,160-180,Some College,,0,185,685,295,0,0,275
+,2022,2.02212E+13,8031,West,Colorado,125000,"House, apartment, flat",1,1,4255200,79,Female,White only,Married - spouse present,"Native, born in United States",Excellent,66,145,23.4,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,50,0,0,116,0,584,0,0,150,0,0,60,0,480,"$100,000 - $150,000",Silent (74-91),White only,Excellent,5.5-6 feet,140-160,Master's or Doctoral Degree,,480,116,634,150,0,0,60
+,2022,2.02212E+13,8032,West,California,55000,"House, apartment, flat",1,1,8674567,71,Female,White only,Married - spouse present,"Native, born in United States",Good,64,145,24.9,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,15,0,80,0,0,0,0,510,15,195,502,0,3,120,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Good,5-5.5 feet,140-160,Graduated High School,,0,0,605,697,0,0,138
+,2022,2.02212E+13,8033,West,Arizona,200000,"House, apartment, flat",1,1,5002665,52,Female,White only,Married - spouse present,"Native, born in United States",Good,64,280,48.1,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,15,40,0,0,265,0,525,0,0,595,0,0,0,0,0,"$150,000 and over",Generation X (39-54),White only,Good,5-5.5 feet,200-300,Master's or Doctoral Degree,,0,265,565,595,0,0,15
+,2022,2.02212E+13,8034,South,Maryland,125000,"House, apartment, flat",1,1,20460321,85,Male,White only,Married - spouse present,"Native, born in United States",Poor,71,252,35.1,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,25,85,0,0,50,0,720,10,0,525,0,0,25,0,0,"$100,000 - $150,000",Silent (74-91),White only,Poor,5.5-6 feet,200-300,Graduated High School,,0,50,815,525,0,0,50
+,2022,2.02212E+13,8035,Northeast,Massachusetts,55000,"House, apartment, flat",1,1,5304735,69,Male,White only,Never married,"Native, born in United States",Very good,66,200,32.3,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,5,15,135,0,0,12,0,660,0,0,60,0,0,118,0,435,"$50,000 - $75,000",Boomers (55-73),White only,Very good,5.5-6 feet,200-300,Master's or Doctoral Degree,,435,12,795,60,0,0,138
+,2022,2.02212E+13,8036,South,North Carolina,200000,"House, apartment, flat",1,1,10426645,58,Male,White only,Married - spouse present,"Native, born in United States",Very good,73,235,31,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,70,0,0,10,0,530,0,0,355,0,0,10,0,465,"$150,000 and over",Boomers (55-73),White only,Very good,6-6.5 feet,200-300,Master's or Doctoral Degree,,465,10,600,355,0,0,10
+,2022,2.02212E+13,8037,South,South Carolina,37500,"House, apartment, flat",1,1,16283488,49,Female,White only,Never married,"Native, born in United States",Good,71,195,27.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,345,120,0,0,255,0,690,0,0,0,0,0,30,0,0,"$30,000 - $50,000",Generation X (39-54),White only,Good,5.5-6 feet,180-200,Bachelor's Degree,,0,255,810,0,0,0,375
+,2022,2.02212E+13,8038,West,Nevada,55000,"House, apartment, flat",1,1,3605005,67,Male,White only,Married - spouse present,"Native, born in United States",Very good,72,190,25.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,180,0,0,45,0,515,0,0,330,360,0,10,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Very good,6-6.5 feet,180-200,Bachelor's Degree,,0,45,695,690,0,0,10
+,2022,2.02212E+13,8039,West,Nevada,55000,"House, apartment, flat",1,1,10928164,70,Male,White only,Married - spouse present,"Native, born in United States",Good,68,205,31.2,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,135,0,0,325,0,510,60,0,335,15,0,60,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Bachelor's Degree,,0,325,705,350,0,0,60
+,2022,2.02212E+13,8040,South,Texas,17500,"House, apartment, flat",1,1,5307692,64,Female,Black only,Widowed,"Native, born in United States",Fair,63,162,28.7,Some college but no degree,College--four years,Not in labor force,NIU (Not in universe),Has vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,205,0,0,90,0,635,0,15,180,60,30,30,135,0,"$10,000 - $30,000",Boomers (55-73),Black only,Fair,5-5.5 feet,160-180,Some College,,0,90,840,255,0,135,120
+,2022,2.02212E+13,8041,West,Nevada,125000,"House, apartment, flat",1,1,7325089,80,Female,White only,Married - spouse present,"Native, born in United States",Fair,63,170,30.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,75,75,0,0,235,0,580,0,0,285,45,90,55,0,0,"$100,000 - $150,000",Silent (74-91),White only,Fair,5-5.5 feet,160-180,Bachelor's Degree,,0,235,655,330,0,0,220
+,2022,2.02212E+13,8042,West,California,67500,"House, apartment, flat",1,1,13792265,67,Female,Black only,Divorced,"Native, born in United States",Very good,66,150,24.2,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,420,30,20,0,0,45,60,660,0,0,170,0,0,35,0,0,"$50,000 - $75,000",Boomers (55-73),Black only,Very good,5.5-6 feet,140-160,Some College,,0,105,680,170,0,0,485
+,2022,2.02212E+13,8043,West,Utah,67500,"House, apartment, flat",1,1,5134911,72,Female,Asian only,Married - spouse present,"Native, born in United States",NIU (Not in universe),,9999,999,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,35,0,30,0,0,100,0,645,0,0,225,0,0,120,285,0,"$50,000 - $75,000",Boomers (55-73),Asian only,"Other (Refused, Dont know, NIU)",,>300,Bachelor's Degree,,0,100,675,225,0,285,155
+,2022,2.02212E+13,8044,South,Texas,22500,"House, apartment, flat",1,1,35384494,42,Male,White only,Married - spouse present,"Foreign born, not a U.S. citizen",Good,61,340,64.2,5th or 6th grade,Fifth through sixth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,4,0,25,25,0,0,236,0,491,0,30,468,0,0,161,0,0,"$10,000 - $30,000",Generation X (39-54),White only,Good,5-5.5 feet,>300,Middle School or Less,,0,236,516,498,0,0,190
+,2022,2.02212E+13,8045,Midwest,Ohio,200000,"House, apartment, flat",1,1,11094089,39,Male,White only,Married - spouse present,"Native, born in United States",Good,70,230,33,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,30,0,0,0,0,0,300,0,570,0,0,480,60,0,0,0,0,"$150,000 and over",Generation X (39-54),White only,Good,5.5-6 feet,200-300,Master's or Doctoral Degree,,0,300,570,540,0,0,30
+,2022,2.02212E+13,8046,West,California,67500,"House, apartment, flat",1,1,2699248,30,Female,White only,Never married,"Foreign born, not a U.S. citizen",Good,61,175,33.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,130,30,0,0,280,0,780,0,0,150,0,30,40,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Good,5-5.5 feet,160-180,Bachelor's Degree,,0,280,810,150,0,0,200
+,2022,2.02212E+13,8047,South,Georgia,45000,"House, apartment, flat",1,1,4724738,71,Female,White only,Married - spouse present,"Native, born in United States",Fair,61,9997,998,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,20,0,0,0,0,420,0,0,910,0,0,30,60,0,"$30,000 - $50,000",Boomers (55-73),White only,Fair,5-5.5 feet,>300,Graduated High School,,0,0,440,910,0,60,30
+,2022,2.02212E+13,8048,Northeast,Massachusetts,67500,"House, apartment, flat",1,1,15981799,41,Female,Asian only,Married - spouse present,"Foreign born, not a U.S. citizen",NIU (Not in universe),,9999,999,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,145,0,0,360,0,600,0,0,245,90,0,0,0,0,"$50,000 - $75,000",Generation X (39-54),Asian only,"Other (Refused, Dont know, NIU)",,>300,Bachelor's Degree,,0,360,745,335,0,0,0
+,2022,2.02212E+13,8049,South,Alabama,125000,"House, apartment, flat",1,1,42778227,54,Male,Black only,Married - spouse present,"Native, born in United States",Very good,64,157,26.9,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,0,0,0,0,0,630,0,0,683,0,0,67,0,0,"$100,000 - $150,000",Boomers (55-73),Black only,Very good,5-5.5 feet,140-160,Graduated High School,,0,0,630,683,0,0,127
+,2022,2.02212E+13,8050,Northeast,New York,37500,"House, apartment, flat",1,1,7531909,55,Female,White only,Separated,"Foreign born, not a U.S. citizen",Good,60,135,26.4,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,15,30,0,0,60,0,615,0,0,295,0,60,65,0,300,"$30,000 - $50,000",Boomers (55-73),White only,Good,5-5.5 feet,120-140,Graduated High School,,300,60,645,295,0,0,140
+,2022,2.02212E+13,8051,West,Washington,11250,"House, apartment, flat",1,1,4981649,60,Female,White only,Married - spouse present,"Native, born in United States",Fair,68,242,36.8,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,425,0,570,0,0,385,0,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Fair,5.5-6 feet,200-300,Graduated High School,,0,425,630,385,0,0,0
+,2022,2.02212E+13,8052,Northeast,New York,125000,"House, apartment, flat",1,1,9480218,69,Female,White only,Divorced,"Native, born in United States",Very good,65,137,22.8,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,125,25,0,0,286,0,553,130,0,90,0,50,136,0,45,"$100,000 - $150,000",Boomers (55-73),White only,Very good,5-5.5 feet,120-140,Master's or Doctoral Degree,,45,286,708,90,0,0,311
+,2022,2.02212E+13,8053,South,Texas,125000,"House, apartment, flat",1,1,3530655,45,Female,White only,Divorced,"Native, born in United States",Excellent,68,130,19.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,20,0,0,45,0,0,780,0,195,0,0,45,0,0,0,0,355,"$100,000 - $150,000",Generation X (39-54),White only,Excellent,5.5-6 feet,120-140,Bachelor's Degree,,355,780,240,45,0,0,20
+,2022,2.02212E+13,8054,Northeast,Massachusetts,67500,"House, apartment, flat",1,1,15332346,46,Female,White only,Married - spouse present,"Native, born in United States",Fair,68,180,27.4,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,No difficulty remembering,37,0,40,105,0,0,413,0,425,125,0,105,0,0,130,0,0,"$50,000 - $75,000",Generation X (39-54),White only,Fair,5.5-6 feet,180-200,Some College,,0,413,655,105,0,0,207
+,2022,2.02212E+13,8055,South,Virginia,125000,"House, apartment, flat",1,1,8882095,47,Female,White only,Divorced,"Native, born in United States",Good,72,250,33.9,Some college but no degree,College--three years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,190,0,0,28,0,735,0,0,437,0,0,20,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Good,6-6.5 feet,200-300,Some College,,0,28,925,437,0,0,50
+,2022,2.02212E+13,8056,Northeast,Massachusetts,87500,"House, apartment, flat",1,1,16574496,54,Male,Black only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Excellent,66,170,27.4,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,15,120,0,0,240,0,400,0,0,515,70,0,80,0,0,"$75,000 - $100,000",Boomers (55-73),Black only,Excellent,5.5-6 feet,160-180,Graduated High School,,0,240,520,585,0,0,95
+,2022,2.02212E+13,8057,South,Mississippi,13750,"House, apartment, flat",1,1,13151150,57,Male,Black only,Widowed,"Native, born in United States",Very good,71,175,24.4,10th grade,Tenth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,210,0,0,70,0,465,0,0,695,0,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),Black only,Very good,5.5-6 feet,160-180,Some High School,,0,70,675,695,0,0,0
+,2022,2.02212E+13,8058,Northeast,Connecticut,22500,"House, apartment, flat",1,1,25452615,53,Male,White only,Divorced,"Foreign born, not a U.S. citizen",Good,56,140,31.4,5th or 6th grade,Fifth through sixth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,70,0,0,0,0,600,0,0,210,0,0,110,0,450,"$10,000 - $30,000",Generation X (39-54),White only,Good,0-5 feet,140-160,Middle School or Less,,450,0,670,210,0,0,110
+,2022,2.02212E+13,8059,South,Arkansas,125000,"House, apartment, flat",1,1,13712529,15,Male,White only,Never married,"Native, born in United States",Very good,71,151,21.1,10th grade,Tenth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,5,20,0,0,0,0,885,0,0,170,40,0,40,280,0,"$100,000 - $150,000",Generation Z (7-22),White only,Very good,5.5-6 feet,140-160,Some High School,,0,0,905,210,0,280,45
+,2022,2.02212E+13,8060,Northeast,Rhode Island,27500,"House, apartment, flat",1,1,9597881,72,Male,White only,Never married,"Native, born in United States",Good,68,175,26.6,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,25,0,0,65,0,690,0,0,305,0,0,30,0,325,"$10,000 - $30,000",Boomers (55-73),White only,Good,5.5-6 feet,160-180,Master's or Doctoral Degree,,325,65,715,305,0,0,30
+,2022,2.02212E+13,8061,South,Texas,37500,"House, apartment, flat",1,1,6981410,79,Male,White only,Married - spouse present,"Native, born in United States",Excellent,72,200,27.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,85,0,0,470,0,525,0,0,360,0,0,0,0,0,"$30,000 - $50,000",Silent (74-91),White only,Excellent,6-6.5 feet,200-300,Bachelor's Degree,,0,470,610,360,0,0,0
+,2022,2.02212E+13,8062,South,Arkansas,32500,"House, apartment, flat",1,1,6659955,54,Female,Black only,Divorced,"Native, born in United States",Good,60,135,26.4,Associate degree - academic program,College--three years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,120,50,0,0,0,0,690,0,0,445,0,0,75,0,60,"$30,000 - $50,000",Boomers (55-73),Black only,Good,5-5.5 feet,120-140,Associate Degree,,60,0,740,445,0,0,195
+,2022,2.02212E+13,8063,Northeast,Massachusetts,37500,"House, apartment, flat",1,1,3138362,77,Female,White only,Widowed,"Native, born in United States",Good,60,9996,998,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,65,0,0,20,0,580,0,0,175,0,35,10,0,555,"$30,000 - $50,000",Silent (74-91),White only,Good,5-5.5 feet,>300,Associate Degree,,555,20,645,175,0,0,45
+,2022,2.02212E+13,8064,West,California,125000,"House, apartment, flat",1,1,9651097,40,Male,Asian only,Never married,"Native, born in United States",Good,64,176,30.2,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,55,70,0,0,120,0,500,0,0,585,0,0,110,0,0,"$100,000 - $150,000",Generation X (39-54),Asian only,Good,5-5.5 feet,160-180,Master's or Doctoral Degree,,0,120,570,585,0,0,165
+,2022,2.02212E+13,8065,Midwest,Kansas,45000,"House, apartment, flat",1,1,10798690,66,Female,Black only,Never married,"Native, born in United States",Fair,59,225,45.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,45,30,0,0,195,0,570,0,70,400,0,0,0,130,0,"$30,000 - $50,000",Boomers (55-73),Black only,Fair,0-5 feet,200-300,Bachelor's Degree,,0,195,600,470,0,130,45
+,2022,2.02212E+13,8066,South,Florida,125000,"House, apartment, flat",1,1,24475493,64,Male,White only,Married - spouse present,"Native, born in United States",Good,70,197,28.3,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,60,0,0,75,0,510,0,0,195,0,0,60,0,510,"$100,000 - $150,000",Boomers (55-73),White only,Good,5.5-6 feet,180-200,Associate Degree,,510,75,570,195,0,0,90
+,2022,2.02212E+13,8067,West,Montana,200000,"House, apartment, flat",1,1,5434159,72,Female,White only,Widowed,"Native, born in United States",Fair,67,234,36.6,Associate degree - occupational vocational,College--three years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,60,0,0,630,0,330,0,30,180,0,60,60,30,0,"$150,000 and over",Boomers (55-73),White only,Fair,5.5-6 feet,200-300,Associate Degree,,0,630,390,210,0,30,180
+,2022,2.02212E+13,8068,South,Texas,200000,"House, apartment, flat",1,1,19182424,29,Female,White only,Married - spouse present,"Native, born in United States",Good,68,9994,998,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,480,0,0,95,0,0,65,0,570,0,0,230,0,0,0,0,0,"$150,000 and over",Millennials (23-38),White only,Good,5.5-6 feet,>300,Bachelor's Degree,,0,65,665,230,0,0,480
+,2022,2.02212E+13,8069,Midwest,Indiana,37500,"House, apartment, flat",1,1,4614906,80,Male,White only,Widowed,"Native, born in United States",Poor,69,210,31,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,0,0,675,0,152,360,0,0,163,0,0,"$30,000 - $50,000",Silent (74-91),White only,Poor,5.5-6 feet,200-300,Graduated High School,,0,0,765,512,0,0,163
+,2022,2.02212E+13,8070,Northeast,New York,87500,"House, apartment, flat",1,1,30371804,33,Male,Black only,Never married,"Foreign born, U.S. citizen by naturalization",Very good,70,200,28.7,Associate degree - academic program,College--three years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,70,0,0,0,0,720,0,0,120,0,0,100,0,430,"$75,000 - $100,000",Millennials (23-38),Black only,Very good,5.5-6 feet,200-300,Associate Degree,,430,0,790,120,0,0,100
+,2022,2.02212E+13,8071,Northeast,Maine,87500,"House, apartment, flat",1,1,2800416,69,Male,White only,Never married,"Foreign born, not a U.S. citizen",Good,77,200,23.7,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,5,10,0,0,70,0,360,0,60,137,0,0,208,0,590,"$75,000 - $100,000",Boomers (55-73),White only,Good,6-6.5 feet,200-300,Master's or Doctoral Degree,,590,70,370,197,0,0,213
+,2022,2.02212E+13,8072,Northeast,New York,125000,"House, apartment, flat",1,1,12129051,38,Male,White only,Married - spouse present,"Native, born in United States",Good,75,210,26.2,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,60,0,0,30,0,0,240,0,420,0,0,90,0,0,0,0,420,"$100,000 - $150,000",Generation X (39-54),White only,Good,6-6.5 feet,200-300,Master's or Doctoral Degree,,420,240,450,90,0,0,60
+,2022,2.02212E+13,8073,South,Texas,37500,"House, apartment, flat",1,1,29215991,16,Male,White only,Never married,"Foreign born, not a U.S. citizen",Excellent,66,145,23.4,9th grade,Ninth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,240,35,40,0,40,0,655,0,0,285,60,0,85,0,0,"$30,000 - $50,000",Generation Z (7-22),White only,Excellent,5.5-6 feet,140-160,Some High School,,0,40,690,345,40,0,325
+,2022,2.02212E+13,8074,Northeast,New York,13750,"House, apartment, flat",1,1,6247385,62,Female,Black only,Divorced,"Foreign born, U.S. citizen by naturalization",Fair,65,230,38.3,5th or 6th grade,Fifth through sixth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,0,0,0,0,0,645,0,0,0,0,0,35,0,760,"$10,000 - $30,000",Boomers (55-73),Black only,Fair,5-5.5 feet,200-300,Middle School or Less,,760,0,645,0,0,0,35
+,2022,2.02212E+13,8075,South,Florida,22500,"House, apartment, flat",1,1,2614293,80,Female,White only,Widowed,"Foreign born, U.S. citizen by naturalization",Fair,59,115,23.2,Associate degree - occupational vocational,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,Has mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,55,0,0,85,0,885,0,30,385,0,0,0,0,0,"$10,000 - $30,000",Silent (74-91),White only,Fair,0-5 feet,100-120,Associate Degree,,0,85,940,415,0,0,0
+,2022,2.02212E+13,8076,Midwest,Illinois,27500,"House, apartment, flat",1,1,3873224,60,Female,Black only,Married - spouse absent,"Native, born in United States",Good,60,175,34.2,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,450,75,0,0,305,0,403,0,0,120,0,0,87,0,0,"$10,000 - $30,000",Boomers (55-73),Black only,Good,5-5.5 feet,160-180,Some College,,0,305,478,120,0,0,537
+,2022,2.02212E+13,8077,South,Florida,22500,"House, apartment, flat",1,1,41431061,16,Male,White only,Never married,"Native, born in United States",Good,67,116,18.2,9th grade,Ninth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,95,0,0,80,0,565,0,0,330,0,180,35,155,0,"$10,000 - $30,000",Generation Z (7-22),White only,Good,5.5-6 feet,100-120,Some High School,,0,80,660,330,0,155,215
+,2022,2.02212E+13,8078,South,Georgia,125000,"House, apartment, flat",1,1,9370077,32,Male,White only,Married - spouse present,"Native, born in United States",Very good,76,200,24.3,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,45,0,0,185,0,690,0,0,480,0,0,10,0,0,"$100,000 - $150,000",Millennials (23-38),White only,Very good,6-6.5 feet,200-300,Bachelor's Degree,,0,185,735,480,0,0,40
+,2022,2.02212E+13,8079,South,Virginia,125000,"House, apartment, flat",1,1,5254994,75,Female,White only,Married - spouse present,"Native, born in United States",Very good,60,141,27.5,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,45,110,0,0,395,0,675,0,0,165,0,0,50,0,0,"$100,000 - $150,000",Silent (74-91),White only,Very good,5-5.5 feet,140-160,Master's or Doctoral Degree,,0,395,785,165,0,0,95
+,2022,2.02212E+13,8080,West,California,125000,"House, apartment, flat",1,1,8803408,74,Female,White only,Divorced,"Native, born in United States",Very good,64,150,25.7,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,95,30,0,0,225,0,635,0,0,330,0,0,125,0,0,"$100,000 - $150,000",Silent (74-91),White only,Very good,5-5.5 feet,140-160,Graduated High School,,0,225,665,330,0,0,220
+,2022,2.02212E+13,8081,Northeast,New York,125000,"House, apartment, flat",1,1,8918138,80,Female,White only,Never married,"Native, born in United States",Very good,64,128,22,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,80,0,0,105,0,865,60,0,300,0,0,0,0,0,"$100,000 - $150,000",Silent (74-91),White only,Very good,5-5.5 feet,120-140,Bachelor's Degree,,0,105,1005,300,0,0,30
+,2022,2.02212E+13,8082,South,Maryland,200000,"House, apartment, flat",1,1,32034954,48,Female,Black only,Married - spouse present,"Native, born in United States",Excellent,67,145,22.7,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,120,0,0,0,0,510,0,0,240,0,0,570,0,0,"$150,000 and over",Generation X (39-54),Black only,Excellent,5.5-6 feet,140-160,Master's or Doctoral Degree,,0,0,630,240,0,0,570
+,2022,2.02212E+13,8083,Midwest,Missouri,200000,"House, apartment, flat",1,1,28900047,41,Female,Black only,Married - spouse present,"Native, born in United States",Excellent,65,189,31.4,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,213,0,15,55,0,0,20,0,315,60,30,402,0,0,50,0,280,"$150,000 and over",Generation X (39-54),Black only,Excellent,5-5.5 feet,180-200,Master's or Doctoral Degree,,280,20,430,432,0,0,278
+,2022,2.02212E+13,8084,South,Virginia,67500,"House, apartment, flat",1,1,7977356,76,Female,White only,Married - spouse present,"Native, born in United States",Fair,60,180,35.2,Associate degree - occupational vocational,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,30,0,0,0,0,740,0,0,670,0,0,0,0,0,"$50,000 - $75,000",Silent (74-91),White only,Fair,5-5.5 feet,180-200,Associate Degree,,0,0,770,670,0,0,0
+,2022,2.02212E+13,8085,West,Hawaii,67500,"House, apartment, flat",1,1,5107977,60,Male,White only,Never married,"Native, born in United States",Excellent,67,129,20.2,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,20,0,0,120,0,760,0,0,470,0,0,40,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Excellent,5.5-6 feet,120-140,Some College,,0,120,780,470,0,0,70
+,2022,2.02212E+13,8086,Northeast,Pennsylvania,125000,"House, apartment, flat",1,1,12087595,41,Female,White only,Married - spouse present,"Native, born in United States",Very good,63,148,26.2,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,149,0,15,45,0,0,185,0,345,0,0,0,0,0,57,0,644,"$100,000 - $150,000",Generation X (39-54),White only,Very good,5-5.5 feet,140-160,Master's or Doctoral Degree,,644,185,390,0,0,0,221
+,2022,2.02212E+13,8087,Midwest,Kansas,125000,"House, apartment, flat",1,1,6767253,75,Female,White only,Married - spouse present,"Native, born in United States",Very good,63,112,19.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,55,66,55,0,0,175,25,530,0,0,409,60,20,45,0,0,"$100,000 - $150,000",Silent (74-91),White only,Very good,5-5.5 feet,100-120,Bachelor's Degree,,0,200,585,469,0,0,186
+,2022,2.02212E+13,8088,West,Arizona,8750,"House, apartment, flat",1,1,6293595,80,Female,White only,Divorced,"Native, born in United States",Good,66,160,25.8,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,2,60,55,0,0,300,0,494,90,0,210,75,95,59,0,0,"Less than $10,000",Silent (74-91),White only,Good,5.5-6 feet,160-180,Master's or Doctoral Degree,,0,300,639,285,0,0,216
+,2022,2.02212E+13,8089,South,Texas,67500,"House, apartment, flat",1,1,14153259,41,Female,Asian only,Married - spouse present,"Foreign born, not a U.S. citizen",Good,68,187,28.4,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,125,0,0,90,0,0,75,0,523,0,0,75,40,0,38,0,474,"$50,000 - $75,000",Generation X (39-54),Asian only,Good,5.5-6 feet,180-200,Bachelor's Degree,,474,75,613,115,0,0,163
+,2022,2.02212E+13,8090,Northeast,New Jersey,200000,"House, apartment, flat",1,1,15911531,35,Male,Asian only,Married - spouse present,"Foreign born, not a U.S. citizen",Very good,69,189,27.9,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,720,0,0,50,0,0,120,0,490,0,0,30,0,0,30,0,0,"$150,000 and over",Millennials (23-38),Asian only,Very good,5.5-6 feet,180-200,Master's or Doctoral Degree,,0,120,540,30,0,0,750
+,2022,2.02212E+13,8091,South,Texas,125000,"House, apartment, flat",1,1,14892761,36,Male,Black only,Never married,"Foreign born, not a U.S. citizen",Good,71,130,18.1,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,120,0,54,0,645,0,0,495,90,0,6,0,0,"$100,000 - $150,000",Millennials (23-38),Black only,Good,5.5-6 feet,120-140,Bachelor's Degree,,0,54,675,585,120,0,6
+,2022,2.02212E+13,8092,Northeast,Pennsylvania,125000,"House, apartment, flat",1,1,11727247,40,Female,White only,Married - spouse present,"Native, born in United States",Very good,62,145,26.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,130,0,0,60,0,0,0,0,480,0,0,135,0,0,120,0,455,"$100,000 - $150,000",Generation X (39-54),White only,Very good,5-5.5 feet,140-160,Bachelor's Degree,,455,0,540,135,0,0,250
+,2022,2.02212E+13,8093,South,Florida,22500,Mobile home or trailer with no permanent room added,1,1,4585269,85,Female,White only,Widowed,"Native, born in United States",Good,59,210,42.4,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,Has mobility limitation,Has physical difficulty,No difficulty remembering,0,0,60,180,0,0,10,0,810,0,90,155,0,0,135,0,0,"$10,000 - $30,000",Silent (74-91),White only,Good,0-5 feet,200-300,Graduated High School,,0,10,990,245,0,0,195
+,2022,2.02212E+13,8094,South,Georgia,45000,"House, apartment, flat",1,1,15572723,46,Female,White only,Married - spouse present,"Native, born in United States",Good,63,196,34.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,20,0,0,170,0,0,0,0,590,0,0,390,0,0,90,0,180,"$30,000 - $50,000",Generation X (39-54),White only,Good,5-5.5 feet,180-200,Bachelor's Degree,,180,0,760,390,0,0,110
+,2022,2.02212E+13,8095,Midwest,Illinois,37500,"House, apartment, flat",1,1,3345089,68,Male,White only,Divorced,"Native, born in United States",Fair,70,220,31.6,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,90,0,0,0,0,600,0,0,750,0,0,0,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Fair,5.5-6 feet,200-300,Some College,,0,0,690,750,0,0,0
+,2022,2.02212E+13,8096,Midwest,Michigan,87500,"House, apartment, flat",1,1,5960538,35,Male,White only,Married - spouse present,"Native, born in United States",Excellent,72,174,23.6,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,Has difficulty remembering,50,0,35,120,0,0,420,0,585,0,0,110,0,0,35,0,85,"$75,000 - $100,000",Millennials (23-38),White only,Excellent,6-6.5 feet,160-180,Graduated High School,,85,420,705,110,0,0,120
+,2022,2.02212E+13,8097,Midwest,Kansas,11250,"House, apartment, flat",1,1,5025021,66,Female,White only,Divorced,"Native, born in United States",Very good,64,210,36,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,20,0,0,360,0,580,0,0,480,0,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Very good,5-5.5 feet,200-300,Some College,,0,360,600,480,0,0,0
+,2022,2.02212E+13,8098,West,New Mexico,200000,"House, apartment, flat",1,1,5423935,71,Female,White only,Married - spouse present,"Native, born in United States",Excellent,61,103,19.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,0,0,410,0,570,0,0,275,30,0,20,0,0,"$150,000 and over",Boomers (55-73),White only,Excellent,5-5.5 feet,100-120,Bachelor's Degree,,0,410,645,305,0,0,20
+,2022,2.02212E+13,8099,South,Maryland,200000,"House, apartment, flat",1,1,16510869,69,Male,Black only,Married - spouse present,"Native, born in United States",Good,67,220,34.5,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,135,0,0,360,0,600,0,0,345,0,0,0,0,0,"$150,000 and over",Boomers (55-73),Black only,Good,5.5-6 feet,200-300,Master's or Doctoral Degree,,0,360,735,345,0,0,0
+,2022,2.02212E+13,8100,Midwest,Ohio,87500,"House, apartment, flat",1,1,12440480,56,Male,White only,Married - spouse present,"Native, born in United States",Very good,68,195,29.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,90,0,0,540,0,540,0,0,270,0,0,0,0,0,"$75,000 - $100,000",Boomers (55-73),White only,Very good,5.5-6 feet,180-200,Bachelor's Degree,,0,540,630,270,0,0,0
+,2022,2.02212E+13,8101,West,Arizona,200000,"House, apartment, flat",1,1,15177183,32,Female,White only,Married - spouse present,"Native, born in United States",Good,63,160,28.3,Some college but no degree,College--three years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,185,0,75,135,0,0,190,0,580,60,0,150,0,0,65,0,0,"$150,000 and over",Millennials (23-38),White only,Good,5-5.5 feet,160-180,Some College,,0,190,775,150,0,0,325
+,2022,2.02212E+13,8102,South,Texas,55000,"House, apartment, flat",1,1,10506719,68,Male,White only,Divorced,"Native, born in United States",Excellent,68,174,26.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,90,75,0,0,90,0,630,0,0,490,45,0,20,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Excellent,5.5-6 feet,160-180,Bachelor's Degree,,0,90,705,535,0,0,110
+,2022,2.02212E+13,8103,Northeast,Pennsylvania,125000,"House, apartment, flat",1,1,13033644,59,Male,White only,Married - spouse present,"Native, born in United States",Fair,68,130,19.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,7,150,0,0,10,0,600,0,0,158,60,0,70,20,365,"$100,000 - $150,000",Boomers (55-73),White only,Fair,5.5-6 feet,120-140,Bachelor's Degree,,365,10,750,218,0,20,77
+,2022,2.02212E+13,8104,West,Oregon,87500,"House, apartment, flat",1,1,6751105,75,Male,White only,Married - spouse present,"Native, born in United States",Fair,70,173,24.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,105,0,0,140,30,570,0,0,280,0,0,75,0,240,"$75,000 - $100,000",Silent (74-91),White only,Fair,5.5-6 feet,160-180,Bachelor's Degree,,240,170,675,280,0,0,75
+,2022,2.02212E+13,8105,South,Texas,125000,"House, apartment, flat",1,1,6769420,36,Male,White only,Never married,"Native, born in United States",Very good,69,175,25.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,0,0,490,0,0,115,60,0,105,0,640,"$100,000 - $150,000",Millennials (23-38),White only,Very good,5.5-6 feet,160-180,Bachelor's Degree,,640,0,520,175,0,0,105
+,2022,2.02212E+13,8106,West,Idaho,200000,"House, apartment, flat",1,1,10736133,53,Female,White only,Married - spouse present,"Native, born in United States",Excellent,64,226,38.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,2,0,255,80,0,0,123,0,471,0,25,435,0,0,49,0,0,"$150,000 and over",Generation X (39-54),White only,Excellent,5-5.5 feet,200-300,Bachelor's Degree,,0,123,551,460,0,0,306
+,2022,2.02212E+13,8107,South,South Carolina,125000,"House, apartment, flat",1,1,6314472,44,Male,White only,Divorced,"Native, born in United States",Good,74,215,27.6,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,300,60,0,0,0,0,550,0,0,480,0,0,50,0,0,"$100,000 - $150,000",Generation X (39-54),White only,Good,6-6.5 feet,200-300,Bachelor's Degree,,0,0,610,480,0,0,350
+,2022,2.02212E+13,8108,Midwest,Kansas,27500,"House, apartment, flat",1,1,4663751,74,Female,White only,Widowed,"Native, born in United States",Very good,63,135,23.9,Some college but no degree,College--one year,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,475,0,470,0,0,320,105,0,40,0,0,"$10,000 - $30,000",Silent (74-91),White only,Very good,5-5.5 feet,120-140,Some College,,0,475,500,425,0,0,40
+,2022,2.02212E+13,8109,Midwest,Ohio,55000,"House, apartment, flat",1,1,53864417,29,Female,White only,Never married,"Native, born in United States",Very good,58,140,29.3,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,Has difficulty remembering,0,0,0,180,0,0,90,0,945,0,0,205,0,0,20,0,0,"$50,000 - $75,000",Millennials (23-38),White only,Very good,0-5 feet,140-160,Graduated High School,,0,90,1125,205,0,0,20
+,2022,2.02212E+13,8110,South,North Carolina,67500,"House, apartment, flat",1,1,6773601,72,Female,White only,Married - spouse present,"Native, born in United States",Very good,65,150,25,Some college but no degree,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,30,0,0,75,0,0,91,0,615,0,0,140,0,58,0,20,405,"$50,000 - $75,000",Boomers (55-73),White only,Very good,5-5.5 feet,140-160,Some College,,405,91,690,140,0,20,88
+,2022,2.02212E+13,8111,Northeast,Connecticut,67500,"House, apartment, flat",1,1,18790768,39,Male,Asian only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Very good,71,230,32.1,Associate degree - occupational vocational,College--two years,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,120,0,0,90,0,0,240,0,510,0,0,120,0,0,60,0,300,"$50,000 - $75,000",Generation X (39-54),Asian only,Very good,5.5-6 feet,200-300,Associate Degree,,300,240,600,120,0,0,180
+,2022,2.02212E+13,8112,West,Utah,37500,"House, apartment, flat",1,1,7744967,36,Female,White only,Married - spouse present,"Native, born in United States",Excellent,66,190,30.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,45,15,0,0,670,0,488,0,0,10,0,0,32,30,150,"$30,000 - $50,000",Millennials (23-38),White only,Excellent,5.5-6 feet,180-200,Bachelor's Degree,,150,670,503,10,0,30,77
+,2022,2.02212E+13,8113,West,California,22500,Mobile home or trailer with no permanent room added,1,1,52540841,21,Male,White only,Never married,"Foreign born, U.S. citizen by naturalization",Excellent,70,160,23,Some college but no degree,College--four years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,30,0,0,60,0,0,90,0,735,0,0,485,0,0,40,0,0,"$10,000 - $30,000",Generation Z (7-22),White only,Excellent,5.5-6 feet,160-180,Some College,,0,90,795,485,0,0,70
+,2022,2.02212E+13,8114,South,Texas,22500,"House, apartment, flat",1,1,29403971,18,Male,Black only,Never married,"Foreign born, not a U.S. citizen",Good,73,215,28.4,Some college but no degree,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,0,0,490,0,0,120,0,0,30,0,770,"$10,000 - $30,000",Generation Z (7-22),Black only,Good,6-6.5 feet,200-300,Some College,,770,0,520,120,0,0,30
+,2022,2.02212E+13,8115,Midwest,Wisconsin,125000,"House, apartment, flat",1,1,25372963,24,Male,White only,Never married,"Native, born in United States",Very good,71,170,23.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,240,0,0,0,0,360,0,0,295,0,0,65,0,480,"$100,000 - $150,000",Millennials (23-38),White only,Very good,5.5-6 feet,160-180,Bachelor's Degree,,480,0,600,295,0,0,65
+,2022,2.02212E+13,8116,Midwest,Indiana,125000,"House, apartment, flat",1,1,12421380,41,Male,White only,Married - spouse present,"Native, born in United States",Fair,68,220,33.4,Some college but no degree,College--three years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,60,0,0,25,0,545,0,0,240,45,0,30,0,495,"$100,000 - $150,000",Generation X (39-54),White only,Fair,5.5-6 feet,200-300,Some College,,495,25,605,285,0,0,30
+,2022,2.02212E+13,8117,South,Oklahoma,55000,"House, apartment, flat",1,1,6391268,76,Female,White only,Married - spouse present,"Native, born in United States",Fair,68,200,30.4,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,30,0,0,258,0,618,0,0,534,0,0,0,0,0,"$50,000 - $75,000",Silent (74-91),White only,Fair,5.5-6 feet,200-300,Some College,,0,258,648,534,0,0,0
+,2022,2.02212E+13,8118,South,Tennessee,87500,"House, apartment, flat",1,1,13827560,32,Female,Black only,Never married,"Native, born in United States",Good,60,165,32.2,"Doctoral degree (PhD, EdD, etc.)",Doctoral degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,30,50,0,0,0,0,500,0,10,50,30,0,90,0,680,"$75,000 - $100,000",Millennials (23-38),Black only,Good,5-5.5 feet,160-180,Master's or Doctoral Degree,,680,0,550,90,0,0,120
+,2022,2.02212E+13,8119,South,Louisiana,87500,"House, apartment, flat",1,1,12518479,58,Male,Black only,Divorced,"Native, born in United States",Good,70,160,23,High school graduate - diploma,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,75,0,0,30,0,350,0,0,241,0,0,130,0,614,"$75,000 - $100,000",Boomers (55-73),Black only,Good,5.5-6 feet,160-180,Graduated High School,,614,30,425,241,0,0,130
+,2022,2.02212E+13,8120,South,Kentucky,200000,"House, apartment, flat",1,1,8703643,35,Male,White only,Married - spouse present,"Native, born in United States",Excellent,75,185,23.1,"Professional school degree (MD, DDS, DVM, etc.)",Professional degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,255,0,0,0,0,795,0,0,300,30,0,60,0,0,"$150,000 and over",Millennials (23-38),White only,Excellent,6-6.5 feet,180-200,Master's or Doctoral Degree,,0,0,1050,330,0,0,60
+,2022,2.02212E+13,8121,South,South Carolina,125000,"House, apartment, flat",1,1,6363451,75,Female,White only,Widowed,"Native, born in United States",Excellent,65,117,19.5,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,25,15,0,0,305,0,480,0,0,505,0,40,10,60,0,"$100,000 - $150,000",Silent (74-91),White only,Excellent,5-5.5 feet,100-120,Bachelor's Degree,,0,305,495,505,0,60,75
+,2022,2.02212E+13,8122,West,California,32500,"House, apartment, flat",1,1,15118937,56,Female,White only,Divorced,"Native, born in United States",Good,60,150,29.3,Some college but no degree,College--four years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,263,0,0,0,0,205,0,710,0,0,247,0,15,0,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Good,5-5.5 feet,140-160,Some College,,0,205,710,247,0,0,278
+,2022,2.02212E+13,8123,South,South Carolina,27500,"House, apartment, flat",1,1,7956353,80,Female,White only,Widowed,"Native, born in United States",Very good,66,165,26.6,High school graduate - diploma,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,Has hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,1,45,30,0,0,446,0,620,0,30,204,0,40,24,0,0,"$10,000 - $30,000",Silent (74-91),White only,Very good,5.5-6 feet,160-180,Graduated High School,,0,446,650,234,0,0,110
+,2022,2.02212E+13,8124,Northeast,Pennsylvania,45000,"House, apartment, flat",1,1,27176079,66,Male,Black only,Married - spouse present,"Native, born in United States",Fair,68,226,34.4,9th grade,Ninth grade,Not in labor force,NIU (Not in universe),Has vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,110,0,0,105,0,715,0,0,390,120,0,0,0,0,"$30,000 - $50,000",Boomers (55-73),Black only,Fair,5.5-6 feet,200-300,Some High School,,0,105,825,510,0,0,0
+,2022,2.02212E+13,8125,Northeast,New York,200000,"House, apartment, flat",1,1,31924200,58,Female,White only,Married - spouse present,"Native, born in United States",Good,66,162,26.1,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,10,30,110,100,0,0,90,0,580,0,0,405,0,0,115,0,0,"$150,000 and over",Boomers (55-73),White only,Good,5.5-6 feet,160-180,Master's or Doctoral Degree,,0,90,680,405,0,0,265
+,2022,2.02212E+13,8126,Midwest,Wisconsin,27500,"House, apartment, flat",1,1,6638682,67,Male,White only,Divorced,"Native, born in United States",Fair,68,190,28.9,Some college but no degree,Twelfth grade,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,195,0,0,75,0,535,0,0,605,0,0,0,0,0,"$10,000 - $30,000",Boomers (55-73),White only,Fair,5.5-6 feet,180-200,Some College,,0,75,730,605,0,0,0
+,2022,2.02212E+13,8127,South,South Carolina,67500,"House, apartment, flat",1,1,7785573,67,Female,White only,Married - spouse present,"Native, born in United States",Very good,68,135,20.5,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Employed - absent,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,35,50,0,0,245,0,735,0,30,120,120,60,45,0,0,"$50,000 - $75,000",Boomers (55-73),White only,Very good,5.5-6 feet,120-140,Master's or Doctoral Degree,,0,245,785,270,0,0,140
+,2022,2.02212E+13,8128,Midwest,Michigan,200000,"House, apartment, flat",1,1,44856395,34,Male,White only,Never married,"Native, born in United States",Good,69,125,18.5,High school graduate - GED,Twelfth grade,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,20,50,0,0,0,0,765,0,0,465,0,45,95,0,0,"$150,000 and over",Millennials (23-38),White only,Good,5.5-6 feet,120-140,Graduated High School,,0,0,815,465,0,0,160
+,2022,2.02212E+13,8129,South,Alabama,17500,"House, apartment, flat",1,1,12161059,47,Female,White only,Married - spouse present,"Native, born in United States",Excellent,67,165,25.8,Associate degree - academic program,College--two years,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,60,90,0,0,465,0,390,0,0,275,0,0,40,0,0,"$10,000 - $30,000",Generation X (39-54),White only,Excellent,5.5-6 feet,160-180,Associate Degree,,0,465,480,275,0,0,100
+,2022,2.02212E+13,8130,Midwest,Indiana,45000,"House, apartment, flat",1,1,5763164,78,Female,White only,Widowed,"Native, born in United States",Good,63,190,33.7,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,0,35,0,0,130,0,720,0,0,525,0,30,0,0,0,"$30,000 - $50,000",Silent (74-91),White only,Good,5-5.5 feet,180-200,Bachelor's Degree,,0,130,755,525,0,0,30
+,2022,2.02212E+13,8131,Northeast,New Jersey,87500,"House, apartment, flat",1,1,24026747,33,Male,Asian only,Married - spouse present,"Foreign born, not a U.S. citizen",Excellent,65,125,20.8,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,40,120,0,0,60,0,465,0,0,655,0,80,20,0,0,"$75,000 - $100,000",Millennials (23-38),Asian only,Excellent,5-5.5 feet,120-140,Bachelor's Degree,,0,60,585,655,0,0,140
+,2022,2.02212E+13,8132,Northeast,New York,87500,"House, apartment, flat",1,1,24180878,43,Male,Asian only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Good,61,190,35.9,"Bachelor's degree (BA, AB, BS, etc.)",Bachelor's degree,Employed - at work,Yes,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,3,0,0,90,0,0,0,0,540,0,0,229,0,0,85,0,493,"$75,000 - $100,000",Generation X (39-54),Asian only,Good,5-5.5 feet,180-200,Bachelor's Degree,,493,0,630,229,0,0,88
+,2022,2.02212E+13,8133,Midwest,Michigan,55000,"House, apartment, flat",1,1,14476488,43,Male,White only,Married - spouse present,"Foreign born, U.S. citizen by naturalization",Very good,69,182,26.9,Some college but no degree,College--one year,Employed - at work,No,No vision difficulty,No hearing difficulty,No mobility limitation,No physical difficulty,No difficulty remembering,0,0,120,70,0,0,105,0,705,0,0,420,0,0,20,0,0,"$50,000 - $75,000",Generation X (39-54),White only,Very good,5.5-6 feet,180-200,Some College,,0,105,775,420,0,0,140
+,2022,2.02212E+13,8134,West,Montana,32500,"House, apartment, flat",1,1,9266696,64,Female,White only,Divorced,"Native, born in United States",Good,66,265,42.8,Some college but no degree,College--two years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,Has mobility limitation,Has physical difficulty,Has difficulty remembering,20,0,25,50,0,0,185,0,600,10,0,532,0,0,18,0,0,"$30,000 - $50,000",Boomers (55-73),White only,Good,5.5-6 feet,200-300,Some College,,0,185,660,532,0,0,63
+,2022,2.02212E+13,8135,South,Maryland,67500,"House, apartment, flat",1,1,9239151,80,Female,White only,Married - spouse present,"Native, born in United States",Fair,61,156,29.5,Associate degree - academic program,College--three years,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,0,60,0,0,0,0,1140,0,0,240,0,0,0,0,0,"$50,000 - $75,000",Silent (74-91),White only,Fair,5-5.5 feet,140-160,Associate Degree,,0,0,1200,240,0,0,0
+,2022,2.02212E+13,8136,West,California,67500,"House, apartment, flat",1,1,7760212,77,Female,White only,Widowed,"Native, born in United States",Fair,66,190,30.7,"Master's degree (MA, MS, MEng, MEd, MSW, etc.)",Master's degree,Not in labor force,NIU (Not in universe),No vision difficulty,No hearing difficulty,No mobility limitation,Has physical difficulty,No difficulty remembering,0,0,30,30,0,0,150,0,525,60,0,345,0,105,75,0,0,"$50,000 - $75,000",Silent (74-91),White only,Fair,5.5-6 feet,180-200,Master's or Doctoral Degree,,0,150,615,345,0,0,210
\ No newline at end of file
diff --git a/index.html b/index.html
new file mode 100644
index 000000000..5f4694c42
--- /dev/null
+++ b/index.html
@@ -0,0 +1,658 @@
+
+
+
+
+
+
+ Distributions of How Americans Spend Their Time According to The 2022 American Time Use Survey
+
+
+
+
+Process Book:
+ https://docs.google.com/document/d/1CSo9Ukb2GhEpKZZlulQ7B7ffx-03VZOz2pCHxCfE9wk/edit?usp=sharing
+
+
+VIDEO
+
+
+
+
+
+
+
+
+