Independent Campaign Expenditures And Electioneering Communications
State of Washington
@usgov.state_of_washington_independent_campaign_expenditures__f79c632f
State of Washington
@usgov.state_of_washington_independent_campaign_expenditures__f79c632f
CREATE TABLE table_1 (
"id" VARCHAR,
"report_number" BIGINT,
"origin" VARCHAR,
"sponsor_entity_id" DOUBLE,
"sponsor_id" BIGINT,
"sponsor_name" VARCHAR,
"sponsor_description" VARCHAR,
"report_type" VARCHAR,
"report_date" TIMESTAMP,
"election_year" BIGINT,
"sponsor_address" VARCHAR,
"sponsor_city" VARCHAR,
"sponsor_state" VARCHAR,
"sponsor_zip" DOUBLE,
"sponsor_email" VARCHAR,
"sponsor_phone" VARCHAR,
"total_unitemized" DOUBLE,
"total_cycle" DOUBLE,
"total_this_report" DOUBLE,
"expenditure_amount" DOUBLE,
"expenditure_description" VARCHAR,
"date_expense_obligated" TIMESTAMP,
"date_advertising_presented" TIMESTAMP,
"vendor_name" VARCHAR,
"vendor_address" VARCHAR,
"vendor_city" VARCHAR,
"vendor_state" VARCHAR,
"vendor_zipcode" VARCHAR,
"candidate_entity_id" DOUBLE,
"candidate_candidacy_id" DOUBLE,
"candidate_committee_id" DOUBLE,
"candidate_filer_id" VARCHAR,
"candidate_name" VARCHAR,
"candidate_last_name" VARCHAR,
"candidate_first_name" VARCHAR,
"candidate_office" VARCHAR,
"candidate_jurisdiction" VARCHAR,
"candidate_party" VARCHAR,
"candidate_office_type" VARCHAR,
"ballot_name" VARCHAR,
"ballot_number" VARCHAR,
"ballot_type" VARCHAR,
"portion_of_amount" DOUBLE,
"for_or_against" VARCHAR,
"funders_name" VARCHAR,
"funders_first_name" VARCHAR,
"funders_middle_initial" VARCHAR,
"date_received" TIMESTAMP,
"amount" DOUBLE,
"funders_address" VARCHAR,
"funders_city" VARCHAR,
"funders_state" VARCHAR,
"funders_zipcode" DOUBLE,
"funders_occupation" VARCHAR,
"funders_employer" VARCHAR,
"funders_employer_city" VARCHAR,
"funders_employer_state" VARCHAR,
"url" VARCHAR,
"sponsor_location" VARCHAR,
"vendor_location" VARCHAR,
"funders_location" VARCHAR,
"filer_id" VARCHAR
);
Anyone who has the link will be able to view this.