Baselight

CRF Data Full

Full data set of Coronovirus Relief Fund (CRF) distributions by the US Governmen

@kaggle.danb91_crf_data_full

Loading...
Loading...

About this Dataset

CRF Data Full

According to the US Treasury, through the Coronavirus Relief Fund, the CARES Act provides for payments to State, Local, and Tribal governments navigating the impact of the COVID-19 outbreak. The CRF was responsible for approximately USD 15 billion in distributions.

Tables

Crf Full Data

@kaggle.danb91_crf_data_full.crf_full_data
  • 9.2 MB
  • 202117 rows
  • 20 columns
Loading...

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
);

Share link

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