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 candidate_master_2010_2024 (
"cand_id" VARCHAR,
"cand_name" VARCHAR,
"cand_pty_affiliation" VARCHAR,
"cand_election_yr" BIGINT,
"cand_office_st" VARCHAR,
"cand_office" VARCHAR,
"cand_office_district" DOUBLE,
"cand_ici" VARCHAR,
"cand_status" VARCHAR,
"cand_pcc" VARCHAR,
"cand_st1" VARCHAR,
"cand_st2" VARCHAR,
"cand_city" VARCHAR,
"cand_st" VARCHAR,
"cand_zip" DOUBLE
);
Anyone who has the link will be able to view this.