Endorsements(US) - 2020
Which Democratic candidates have most backing from influential members of party
@kaggle.akshatpattiwar_endorsements2020
Which Democratic candidates have most backing from influential members of party
@kaggle.akshatpattiwar_endorsements2020
CREATE TABLE endorsements_2020 (
"date" TIMESTAMP,
"position" VARCHAR,
"city" VARCHAR,
"state" VARCHAR,
"endorser" VARCHAR,
"endorsee" VARCHAR,
"endorser_party" VARCHAR,
"source" VARCHAR,
"order" DOUBLE,
"category" VARCHAR,
"body" VARCHAR,
"district" DOUBLE,
"points" BIGINT
);
Anyone who has the link will be able to view this.