senate_polls
Data license: CC Attribution 4.0 License · Data source: fivethirtyeight/data on GitHub · About: simonw/fivethirtyeight-datasette
6 rows where methodology = "Mail"
This data as json, copyable, CSV (advanced)
Suggested facets: question_id, poll_id, state, pollster_id, pollster, display_name, pollster_rating_id, sample_size, population, population_full, seat_number, seat_name, start_date, end_date, created_at, url, race_id, candidate_party
Link | rowid ▼ | question_id | poll_id | cycle | state | pollster_id | pollster | sponsor_ids | sponsors | display_name | pollster_rating_id | pollster_rating_name | fte_grade | sample_size | population | population_full | methodology | office_type | seat_number | seat_name | start_date | end_date | election_date | sponsor_candidate | internal | partisan | tracking | nationwide_batch | ranked_choice_reallocated | created_at | notes | url | stage | race_id | answer | candidate_id | candidate_name | candidate_party | pct |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1156 | 1156 | 132853 | 70992 | 2020 | Montana | 1472 | Montana State University | Montana State University Bozeman | 486 | Montana State University | 1615 | lv | lv | U.S. Senate | 2 | Class II | 9/14/20 | 10/2/20 | 11/3/20 | 0 | 0 | 0 | 10/14/20 11:30 | https://helpslab.montana.edu/documents/treasure_state_2020_election_surveys/Senate_Overview_Final_11Oct2020.pdf | general | 6283 | Bullock | 14517 | Steve Bullock | DEM | 49.0 | ||||||||
1157 | 1157 | 132853 | 70992 | 2020 | Montana | 1472 | Montana State University | Montana State University Bozeman | 486 | Montana State University | 1615 | lv | lv | U.S. Senate | 2 | Class II | 9/14/20 | 10/2/20 | 11/3/20 | 0 | 0 | 0 | 10/14/20 11:30 | https://helpslab.montana.edu/documents/treasure_state_2020_election_surveys/Senate_Overview_Final_11Oct2020.pdf | general | 6283 | Daines | 14518 | Steve Daines | REP | 47.0 | ||||||||
1551 | 1551 | 129470 | 69500 | 2020 | Arizona | 800 | Kaiser Family Foundation | 579 | Cook Political Report | Kaiser Family Foundation | 419 | Kaiser Family Foundation | 1298 | rv | rv | U.S. Senate | 2 | Class III | 8/29/20 | 9/13/20 | 11/3/20 | 0 | 0 | 0 | 9/17/20 06:44 | https://www.kff.org/other/report/sun-belt-voices-project/ | general | 6268 | Kelly | 13445 | Mark Kelly | DEM | 44.0 | ||||||
1552 | 1552 | 129470 | 69500 | 2020 | Arizona | 800 | Kaiser Family Foundation | 579 | Cook Political Report | Kaiser Family Foundation | 419 | Kaiser Family Foundation | 1298 | rv | rv | U.S. Senate | 2 | Class III | 8/29/20 | 9/13/20 | 11/3/20 | 0 | 0 | 0 | 9/17/20 06:44 | https://www.kff.org/other/report/sun-belt-voices-project/ | general | 6268 | McSally | 13446 | Martha McSally | REP | 36.0 | ||||||
1553 | 1553 | 129471 | 69502 | 2020 | North Carolina | 800 | Kaiser Family Foundation | 579 | Cook Political Report | Kaiser Family Foundation | 419 | Kaiser Family Foundation | 1172 | rv | rv | U.S. Senate | 0 | Class II | 8/29/20 | 9/13/20 | 11/3/20 | 0 | 0 | 0 | 9/17/20 06:44 | https://www.kff.org/other/report/sun-belt-voices-project/ | general | 6284 | Cunningham | 13468 | Cal Cunningham | DEM | 41.0 | ||||||
1554 | 1554 | 129471 | 69502 | 2020 | North Carolina | 800 | Kaiser Family Foundation | 579 | Cook Political Report | Kaiser Family Foundation | 419 | Kaiser Family Foundation | 1172 | rv | rv | U.S. Senate | 0 | Class II | 8/29/20 | 9/13/20 | 11/3/20 | 0 | 0 | 0 | 9/17/20 06:44 | https://www.kff.org/other/report/sun-belt-voices-project/ | general | 6284 | Tillis | 13461 | Thom Tillis | REP | 37.0 |
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 );