Campaign Finances
Report of US Companies Endorsing Political Campaigns
@kaggle.rishidamarla_campaign_finances
Report of US Companies Endorsing Political Campaigns
@kaggle.rishidamarla_campaign_finances
In this dataset you'll find companies in Austin, Texas, US that spent money endorsing political candidates and or parties during major elections.
This dataset comes from https://data.world/cityofaustin/gd3e-xut2.
CREATE TABLE campaign_finance_expenditures_dataset_1 (
"payee" VARCHAR,
"paid_by" VARCHAR,
"payment_amount" VARCHAR,
"payment_date" TIMESTAMP,
"payee_type" VARCHAR,
"payee_address" VARCHAR,
"city_state_zip" VARCHAR,
"payment_year" BIGINT,
"expenditure_type" VARCHAR,
"date_reported" TIMESTAMP,
"report_filed" VARCHAR,
"expense_description" VARCHAR,
"travel_outside_texas" VARCHAR,
"political_obligation" VARCHAR,
"reimbursement_intended" VARCHAR,
"correction" VARCHAR,
"view_report" VARCHAR,
"transaction_id" VARCHAR
);Anyone who has the link will be able to view this.