PSLmodels / scf

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

Change argument in load from cols to columns #11

Closed MaxGhenis closed 3 years ago

MaxGhenis commented 3 years ago

For consistency with pd.read_stata. I think this uses columns rather than usecols from e.g. pd.read_csv because it has to load all columns and then retain them, rather than load only the selected ones.