Baselight

Campaign Finances

Report of US Companies Endorsing Political Campaigns

@kaggle.rishidamarla_campaign_finances

Campaign Finance Expenditures Dataset 1
@kaggle.rishidamarla_campaign_finances.campaign_finance_expenditures_dataset_1

  • 126.77 KB
  • 3152 rows
  • 18 columns
payee

Payee

paid_by

Paid By

payment_amount

Payment Amount

payment_date

Payment Date

payee_type

Payee Type

payee_address

Payee Address

city_state_zip

City State Zip

payment_year

Payment Year

expenditure_type

Expenditure Type

date_reported

Date Reported

report_filed

Report Filed

expense_description

Expense Description

travel_outside_texas

Travel Outside Texas

political_obligation

Political Obligation

reimbursement_intended

Reimbursement Intended

correction

Correction

view_report

View Report

transaction_id

TRANSACTION ID

Austin's PizzaAustin Unites$196.35Sat Apr 30 2016 00:00:00 GMT+0000 (Coordinated Universal Time)Entity2222 Rio Grande St #110Austin, TX, 787052016Political Expenditure from Political ContributionsMon Jul 18 2016 00:00:00 GMT+0000 (Coordinated Universal Time)SPAC: Specific-Purpose Committee Campaign Finance ReportFood/Beverage Expense | Volunteer FoodYesnannanView Report (http://www.austintexas.gov/edims/document.cfm?id=258188)R20160718161156-F0001
Moreland Consulting, LLCAustin4All PAC$2725.00Wed Mar 09 2016 00:00:00 GMT+0000 (Coordinated Universal Time)Entity5202 Woodmoor DrAustin, TX, 782212016Political Expenditure from Political ContributionsMon Jul 18 2016 00:00:00 GMT+0000 (Coordinated Universal Time)SPAC: Specific-Purpose Committee Campaign Finance ReportConsultingYesnannanView Report (http://www.austintexas.gov/edims/document.cfm?id=258185)R20160718161720-F0003
Wells FargoAustin4All PAC$15.00Thu Mar 03 2016 00:00:00 GMT+0000 (Coordinated Universal Time)Entity3949 S Lamar BlvdAustin, TX, 787042016Non-political Expenditure Made From Political ContributionsMon Jul 18 2016 00:00:00 GMT+0000 (Coordinated Universal Time)SPAC: Specific-Purpose Committee Campaign Finance ReportFeeNonannanView Report (http://www.austintexas.gov/edims/document.cfm?id=258185)R20160718161720-F0004
Wells FargoAustin4All PAC$14.00Tue May 31 2016 00:00:00 GMT+0000 (Coordinated Universal Time)Entity3949 S Lamar BlvdAustin, TX, 787042016Non-political Expenditure Made From Political ContributionsMon Jul 18 2016 00:00:00 GMT+0000 (Coordinated Universal Time)SPAC: Specific-Purpose Committee Campaign Finance ReportFeeNonannanView Report (http://www.austintexas.gov/edims/document.cfm?id=258185)R20160718161720-F0005
Wells FargoAustin4All PAC$14.00Thu Jun 30 2016 00:00:00 GMT+0000 (Coordinated Universal Time)Entity3949 S Lamar BlvdAustin, TX, 787042016Non-political Expenditure Made From Political ContributionsMon Jul 18 2016 00:00:00 GMT+0000 (Coordinated Universal Time)SPAC: Specific-Purpose Committee Campaign Finance ReportFeeNonannanView Report (http://www.austintexas.gov/edims/document.cfm?id=258185)R20160718161720-F0006
IEEE US BankPressley, Laura$350.00Wed Jan 20 2016 00:00:00 GMT+0000 (Coordinated Universal Time)EntityP. O. Box 790408St. Louis, MO, 631792016Political Expenditure from Political ContributionsTue Jul 26 2016 00:00:00 GMT+0000 (Coordinated Universal Time)C/OH: Candidate/Officeholder Campaign Finance ReportCC paymentNonannanView Report (http://www.austintexas.gov/edims/document.cfm?id=258178)R20160726163007-F0003
Capital OnePressley, Laura$300.00Tue Feb 16 2016 00:00:00 GMT+0000 (Coordinated Universal Time)EntityP.O. Box 60599City Of Industry, CA, 917162016Political Expenditure from Political ContributionsTue Jul 26 2016 00:00:00 GMT+0000 (Coordinated Universal Time)C/OH: Candidate/Officeholder Campaign Finance ReportCC paymentNonannanView Report (http://www.austintexas.gov/edims/document.cfm?id=258178)R20160726163007-F0007
DiscoverPressley, Laura$250.00Wed Feb 17 2016 00:00:00 GMT+0000 (Coordinated Universal Time)EntityP.O. Box 6103Carol Steam, IL, 601972016Political Expenditure from Political ContributionsTue Jul 26 2016 00:00:00 GMT+0000 (Coordinated Universal Time)C/OH: Candidate/Officeholder Campaign Finance ReportCC paymentNonannanView Report (http://www.austintexas.gov/edims/document.cfm?id=258178)R20160726163007-F0008
Citi CardPressley, Laura$610.00Wed Feb 17 2016 00:00:00 GMT+0000 (Coordinated Universal Time)EntityP.O. Box 183037Columbus, OH, 432182016Political Expenditure from Political ContributionsTue Jul 26 2016 00:00:00 GMT+0000 (Coordinated Universal Time)C/OH: Candidate/Officeholder Campaign Finance ReportCC paymentNonannanView Report (http://www.austintexas.gov/edims/document.cfm?id=258178)R20160726163007-F0010
Office DepotPressley, Laura$108.24Mon Feb 29 2016 00:00:00 GMT+0000 (Coordinated Universal Time)Entity816 Tirado StAustin, TX, 787522016Political Expenditure from Political ContributionsTue Jul 26 2016 00:00:00 GMT+0000 (Coordinated Universal Time)C/OH: Candidate/Officeholder Campaign Finance ReportPrinting SuppliesNonannanView Report (http://www.austintexas.gov/edims/document.cfm?id=258178)R20160726163007-F0011

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

Share link

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