sfbrigade / datasci-sba

Solving problems with the Small Business Administration
10 stars 18 forks source link

Script to import 504 and 7a loan data into pandas #1

Closed brityboy closed 7 years ago

brityboy commented 7 years ago

Hi @thfield

Greetings!

Here's some code to bring the data files into pandas dataframes. Some items were hardcoded because I found column headers inside the data files themselves, but these seem to work. Missing data points have been converted to np.nan to show how many items really only are in each column.

Thanks!

thfield commented 7 years ago

1st PR, awesome!