CRF Data Full
Full data set of Coronovirus Relief Fund (CRF) distributions by the US Governmen
@kaggle.danb91_crf_data_full
Full data set of Coronovirus Relief Fund (CRF) distributions by the US Governmen
@kaggle.danb91_crf_data_full
CREATE TABLE crf_full_data (
"prime_recipient" VARCHAR,
"award_amount" DOUBLE,
"sub_recipient" VARCHAR,
"sub_recipient_address1" VARCHAR,
"sub_recipient_address2" VARCHAR,
"sub_recipient_address3" VARCHAR,
"city" VARCHAR,
"state" VARCHAR,
"zip" VARCHAR,
"county" VARCHAR,
"sub_recipient_congressional_district" VARCHAR,
"award_number" VARCHAR,
"award_type" VARCHAR,
"award_description" VARCHAR,
"sub_award_amount" DOUBLE,
"money_spent_to_date" DOUBLE,
"project_description" VARCHAR,
"project_status" VARCHAR,
"spending_category" VARCHAR,
"category_description" VARCHAR
);
Anyone who has the link will be able to view this.