IPUMS CPS analysis in Python/pandas

I think the answer is “no” but wanted to double-check here before giving up.

Are there packages/tutorials for using ipums cps in python/pandas?

I saw this on the tutorial page: Webinar: Using IPUMS Data In R With The Ipumsr Package - YouTube for R.

Thank you for any help!

IPUMS does not currently have any resources for analysis using Python. You may still find the data training exercises helpful, though they are tailored for other analysis programs.

1 Like

Thank you Matthew. I really appreciate the response!

The ipumspy Python library can be used to read IPUMS CPS extracts into Pandas. There are no in-depth tutorials on analyzing CPS data using Python, but you can find some basic example code in the ipumspy documentation

2 Likes