house_polls
Data license: CC Attribution 4.0 License · Data source: fivethirtyeight/data on GitHub · About: simonw/fivethirtyeight-datasette
4 rows where candidate_party = "CON"
This data as json, copyable, CSV (advanced)
Suggested facets: cycle, population, population_full, methodology, seat_number, seat_name, election_date, answer, candidate_name, pct
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
500 | 500 | 129437 | 69486 | 2020 | Utah | 1378 | Lighthouse Research | 1007 | Utah Debate Comission | Lighthouse Research | 483 | Lighthouse Research | 496 | rv | rv | Live Phone | U.S. House | 3 | District 3 | 8/31/20 | 9/12/20 | 11/3/20 | 0 | 0 | 0 | 9/16/20 12:31 | https://twitter.com/BenWinslow/status/1306257899488862209 | general | 8234 | Cummings | 15555 | Daniel Clyde Cummings | CON | 2.2 | |||||
926 | 926 | 102081 | 59473 | 2019 | North Carolina | 998 | RRH Elections | RRH Elections | 274 | RRH Elections | B/C | 500 | lv | lv | Live Phone | U.S. House | 3 | District 3 | 8/26/19 | 8/28/19 | 9/10/19 | 0 | 0 | 0 | 9/3/19 09:02 | poll was weighted by gender only | https://rrhelections.com/index.php/2019/09/03/rrh-elections-nc-3-poll-murphy-r-leads-thomas-d-51-40/ | general | 6264 | Holt | 13497 | Greg Holt | CON | 1.0 | |||||
974 | 974 | 91456 | 56761 | 2018 | Wyoming | 1365 | Change Research | Change Research | 48 | Change Research | B- | 858 | lv | lv | Online | U.S. House | 1 | District 1 | 11/2/18 | 11/4/18 | 11/6/18 | 0 | 0 | 0 | 11/5/18 00:11 | https://twitter.com/ChangePolls/status/1059302464313188352 | general | 601 | Cummings | 13249 | Daniel Clyde Cummings | CON | 6.0 | ||||||
2473 | 2473 | 86708 | 53909 | 2018 | Idaho | 120 | Dan Jones & Associates | 484 | IdahoPoliticsWeekly.com | Dan Jones & Associates | 70 | Dan Jones & Associates | B | 315 | a | a | U.S. House | 1 | District 1 | 6/22/18 | 7/9/18 | 11/6/18 | 0 | 0 | 0 | 9/9/18 14:38 | https://idahopoliticsweekly.com/politics/2261-simpson-is-well-ahead-but-mcneil-is-giving-fulcher-a-race | general | 301 | Pro-Life | 12495 | Marvin Richardson | CON | 6.0 |
Advanced export
JSON shape: default, array, newline-delimited
CREATE TABLE "house_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" INTEGER, "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 );