senate_polls
Data license: CC Attribution 4.0 License · Data source: fivethirtyeight/data on GitHub · About: simonw/fivethirtyeight-datasette
2 rows where candidate_party = "NLP" and pollster_rating_id = 448
This data as json, copyable, CSV (advanced)
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
536 | 536 | 135299 | 72152 | 2020 | Michigan | 1424 | Siena College/The New York Times Upshot | Siena College/The New York Times Upshot | 448 | Siena College/The New York Times Upshot | A+ | 856 | lv | lv | Live Phone | U.S. Senate | 2 | Class II | 10/23/20 | 10/26/20 | 11/3/20 | 0 | 0 | 0 | 10/28/20 13:29 | https://int.nyt.com/data/documenttools/mi102320-crosstabs/9308372de600fa49/full.pdf | general | 6280 | Dern | 15849 | Douglas P. Dern | NLP | 0.0 | ||||||
984 | 984 | 132336 | 70737 | 2020 | Michigan | 1424 | Siena College/The New York Times Upshot | Siena College/The New York Times Upshot | 448 | Siena College/The New York Times Upshot | A+ | 614 | lv | lv | Live Phone | U.S. Senate | 2 | Class II | 10/6/20 | 10/11/20 | 11/3/20 | 0 | 0 | 0 | 10/12/20 13:06 | https://int.nyt.com/data/documenttools/miwi1020-crosstabs/b0a09cd1cd0048df/full.pdf | general | 6280 | Dern | 15849 | Douglas P. Dern | NLP | 0.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 );