August Senate Polls
Senate Polling Data from August, 1990 to 2016
@fivethirtyeight.august_senate_polls
Senate Polling Data from August, 1990 to 2016
@fivethirtyeight.august_senate_polls
CREATE TABLE august_senate_polls (
"cycle" BIGINT,
"state" VARCHAR,
"senate_class" BIGINT,
"start_date" TIMESTAMP,
"end_date" TIMESTAMP,
"dem_poll" DOUBLE,
"rep_poll" DOUBLE,
"dem_result" DOUBLE,
"rep_result" DOUBLE,
"error" DOUBLE,
"absolute_error" DOUBLE
);
Anyone who has the link will be able to view this.