Skip to content

Wealth disparity Python project that charts wealth disparity in the US + predictive data in the future.

License

Notifications You must be signed in to change notification settings

4human-org/wealth-disparity-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wealth-disparity-project

Wealth disparity Python project that charts the current wealth disparity in the United States. This application helps highlight the gap in net income in the United States.

Starting a virtual environment

pip3 install virtualenv
python3 -m venv venv
source venv/bin/activate

Running the project

pip install -r requirements.txt
python current_wd_chart.py

Future Expansion

We can take the data from dfa-networth-levels.csv and extrapolate a predictive model of net worth changes within the population, demonstrating a potential worsening of wealth disparity in the United States. This may be achieved with a Monte Carlo simulation with a high number of datapoints, however further research is required.

About

Wealth disparity Python project that charts wealth disparity in the US + predictive data in the future.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages