PSLmodels / scf

Extract US Survey of Consumer Finances microdata
4 stars 1 forks source link

Create scf Python package #1

Closed MaxGhenis closed 4 years ago

MaxGhenis commented 4 years ago

Currently it only has one function: load(years, cols), which downloads and combines SCF survey microdata from the Fed website.

This PR also includes tests, GH Actions, and Jupyter-Book docs, though it's all pretty simple.

cc @rickecon @ngpsu22 FYI

MaxGhenis commented 4 years ago

Merging but let me know if you have feedback.

I also listed some potential issue ideas, especially concerning adding Forbes 400 and quarterly Fed releases, to this other repo: https://github.com/MaxGhenis/wealthdata

This could either be a small standalone package, or merged with that.