- install all requirements (
pip install -r requirements.txt
) - download the PSID data (see
/psid/fam1984/.gitignore
and/psid/fam2011er/.gitignore
) - start MongoDB (
mongod
) - process the ncs data:
python bls/ncs_data_clean.py
- process the psid data:
python psid/make_csvs.py
- run all analysis:
python combo.py
- to clean up all results
./clean-results
#Runnable code (check for must run as main):
-
dest_counter.py.py
-
ncs_data_clean.py
-
industry_codes.py
-
make_csvs.py
-
vars_to_cols.py
-
vars_to_csv.py
-
combo.py
-
full_1984.py
-
full_2011.py
-
industry_to_days.py