senate_polls
Data license: CC Attribution 4.0 License · Data source: fivethirtyeight/data on GitHub · About: simonw/fivethirtyeight-datasette
2 rows where election_date = "12/5/20"
This data as json, copyable, CSV (advanced)
Advanced export
JSON shape: default, array, newline-delimited
CREATE TABLE "senate_polls" ( "question_id" INTEGER, "poll_id" INTEGER, "cycle" INTEGER, "state" TEXT, "pollster_id" INTEGER, "pollster" TEXT, "sponsor_ids" TEXT, "sponsors" TEXT, "display_name" TEXT, "pollster_rating_id" INTEGER, "pollster_rating_name" TEXT, "fte_grade" TEXT, "sample_size" INTEGER, "population" TEXT, "population_full" TEXT, "methodology" TEXT, "office_type" TEXT, "seat_number" INTEGER, "seat_name" TEXT, "start_date" TEXT, "end_date" TEXT, "election_date" TEXT, "sponsor_candidate" TEXT, "internal" INTEGER, "partisan" TEXT, "tracking" TEXT, "nationwide_batch" INTEGER, "ranked_choice_reallocated" INTEGER, "created_at" TEXT, "notes" TEXT, "url" TEXT, "stage" TEXT, "race_id" INTEGER, "answer" TEXT, "candidate_id" INTEGER, "candidate_name" TEXT, "candidate_party" TEXT, "pct" REAL );