CoolFace
Datasetpublic

lukeslp/us-housing-affordability-crisis

US Housing Affordability Crisis by County 3,222 US counties: rent burden, income ratios, minimum wage hours needed 3,222 US counties with rent burden analysis, affordability calculations, and minimum wage comparisons derived from Census ACS 2022 data. Dataset Structure See demo_notebook.ipynb for data exploration examples. Usage from datasets import load_dataset # Load the dataset dataset = load_dataset("lukeslp/us-housing-affordability-crisis") #… See the full description on the dataset page: https://huggingface.co/datasets/lukeslp/us-housing-affordability-crisis.

sourceHugging Facecc-by-4.0updated 6mo agoView on Hugging Face
0likes41downloads
Dataset Card

US Housing Affordability Crisis by County

3,222 US counties: rent burden, income ratios, minimum wage hours needed

3,222 US counties with rent burden analysis, affordability calculations, and minimum wage comparisons derived from Census ACS 2022 data.

Dataset Structure

See demo_notebook.ipynb for data exploration examples.

Usage

python
from datasets import load_dataset

# Load the dataset
dataset = load_dataset("lukeslp/us-housing-affordability-crisis")

# Or load from local files
import json
with open('data.json') as f:
    data = json.load(f)

Citation

bibtex
@dataset{us_housing_affordability_crisis_2026,
  title = {US Housing Affordability Crisis by County},
  author = {Steuber, Luke},
  year = {2026},
  url = {https://huggingface.co/datasets/lukeslp/us-housing-affordability-crisis}
}

Distribution

Author

Luke Steuber

License

CC-BY-4.0