Baselight

Restaurant Revitalization Fund

Which restaurants received US Government assistance during the pandemic

@kaggle.danb91_restaurant_revitalization_fund

Rrf Dict
@kaggle.danb91_restaurant_revitalization_fund.rrf_dict

  • 3.79 KB
  • 28 rows
  • 3 columns
unnamed_0

Unnamed: 0

field_name

Field Name

description

Description

LoanNumberSBA Loan Number
1ApprovalDateApproval Date
2BusinessNameBusiness Name
3BusinessAddressBusiness Address
4BusinessCityBusiness City
5BusinessStateBusiness State
6BusinessZipBusiness Zip
7GrantAmountGrant Amount
8FranchiseNameFranchise Name
9RuralUrbanIndicatorRural or Urban Indicator. R=Rural; U=Urban

CREATE TABLE rrf_dict (
  "unnamed_0" BIGINT,
  "field_name" VARCHAR,
  "description" VARCHAR
);

Share link

Anyone who has the link will be able to view this.