NY Campaign Contributions 2013
Explore Open Data from New York City
@kaggle.new_york_city_ny_campaign_contributions_2013
Explore Open Data from New York City
@kaggle.new_york_city_ny_campaign_contributions_2013
A listing of campaign contributions for candidates for City office during the 2013 election cycle
This is a dataset hosted by the City of New York. The city has an open data platform found here and they update their information according the amount of data that is brought in. Explore New York City using Kaggle and all of the data sources available through the City of New York organization page!
This dataset is maintained using Socrata's API and Kaggle's API. Socrata has assisted countless organizations with hosting their open data and has been an integral part of the process of bringing more data to the public.
Cover photo by Andrew Pons on Unsplash
Unsplash Images are distributed under a unique Unsplash License.
CREATE TABLE n_2013_campaign_contributions (
"election" BIGINT,
"officecd" VARCHAR,
"recipid" VARCHAR,
"canclass" VARCHAR,
"recipname" VARCHAR,
"committee" VARCHAR,
"filing" VARCHAR,
"schedule" VARCHAR,
"pageno" VARCHAR,
"sequenceno" VARCHAR,
"refno" VARCHAR,
"date" VARCHAR,
"refunddate" VARCHAR,
"name" VARCHAR,
"c_code" VARCHAR,
"strno" VARCHAR,
"strname" VARCHAR,
"apartment" VARCHAR,
"boroughcd" VARCHAR,
"city" VARCHAR,
"state" VARCHAR,
"zip" VARCHAR,
"occupation" VARCHAR,
"empname" VARCHAR,
"empstrno" VARCHAR,
"empstrname" VARCHAR,
"empcity" VARCHAR,
"empstate" VARCHAR,
"amnt" DOUBLE,
"matchamnt" BIGINT,
"prevamnt" DOUBLE,
"pay_method" BIGINT,
"intermno" DOUBLE,
"intermname" VARCHAR,
"intstrno" VARCHAR,
"intstrnm" VARCHAR,
"intaptno" VARCHAR,
"intcity" VARCHAR,
"intst" VARCHAR,
"intzip" DOUBLE,
"intempname" VARCHAR,
"intempstno" VARCHAR,
"intempstnm" VARCHAR,
"intempcity" VARCHAR,
"intempst" VARCHAR,
"intoccupa" VARCHAR,
"purposecd" VARCHAR,
"exemptcd" VARCHAR,
"adjtypecd" DOUBLE,
"rr_ind" VARCHAR,
"seg_ind" VARCHAR,
"int_c_code" VARCHAR
);Anyone who has the link will be able to view this.