Restaurant Revitalization Fund
Which restaurants received US Government assistance during the pandemic
@kaggle.danb91_restaurant_revitalization_fund
Which restaurants received US Government assistance during the pandemic
@kaggle.danb91_restaurant_revitalization_fund
CREATE TABLE rrf_data (
"unnamed_0" BIGINT,
"loannumber" BIGINT,
"approvaldate" TIMESTAMP,
"businessname" VARCHAR,
"businessaddress" VARCHAR,
"businesscity" VARCHAR,
"businessstate" VARCHAR,
"businesszip" BIGINT,
"grantamount" DOUBLE,
"franchisename" VARCHAR,
"ruralurbanindicator" VARCHAR,
"hubzoneindicator" VARCHAR,
"cd" VARCHAR,
"grant_purp_cons_outdoor_seating" VARCHAR,
"grant_purpose_covered_supplier" VARCHAR,
"grant_purpose_debt" VARCHAR,
"grant_purpose_food" VARCHAR,
"grant_purpose_maintenance_indoor" VARCHAR,
"grant_purpose_operations" VARCHAR,
"grant_purpose_payroll" VARCHAR,
"grant_purpose_rent" VARCHAR,
"grant_purpose_supplies" VARCHAR,
"grant_purpose_utility" VARCHAR,
"legalorganizationtype" VARCHAR,
"lmiindicator" VARCHAR,
"socioeconmicindicator" VARCHAR,
"veteranindicator" VARCHAR,
"womenownedindicator" VARCHAR,
"restauranttype" VARCHAR
);
Anyone who has the link will be able to view this.