Trump's World
Help us map Trump's World
@kaggle.skylord_trumpworld
Help us map Trump's World
@kaggle.skylord_trumpworld
CREATE TABLE approval_polllist (
"president" VARCHAR,
"subgroup" VARCHAR,
"modeldate" TIMESTAMP,
"startdate" TIMESTAMP,
"enddate" TIMESTAMP,
"pollster" VARCHAR,
"grade" VARCHAR,
"samplesize" DOUBLE,
"population" VARCHAR,
"weight" DOUBLE,
"influence" DOUBLE,
"approve" DOUBLE,
"disapprove" DOUBLE,
"adjusted_approve" DOUBLE,
"adjusted_disapprove" DOUBLE,
"multiversions" VARCHAR,
"tracking" VARCHAR,
"url" VARCHAR,
"poll_id" BIGINT,
"question_id" BIGINT,
"createddate" TIMESTAMP,
"timestamp" VARCHAR
);
Anyone who has the link will be able to view this.