Small business loan originations, by county and year, 2010 to 2020

Multi-year CRA disclosures for small business originations, aggregated to county and year

ffiec.gov-cra_disclosure-county-d11-1.3.1. Modified 2022-01-12T22:50:58

Resources | Packages | Documentation| Contacts| References| Data Dictionary

Resources

Documentation

Contacts

Data Dictionary

smb_orig_county

smb_orig_county

Column NameData TypeDescription
yearinteger
geoidstring
respondentsinteger
num_orig_bus_lt100kinteger
tot_orig_bus_lt100kinteger
num_orig_bus_lt250kinteger
tot_orig_bus_gt100k_lt250kinteger
num_orig_bus_gt250k_lt1minteger
tot_orig_bus_gt250k_lt1minteger
num_orig_bus_lt1minteger
tot_orig_bus_lt1minteger
num_orig_bus_alinteger
tot_orig_bus_alinteger

References

Urls used in the creation of this data package.

  • index:ffiec.gov-cra_disclosure-d11-2.2.1. Source data, CRA small business originations

Packages

Accessing Data in Vanilla Pandas

import pandas as pd


smb_orig_county_df =  pd.read_csv('http://library.metatab.org/ffiec.gov-cra_disclosure-county-d11-1.3.1/data/smb_orig_county.csv')

Accessing Package in Metapack

import metapack as mp
pkg = mp.open_package('http://library.metatab.org/ffiec.gov-cra_disclosure-county-d11-1.3.1.csv')

# Create Dataframes
smb_orig_county_df = pkg.resource('smb_orig_county').dataframe()