<a className="gh-badge" href="https://datahub.io/core/household-income-us-historical"><img src="https://badgen.net/badge/icon/View%20on%20datahub.io/orange?icon=https://datahub.io/datahub-cube-badge-icon.svg&label&scale=1.25" alt="badge" /></a>

Upper limits of annual incomes for each fifth and lower limit of income for top 5 percent of all housholds from 1967 to last year

## Data

This dataset is acquired from U.S. Census Bureau, Current Population Survey, Annual Social and Economic Supplements. https://www2.census.gov/

## Preparation

You will need Python 3.6 or greater and dataflows library to run the script

To update the data run the process script locally:

```
# Install dataflows
pip install dataflows

# Run the script
python houshold_us_flow.py
```

## License

For information on confidentiality protection, sampling error, nonsampling error, and definitions, see //www2.census.gov/programs-surveys/cps/techdocs/cpsmar17.pdf
