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
Party leaders utilise endorsements to persuade not just voters but also other influential party members to support the candidate they believe would be most acceptable.
The rate at which leaders unite behind a single candidate or back a number of contenders might suggest how long the primary season will last.
A lack of unanimity may make it more difficult for the party leaders' preferred candidate to get the nomination.
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.