Skip to content

Package for working with the US Consumer Expenditure Survey

License

Notifications You must be signed in to change notification settings

PSLmodels/cesurvey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cesurvey

Python package for working with the US Consumer Expenditure Survey

Installation

pip install git+https://github.com/PSLmodels/cesurvey

Example usage

import cesurvey

fmli_2019 = cesurvey.get_interview_data(2019)
fmli_2018 = cesurvey.get_interview_data(2018)

lku = cesurvey.get_data_dictionary()

income_bf_tax_2019 = cesurvey.estimate_annual_quantity("FINCBTXM", fmli_2019)
income_bf_tax_2018 = cesurvey.estimate_annual_quantity("FINCBTXM", fmli_2018)

About

Package for working with the US Consumer Expenditure Survey

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages