OpenFEC Data
All Data From the Federal Election Commission (Except Individual Contributions)
@kaggle.dubradave_openfec_data
All Data From the Federal Election Commission (Except Individual Contributions)
@kaggle.dubradave_openfec_data
CREATE TABLE all_candidates_2010_2024 (
"cand_id" VARCHAR,
"cand_name" VARCHAR,
"cand_ici" VARCHAR,
"pty_cd" BIGINT,
"cand_pty_affiliation" VARCHAR,
"ttl_receipts" DOUBLE,
"trans_from_auth" DOUBLE,
"ttl_disb" DOUBLE,
"trans_to_auth" DOUBLE,
"coh_bop" DOUBLE,
"coh_cop" DOUBLE,
"cand_contrib" DOUBLE,
"cand_loans" DOUBLE,
"other_loans" DOUBLE,
"cand_loan_repay" DOUBLE,
"other_loan_repay" DOUBLE,
"debts_owed_by" DOUBLE,
"ttl_indiv_contrib" DOUBLE,
"cand_office_st" VARCHAR,
"cand_office_district" DOUBLE,
"spec_election" VARCHAR,
"prim_election" VARCHAR,
"run_election" VARCHAR,
"gen_election" VARCHAR,
"gen_election_precent" DOUBLE,
"other_pol_cmte_contrib" DOUBLE,
"pol_pty_contrib" DOUBLE,
"cvg_end_dt" TIMESTAMP,
"indiv_refunds" DOUBLE,
"cmte_refunds" DOUBLE
);
Anyone who has the link will be able to view this.