Update pollster-ratings 2024

This commit is contained in:
hfuong
2024-01-25 11:06:01 -05:00
parent de715a70d0
commit fea5d9ee79
7 changed files with 21042 additions and 35 deletions

View File

Can't render this file because it is too large.

View File

@@ -5,53 +5,69 @@ This directory contains the data behind FiveThirtyEight's pollster ratings.
See also:
* [FiveThirtyEight's Pollster Ratings](https://projects.fivethirtyeight.com/pollster-ratings/)
* [The Death Of Polling Is Greatly Exaggerated](https://fivethirtyeight.com/features/the-death-of-polling-is-greatly-exaggerated/)
* [What are the best pollsters in America?](https://abcnews.go.com/538/best-pollsters-america/story?id=105563951) (2024)
* [The Polls Were Historically Accurate In 2022](https://fivethirtyeight.com/features/2022-election-polling-accuracy/) (2023)
* [The Death Of Polling Is Greatly Exaggerated](https://fivethirtyeight.com/features/the-death-of-polling-is-greatly-exaggerated/) (2021)
* [The State Of The Polls, 2019](https://fivethirtyeight.com/features/the-state-of-the-polls-2019/)
* [The Polls Are All Right](https://fivethirtyeight.com/features/the-polls-are-all-right/)
* [The Polls Are All Right](https://fivethirtyeight.com/features/the-polls-are-all-right/) (2018)
* [The State Of The Polls, 2016](https://fivethirtyeight.com/features/the-state-of-the-polls-2016/)
* [How FiveThirtyEight Calculates Pollster Ratings](https://fivethirtyeight.com/features/how-fivethirtyeight-calculates-pollster-ratings/)
* [How FiveThirtyEight Calculates Pollster Ratings](https://fivethirtyeight.com/features/how-fivethirtyeight-calculates-pollster-ratings/). Note: This methodology was in effect from 2014 through 2023.
* [How 538's pollster ratings work](https://abcnews.go.com/538/538s-pollster-ratings-work/story?id=105398138). Note: This methodology is in effect from 2024 onward.
Past data:
Past data can be found in the directories in this repository. The codebook for data calculated between 2014 and 2023 can be found [here](README_PRE2024.md).
* [2014](2014/)
* [2016](2016/)
* [2018](2018/)
* [2019](2019/)
* [2020](2020/)
* [2021](2021/)
---
`pollster-stats-full.xlsx` contains a spreadsheet with all of the summary data and calculations involved in determining the pollster ratings as well as descriptions for each column.
`pollster-ratings.csv` has ratings and calculations for each pollster. A copy of this data and descriptions for each column can also be found in `pollster-stats-full.xlsx`.
`raw-polls.csv` contains all of the polls analyzed to give each pollster a grade. Descriptions for each column are in the table below.
`raw-polls.csv` contains all of the polls analyzed to give each pollster a rating. Descriptions for each column are in the table below.
Header | Definition
---|---------
`pollno` | FiveThirtyEight poll ID number
`race` | Election polled
`year` | Year of election (not year of poll)
`location` | Location (state or Congressional district, or "US" for national polls)
`type_simple` | Type of election (5 categories)
`type_detail` | Detailed type of election (this distinguishes between Republican and Democratic primaries, for example, whereas `type_simple` does not)
`pollster` | Pollster name
`methodology` | Methodology used to conduct this poll. One or more of the following values: <ul><li>`Live Phone` — Live telephone interviews, may or may not include calls to cell phones</li><li>`IVR` — Interactive voice response, otherwise known as automated polls or "robopolls"</li><li>`Mail`— By U.S. mail or other “snail mail” service</li><li>`Online`— Poll conducted by Internet; generally this mean by web browser, or application-based polling of mobile phones</li><li>`Text` — Poll conducted by text message</li><li>`Face-to-face` — Poll conducted in person</ul> Mixed method polls list the methods involved in the poll separated by slashes.
`poll_id` | FiveThirtyEight poll ID number.
`question_id` | FiveThirtyEight question ID number. Note that there may be more than one question from the same poll included in the data.
`race_id` | FiveThirtyEight race ID number.
`cycle` | Election cycle.
`location` | Geography of the question. This may be a state, House district, or the US.
`type_simple` | Category of the race. This value is structured with the type of election (`Sen`, `Gov`, `Pres`, or `House`) followed by a dash, and then either `P` or `G` to indicate if the survey is of a primary or general election, respectively. House generic ballot polls are noted as `House-G-US`.
`race` | Race for this question. This is structured as the year, followed by an underscore and the simple type, followed by an underscore and the location. For presidential primaries, the party is indicated with a `-R` or `-D` after `Pres`.
`pollster` | Pollster name.
`pollster_rating_id` | FiveThirtyEight pollster rating ID number.
`aapor_roper` | Boolean flag for whether the pollster is a member of the [AAPOR Transparency Initiative](https://aapor.org/standards-and-ethics/transparency-initiative/) or contributes polls to the [Roper Center](https://ropercenter.cornell.edu/).
`inactive` | Boolean flag for whether the pollster appears to still be conducting publicly available opinion polls.
`methodology` | Mode used to conduct this poll. This should be a combination of one or more of the following values, separated by a forward slash:<ul><li>`Live Phone` — Live telephone interviews, may or may not include calls to cell phones</li><li>`IVR` — Interactive voice response, otherwise known as automated polls or "robopolls"</li><li>`Online Panel` — Opt-in online panel, either proprietary or contracted to a panel provider</li><li>`Text-to-Web` — Recruitment via text messages that direct participants to a website to complete the survey</li><li>`Probability Panel` — [Probability based online panel](https://ropercenter.cornell.edu/how-do-probability-based-online-panels-work)</li><li>`Email` — Recruitment via emails that direct participants to a website to complete the survey</li><li>`Mail-to-Web` — Recruitment via snail mail that directs participants to a website to complete the survey</li><li>`Mail-to-Phone` — Recruitment via snail mail that directs participants to call a phone number to complete the survey</li><li>`Text` — Recruitment via text message in which questions are asked directly over SMS</li><li>`Mail`— By U.S. mail or other “snail mail” service</li><li>`Online Ad` — Recruitment via advertisement on websites, mobile games, or other online medium</li><li>`App Panel` — Opt-in panel using a proprietary app</li><li>`Face-to-face` — Poll conducted in person</li></ul>
`partisan` | Flag for internal/partisan poll. "D" indicates Democratic poll, "R" indicates Republican poll, "I" indicates poll put out by independent candidate's campaign. Note that different sources define these categories differently and our categorization will often reflect the original source's definition. In other words, these definitions may be inconsistent and should be used carefully.
`polldate` | Median field date of the poll
`samplesize` | Sample size of the poll. Where missing, this is estimated from the poll's margin of error, or similar polls conducted by the same polling firm. A sample size of 600 is used if no better estimate is available.
`polldate` | Median field date of the poll.
`electiondate` | Date of the election.
`time_to_election` | Number of days between the median field date of the poll and the election date.
`samplesize` | Sample size of the question. For questions with no sample size available, this is approximated as the median sample size for races of the same type.
`cand1_name` | Name of Candidate #1. Candidates #1 and #2 are defined as the top two finishers in the election (regardless of whether or not they were the top two candidates in the poll). In races where a Democrat and a Republican were the top two finishers, Candidate #1 is the Democrat.
`cand1_party` | Name of Candidate #1. Candidates #1 and #2 are defined as the top two finishers in the election (regardless of whether or not they were the top two candidates in the poll). In races where a Democrat and a Republican were the top two finishers, Candidate #1 is the Democrat.
`cand1_id` | FiveThirtyEight ID number for Candidate #1.
`cand1_party` | Party code for Candidate #1.
`cand1_pct` | Candidate #1's share of the vote in the poll.
`cand2_name` | Name of Candidate #2. Candidates #1 and #2 are defined as the top two finishers in the election (regardless of whether or not they were the top two candidates in the poll). In races where a Democrat and a Republican were the top two finishers, Candidate #2 is the Republican.
`cand1_actual` | Actual share of vote for Candidate #1
`cand2_name` | Name of Candidate #2.
`cand2_id` | FiveThirtyEight ID number for Candidate #2.
`cand2_party` | Party of Candidate #2.
`cand2_pct` | Candidate #2's share of the vote in the poll.
`cand3_pct` | Share of the vote for the top candidate listed in the poll, other than Candidate #1 and Candidate #2.
`margin_poll` | Projected margin of victory (defeat) for Candidate #1. This is calculated as `cand1_pct - cand2_pct`. In races between a Democrat and a Republican, positive values indicate a Democratic lead; negative values a Repubican lead.
`electiondate` | Date of election
`cand1_actual` | Actual share of vote for Candidate #1
`cand2_actual` | Actual share of vote for Candidate #2
`margin_poll` | Projected margin of victory (defeat) for Candidate #1. This is calculated as `cand1_pct - cand2_pct`. In races between a Democrat and a Republican, positive values indicate a Democratic lead; negative values a Repubican lead.
`margin_actual` | Actual margin in the election. This is calculated as `cand1_actual - cand2_actual`. In races between a Democrat and a Republican, positive values indicate a Democratic win; negative values a Republican win.
`error` | Absolute value of the difference between the actual and polled result. This is calculated as `abs(margin_poll - margin_actual)`
`bias` | Statistical bias of the poll. This is calculated only for races in which the top two finishers were a Democrat and a Republican. It is calculated as `margin_poll - margin_actual`. Positive values indicate a Democratic bias (the Democrat did better in the poll than the election). Negative values indicate a Republican bias.
`rightcall` | Flag to indicate whether the pollster called the outcome correctly, i.e. whether the candidate they had listed in 1st place won the election. A 1 indicates a correct call and a 0 an incorrect call; 0.5 indicates that the pollster had two or more candidates tied for the lead and one of the tied candidates won.
`comment` | Additional information, such as alternate names for the poll.
`pollster-ratings-combined.csv` contains the output of the pollster ratings algorithm for each pollster. A description of the columns is in the table below.
Header | Definition
---|---------
`pollster` | Pollster name.
`pollster_rating_id` | FiveThirtyEight pollster rating ID number.
`aapor_roper` | Boolean flag for whether the pollster is a member of the [AAPOR Transparency Initiative](https://aapor.org/standards-and-ethics/transparency-initiative/) or contributes polls to the [Roper Center](https://ropercenter.cornell.edu/).
`inactive` | Boolean flag for whether the pollster appears to still be conducting publicly available opinion polls.
`numeric_grade` | FiveThirtyEight numeric overall rating for the pollster.
`rank` | FiveThirtyEight pollster rank based on numeric grade. Note that pollsters that are flagged as inactive do not have a numeric grade and appear at the end of the rankings; this is not intended to indicate anything about their skill level.
`POLLSCORE` | Score including both error and bias (but not transparency). Lower numbers are better. Stands for Predictive Optimization of Latent skill Level in Surveys, Considering Overall Record, Empirically.
`wtd_avg_transparency` | Average transparency score for polls conducted by this pollster, weighted by the age of the survey.
`number_polls_pollster_total` | Number of questions used to evaluate the pollster.
`percent_partisan_work` | Percent of the pollster's polls that are considered partisan by FiveThirtyEight's standards.
`error_ppm` | Predictive Plus-Minus for pollster's absolute error, as described in the pollster ratings methodology.
`bias_ppm` | Predictive Plus-Minus for pollster bias, as described in the pollster ratings methodology.
`number_polls_pollster_time_weighted` | Number of questions used to evaluate the pollster, weighted by the age of the survey.
`ranking_value` | Value used to determine pollster rank, as described in the pollster ratings methodology.

View File

@@ -0,0 +1,37 @@
# FiveThirtyEight's Pollster Ratings Historical Codebook
`pollster-stats-full.xlsx` contains a spreadsheet with all of the summary data and calculations involved in determining the pollster ratings as well as descriptions for each column.
`pollster-ratings.csv` has ratings and calculations for each pollster. A copy of this data and descriptions for each column can also be found in `pollster-stats-full.xlsx`.
`raw-polls.csv` contains all of the polls analyzed to give each pollster a grade. Descriptions for each column are in the table below.
Header | Definition
---|---------
`pollno` | FiveThirtyEight poll ID number
`race` | Election polled
`year` | Year of election (not year of poll)
`location` | Location (state or Congressional district, or "US" for national polls)
`type_simple` | Type of election (5 categories)
`type_detail` | Detailed type of election (this distinguishes between Republican and Democratic primaries, for example, whereas `type_simple` does not)
`pollster` | Pollster name
`methodology` | Methodology used to conduct this poll. One or more of the following values: <ul><li>`Live Phone` — Live telephone interviews, may or may not include calls to cell phones</li><li>`IVR` — Interactive voice response, otherwise known as automated polls or "robopolls"</li><li>`Mail`— By U.S. mail or other “snail mail” service</li><li>`Online`— Poll conducted by Internet; generally this mean by web browser, or application-based polling of mobile phones</li><li>`Text` — Poll conducted by text message</li><li>`Face-to-face` — Poll conducted in person</ul> Mixed method polls list the methods involved in the poll separated by slashes.
`partisan` | Flag for internal/partisan poll. "D" indicates Democratic poll, "R" indicates Republican poll, "I" indicates poll put out by independent candidate's campaign. Note that different sources define these categories differently and our categorization will often reflect the original source's definition. In other words, these definitions may be inconsistent and should be used carefully.
`polldate` | Median field date of the poll
`samplesize` | Sample size of the poll. Where missing, this is estimated from the poll's margin of error, or similar polls conducted by the same polling firm. A sample size of 600 is used if no better estimate is available.
`cand1_name` | Name of Candidate #1. Candidates #1 and #2 are defined as the top two finishers in the election (regardless of whether or not they were the top two candidates in the poll). In races where a Democrat and a Republican were the top two finishers, Candidate #1 is the Democrat.
`cand1_party` | Name of Candidate #1. Candidates #1 and #2 are defined as the top two finishers in the election (regardless of whether or not they were the top two candidates in the poll). In races where a Democrat and a Republican were the top two finishers, Candidate #1 is the Democrat.
`cand1_pct` | Candidate #1's share of the vote in the poll.
`cand2_name` | Name of Candidate #2. Candidates #1 and #2 are defined as the top two finishers in the election (regardless of whether or not they were the top two candidates in the poll). In races where a Democrat and a Republican were the top two finishers, Candidate #2 is the Republican.
`cand2_party` | Party of Candidate #2.
`cand2_pct` | Candidate #2's share of the vote in the poll.
`cand3_pct` | Share of the vote for the top candidate listed in the poll, other than Candidate #1 and Candidate #2.
`margin_poll` | Projected margin of victory (defeat) for Candidate #1. This is calculated as `cand1_pct - cand2_pct`. In races between a Democrat and a Republican, positive values indicate a Democratic lead; negative values a Repubican lead.
`electiondate` | Date of election
`cand1_actual` | Actual share of vote for Candidate #1
`cand2_actual` | Actual share of vote for Candidate #2
`margin_actual` | Actual margin in the election. This is calculated as `cand1_actual - cand2_actual`. In races between a Democrat and a Republican, positive values indicate a Democratic win; negative values a Republican win.
`error` | Absolute value of the difference between the actual and polled result. This is calculated as `abs(margin_poll - margin_actual)`
`bias` | Statistical bias of the poll. This is calculated only for races in which the top two finishers were a Democrat and a Republican. It is calculated as `margin_poll - margin_actual`. Positive values indicate a Democratic bias (the Democrat did better in the poll than the election). Negative values indicate a Republican bias.
`rightcall` | Flag to indicate whether the pollster called the outcome correctly, i.e. whether the candidate they had listed in 1st place won the election. A 1 indicates a correct call and a 0 an incorrect call; 0.5 indicates that the pollster had two or more candidates tied for the lead and one of the tied candidates won.
`comment` | Additional information, such as alternate names for the poll.

View File

@@ -0,0 +1,537 @@
pollster,pollster_rating_id,aapor_roper,inactive,numeric_grade,rank,POLLSCORE,wtd_avg_transparency,number_polls_pollster_total,percent_partisan_work,error_ppm,bias_ppm,number_polls_pollster_time_weighted,ranking_value
The New York Times/Siena College,448,TRUE,FALSE,3,1,-1.5,8.7,122,0,-1.1,-2,114,-2
Marquette University Law School,195,TRUE,FALSE,3,2,-1,9.7,21,0,-1,-1,12.8,-2
SurveyUSA,325,FALSE,FALSE,3,3,-1.3,8.7,1111,0,-0.7,-1.8,235.6,-2
Monmouth University,215,TRUE,FALSE,3,4,-0.9,9.9,148,0,-0.7,-1.1,84.2,-2
YouGov,391,FALSE,FALSE,3,5,-1.1,8.7,624,0,-0.4,-1.7,291.4,-2
Suffolk University,323,TRUE,FALSE,2.9,6,-1,8.5,123,0,-0.6,-1.4,58.1,-1.9
Marist College,183,TRUE,FALSE,2.9,7,-0.8,9,211,0,-0.7,-1,94.9,-1.9
Data Orbital,73,TRUE,FALSE,2.9,8,-0.9,9,19,0,-0.7,-1.1,16,-1.9
University of Massachusetts Lowell Center for Public Opinion,355,TRUE,FALSE,2.9,9,-0.9,8.6,31,0,-0.8,-1.1,25.1,-1.9
Emerson College,88,TRUE,FALSE,2.9,10,-0.9,8.1,273,0,-0.8,-1.1,248.9,-1.9
University of North Florida Public Opinion Research Lab,360,TRUE,FALSE,2.9,11,-0.6,9.8,15,0,-0.5,-0.7,11.9,-1.8
Muhlenberg College,219,TRUE,FALSE,2.9,12,-0.9,8,39,0,-0.8,-1.1,16.3,-1.8
Selzer & Co.,304,TRUE,FALSE,2.8,13,-1,7.4,64,0,-1.1,-1,23.3,-1.8
ABC News/The Washington Post,3,TRUE,FALSE,2.8,14,-1.1,7,98,0,-1,-1.2,25.8,-1.8
Quinnipiac University,267,TRUE,FALSE,2.8,15,-0.5,9.5,296,0,-0,-0.9,111.2,-1.8
Ipsos,154,TRUE,FALSE,2.8,16,-0.9,7.7,268,0,-0.3,-1.4,162.4,-1.7
Beacon Research/Shaw & Co. Research,103,TRUE,FALSE,2.8,17,-1,6.8,73,0,-0.8,-1.3,53.4,-1.7
Christopher Newport University Wason Center for Civic Leadership,50,TRUE,FALSE,2.8,18,-0.6,8.3,19,0,-0.6,-0.5,13.3,-1.7
Siena College,305,TRUE,FALSE,2.8,19,-0.8,7.3,83,0,-0.5,-1.1,41.6,-1.7
MassINC Polling Group,198,TRUE,FALSE,2.8,20,-0.8,6.8,28,0,-0.9,-0.6,16.5,-1.6
AtlasIntel,546,TRUE,FALSE,2.7,21,-0.7,6.5,24,0,-1.2,-0.2,25.9,-1.6
East Carolina University Center for Survey Research,523,TRUE,FALSE,2.7,22,-0.5,7.7,19,0,-0.2,-0.9,22.8,-1.6
Echelon Insights,407,FALSE,FALSE,2.7,23,-0.7,5.8,10,0,-0.8,-0.6,13.5,-1.6
Data for Progress,522,FALSE,FALSE,2.7,24,-1.1,4,125,0.1,-0.4,-1.8,154.8,-1.5
Hart Research Associates/Public Opinion Strategies,221,TRUE,FALSE,2.7,25,-0.6,6,53,0,-0.2,-0.9,21.2,-1.5
Stockton University,317,TRUE,FALSE,2.7,26,-0.5,7.3,20,0,-0.3,-0.6,12.8,-1.5
The Washington Post/George Mason University Schar School of Policy and Government,754,TRUE,FALSE,2.7,27,-0.7,9.3,8,0,-0.8,-0.8,6.8,-1.9
Remington Research Group,279,FALSE,FALSE,2.7,28,-0.6,4.8,58,0,-0.2,-1,44.5,-1.5
University of New Hampshire Survey Center,357,TRUE,FALSE,2.6,29,-0.3,9.4,152,0,0.2,-0.7,60.8,-1.5
Mason-Dixon Polling & Strategy,197,FALSE,FALSE,2.6,30,-1,3.9,504,0,-0.5,-1.6,71.2,-1.5
Civiqs,471,FALSE,FALSE,2.6,31,-0.3,8.6,57,0.1,-0.4,-0.2,70.9,-1.4
University of Arkansas Department of Political Science,345,TRUE,FALSE,2.6,32,-0.4,6.7,14,0,-0.1,-0.7,8.2,-1.4
Roanoke College Institute for Policy and Opinion Research,292,TRUE,FALSE,2.6,33,-0.3,8,21,0,0.2,-0.8,9.7,-1.4
Gallup,112,TRUE,FALSE,2.6,34,-0.4,7.2,105,0,-0.1,-0.7,10.8,-1.4
Fairleigh Dickinson University,92,TRUE,FALSE,2.6,35,-0.6,7.8,28,0,-0.4,-0.8,6.2,-1.6
Saint Anselm College Survey Center,494,FALSE,FALSE,2.6,36,-0.5,4.4,17,0,-0.4,-0.6,18.3,-1.3
Lake Research Partners/The Tarrance Group,114,TRUE,FALSE,2.6,37,-0.5,6.9,48,0,-0.2,-0.8,6.7,-1.5
Michigan State University Institute for Public Policy and Social Research,463,TRUE,FALSE,2.5,38,-0.6,10,2,0,-0.5,-0.6,1.6,-1.7
Elon University,86,TRUE,FALSE,2.5,39,-0.5,8.5,8,0,-0.3,-0.7,2.7,-1.6
Southern Illinois University Paul Simon Public Policy Institute,430,TRUE,FALSE,2.5,40,-0.5,7,4,0,-0.3,-0.6,1,-1.5
Reconnect Research/Roanoke College,587,TRUE,FALSE,2.5,41,-0.4,9,2,0,-0.2,-0.6,2.2,-1.5
University of Florida Bob Graham Center for Public Service,349,TRUE,FALSE,2.5,42,-0.4,7.3,2,0,-0.2,-0.6,0.8,-1.5
University of Illinois Springfield Survey Research Office,498,TRUE,FALSE,2.5,43,-0.4,7.5,2,0,-0.2,-0.6,0.8,-1.5
Temple University Institute for Survey Research,336,TRUE,FALSE,2.5,44,-0.4,7.1,5,0,-0.2,-0.6,0.5,-1.5
Pew Research Center,253,TRUE,FALSE,2.5,45,-0.4,7.7,29,0,-0.1,-0.7,4.9,-1.5
Public Policy Institute of California,262,TRUE,FALSE,2.5,46,-0.3,9.4,20,0,-0.3,-0.3,6.5,-1.5
Harvard University,135,TRUE,FALSE,2.5,47,-0.4,6.9,1,0,-0.2,-0.6,0,-1.5
Belden Russonello,28,TRUE,FALSE,2.5,48,-0.4,6.9,3,0,-0.2,-0.6,0.2,-1.5
High Point University Survey Research Center,139,TRUE,FALSE,2.5,49,-0.4,8.2,6,0,-0.1,-0.6,3,-1.4
Western New England University Polling Institute,380,TRUE,FALSE,2.5,50,-0.4,6.5,11,0,-0.2,-0.6,4.3,-1.4
Abt Associates,7,TRUE,FALSE,2.5,51,-0.4,7.5,15,0,-0.1,-0.6,3.8,-1.4
University of California Berkeley Institute of Governmental Studies,457,TRUE,FALSE,2.5,52,-0.3,9.3,5,0,-0.1,-0.5,4.7,-1.4
The Winston Group,385,TRUE,FALSE,2.5,53,-0.4,5.7,13,1,-0.4,-0.3,5.1,-1.4
The Washington Post/University of Maryland Center for Democracy and Civic Engagement,755,TRUE,FALSE,2.5,54,-0.3,8.8,2,0,-0.1,-0.5,0.9,-1.4
St. Pete Polls,314,FALSE,FALSE,2.5,55,-0.4,5.3,30,0,-0.1,-0.6,20.5,-1.2
Øptimus Analytics,245,TRUE,FALSE,2.5,56,-0.3,6.8,20,0.2,-0.3,-0.2,11.8,-1.2
Research Co.,449,FALSE,FALSE,2.5,57,-0.4,4.2,58,0,0.1,-1,65.1,-1.2
Winthrop University Center for Public Opinion & Policy Research,386,TRUE,FALSE,2.5,58,-0.3,7.2,6,0,-0.2,-0.4,1.3,-1.3
Middle Tennessee State University,208,TRUE,FALSE,2.5,59,-0.3,7.1,5,0,-0.1,-0.6,1.3,-1.4
KFF,419,TRUE,FALSE,2.5,60,-0.2,9.7,2,0,-0,-0.5,1.3,-1.3
RMG Research,555,FALSE,FALSE,2.5,61,-0.5,4,38,0,-0.1,-0.9,41,-1.2
University of Southern California Center for Economic and Social Research,343,TRUE,FALSE,2.5,62,-0.2,8.3,11,0,0.4,-0.7,8.3,-1.2
Blueprint Polling,470,FALSE,FALSE,2.5,63,-0.3,5.6,2,0,-0.6,-0.1,3,-1.1
Susquehanna Polling & Research Inc.,326,FALSE,FALSE,2.5,64,-0.4,4.1,59,0,-0.4,-0.5,33.8,-1.1
Noble Predictive Insights,235,FALSE,FALSE,2.4,65,-0.4,4.1,14,0,-0.1,-0.6,14.4,-1.1
Braun Research,33,FALSE,FALSE,2.4,66,-0.3,5.2,10,0,-0.3,-0.3,4.5,-1.1
American Research Group,9,TRUE,FALSE,2.4,67,-0.2,6.7,304,0,0.8,-1.2,65.9,-1.1
Rutgers University Eagleton Center for Public Interest Polling,295,TRUE,FALSE,2.4,68,-0.1,8.8,23,0,0.5,-0.6,6.4,-1
Franklin & Marshall College,106,TRUE,FALSE,2.4,69,-0.1,8.4,30,0,-0.1,-0.1,11.7,-1
Swayable,543,TRUE,FALSE,2.3,70,-0.1,7,89,0,0.7,-0.8,95.4,-0.9
"University of Nevada, Las Vegas Lee Business School",609,FALSE,FALSE,2.3,71,-0.2,4.9,5,0,-0.1,-0.3,4.7,-0.9
Virginia Commonwealth University L. Douglas Wilder School of Government and Public Affairs,370,FALSE,FALSE,2.3,72,-0.2,5.5,8,0,0,-0.3,3.8,-0.9
University of Georgia School of Public and International Affairs,350,FALSE,FALSE,2.3,73,-0.1,5,5,0,-0.1,-0.2,5.3,-0.8
Mitchell Research & Communications,213,FALSE,FALSE,2.3,74,-0.2,4,84,0,0.7,-1.1,39.3,-0.8
DHM Research,76,FALSE,FALSE,2.2,75,-0.2,4.2,20,0,-0,-0.4,5.3,-0.8
Pan Atlantic Research,249,FALSE,FALSE,2.2,76,-0.2,4.2,27,0,0,-0.3,13.6,-0.8
RKM Research and Communications Inc.,272,FALSE,FALSE,2.2,77,-0.1,4.6,36,0,-0.2,-0,6.3,-0.7
Innovative Research Group,624,FALSE,FALSE,2.2,78,-0.1,6,1,0,-0.2,0,0.7,-0.7
Keating Research/OnSight Public Affairs/Melanson,455,FALSE,FALSE,2.2,79,-0.4,3.5,5,0,-0.3,-0.4,4.6,-0.7
Pioneer Polling/Tarrance Group,729,FALSE,FALSE,2.1,80,-0.2,4.2,1,0,-0.1,-0.2,1,-0.7
Edgewater Research/My People Vote,530,FALSE,FALSE,2.1,81,-0.1,4.2,2,0,-0,-0.2,2.2,-0.6
Market Research Insight,185,FALSE,FALSE,2.1,82,-0.2,3.7,15,0,-0.2,-0.2,4,-0.6
Florida Atlantic University Business and Economics Polling Initiative,97,FALSE,FALSE,2.1,83,-0,5.2,12,0,0,-0.1,10.6,-0.6
Angus Reid Global,13,FALSE,FALSE,2.1,84,-0.1,4.4,38,0,-0,-0.1,10.8,-0.6
Riley Research Associates,290,FALSE,FALSE,2.1,85,-0.1,4.6,11,0,-0,-0.2,1.7,-0.6
Reconnect Research/Probolsky Research,651,FALSE,FALSE,2.1,86,-0.1,4.9,2,0,0,-0.1,2.2,-0.6
Cygnal,67,FALSE,FALSE,2.1,87,-1.2,2.7,46,0.3,-1.2,-1.3,55.1,-0.6
Praecones Analytica,257,FALSE,FALSE,2.1,88,-0.1,5.3,3,0,-0.2,0.1,1.5,-0.5
TargetSmart,332,FALSE,FALSE,2.1,89,-0,6.3,3,0,0.1,-0.1,1.5,-0.5
Research & Polling Inc.,280,FALSE,FALSE,2.1,90,-0.9,2.7,57,0,-0.8,-1,21.3,-0.5
GreatBlue Research,748,FALSE,FALSE,2.1,91,-0.1,3.7,3,0,-0.1,-0.2,2.3,-0.5
Rasmussen Reports,277,FALSE,FALSE,2.1,92,-0.4,3.4,179,0,-0.3,-0.5,107,-0.5
Alaska Survey Research,155,FALSE,FALSE,2.1,93,-0.2,3.7,16,0,-0,-0.3,8.1,-0.5
MFour Mobile Research,177,FALSE,FALSE,2.1,94,-0.1,3.8,4,0,-0.1,-0.1,1,-0.5
University of New Orleans Survey Research Center,358,FALSE,FALSE,2.1,95,-0,5.1,10,0,0.2,-0.2,3.7,-0.5
BSP Research/Shaw & Company Research,728,FALSE,FALSE,2,96,-0.2,3.5,5,0,-0.4,-0.1,6.5,-0.5
Elway Research,87,FALSE,FALSE,2,97,-0.3,3.5,24,0,-0.1,-0.4,6.2,-0.5
Orion Strategies,246,FALSE,FALSE,2,98,-0.1,4.4,4,0,-0,-0.1,0.6,-0.4
Mercyhurst University Center for Applied Politics,422,FALSE,FALSE,2,99,-0.1,4.1,1,0,-0,-0.2,0.3,-0.4
Maine People's Resource Center,180,FALSE,FALSE,2,100,-0.5,2.9,20,0,-0.3,-0.6,8.5,-0.4
InsiderAdvantage,243,FALSE,FALSE,2,101,-0.3,3.4,196,0,-0,-0.6,106.2,-0.4
Landmark Communications,166,FALSE,FALSE,2,102,-0.5,3,41,0,-0.3,-0.7,27.6,-0.4
EPIC-MRA,84,FALSE,FALSE,2,103,-0.7,2.5,67,0,-0.9,-0.6,21.8,-0.4
Gravis Marketing,124,FALSE,FALSE,2,104,-0.9,2.4,173,0.1,-0.1,-1.8,106.2,-0.4
SurveyMonkey,324,FALSE,FALSE,2,105,0.2,9,354,0,0.4,-0.1,258.3,-0.4
Univision/Latino Decisions/North Star Opinion Research,516,FALSE,FALSE,2,106,0,4.8,7,0,0.2,-0.2,6.9,-0.4
University of South Alabama Polling Group,361,FALSE,FALSE,2,107,-0.1,3.7,10,0,0,-0.2,0.7,-0.4
Pasquines,552,FALSE,FALSE,2,108,-0,4.9,1,0,0.1,-0.1,0.4,-0.4
Fleming & Associates,96,FALSE,FALSE,2,109,-0.1,3.6,23,0,-0.1,-0.1,4.3,-0.4
Redfield & Wilton Strategies,562,TRUE,FALSE,2,110,0.2,9.3,31,0,0.6,-0.2,33.4,-0.4
Dan Jones & Associates,70,FALSE,FALSE,2,111,-0.4,2.9,47,0,-0.2,-0.7,11.5,-0.3
Loras College Public Opinion Survey Center,171,FALSE,FALSE,2,112,0.1,5,16,0,0.4,-0.3,7.7,-0.3
Centre College,47,FALSE,FALSE,1.9,113,-0,4.6,1,0,0.1,-0.1,0.4,-0.3
Marshall Marketing,196,FALSE,FALSE,1.9,114,-0,3.7,7,0,0,-0.1,0.9,-0.3
CVOTER,40,FALSE,FALSE,1.9,115,-0.2,3.3,9,0,-0.2,-0.1,3.5,-0.3
Targoz Market Research,454,FALSE,FALSE,1.9,116,0.1,4.6,26,0,1.1,-0.9,29.2,-0.3
Personal Marketing Research,252,FALSE,FALSE,1.9,117,-0,4.3,3,0,0.1,-0.1,0.1,-0.3
Public Opinion Strategies,260,TRUE,FALSE,1.9,118,0.1,4.7,121,0.8,0.3,-0.1,35.1,-0.3
SSRS,297,TRUE,FALSE,1.9,119,0.2,9.2,46,0,0.2,0.2,38.9,-0.3
John Zogby Strategies,583,FALSE,FALSE,1.9,120,-0.1,3.5,2,0,-0.4,0.2,2.2,-0.3
Leger,572,FALSE,FALSE,1.9,121,0.1,5.6,15,0,0.1,0,10.5,-0.3
GQR,126,TRUE,FALSE,1.9,122,0.1,5.6,88,1,-0.1,0.4,21.1,-0.3
RAND (American Life Panel),270,FALSE,FALSE,1.9,123,0,4.6,5,0,-0,0,1.5,-0.3
RRH Elections,274,FALSE,FALSE,1.9,124,-0.2,3.3,13,0,-0.2,-0.2,10.5,-0.3
Clemson University,54,FALSE,FALSE,1.9,125,-0.3,2.6,8,0,-0.4,-0.1,2.6,-0.3
Ward Research,375,FALSE,FALSE,1.9,126,-0.2,3,16,0,-0.2,-0.2,3.1,-0.2
Washington College,735,FALSE,FALSE,1.9,127,0,4.2,1,0,0,-0,1,-0.2
MWR Strategies,617,FALSE,FALSE,1.9,128,-0.1,3.5,2,0,-0.1,-0.1,1.6,-0.2
Thomas Partners Strategies/Øptimus,758,TRUE,FALSE,1.9,129,0.2,4.8,4,0,0.4,-0.1,2.6,-0.2
MSR Group,178,FALSE,FALSE,1.9,130,-0,3.8,6,0,0.1,-0.1,0.4,-0.2
Strategic Research Associates,462,FALSE,FALSE,1.9,131,-0.1,3.5,5,0,0.1,-0.3,3.4,-0.2
TIPP Insights,144,FALSE,FALSE,1.9,132,-0.4,2.7,36,0,-1.1,0.3,11.7,-0.2
OpinionWorks,244,FALSE,FALSE,1.9,133,-0.1,3.3,8,0,0,-0.2,2.9,-0.2
Vox Populi Communications,529,FALSE,FALSE,1.9,134,-0,4.6,1,0,0.1,-0.1,0,-0.2
Harris Insights & Analytics,133,FALSE,FALSE,1.9,135,-0.4,2.9,192,0,-0.4,-0.4,51.5,-0.2
Morningside University Col. Bud Day Center for Civic Engagement,536,FALSE,FALSE,1.9,136,0.1,6.3,1,0,0.1,-0,0.7,-0.2
Morning Consult,218,FALSE,FALSE,1.9,137,-0.3,3.1,96,0,0.3,-0.9,98.6,-0.2
Tufts University Public Opinion Lab,666,FALSE,FALSE,1.9,138,-0.1,3.5,2,0,0.1,-0.1,2.3,-0.2
Rice University,286,FALSE,FALSE,1.9,139,-0,4.4,2,0,0.1,-0.1,0.1,-0.2
Vox Populi Polling,372,FALSE,FALSE,1.9,140,-0.4,2.5,22,0,-0.2,-0.6,12.8,-0.2
Dynamics Marketing,83,FALSE,FALSE,1.9,141,-0,3.5,1,0,0.1,-0.1,0,-0.2
We Ask America,376,FALSE,FALSE,1.9,142,-0.3,3.1,64,0,0.2,-0.8,19.6,-0.2
AP-NORC,397,TRUE,FALSE,1.9,143,0.2,8.6,3,0,0.4,0.1,2.9,-0.2
Dartmouth College Nelson A. Rockefeller Center for Public Policy and the Social Sciences,72,FALSE,FALSE,1.9,144,-0,3.8,3,0,0.1,-0.1,0.1,-0.2
Magellan Strategies,179,FALSE,FALSE,1.9,145,-0.1,3.4,25,0.1,-0.1,-0.1,10.7,-0.2
"University of Nevada, Las Vegas Cannon Survey Center",356,FALSE,FALSE,1.9,146,-0,3.9,1,0,0.1,-0.1,0.2,-0.2
University of Georgia Survey Research Center,674,FALSE,FALSE,1.9,147,-0,4.7,1,0,0.1,-0.1,0,-0.2
Victory Research,437,FALSE,FALSE,1.8,148,-0.3,2.9,15,0,-0.1,-0.4,9.6,-0.2
Latino Decisions,482,FALSE,FALSE,1.8,149,0,3.9,2,0.5,-0.3,0.4,2.2,-0.1
BIGresearch,19,FALSE,FALSE,1.8,150,-0,3.6,1,0,0.1,-0.1,0.1,-0.1
University of Tennessee,362,FALSE,FALSE,1.8,151,0,4.1,4,0,0.1,-0.1,0.2,-0.1
Old Dominion University,238,FALSE,FALSE,1.8,152,-0,3.2,1,0,0.1,-0.1,0.3,-0.1
ROI Rocket,554,FALSE,FALSE,1.8,153,-0.3,2.1,3,0,-0.4,-0.1,2.9,-0.1
Clarus Research Group,53,FALSE,FALSE,1.8,154,-0,3.5,2,0,0.1,-0.1,0.5,-0.1
Harper Polling,132,FALSE,FALSE,1.8,155,-0.3,2.6,17,0.2,-0.4,-0.2,9.9,-0.1
Phillips Academy,699,FALSE,FALSE,1.8,156,0.2,6.3,7,0,0.7,-0.3,9.5,-0.1
Marketing Resource Group (MRG),193,FALSE,FALSE,1.8,157,0.1,4.4,11,0,0.1,0,3.3,-0.1
El Nuevo Día/The Research Office,599,FALSE,FALSE,1.8,158,-0.2,2.1,2,0,-0.2,-0.1,2.2,-0.1
Triumph Campaigns,339,FALSE,FALSE,1.8,159,0,3.6,1,0,0,-0,0.4,-0.1
Premise,709,FALSE,FALSE,1.8,160,0.1,5.6,1,0,0.2,-0,1,-0.1
Denno Research,582,FALSE,FALSE,1.8,161,-0,3.6,1,0,0.1,-0.1,0.2,-0.1
Park Street Strategies,534,FALSE,FALSE,1.8,162,0,3.9,1,0,0.1,-0,0.7,-0.1
Aspen Media & Market Research,17,FALSE,FALSE,1.8,163,0,3.9,3,0,0.1,-0.1,0.3,-0.1
Dittman Research,79,FALSE,FALSE,1.8,164,-0.3,1.8,9,0.1,-0.3,-0.3,3.6,-0.1
Crantford Research,62,FALSE,FALSE,1.8,165,-0,3.1,1,0,0,-0.1,0.1,-0.1
University of Texas at Tyler Center for Opinion Research,458,FALSE,FALSE,1.8,166,0.1,4.8,7,0,0.4,-0.1,6.8,-0.1
Open Model Project,629,FALSE,FALSE,1.8,167,0.2,7,2,0,0.3,0,2.2,-0.1
Starboard Communications,316,FALSE,FALSE,1.8,168,-0.4,0.2,4,0,-0.7,-0.1,3.3,-0.1
SMS Research & Marketing Services,296,FALSE,FALSE,1.8,169,0,3.8,1,0,0.1,-0.1,0.1,-0.1
Lincoln Institute,170,FALSE,FALSE,1.8,170,0,4,2,0,0.1,-0.1,0.1,-0
SoonerPoll.com,308,TRUE,FALSE,1.8,171,0.3,8.7,33,0,0.5,0.1,14.5,-0.1
National Research,225,FALSE,FALSE,1.8,172,-0.3,2.6,27,0.8,-0.4,-0.2,16.7,-0
Southern Research Group,649,FALSE,FALSE,1.8,173,0,3.5,1,0,0.1,-0.1,0.1,-0
Cometrends,631,FALSE,FALSE,1.8,174,0.1,4.9,1,0,0.2,-0,0.7,-0
SocialSphere,307,FALSE,FALSE,1.8,175,-0.1,3,6,0,0.1,-0.2,2.8,-0
Global Strategy Group,118,FALSE,FALSE,1.8,176,-0.4,1.6,53,1,-0.9,0.1,22.6,-0
Hoffman Research Group,141,FALSE,FALSE,1.7,177,0.1,4,3,0,0.2,0,2,-0
HighGround Inc.,416,FALSE,FALSE,1.7,178,-0.2,2.3,8,0,-0.1,-0.3,8.2,0
Southern Media & Opinion Research,310,FALSE,FALSE,1.7,179,-0,2.4,5,0,0,-0.1,1,0
University of Houston Hobby School of Public Affairs,351,FALSE,FALSE,1.7,180,-0,3,3,0,-0,-0,1.3,0
Illinois Public Opinion,479,FALSE,FALSE,1.7,181,-0.1,0,1,0,-0,-0.1,0.4,0
JMC Analytics,156,FALSE,FALSE,1.7,182,-0,3.3,16,0,0.1,-0.2,10,0
Ohio Northern University Institute for Civics and Public Policy,731,FALSE,FALSE,1.7,183,0.1,4.2,2,0,0.2,0,3,0.1
Public First,628,FALSE,FALSE,1.7,184,0.1,4.9,1,0,0.2,0,0.7,0.1
Master Image,200,FALSE,FALSE,1.7,185,-0.1,0.4,1,0,-0,-0.1,0.4,0.1
Arizona State University Morrison Institute for Public Policy,15,FALSE,FALSE,1.7,186,0.1,4.1,8,0,0.2,0,1.4,0.1
East Tennessee State University Applied Social Research Laboratory,456,FALSE,FALSE,1.7,187,0.2,5.6,2,0,0.3,0,1.6,0.1
Public Religion Research Institute,428,TRUE,FALSE,1.7,188,0.4,9.4,4,0,0.6,0.2,2.6,0.1
Fabrizio Lee & Associates/Impact Research,694,FALSE,FALSE,1.7,189,-0.2,1.5,4,0,-0.3,-0.2,5,0.1
David Binder Research,578,FALSE,FALSE,1.7,190,-0.2,2.3,6,0.9,-0.4,0.2,5.3,0.1
Colby College,593,FALSE,FALSE,1.7,191,0.2,7,6,0,0.3,0.2,5.8,0.1
Wiese Research Associates,382,FALSE,FALSE,1.7,192,0.1,3.7,7,0,0.2,0,1.8,0.1
Global Marketing Research Services,621,FALSE,FALSE,1.7,193,0.2,7,1,0,0.3,0.1,0.7,0.1
J.L. Partners,619,FALSE,FALSE,1.7,194,0.1,4.2,2,0,0.3,-0,2.2,0.1
Strategic National,318,FALSE,FALSE,1.7,195,-0.2,1.1,4,0.3,-0.5,0.1,2.9,0.1
Jorge Benítez,600,FALSE,FALSE,1.7,196,-0,2.8,4,0,-0,-0.1,3.6,0.1
Glover Park Group,120,FALSE,FALSE,1.7,197,0,2.9,1,0,0.1,-0.1,0.2,0.1
DKC Analytics,592,FALSE,FALSE,1.7,198,-0.1,1.1,1,0,0,-0.2,0.7,0.1
Greg Smith & Associates,128,FALSE,FALSE,1.7,199,0.1,4,5,0,0.2,0,0.5,0.1
Behavior Research Center (Rocky Mountain Poll),27,FALSE,FALSE,1.7,200,0.1,3.8,12,0,0.2,-0,1.5,0.1
Big Village,37,FALSE,FALSE,1.7,201,0.2,5,139,0,0.9,-0.4,41.9,0.1
SEA Polling & Strategic Design,302,FALSE,FALSE,1.7,202,0,3.4,15,0.4,-0.1,0.2,3.4,0.1
University of Montana Social Science Research Laboratory,499,FALSE,FALSE,1.7,203,0.1,3.5,2,0,0.1,-0,1.6,0.2
"Fabrizio, Lee & Associates",90,FALSE,FALSE,1.6,204,-0.1,3.1,13,0.4,-0.4,0.2,14.5,0.2
Auburn University at Montgomery Department of Political Science and Public Administration,588,FALSE,FALSE,1.6,205,0.1,3.5,2,0,0.2,-0,2.2,0.2
Tarrance Group,333,FALSE,FALSE,1.6,206,-0.3,1.3,49,1,-0.8,0.3,18.3,0.2
Stetson University Center for Public Opinion Research,730,FALSE,FALSE,1.6,207,0.2,4.2,2,0,0.3,0,3,0.2
WPA Intelligence,383,FALSE,FALSE,1.6,208,-0.1,3.1,32,0.6,-0.7,0.6,14.2,0.2
Baldwin Wallace University Community Research Institute,401,FALSE,FALSE,1.6,209,0.3,6.8,11,0,0.5,0.2,10.5,0.2
NewsNation,696,FALSE,FALSE,1.6,210,-0,2.1,1,0,0,-0.1,1,0.2
CWS Research,697,FALSE,FALSE,1.6,211,0.2,4.2,1,1,-0,0.4,1,0.2
Meredith College,423,FALSE,FALSE,1.6,212,0.3,5.6,6,0,0.4,0.1,5.9,0.2
Whitman Insight Strategies,584,FALSE,FALSE,1.6,213,0,2.8,2,0,0.1,-0.1,2.2,0.2
Lucid,175,FALSE,FALSE,1.6,214,0.2,4,36,0,0.3,0.1,20.1,0.2
Amber Integrated,556,FALSE,FALSE,1.6,215,0.3,4.9,11,0,0.7,-0.2,15.2,0.3
Glengariff Group,117,FALSE,FALSE,1.6,216,-0.2,1.3,17,0,-0.2,-0.1,9.5,0.3
KAConsulting,757,FALSE,FALSE,1.6,217,-0.1,2.4,11,1,-0.3,0,16,0.3
Adrian Gray Consulting,662,FALSE,FALSE,1.6,218,0.2,4.4,1,1,-0,0.4,0.3,0.3
Landmark Communications/Rosetta Stone Communications,751,FALSE,FALSE,1.6,219,0,3.3,15,0,-0.1,0.1,7.3,0.3
Clarity Campaign Labs,52,FALSE,FALSE,1.6,220,-0.2,1.6,25,1,-0.7,0.3,14.8,0.3
Sachs Media,706,FALSE,FALSE,1.6,221,0,2.1,1,0,0.1,-0.1,1,0.3
Seven Letter Insight,661,FALSE,FALSE,1.6,222,0,2.8,1,0,0.1,-0,1,0.3
Alloy Analytics,734,FALSE,FALSE,1.6,223,0.1,2.8,1,0,0.2,-0.1,1,0.3
Ball State University Bowen Center for Public Affairs,402,FALSE,FALSE,1.6,224,0.3,5.6,3,0,0.4,0.2,1.5,0.3
"Drake Research & Strategy, Inc.",329,FALSE,FALSE,1.6,225,0.2,4,11,0.2,0,0.4,0.5,0.3
Victory Enterprises,525,FALSE,FALSE,1.6,226,0.1,2.3,1,0,0.2,0,0.2,0.3
Brandwatch Qriously,610,FALSE,FALSE,1.5,227,0.4,7,5,0,0.7,0.1,4.7,0.3
AYTM,635,FALSE,FALSE,1.5,228,-0,2.1,4,0,0.1,-0.2,3.6,0.3
Montana State University Billings Mountain States Poll,216,FALSE,FALSE,1.5,229,0.3,4.5,22,0,0.3,0.3,10.1,0.3
Feldman Group,93,FALSE,FALSE,1.5,230,0.2,4,7,1,-0,0.4,1.4,0.4
Cardinal Point Analytics (CardinalGPS),591,FALSE,FALSE,1.5,231,0.1,3.5,3,0,-0.3,0.6,2.9,0.3
Saguaro Strategies,298,FALSE,FALSE,1.5,232,0.1,3.5,2,0,0.3,0,1.1,0.3
Schoen Cooperman Research,301,FALSE,FALSE,1.5,233,-0,1.8,4,0,0.1,-0.1,4.1,0.4
University of Cincinnati (Ohio Poll),346,FALSE,FALSE,1.5,234,0.2,3.8,46,0,0.2,0.2,5.8,0.4
Change Research,48,TRUE,FALSE,1.5,235,0.5,5.7,127,0.1,1.2,-0.3,118.9,0.4
Ciruli Associates,51,FALSE,FALSE,1.5,236,0.1,3.1,27,0,0.1,0,2.3,0.4
Pacific Market Research,459,FALSE,FALSE,1.5,237,0,1.4,2,0,0.1,-0.1,1.6,0.4
Impact Research,14,FALSE,FALSE,1.5,238,-0.1,0.9,44,1,-0.5,0.3,17.4,0.4
Ogden & Fry,425,FALSE,FALSE,1.5,239,0.1,3.1,3,0.5,-0.1,0.4,1.5,0.4
Frederick Polls,108,FALSE,FALSE,1.5,240,-0.1,2.3,9,0.1,-0,-0.1,7.3,0.4
Spry Strategies,508,FALSE,FALSE,1.5,241,0.1,3.5,5,0,-0.3,0.6,5.1,0.4
University of Southern California Schwarzenegger Institute for State and Global Policy,648,FALSE,FALSE,1.5,242,0.4,4.9,3,0,0.4,0.3,3.7,0.4
Kiaer Research,585,FALSE,FALSE,1.5,243,0.4,5.6,2,0,0.6,0.2,2.2,0.5
Keating Research,161,FALSE,FALSE,1.5,244,0.1,3.4,6,0.3,-0.1,0.4,2.3,0.4
St. Norbert College Strategic Research Institute,313,FALSE,FALSE,1.5,245,0.1,3.5,17,0,0.3,0,3.5,0.5
Cromer Group,65,FALSE,FALSE,1.5,246,0.2,4.3,1,1,0.1,0.4,0.1,0.5
Point Blank Political,550,FALSE,FALSE,1.5,247,0.4,4.7,6,0,0.8,-0,6.1,0.5
Western Kentucky University Social Science Research Center,379,FALSE,FALSE,1.5,248,0.2,3.3,5,0,0.3,0,2.3,0.5
Digital Research,64,FALSE,FALSE,1.4,249,0.1,3.4,29,0.1,0.4,-0.2,6,0.5
University of Utah Hinckley Institute of Politics,500,FALSE,FALSE,1.4,250,-0,0.7,5,0,-0,-0,3.7,0.5
Nelson Research,703,FALSE,FALSE,1.4,251,0.1,2.8,1,0,0.2,0,1,0.5
Sky Research,665,FALSE,FALSE,1.4,252,0.1,0.7,1,0,0.2,-0,0.5,0.5
University of Iowa Hawkeye Poll Cooperative,353,FALSE,FALSE,1.4,253,0.1,2.5,4,0,0.3,-0,0.8,0.5
Breakthrough Campaigns,623,FALSE,FALSE,1.4,254,0.1,1.4,1,1,-0.1,0.3,0.7,0.5
CPEC,38,FALSE,FALSE,1.4,255,0.1,2.1,2,0,0.3,-0.1,1.1,0.5
Bluegrass Community and Technical College,632,FALSE,FALSE,1.4,256,0.1,2.8,2,0,0.2,0,2.2,0.5
Wick,284,FALSE,FALSE,1.4,257,0,3.1,25,0,0.1,-0,33.4,0.5
Slingshot Strategies,451,FALSE,FALSE,1.4,258,0,1.7,2,0,0.2,-0.1,1.8,0.5
PSB Research,250,FALSE,FALSE,1.4,259,0.1,3,33,0,0.1,0.1,6.4,0.5
IMGE Insights,145,FALSE,FALSE,1.4,260,0.1,2.1,2,0,0.2,-0,1.6,0.5
Douglas Fulmer & Associates,82,FALSE,FALSE,1.4,261,0.2,2.8,2,0,0.2,0.1,1.1,0.5
GS Strategy Group,478,FALSE,FALSE,1.4,262,0.1,2.8,3,1,-0.1,0.4,1.3,0.6
Victory Insights,673,FALSE,FALSE,1.4,263,-0,0.7,2,0,0.2,-0.2,3,0.6
Hampton University Center for Public Policy,131,FALSE,FALSE,1.4,264,0.4,4.6,4,0,0.4,0.4,2,0.6
Purple Strategies,265,FALSE,FALSE,1.4,265,0.2,3.2,4,0,0.3,0.1,1,0.6
Baselice & Associates,23,FALSE,FALSE,1.4,266,0.3,4,2,1,0.1,0.4,0.1,0.6
Odney,524,FALSE,FALSE,1.4,267,0.2,2.2,1,1,-0,0.4,0.3,0.6
Data Targeting,406,FALSE,FALSE,1.4,268,0,1.7,4,1,-0.3,0.4,2.7,0.6
St. Cloud State University,312,FALSE,FALSE,1.4,269,0.9,6.3,17,0,0.8,1,7.2,0.6
Cole Hargrave Snodgrass & Associates,56,FALSE,FALSE,1.4,270,0.1,1.8,8,0.2,-0,0.3,1,0.6
Indiana University-Purdue University Fort Wayne Mike Downs Center for Indiana Politics,150,FALSE,FALSE,1.4,271,0.2,3.5,3,0,0.6,-0.1,1.5,0.6
Mercury Public Affairs,657,FALSE,FALSE,1.4,272,0.2,2.8,1,1,0.1,0.4,0.1,0.6
Singularis Group,306,FALSE,FALSE,1.4,273,0.1,0.7,1,1,-0.1,0.3,0.4,0.6
Victoria Research & Consulting,369,FALSE,FALSE,1.4,274,0.2,2.7,2,1,0.1,0.4,0.3,0.6
Penta,576,FALSE,FALSE,1.4,275,0.2,3.2,2,1,0,0.4,0.5,0.6
Multi-Quest International,220,FALSE,FALSE,1.4,276,0.2,2.8,2,0.8,0.1,0.4,0.1,0.6
RABA Research,269,FALSE,FALSE,1.4,277,0.5,4.4,6,0,0.6,0.4,5.1,0.6
Public Policy Polling,263,FALSE,FALSE,1.4,278,0,2.9,537,0.4,0.3,-0.2,202.1,0.6
Bannon Communications Research,21,FALSE,FALSE,1.3,279,0.3,3.3,2,1,0.1,0.4,0.1,0.6
"University of Nevada, Reno Department of Political Science",704,FALSE,FALSE,1.3,280,0.5,5.3,2,0,0.5,0.6,3,0.6
Meeting Street Insights,204,FALSE,FALSE,1.3,281,0.2,3.2,4,1,0.1,0.3,3.3,0.7
Zogby Analytics,395,FALSE,FALSE,1.3,282,0.6,4,601,0,1.5,-0.4,60.4,0.7
SmithJohnson Opinion Research,367,FALSE,FALSE,1.3,283,0.3,2.4,1,1,0.1,0.4,0.1,0.7
Benenson Strategy Group,30,FALSE,FALSE,1.3,284,0.2,2.9,21,0.8,-0,0.3,5,0.7
Arthur J. Finkelstein & Associates,16,FALSE,FALSE,1.3,285,0.4,4.3,2,1,0.2,0.6,0.2,0.7
Bainbridge Media Group,656,FALSE,FALSE,1.3,286,0.3,3.6,1,1,0.2,0.5,0.1,0.7
Opinium,559,FALSE,FALSE,1.3,287,0.5,4.2,4,0,0.8,0.3,3.6,0.7
The Kitchens Group,664,FALSE,FALSE,1.3,288,0.3,3.3,2,1,0.1,0.5,0.3,0.7
Thirty-Ninth Street Strategies,460,FALSE,FALSE,1.3,289,0.1,0.7,1,1,-0,0.3,0.5,0.8
Saint Leo University Polling Institute,299,FALSE,FALSE,1.3,290,0.7,4.8,6,0,0.9,0.6,3.2,0.8
Probolsky Research,259,FALSE,FALSE,1.3,291,0.3,3.3,3,0.2,0.1,0.4,1.7,0.8
RBI Strategies & Research,271,FALSE,FALSE,1.3,292,0.2,3,4,0,0.2,0.2,2.1,0.8
Patinkin Research Strategies,490,FALSE,FALSE,1.3,293,0.5,3.8,5,1,0.4,0.7,5.1,0.8
Neighborhood Research and Media,227,FALSE,FALSE,1.3,294,0.3,3.4,4,0.2,0.2,0.5,0.8,0.8
1892 Polling,461,FALSE,FALSE,1.2,295,0.2,0.7,1,1,-0.1,0.4,0.5,0.8
Bold Decision,686,FALSE,FALSE,1.2,296,0.3,2.8,1,0,0.3,0.2,1,0.8
The Justice Collaborative Institute,630,FALSE,FALSE,1.2,297,0.2,2.1,2,0,0.4,0,2.2,0.9
Brigham Young University Center for the Study of Elections and Democracy,727,FALSE,FALSE,1.2,298,0.4,3.6,4,0,0.5,0.4,1.4,0.9
Mellman Group,205,FALSE,FALSE,1.2,299,0.3,3.3,33,1,-0.3,0.8,9.7,0.9
BK Strategies,20,FALSE,FALSE,1.2,300,0.4,3.5,4,0.3,0.1,0.7,2.4,0.9
DFM Research,69,FALSE,FALSE,1.2,301,0.3,3.2,10,0.9,0.1,0.4,4.1,0.9
Global Strategy Group/GBAO (Navigator Research),413,FALSE,FALSE,1.2,302,0.4,3.6,6,0,0.6,0.2,6.7,0.9
Gonzales Research & Marketing Strategies Inc.,121,FALSE,FALSE,1.2,303,0.4,3.6,12,0.1,0.2,0.7,2,0.9
Harstad Strategic Research,134,FALSE,FALSE,1.2,304,0.6,3.7,18,1,0.3,0.8,4.9,0.9
TargetPoint,331,FALSE,FALSE,1.2,305,0.1,0.2,10,0.9,0.1,0,6.8,0.9
"Long Island University Steven S. Hornstein Center for Policy, Polling, and Analysis",633,FALSE,FALSE,1.2,306,1.7,4.3,4,0,1.7,1.6,4.7,0.9
American Viewpoint,10,FALSE,FALSE,1.2,307,0.1,1,14,1,-0.3,0.5,5.8,0.9
Lester & Associates,293,FALSE,FALSE,1.2,308,0.4,2.6,2,0.6,0.2,0.5,0.3,1
Expedition Strategies,409,FALSE,FALSE,1.2,309,0.3,1.4,1,1,0.1,0.5,0.4,1
The Polling Company Inc.,337,FALSE,FALSE,1.2,310,0.2,2.5,12,0.7,-0.1,0.5,7,1
Y2 Analytics,389,FALSE,FALSE,1.1,311,0.2,2,9,0,0.3,-0,6.6,1
Hays Research Group,136,FALSE,FALSE,1.1,312,0.8,3.8,10,0.8,0.7,0.8,1.6,1
Ragnar Research Partners,517,FALSE,FALSE,1.1,313,0.2,1.4,2,1,-0,0.4,2.2,1
co/efficient,514,FALSE,FALSE,1.1,314,0.2,3.2,20,0.2,0.1,0.4,26.9,1
Strategy Research,322,FALSE,FALSE,1.1,315,0.2,0.7,3,0,0.3,0.1,2.1,1
Lake Research Partners,165,FALSE,FALSE,1.1,316,0.1,1.8,21,1,-0.1,0.4,9.4,1
WT&S Consulting,646,FALSE,FALSE,1.1,317,0.2,0.7,2,0,0.3,0.1,1.6,1.1
The Tyson Group,334,FALSE,FALSE,1.1,318,0.2,2.4,18,0.2,0.2,0.2,3.9,1.1
North Star Opinion Research,233,FALSE,FALSE,1.1,319,0.3,2.3,11,0.8,-0,0.6,2.5,1.1
GBAO,109,FALSE,FALSE,1.1,320,0.1,1.1,22,0.9,-0.2,0.4,17,1.1
Concord Public Opinion Partners,553,FALSE,FALSE,1.1,321,0.3,1.1,1,1,0.2,0.4,0.7,1.1
The Polling Company Inc./National Research Inc.,644,FALSE,FALSE,1.1,322,0.2,0.7,2,1,-0.1,0.6,1.6,1.1
DeSales University Kamran Afshar Data Analytics Center,474,FALSE,FALSE,1.1,323,0.2,1.3,3,0,0.3,0.1,2.4,1.1
MRG Research,207,FALSE,FALSE,1,324,0.6,3.5,35,0,0.5,0.7,9.8,1.1
Strategies 360,321,FALSE,FALSE,1,325,0.2,2.1,10,0.2,0.1,0.3,7.3,1.2
DCCC Targeting and Analytics Department,68,FALSE,FALSE,1,326,0.1,1,19,1,-0.2,0.6,15.9,1.2
Patriot Polling,732,FALSE,FALSE,1,327,0.6,3.5,10,0,0.9,0.3,14,1.2
VCreek/AMG,501,FALSE,FALSE,1,328,0.3,1.5,2,0.4,0.3,0.4,1.7,1.2
Thomas Partners Strategies,452,FALSE,FALSE,1,329,0.3,0.7,2,0,0.4,0.1,1.6,1.2
OnMessage Inc.,239,FALSE,FALSE,1,330,0.2,1.7,16,1,-0.2,0.6,7.1,1.2
Basswood Research,24,FALSE,FALSE,1,331,0.3,1.1,6,1,-0.2,0.7,2.2,1.2
Go Right Strategies,477,FALSE,FALSE,1,332,0.4,0.7,1,1,0.3,0.6,0.5,1.2
Cherry Communications,49,FALSE,FALSE,1,333,0.2,1,6,1,0.1,0.4,3.4,1.2
20/20 Insight,1,FALSE,FALSE,1,334,0.4,2.7,9,0.4,0.4,0.4,3.3,1.3
Tomahawk Strategies,737,FALSE,FALSE,1,335,0.3,0.7,1,0,0.5,0.2,1,1.3
Hickman Analytics,415,FALSE,FALSE,1,336,0.5,1.6,2,1,0.3,0.7,0.9,1.3
NRSC,695,FALSE,FALSE,1,337,0.5,0.7,1,1,0.2,0.7,0.5,1.3
ccAdvertising,396,FALSE,FALSE,1,338,0.4,3.1,62,0,0.3,0.5,13.6,1.3
Bendixen & Amandi International,29,FALSE,FALSE,1,339,0.4,2.5,4,0.7,0.2,0.7,3.2,1.3
EMC Research,130,FALSE,FALSE,0.9,340,0.6,3.1,18,0.9,0.4,0.9,2.8,1.3
brilliant corners Research & Strategies,564,FALSE,FALSE,0.9,341,0.4,0.7,1,1,0.3,0.6,0.7,1.3
Garin-Hart-Yang Research Group,113,FALSE,FALSE,0.9,342,0.2,2,47,1,-0.4,0.8,18.5,1.3
Center Street PAC,715,FALSE,FALSE,0.9,343,1.4,3.5,5,1,0.8,2,7,1.3
Carroll Strategies,450,FALSE,FALSE,0.9,344,0.4,2.1,5,0,0.5,0.2,3.4,1.4
"Island Analytics & Marketing, LLC",736,FALSE,FALSE,0.9,345,0.4,1.1,1,0,1,-0.1,1,1.4
Target Insyght,330,FALSE,FALSE,0.9,346,0.3,1.7,7,0.2,0.4,0.2,5.8,1.4
Osage Research,720,FALSE,FALSE,0.9,347,0.6,2.1,1,1,0.3,1,1,1.4
Citizen Data,616,FALSE,FALSE,0.9,348,0.4,2.8,11,0,0.7,0.2,11.4,1.4
Tulchin Research,340,FALSE,FALSE,0.9,349,0.3,1,8,0.9,-0.1,0.8,4.5,1.5
Fort Hays State University Docking Institute of Public Affairs,101,FALSE,FALSE,0.9,350,1,3,6,0,1.2,0.7,3,1.4
Zia Poll,393,FALSE,FALSE,0.8,351,0.4,1.5,8,0,0.1,0.6,4.7,1.5
Hendrix College,138,FALSE,FALSE,0.8,352,0.5,2.7,21,0,0.5,0.5,12,1.5
Elucd,549,FALSE,FALSE,0.8,353,0.4,0.7,4,0,0.6,0.1,3.6,1.6
Dixie Strategies,81,FALSE,FALSE,0.8,354,0.4,1.9,11,0,0.5,0.4,6.6,1.6
American Pulse Research & Polling,497,FALSE,FALSE,0.8,355,0.6,2.1,5,0.2,1.1,0.2,5.2,1.6
African American Research Collaborative,733,FALSE,FALSE,0.8,356,0.8,2.3,3,1,0.7,0.9,4,1.6
Jayhawk Consulting Services,157,FALSE,FALSE,0.8,357,1.4,2.3,3,1,1.3,1.6,2.1,1.6
Beacon Research,545,FALSE,FALSE,0.8,358,0.6,2.2,6,0.4,0.6,0.6,6.1,1.6
"Normington, Petts & Associates",232,FALSE,FALSE,0.7,359,0.6,2.1,29,1,0.2,0.9,6.5,1.6
Hill Research Consultants,140,FALSE,FALSE,0.7,360,0.7,1.8,8,0.2,0.8,0.5,2.8,1.6
Clearview Research,405,FALSE,FALSE,0.7,361,0.6,0.7,2,0.5,0.5,0.8,2.2,1.7
FM3 Research,91,FALSE,FALSE,0.7,362,0.6,1.6,20,1,0.2,1,6.2,1.7
Ascend Action,726,FALSE,FALSE,0.7,363,1.7,2.8,12,0,1.6,1.7,17,1.8
Clout Research,55,FALSE,FALSE,0.7,364,0.9,2.3,21,0.4,0.7,1.1,8.4,1.8
Repass,268,FALSE,FALSE,0.7,365,1.7,2.6,10,0,1.5,1.9,8.6,1.8
Moore Information Group,217,FALSE,FALSE,0.6,366,0.6,1.2,27,0.9,0.7,0.5,14.2,1.8
Trafalgar Group,338,FALSE,FALSE,0.6,367,0.5,1.1,134,1,-0.5,1.6,143.7,1.8
The Political Matrix/The Listener Group,677,FALSE,FALSE,0.6,368,0.7,1.8,12,0,1.3,0.2,13,1.8
University of Wyoming Survey & Analysis Center,667,FALSE,FALSE,0.5,369,1.2,1,7,0,1,1.4,6.5,2
McLaughlin & Associates,203,FALSE,FALSE,0.5,370,1.7,1.9,51,0.9,1.4,2.1,18.8,2
A&A Research,2,FALSE,TRUE,NA,371,-0,4,3,0,0.1,-0.1,0.1,NA
Abacus Associates,6,FALSE,TRUE,NA,372,0.2,2.4,3,0.8,0.1,0.4,0.4,NA
Alabama State University,8,FALSE,TRUE,NA,373,-0,3.4,2,0,0,-0.1,0.6,NA
Analytical Group,11,FALSE,TRUE,NA,374,-0,3.8,1,0,0.1,-0.1,0,NA
APC Research,4,FALSE,TRUE,NA,375,0.1,4.1,2,0,0.2,-0,0.8,NA
ASA Marketing Group,5,FALSE,TRUE,NA,376,0.2,1.8,1,1,0.1,0.4,0.1,NA
Baruch College Survey Research,22,FALSE,TRUE,NA,377,-0,4.2,2,0,0.1,-0.1,1.1,NA
Baydoun Consulting,25,FALSE,TRUE,NA,378,0.3,3.7,7,0,0.4,0.2,1.8,NA
Becker Institute,26,FALSE,TRUE,NA,379,-0,3.6,10,0,0.1,-0.1,0.7,NA
Bendixen & Amandi International/Tarrance Group,801,FALSE,TRUE,NA,380,0,2.5,2,0,0.1,-0.1,0.8,NA
Big Ten,31,FALSE,TRUE,NA,381,0.1,4.1,10,0,0.1,0.1,1.5,NA
Blum & Weprin Associates,32,FALSE,TRUE,NA,382,-0.1,4,20,0,-0,-0.2,1,NA
Brown University A. Alfred Taubman Center for American Politics and Policy,35,FALSE,TRUE,NA,383,0.2,3.8,13,0,0.5,-0.2,2.2,NA
BWD Global,527,FALSE,TRUE,NA,384,0.1,3.2,2,0,0.2,-0.1,0.9,NA
"California State University, Bakersfield",41,FALSE,TRUE,NA,385,-0,2.4,1,0,0.1,-0.1,0,NA
"California State University, Sacramento",807,FALSE,TRUE,NA,386,0,4.2,2,0,-0,0.1,1.1,NA
CallFire,42,FALSE,TRUE,NA,387,0.2,3.5,5,0.2,0.1,0.2,1.4,NA
Canisius College,43,FALSE,TRUE,NA,388,-0,2.9,1,0,0.1,-0.1,0.1,NA
Capital Survey Research Center,44,FALSE,TRUE,NA,389,-0,4,14,0,0.1,-0.1,2.2,NA
CBS News/The New York Times,36,TRUE,TRUE,NA,390,-0.5,7.4,87,0,-0.5,-0.5,11.6,NA
Central Surveys Inc.,46,FALSE,TRUE,NA,391,-0,4.6,1,0,0.1,-0.1,0.1,NA
CJ&N,63,FALSE,TRUE,NA,392,-0,4.1,3,0,0,-0.1,0.5,NA
Columbus Dispatch,57,FALSE,TRUE,NA,393,-0.2,4.2,22,0,-0.1,-0.3,3.5,NA
Constituent Dynamics,58,FALSE,TRUE,NA,394,0,3.3,6,0,0.1,-0.1,0.8,NA
Consumer Logic,59,FALSE,TRUE,NA,395,0,3.5,4,0,0.1,-0.1,0.2,NA
Cooper & Secrest,60,FALSE,TRUE,NA,396,0.2,3,5,1,0.1,0.4,0.6,NA
Craciun Research Group,61,FALSE,TRUE,NA,397,0.2,3.4,4,0,0.3,0.2,0.6,NA
CrossTarget,66,FALSE,TRUE,NA,398,0.1,2.3,2,0,0.1,0,0.4,NA
Dane & Associates,71,FALSE,TRUE,NA,399,0.2,3.1,4,0,0.3,0.1,0.8,NA
Data West Polling,74,FALSE,TRUE,NA,400,0,2.9,2,0,0.1,-0.1,0.1,NA
Datamar Analytics,75,FALSE,TRUE,NA,401,-0,3.6,8,0,0.1,-0.1,1.1,NA
Decision Analyst,765,FALSE,TRUE,NA,402,0,4.2,1,0,0.1,-0.1,0.1,NA
Decision Forecasting,77,FALSE,TRUE,NA,403,0,3.7,3,0,0.1,-0.1,0.1,NA
Detroit Free Press,663,FALSE,TRUE,NA,404,-0,4.1,1,0,0.1,-0.1,0,NA
Diamond State Consulting Group,78,FALSE,TRUE,NA,405,0.2,2.4,1,1,0,0.4,0.3,NA
Diversified Research Inc,80,FALSE,TRUE,NA,406,0.2,4.5,1,1,0.1,0.4,0,NA
Dynata,283,FALSE,TRUE,NA,407,-0,2.8,2,0,0.1,-0.1,1.1,NA
Ed Renwick/Loyola University New Orleans,85,FALSE,TRUE,NA,408,0.1,3.6,4,0,0.1,-0,0.4,NA
Escalent,189,FALSE,TRUE,NA,409,0.2,3.8,1,1,0.1,0.4,0,NA
Ethridge & Associates LLC,89,FALSE,TRUE,NA,410,-0,4,6,0,0.1,-0.1,0.3,NA
Field Research Corp. (Field Poll),94,FALSE,TRUE,NA,411,-0.2,4,24,0,-0.2,-0.3,3.2,NA
Financial Dynamics,95,FALSE,TRUE,NA,412,0.2,3.9,22,0,0.3,0.2,3.2,NA
Florida International University/Univision,98,FALSE,TRUE,NA,413,-0,4.2,1,0,0.1,-0.1,0.1,NA
Forman Center,100,FALSE,TRUE,NA,414,0,3.3,2,0,0.1,-0.1,0.1,NA
Forward Strategies,102,FALSE,TRUE,NA,415,-0,3.6,2,0,0,-0.1,0.4,NA
Frank N. Magid Associates Inc.,105,FALSE,TRUE,NA,416,-0,4,7,0,0.1,-0.1,0.4,NA
Franklin Pierce University Marlin Fitzwater Center for Communication,107,FALSE,TRUE,NA,417,-0,3.9,20,0,0.1,-0.1,1.2,NA
Gannett New Jersey,760,FALSE,TRUE,NA,418,-0,3.9,8,0,0.1,-0.1,0.3,NA
GaPundit.com,111,FALSE,TRUE,NA,419,0.1,3.7,2,0,0.2,-0.1,0.8,NA
Garin-Hart-Yang/Global Strategy Group,412,FALSE,TRUE,NA,420,0.2,3.2,1,1,-0,0.4,0.2,NA
Gazette Communications,640,FALSE,TRUE,NA,421,-0,3.6,2,0,0.1,-0.1,0.1,NA
GfK Group,115,TRUE,TRUE,NA,422,-0.4,7.8,21,0,-0.1,-0.7,4.4,NA
Glascock Group,116,FALSE,TRUE,NA,423,0.2,2.9,1,0,0.3,0.1,0.3,NA
Global Strategy Group/Lester & Associates,806,FALSE,TRUE,NA,424,0.2,1.8,2,1,-0,0.4,0.9,NA
Global Strategy Group/National Research (Philadelphia Inquirer),119,FALSE,TRUE,NA,425,-0,4,8,0,0.1,-0.1,2.2,NA
GOP Calls,654,FALSE,TRUE,NA,426,0.4,1.6,2,1,0.3,0.6,0.4,NA
Gordon S. Black Corp.,123,TRUE,TRUE,NA,427,-0.4,6.8,2,0,-0.2,-0.6,0.1,NA
GQR Research/Public Opinion Strategies,222,TRUE,TRUE,NA,428,-0.4,7.3,1,0,-0.2,-0.6,0,NA
Great Lakes Strategies Group,125,FALSE,TRUE,NA,429,0.3,3.1,1,1,0.1,0.4,0.1,NA
Greenberg Quinlan Rosner/American Viewpoint,127,TRUE,TRUE,NA,430,-0.3,7.1,8,0,-0.2,-0.5,2.9,NA
Grove Insight,129,FALSE,TRUE,NA,431,-0.1,3.9,39,1,-0.6,0.4,8.7,NA
Harper Polling/Clarity Campaign Labs,513,FALSE,TRUE,NA,432,0.1,2.1,1,0,0.1,-0,0.7,NA
Hellenthal & Associates,137,FALSE,TRUE,NA,433,0.2,3.5,5,0.1,0.1,0.3,1.4,NA
Howey Politics/DePauw University,142,FALSE,TRUE,NA,434,-0,3.5,8,0,0.1,-0.1,1.5,NA
icitizen,438,FALSE,TRUE,NA,435,0.1,4.9,1,0,0.2,0,0.4,NA
Illinois Wesleyan University Department of Political Science,147,FALSE,TRUE,NA,436,0,3.7,3,0,0.1,-0.1,0.1,NA
Independent Market Research,148,FALSE,TRUE,NA,437,-0,4.2,2,0,0.1,-0.1,0.1,NA
Indiana State University Department of Multidisciplinary Studies,658,FALSE,TRUE,NA,438,-0,2.9,1,0,0,-0.1,0.1,NA
Indiana University Public Opinion Laboratory,149,TRUE,TRUE,NA,439,-0.4,5.8,3,0,-0.2,-0.6,0.2,NA
Iona University Political Science Department,152,FALSE,TRUE,NA,440,-0,4.1,2,0,0.1,-0.1,0.4,NA
IVR Polls,146,FALSE,TRUE,NA,441,-0.1,3.8,4,0,0,-0.1,0.5,NA
Jeffrey Stonecash,158,FALSE,TRUE,NA,442,0.3,2.8,1,1,0.1,0.5,0.1,NA
Jim Meader (KELOLAND-TV),159,FALSE,TRUE,NA,443,-0,3.8,5,0,0.1,-0.1,0.2,NA
JMC Analytics/Bold Blue Campaigns,503,FALSE,TRUE,NA,444,0.1,3,5,0,0.1,0,3.4,NA
Kiley & Company,162,FALSE,TRUE,NA,445,0.5,4.1,6,1,0.2,0.8,1.7,NA
Kimball Political Consulting,163,FALSE,TRUE,NA,446,0.1,3.7,7,0,0.2,-0,2,NA
Knowledge Networks,164,TRUE,TRUE,NA,447,-0.4,8.2,6,0,-0.2,-0.6,0.6,NA
KRC Research,160,TRUE,TRUE,NA,448,-0.3,6.9,24,0,-0.1,-0.5,1.1,NA
Lauer Johnson Research,167,FALSE,TRUE,NA,449,0.3,3.5,1,1,0.1,0.4,0.1,NA
"Lauer, Lalley, Victoria",168,FALSE,TRUE,NA,450,0.2,2.7,1,1,0.1,0.4,0,NA
Liberty Opinion Research,169,FALSE,TRUE,NA,451,0.1,2.8,1,0,0.2,0,0.4,NA
Los Angeles Times,172,TRUE,TRUE,NA,452,-0.4,6.9,39,0,-0.1,-0.6,3.2,NA
Louis Harris & Associates,173,TRUE,TRUE,NA,453,-0.4,7,2,0,-0.2,-0.6,0.1,NA
Louisville Courier-Journal,174,FALSE,TRUE,NA,454,-0.1,3.3,10,0,0.1,-0.2,0.7,NA
Lycoming College Polling Institute,176,FALSE,TRUE,NA,455,0,3.4,3,0,0.1,-0.1,0.4,NA
Manhattanville College,181,FALSE,TRUE,NA,456,-0,4.4,4,0,0.1,-0.1,0.1,NA
MarblePort,182,FALSE,TRUE,NA,457,0.1,4.1,1,0,0.1,0,0.4,NA
Market Decisions Research,184,FALSE,TRUE,NA,458,-0,4.8,4,0,0,-0.1,0.3,NA
Market Research Institute Inc.,186,FALSE,TRUE,NA,459,-0.1,3.8,11,0,0.1,-0.2,0.7,NA
Market Shares Corp.,187,FALSE,TRUE,NA,460,-0,3.8,38,0,0.1,-0.1,3.5,NA
Market Solutions Group,188,FALSE,TRUE,NA,461,-0,4,5,0,0,-0.1,0.3,NA
Market Trends Pacific,190,FALSE,TRUE,NA,462,-0,3.3,1,0,0.1,-0.1,0,NA
MarketAide Services Inc.,191,FALSE,TRUE,NA,463,0,3.7,1,0,0.1,-0.1,0,NA
Marketing Research Institute,192,FALSE,TRUE,NA,464,0.2,3.9,1,1,0.1,0.4,0,NA
Marketing Workshop,194,FALSE,TRUE,NA,465,0.1,3.6,8,0,0.2,-0.1,0.4,NA
Mason Strategies,464,FALSE,TRUE,NA,466,-0.1,4.2,1,0,-0.1,-0.1,0.5,NA
Massie & Associates,199,FALSE,TRUE,NA,467,0.3,2.3,2,1,0.1,0.4,0.1,NA
McKeon & Associates,202,FALSE,TRUE,NA,468,-0.1,3.5,3,0,-0.1,-0.1,1.2,NA
Merrill Poll,206,FALSE,TRUE,NA,469,-0,3.5,2,0,0,-0.1,1.1,NA
Millersville University Center for Politics and Public Affairs,210,FALSE,TRUE,NA,470,0.1,4,5,0,0.2,-0,0.2,NA
Minneapolis Star Tribune,315,FALSE,TRUE,NA,471,0,3.7,21,0,0.1,-0,1.5,NA
Minnesota State University Moorhead Public Affairs Institute,211,FALSE,TRUE,NA,472,0.1,4.1,6,0,0.2,-0.1,0.6,NA
Missouri State University Center for Social Science and Public Policy Research,212,FALSE,TRUE,NA,473,-0,3.1,3,0,0,-0.1,0.6,NA
Momentum Analysis,214,FALSE,TRUE,NA,474,0.3,2.8,4,1,0.2,0.4,0.5,NA
Myers Research & Strategic Services,319,FALSE,TRUE,NA,475,0.2,4.5,2,0.7,0.1,0.4,0.1,NA
National Journal,224,TRUE,TRUE,NA,476,-0.5,7.1,12,0,-0.3,-0.6,1.7,NA
Neighbor,226,FALSE,TRUE,NA,477,0,4.1,1,0,0.1,-0.1,0,NA
New England College Polling Center,228,FALSE,TRUE,NA,478,-0.3,3.3,24,0,-0.5,-0.2,8.7,NA
New Frontier Strategy,229,FALSE,TRUE,NA,479,0.2,3.3,2,0,0.3,0.1,0.6,NA
New Mexico State University,230,FALSE,TRUE,NA,480,-0,3.2,1,0,0.1,-0.1,0.1,NA
Nielson Brothers Polling,231,FALSE,TRUE,NA,481,1.4,1.4,11,0,1.4,1.4,5,NA
Northern Arizona University Social Research Laboratory,234,FALSE,TRUE,NA,482,-0,3.5,7,0,0,-0.1,0.7,NA
NRECA Market Research,223,FALSE,TRUE,NA,483,-0,3.4,1,0,0.1,-0.1,0,NA
Ohio State University,236,TRUE,TRUE,NA,484,-0.4,6.9,3,0,-0.2,-0.6,0.1,NA
Ohio University,237,FALSE,TRUE,NA,485,0.1,4.4,4,0,0.1,-0,0.3,NA
OnPoint,240,FALSE,TRUE,NA,486,-0,3.4,6,0,0.1,-0.1,0.6,NA
Opinion Consultants,241,FALSE,TRUE,NA,487,0,4.3,2,0,0.1,-0.1,0.2,NA
Opinion Dynamics,104,TRUE,TRUE,NA,488,-0.4,7.3,40,0,-0.3,-0.5,4,NA
Opinion Research Associates,242,FALSE,TRUE,NA,489,0.9,4.1,16,0.6,0.8,1,2.2,NA
Polling Company/Global Strategy Group,255,TRUE,TRUE,NA,490,-0.4,7,5,0,-0.2,-0.6,0.2,NA
Potomac Incorporated,256,FALSE,TRUE,NA,491,0,3.6,8,0,0.1,-0.1,0.5,NA
Princeton Survey Research Associates International,258,TRUE,TRUE,NA,492,-0.4,7,44,0,-0.1,-0.7,5.2,NA
PSI,248,FALSE,TRUE,NA,493,-0,3.9,2,0,0.1,-0.1,0.1,NA
Public Policy Polling/Harper Polling,647,FALSE,TRUE,NA,494,-0,3.5,1,0,0.1,-0.1,0.3,NA
Public Strategies Inc.,264,FALSE,TRUE,NA,495,-0,3.9,6,0,0.1,-0.1,0.8,NA
Quest Research Group,285,FALSE,TRUE,NA,496,0.1,3.5,8,0,0.2,-0,1.4,NA
Rainmaker Media Group,276,FALSE,TRUE,NA,497,0,3.2,1,0,0.1,-0.1,0.1,NA
Richard Day Research,287,FALSE,TRUE,NA,498,-0,3.4,13,0,0.1,-0.1,0.8,NA
Richmond Times-Dispatch,288,FALSE,TRUE,NA,499,-0,3.7,4,0,0.1,-0.1,0.2,NA
Riggs Research Services,289,FALSE,TRUE,NA,500,0.4,3.9,1,1,0.3,0.6,0.1,NA
Rivercity Polling,291,FALSE,TRUE,NA,501,0.2,2.3,1,1,0.1,0.4,0.1,NA
RMS Research,273,FALSE,TRUE,NA,502,0,3,3,0,0.1,-0.1,0.1,NA
Rossman Group,294,FALSE,TRUE,NA,503,0.1,3.6,2,0,0.2,-0.1,0.4,NA
RT Strategies,275,FALSE,TRUE,NA,504,-0.3,2.9,84,0,-0,-0.5,9.3,NA
Schapiro Group,300,FALSE,TRUE,NA,505,0,4.2,2,0,0.1,-0.1,0.3,NA
Scott Rasmussen (Rasmussen Reports),776,FALSE,TRUE,NA,506,-0.3,3.5,792,0,-0,-0.5,132.5,NA
Scripps Howard,303,FALSE,TRUE,NA,507,-0,4.2,6,0,0.1,-0.1,0.3,NA
Southeastern Louisiana University Social Science Research Center,309,FALSE,TRUE,NA,508,0.1,3.8,6,0,0.2,-0.1,0.5,NA
Southern Opinion Research,311,FALSE,TRUE,NA,509,-0,3.7,2,0,0.1,-0.1,0,NA
TeleResearch Corporation,335,FALSE,TRUE,NA,510,-0,4.6,1,0,0.1,-0.1,0.1,NA
The Florida Poll,99,FALSE,TRUE,NA,511,-0,4.1,5,0,0.1,-0.1,0.4,NA
TMR Research,328,FALSE,TRUE,NA,512,-0,3.4,2,0,0.1,-0.1,0.1,NA
Tulsa Surveys,341,FALSE,TRUE,NA,513,0,4,1,0,0.1,-0.1,0,NA
University of Alabama at Birmingham,344,FALSE,TRUE,NA,514,0,4.1,3,0,0.1,-0.1,0.1,NA
University of Colorado Boulder American Politics Research Lab,580,FALSE,TRUE,NA,515,0.2,6.3,2,0,0.3,0.1,1.1,NA
University of Connecticut,347,TRUE,TRUE,NA,516,-0.6,6.6,19,0,-0.4,-0.7,2.1,NA
University of Illinois at Chicago,352,FALSE,TRUE,NA,517,-0,3.9,1,0,0.1,-0.1,0,NA
University of Massachusetts Department of Political Science,354,FALSE,TRUE,NA,518,-0,4,10,0,0.1,-0.1,0.4,NA
University of Minnesota Hubert H. Humphrey School of Public Affairs,143,FALSE,TRUE,NA,519,0.1,4.1,12,0,0.3,-0,1.6,NA
University of North Carolina School of Journalism and Mass Communication,359,FALSE,TRUE,NA,520,0,3.1,1,0,0.1,-0.1,0.1,NA
University of Washington Center for Survey Research,364,FALSE,TRUE,NA,521,-0,4.2,13,0,0.1,-0.1,2.7,NA
University of Wisconsin Survey Center,365,TRUE,TRUE,NA,522,-0.3,6.8,9,0,-0.1,-0.5,0.8,NA
University of Wisconsin-Milwaukee Center for Urban Initiatives and Research,749,FALSE,TRUE,NA,523,-0,4.3,1,0,0.1,-0.1,0,NA
University of Wisconsin-Milwaukee Institute for Survey and Policy Research,366,FALSE,TRUE,NA,524,-0,3.4,3,0,0,-0.1,0.2,NA
Valley Research,368,FALSE,TRUE,NA,525,-0,3.2,8,0,0.1,-0.1,0.5,NA
Voter/Consumer Research,371,FALSE,TRUE,NA,526,0.4,3.5,12,0.9,0.3,0.6,2,NA
War Room Logistics,374,FALSE,TRUE,NA,527,0.1,3.8,1,0,0.2,0.1,0.2,NA
WCIA-TV,373,FALSE,TRUE,NA,528,0,4.1,2,0,0.1,-0.1,0.1,NA
West Chester University,377,FALSE,TRUE,NA,529,0,3.9,14,0,0.2,-0.1,1.3,NA
West Virginia Research Center,378,FALSE,TRUE,NA,530,-0,3.2,2,0,0.1,-0.1,0.1,NA
Wick Communications,381,FALSE,TRUE,NA,531,0.2,1.7,1,1,0.1,0.4,0.1,NA
Wirthlin Worldwide,387,TRUE,TRUE,NA,532,-0.1,7.2,7,0.2,-0.1,0,0.2,NA
Wood Communications Group,388,FALSE,TRUE,NA,533,-0,3.8,1,0,0.1,-0.1,0.1,NA
Yankelovich Partners Inc.,390,TRUE,TRUE,NA,534,-0.4,7.2,8,0,-0.2,-0.6,0.3,NA
Zata3,392,FALSE,TRUE,NA,535,0.2,2,1,1,0.1,0.4,0.1,NA
Zimmerman & Associates/Marketing Intelligence,394,FALSE,TRUE,NA,536,-0,3.3,3,0,0.1,-0.1,0.3,NA
1 pollster pollster_rating_id aapor_roper inactive numeric_grade rank POLLSCORE wtd_avg_transparency number_polls_pollster_total percent_partisan_work error_ppm bias_ppm number_polls_pollster_time_weighted ranking_value
2 The New York Times/Siena College 448 TRUE FALSE 3 1 -1.5 8.7 122 0 -1.1 -2 114 -2
3 Marquette University Law School 195 TRUE FALSE 3 2 -1 9.7 21 0 -1 -1 12.8 -2
4 SurveyUSA 325 FALSE FALSE 3 3 -1.3 8.7 1111 0 -0.7 -1.8 235.6 -2
5 Monmouth University 215 TRUE FALSE 3 4 -0.9 9.9 148 0 -0.7 -1.1 84.2 -2
6 YouGov 391 FALSE FALSE 3 5 -1.1 8.7 624 0 -0.4 -1.7 291.4 -2
7 Suffolk University 323 TRUE FALSE 2.9 6 -1 8.5 123 0 -0.6 -1.4 58.1 -1.9
8 Marist College 183 TRUE FALSE 2.9 7 -0.8 9 211 0 -0.7 -1 94.9 -1.9
9 Data Orbital 73 TRUE FALSE 2.9 8 -0.9 9 19 0 -0.7 -1.1 16 -1.9
10 University of Massachusetts Lowell Center for Public Opinion 355 TRUE FALSE 2.9 9 -0.9 8.6 31 0 -0.8 -1.1 25.1 -1.9
11 Emerson College 88 TRUE FALSE 2.9 10 -0.9 8.1 273 0 -0.8 -1.1 248.9 -1.9
12 University of North Florida Public Opinion Research Lab 360 TRUE FALSE 2.9 11 -0.6 9.8 15 0 -0.5 -0.7 11.9 -1.8
13 Muhlenberg College 219 TRUE FALSE 2.9 12 -0.9 8 39 0 -0.8 -1.1 16.3 -1.8
14 Selzer & Co. 304 TRUE FALSE 2.8 13 -1 7.4 64 0 -1.1 -1 23.3 -1.8
15 ABC News/The Washington Post 3 TRUE FALSE 2.8 14 -1.1 7 98 0 -1 -1.2 25.8 -1.8
16 Quinnipiac University 267 TRUE FALSE 2.8 15 -0.5 9.5 296 0 -0 -0.9 111.2 -1.8
17 Ipsos 154 TRUE FALSE 2.8 16 -0.9 7.7 268 0 -0.3 -1.4 162.4 -1.7
18 Beacon Research/Shaw & Co. Research 103 TRUE FALSE 2.8 17 -1 6.8 73 0 -0.8 -1.3 53.4 -1.7
19 Christopher Newport University Wason Center for Civic Leadership 50 TRUE FALSE 2.8 18 -0.6 8.3 19 0 -0.6 -0.5 13.3 -1.7
20 Siena College 305 TRUE FALSE 2.8 19 -0.8 7.3 83 0 -0.5 -1.1 41.6 -1.7
21 MassINC Polling Group 198 TRUE FALSE 2.8 20 -0.8 6.8 28 0 -0.9 -0.6 16.5 -1.6
22 AtlasIntel 546 TRUE FALSE 2.7 21 -0.7 6.5 24 0 -1.2 -0.2 25.9 -1.6
23 East Carolina University Center for Survey Research 523 TRUE FALSE 2.7 22 -0.5 7.7 19 0 -0.2 -0.9 22.8 -1.6
24 Echelon Insights 407 FALSE FALSE 2.7 23 -0.7 5.8 10 0 -0.8 -0.6 13.5 -1.6
25 Data for Progress 522 FALSE FALSE 2.7 24 -1.1 4 125 0.1 -0.4 -1.8 154.8 -1.5
26 Hart Research Associates/Public Opinion Strategies 221 TRUE FALSE 2.7 25 -0.6 6 53 0 -0.2 -0.9 21.2 -1.5
27 Stockton University 317 TRUE FALSE 2.7 26 -0.5 7.3 20 0 -0.3 -0.6 12.8 -1.5
28 The Washington Post/George Mason University Schar School of Policy and Government 754 TRUE FALSE 2.7 27 -0.7 9.3 8 0 -0.8 -0.8 6.8 -1.9
29 Remington Research Group 279 FALSE FALSE 2.7 28 -0.6 4.8 58 0 -0.2 -1 44.5 -1.5
30 University of New Hampshire Survey Center 357 TRUE FALSE 2.6 29 -0.3 9.4 152 0 0.2 -0.7 60.8 -1.5
31 Mason-Dixon Polling & Strategy 197 FALSE FALSE 2.6 30 -1 3.9 504 0 -0.5 -1.6 71.2 -1.5
32 Civiqs 471 FALSE FALSE 2.6 31 -0.3 8.6 57 0.1 -0.4 -0.2 70.9 -1.4
33 University of Arkansas Department of Political Science 345 TRUE FALSE 2.6 32 -0.4 6.7 14 0 -0.1 -0.7 8.2 -1.4
34 Roanoke College Institute for Policy and Opinion Research 292 TRUE FALSE 2.6 33 -0.3 8 21 0 0.2 -0.8 9.7 -1.4
35 Gallup 112 TRUE FALSE 2.6 34 -0.4 7.2 105 0 -0.1 -0.7 10.8 -1.4
36 Fairleigh Dickinson University 92 TRUE FALSE 2.6 35 -0.6 7.8 28 0 -0.4 -0.8 6.2 -1.6
37 Saint Anselm College Survey Center 494 FALSE FALSE 2.6 36 -0.5 4.4 17 0 -0.4 -0.6 18.3 -1.3
38 Lake Research Partners/The Tarrance Group 114 TRUE FALSE 2.6 37 -0.5 6.9 48 0 -0.2 -0.8 6.7 -1.5
39 Michigan State University Institute for Public Policy and Social Research 463 TRUE FALSE 2.5 38 -0.6 10 2 0 -0.5 -0.6 1.6 -1.7
40 Elon University 86 TRUE FALSE 2.5 39 -0.5 8.5 8 0 -0.3 -0.7 2.7 -1.6
41 Southern Illinois University Paul Simon Public Policy Institute 430 TRUE FALSE 2.5 40 -0.5 7 4 0 -0.3 -0.6 1 -1.5
42 Reconnect Research/Roanoke College 587 TRUE FALSE 2.5 41 -0.4 9 2 0 -0.2 -0.6 2.2 -1.5
43 University of Florida Bob Graham Center for Public Service 349 TRUE FALSE 2.5 42 -0.4 7.3 2 0 -0.2 -0.6 0.8 -1.5
44 University of Illinois Springfield Survey Research Office 498 TRUE FALSE 2.5 43 -0.4 7.5 2 0 -0.2 -0.6 0.8 -1.5
45 Temple University Institute for Survey Research 336 TRUE FALSE 2.5 44 -0.4 7.1 5 0 -0.2 -0.6 0.5 -1.5
46 Pew Research Center 253 TRUE FALSE 2.5 45 -0.4 7.7 29 0 -0.1 -0.7 4.9 -1.5
47 Public Policy Institute of California 262 TRUE FALSE 2.5 46 -0.3 9.4 20 0 -0.3 -0.3 6.5 -1.5
48 Harvard University 135 TRUE FALSE 2.5 47 -0.4 6.9 1 0 -0.2 -0.6 0 -1.5
49 Belden Russonello 28 TRUE FALSE 2.5 48 -0.4 6.9 3 0 -0.2 -0.6 0.2 -1.5
50 High Point University Survey Research Center 139 TRUE FALSE 2.5 49 -0.4 8.2 6 0 -0.1 -0.6 3 -1.4
51 Western New England University Polling Institute 380 TRUE FALSE 2.5 50 -0.4 6.5 11 0 -0.2 -0.6 4.3 -1.4
52 Abt Associates 7 TRUE FALSE 2.5 51 -0.4 7.5 15 0 -0.1 -0.6 3.8 -1.4
53 University of California Berkeley Institute of Governmental Studies 457 TRUE FALSE 2.5 52 -0.3 9.3 5 0 -0.1 -0.5 4.7 -1.4
54 The Winston Group 385 TRUE FALSE 2.5 53 -0.4 5.7 13 1 -0.4 -0.3 5.1 -1.4
55 The Washington Post/University of Maryland Center for Democracy and Civic Engagement 755 TRUE FALSE 2.5 54 -0.3 8.8 2 0 -0.1 -0.5 0.9 -1.4
56 St. Pete Polls 314 FALSE FALSE 2.5 55 -0.4 5.3 30 0 -0.1 -0.6 20.5 -1.2
57 Øptimus Analytics 245 TRUE FALSE 2.5 56 -0.3 6.8 20 0.2 -0.3 -0.2 11.8 -1.2
58 Research Co. 449 FALSE FALSE 2.5 57 -0.4 4.2 58 0 0.1 -1 65.1 -1.2
59 Winthrop University Center for Public Opinion & Policy Research 386 TRUE FALSE 2.5 58 -0.3 7.2 6 0 -0.2 -0.4 1.3 -1.3
60 Middle Tennessee State University 208 TRUE FALSE 2.5 59 -0.3 7.1 5 0 -0.1 -0.6 1.3 -1.4
61 KFF 419 TRUE FALSE 2.5 60 -0.2 9.7 2 0 -0 -0.5 1.3 -1.3
62 RMG Research 555 FALSE FALSE 2.5 61 -0.5 4 38 0 -0.1 -0.9 41 -1.2
63 University of Southern California Center for Economic and Social Research 343 TRUE FALSE 2.5 62 -0.2 8.3 11 0 0.4 -0.7 8.3 -1.2
64 Blueprint Polling 470 FALSE FALSE 2.5 63 -0.3 5.6 2 0 -0.6 -0.1 3 -1.1
65 Susquehanna Polling & Research Inc. 326 FALSE FALSE 2.5 64 -0.4 4.1 59 0 -0.4 -0.5 33.8 -1.1
66 Noble Predictive Insights 235 FALSE FALSE 2.4 65 -0.4 4.1 14 0 -0.1 -0.6 14.4 -1.1
67 Braun Research 33 FALSE FALSE 2.4 66 -0.3 5.2 10 0 -0.3 -0.3 4.5 -1.1
68 American Research Group 9 TRUE FALSE 2.4 67 -0.2 6.7 304 0 0.8 -1.2 65.9 -1.1
69 Rutgers University Eagleton Center for Public Interest Polling 295 TRUE FALSE 2.4 68 -0.1 8.8 23 0 0.5 -0.6 6.4 -1
70 Franklin & Marshall College 106 TRUE FALSE 2.4 69 -0.1 8.4 30 0 -0.1 -0.1 11.7 -1
71 Swayable 543 TRUE FALSE 2.3 70 -0.1 7 89 0 0.7 -0.8 95.4 -0.9
72 University of Nevada, Las Vegas Lee Business School 609 FALSE FALSE 2.3 71 -0.2 4.9 5 0 -0.1 -0.3 4.7 -0.9
73 Virginia Commonwealth University L. Douglas Wilder School of Government and Public Affairs 370 FALSE FALSE 2.3 72 -0.2 5.5 8 0 0 -0.3 3.8 -0.9
74 University of Georgia School of Public and International Affairs 350 FALSE FALSE 2.3 73 -0.1 5 5 0 -0.1 -0.2 5.3 -0.8
75 Mitchell Research & Communications 213 FALSE FALSE 2.3 74 -0.2 4 84 0 0.7 -1.1 39.3 -0.8
76 DHM Research 76 FALSE FALSE 2.2 75 -0.2 4.2 20 0 -0 -0.4 5.3 -0.8
77 Pan Atlantic Research 249 FALSE FALSE 2.2 76 -0.2 4.2 27 0 0 -0.3 13.6 -0.8
78 RKM Research and Communications Inc. 272 FALSE FALSE 2.2 77 -0.1 4.6 36 0 -0.2 -0 6.3 -0.7
79 Innovative Research Group 624 FALSE FALSE 2.2 78 -0.1 6 1 0 -0.2 0 0.7 -0.7
80 Keating Research/OnSight Public Affairs/Melanson 455 FALSE FALSE 2.2 79 -0.4 3.5 5 0 -0.3 -0.4 4.6 -0.7
81 Pioneer Polling/Tarrance Group 729 FALSE FALSE 2.1 80 -0.2 4.2 1 0 -0.1 -0.2 1 -0.7
82 Edgewater Research/My People Vote 530 FALSE FALSE 2.1 81 -0.1 4.2 2 0 -0 -0.2 2.2 -0.6
83 Market Research Insight 185 FALSE FALSE 2.1 82 -0.2 3.7 15 0 -0.2 -0.2 4 -0.6
84 Florida Atlantic University Business and Economics Polling Initiative 97 FALSE FALSE 2.1 83 -0 5.2 12 0 0 -0.1 10.6 -0.6
85 Angus Reid Global 13 FALSE FALSE 2.1 84 -0.1 4.4 38 0 -0 -0.1 10.8 -0.6
86 Riley Research Associates 290 FALSE FALSE 2.1 85 -0.1 4.6 11 0 -0 -0.2 1.7 -0.6
87 Reconnect Research/Probolsky Research 651 FALSE FALSE 2.1 86 -0.1 4.9 2 0 0 -0.1 2.2 -0.6
88 Cygnal 67 FALSE FALSE 2.1 87 -1.2 2.7 46 0.3 -1.2 -1.3 55.1 -0.6
89 Praecones Analytica 257 FALSE FALSE 2.1 88 -0.1 5.3 3 0 -0.2 0.1 1.5 -0.5
90 TargetSmart 332 FALSE FALSE 2.1 89 -0 6.3 3 0 0.1 -0.1 1.5 -0.5
91 Research & Polling Inc. 280 FALSE FALSE 2.1 90 -0.9 2.7 57 0 -0.8 -1 21.3 -0.5
92 GreatBlue Research 748 FALSE FALSE 2.1 91 -0.1 3.7 3 0 -0.1 -0.2 2.3 -0.5
93 Rasmussen Reports 277 FALSE FALSE 2.1 92 -0.4 3.4 179 0 -0.3 -0.5 107 -0.5
94 Alaska Survey Research 155 FALSE FALSE 2.1 93 -0.2 3.7 16 0 -0 -0.3 8.1 -0.5
95 MFour Mobile Research 177 FALSE FALSE 2.1 94 -0.1 3.8 4 0 -0.1 -0.1 1 -0.5
96 University of New Orleans Survey Research Center 358 FALSE FALSE 2.1 95 -0 5.1 10 0 0.2 -0.2 3.7 -0.5
97 BSP Research/Shaw & Company Research 728 FALSE FALSE 2 96 -0.2 3.5 5 0 -0.4 -0.1 6.5 -0.5
98 Elway Research 87 FALSE FALSE 2 97 -0.3 3.5 24 0 -0.1 -0.4 6.2 -0.5
99 Orion Strategies 246 FALSE FALSE 2 98 -0.1 4.4 4 0 -0 -0.1 0.6 -0.4
100 Mercyhurst University Center for Applied Politics 422 FALSE FALSE 2 99 -0.1 4.1 1 0 -0 -0.2 0.3 -0.4
101 Maine People's Resource Center 180 FALSE FALSE 2 100 -0.5 2.9 20 0 -0.3 -0.6 8.5 -0.4
102 InsiderAdvantage 243 FALSE FALSE 2 101 -0.3 3.4 196 0 -0 -0.6 106.2 -0.4
103 Landmark Communications 166 FALSE FALSE 2 102 -0.5 3 41 0 -0.3 -0.7 27.6 -0.4
104 EPIC-MRA 84 FALSE FALSE 2 103 -0.7 2.5 67 0 -0.9 -0.6 21.8 -0.4
105 Gravis Marketing 124 FALSE FALSE 2 104 -0.9 2.4 173 0.1 -0.1 -1.8 106.2 -0.4
106 SurveyMonkey 324 FALSE FALSE 2 105 0.2 9 354 0 0.4 -0.1 258.3 -0.4
107 Univision/Latino Decisions/North Star Opinion Research 516 FALSE FALSE 2 106 0 4.8 7 0 0.2 -0.2 6.9 -0.4
108 University of South Alabama Polling Group 361 FALSE FALSE 2 107 -0.1 3.7 10 0 0 -0.2 0.7 -0.4
109 Pasquines 552 FALSE FALSE 2 108 -0 4.9 1 0 0.1 -0.1 0.4 -0.4
110 Fleming & Associates 96 FALSE FALSE 2 109 -0.1 3.6 23 0 -0.1 -0.1 4.3 -0.4
111 Redfield & Wilton Strategies 562 TRUE FALSE 2 110 0.2 9.3 31 0 0.6 -0.2 33.4 -0.4
112 Dan Jones & Associates 70 FALSE FALSE 2 111 -0.4 2.9 47 0 -0.2 -0.7 11.5 -0.3
113 Loras College Public Opinion Survey Center 171 FALSE FALSE 2 112 0.1 5 16 0 0.4 -0.3 7.7 -0.3
114 Centre College 47 FALSE FALSE 1.9 113 -0 4.6 1 0 0.1 -0.1 0.4 -0.3
115 Marshall Marketing 196 FALSE FALSE 1.9 114 -0 3.7 7 0 0 -0.1 0.9 -0.3
116 CVOTER 40 FALSE FALSE 1.9 115 -0.2 3.3 9 0 -0.2 -0.1 3.5 -0.3
117 Targoz Market Research 454 FALSE FALSE 1.9 116 0.1 4.6 26 0 1.1 -0.9 29.2 -0.3
118 Personal Marketing Research 252 FALSE FALSE 1.9 117 -0 4.3 3 0 0.1 -0.1 0.1 -0.3
119 Public Opinion Strategies 260 TRUE FALSE 1.9 118 0.1 4.7 121 0.8 0.3 -0.1 35.1 -0.3
120 SSRS 297 TRUE FALSE 1.9 119 0.2 9.2 46 0 0.2 0.2 38.9 -0.3
121 John Zogby Strategies 583 FALSE FALSE 1.9 120 -0.1 3.5 2 0 -0.4 0.2 2.2 -0.3
122 Leger 572 FALSE FALSE 1.9 121 0.1 5.6 15 0 0.1 0 10.5 -0.3
123 GQR 126 TRUE FALSE 1.9 122 0.1 5.6 88 1 -0.1 0.4 21.1 -0.3
124 RAND (American Life Panel) 270 FALSE FALSE 1.9 123 0 4.6 5 0 -0 0 1.5 -0.3
125 RRH Elections 274 FALSE FALSE 1.9 124 -0.2 3.3 13 0 -0.2 -0.2 10.5 -0.3
126 Clemson University 54 FALSE FALSE 1.9 125 -0.3 2.6 8 0 -0.4 -0.1 2.6 -0.3
127 Ward Research 375 FALSE FALSE 1.9 126 -0.2 3 16 0 -0.2 -0.2 3.1 -0.2
128 Washington College 735 FALSE FALSE 1.9 127 0 4.2 1 0 0 -0 1 -0.2
129 MWR Strategies 617 FALSE FALSE 1.9 128 -0.1 3.5 2 0 -0.1 -0.1 1.6 -0.2
130 Thomas Partners Strategies/Øptimus 758 TRUE FALSE 1.9 129 0.2 4.8 4 0 0.4 -0.1 2.6 -0.2
131 MSR Group 178 FALSE FALSE 1.9 130 -0 3.8 6 0 0.1 -0.1 0.4 -0.2
132 Strategic Research Associates 462 FALSE FALSE 1.9 131 -0.1 3.5 5 0 0.1 -0.3 3.4 -0.2
133 TIPP Insights 144 FALSE FALSE 1.9 132 -0.4 2.7 36 0 -1.1 0.3 11.7 -0.2
134 OpinionWorks 244 FALSE FALSE 1.9 133 -0.1 3.3 8 0 0 -0.2 2.9 -0.2
135 Vox Populi Communications 529 FALSE FALSE 1.9 134 -0 4.6 1 0 0.1 -0.1 0 -0.2
136 Harris Insights & Analytics 133 FALSE FALSE 1.9 135 -0.4 2.9 192 0 -0.4 -0.4 51.5 -0.2
137 Morningside University Col. Bud Day Center for Civic Engagement 536 FALSE FALSE 1.9 136 0.1 6.3 1 0 0.1 -0 0.7 -0.2
138 Morning Consult 218 FALSE FALSE 1.9 137 -0.3 3.1 96 0 0.3 -0.9 98.6 -0.2
139 Tufts University Public Opinion Lab 666 FALSE FALSE 1.9 138 -0.1 3.5 2 0 0.1 -0.1 2.3 -0.2
140 Rice University 286 FALSE FALSE 1.9 139 -0 4.4 2 0 0.1 -0.1 0.1 -0.2
141 Vox Populi Polling 372 FALSE FALSE 1.9 140 -0.4 2.5 22 0 -0.2 -0.6 12.8 -0.2
142 Dynamics Marketing 83 FALSE FALSE 1.9 141 -0 3.5 1 0 0.1 -0.1 0 -0.2
143 We Ask America 376 FALSE FALSE 1.9 142 -0.3 3.1 64 0 0.2 -0.8 19.6 -0.2
144 AP-NORC 397 TRUE FALSE 1.9 143 0.2 8.6 3 0 0.4 0.1 2.9 -0.2
145 Dartmouth College Nelson A. Rockefeller Center for Public Policy and the Social Sciences 72 FALSE FALSE 1.9 144 -0 3.8 3 0 0.1 -0.1 0.1 -0.2
146 Magellan Strategies 179 FALSE FALSE 1.9 145 -0.1 3.4 25 0.1 -0.1 -0.1 10.7 -0.2
147 University of Nevada, Las Vegas Cannon Survey Center 356 FALSE FALSE 1.9 146 -0 3.9 1 0 0.1 -0.1 0.2 -0.2
148 University of Georgia Survey Research Center 674 FALSE FALSE 1.9 147 -0 4.7 1 0 0.1 -0.1 0 -0.2
149 Victory Research 437 FALSE FALSE 1.8 148 -0.3 2.9 15 0 -0.1 -0.4 9.6 -0.2
150 Latino Decisions 482 FALSE FALSE 1.8 149 0 3.9 2 0.5 -0.3 0.4 2.2 -0.1
151 BIGresearch 19 FALSE FALSE 1.8 150 -0 3.6 1 0 0.1 -0.1 0.1 -0.1
152 University of Tennessee 362 FALSE FALSE 1.8 151 0 4.1 4 0 0.1 -0.1 0.2 -0.1
153 Old Dominion University 238 FALSE FALSE 1.8 152 -0 3.2 1 0 0.1 -0.1 0.3 -0.1
154 ROI Rocket 554 FALSE FALSE 1.8 153 -0.3 2.1 3 0 -0.4 -0.1 2.9 -0.1
155 Clarus Research Group 53 FALSE FALSE 1.8 154 -0 3.5 2 0 0.1 -0.1 0.5 -0.1
156 Harper Polling 132 FALSE FALSE 1.8 155 -0.3 2.6 17 0.2 -0.4 -0.2 9.9 -0.1
157 Phillips Academy 699 FALSE FALSE 1.8 156 0.2 6.3 7 0 0.7 -0.3 9.5 -0.1
158 Marketing Resource Group (MRG) 193 FALSE FALSE 1.8 157 0.1 4.4 11 0 0.1 0 3.3 -0.1
159 El Nuevo Día/The Research Office 599 FALSE FALSE 1.8 158 -0.2 2.1 2 0 -0.2 -0.1 2.2 -0.1
160 Triumph Campaigns 339 FALSE FALSE 1.8 159 0 3.6 1 0 0 -0 0.4 -0.1
161 Premise 709 FALSE FALSE 1.8 160 0.1 5.6 1 0 0.2 -0 1 -0.1
162 Denno Research 582 FALSE FALSE 1.8 161 -0 3.6 1 0 0.1 -0.1 0.2 -0.1
163 Park Street Strategies 534 FALSE FALSE 1.8 162 0 3.9 1 0 0.1 -0 0.7 -0.1
164 Aspen Media & Market Research 17 FALSE FALSE 1.8 163 0 3.9 3 0 0.1 -0.1 0.3 -0.1
165 Dittman Research 79 FALSE FALSE 1.8 164 -0.3 1.8 9 0.1 -0.3 -0.3 3.6 -0.1
166 Crantford Research 62 FALSE FALSE 1.8 165 -0 3.1 1 0 0 -0.1 0.1 -0.1
167 University of Texas at Tyler Center for Opinion Research 458 FALSE FALSE 1.8 166 0.1 4.8 7 0 0.4 -0.1 6.8 -0.1
168 Open Model Project 629 FALSE FALSE 1.8 167 0.2 7 2 0 0.3 0 2.2 -0.1
169 Starboard Communications 316 FALSE FALSE 1.8 168 -0.4 0.2 4 0 -0.7 -0.1 3.3 -0.1
170 SMS Research & Marketing Services 296 FALSE FALSE 1.8 169 0 3.8 1 0 0.1 -0.1 0.1 -0.1
171 Lincoln Institute 170 FALSE FALSE 1.8 170 0 4 2 0 0.1 -0.1 0.1 -0
172 SoonerPoll.com 308 TRUE FALSE 1.8 171 0.3 8.7 33 0 0.5 0.1 14.5 -0.1
173 National Research 225 FALSE FALSE 1.8 172 -0.3 2.6 27 0.8 -0.4 -0.2 16.7 -0
174 Southern Research Group 649 FALSE FALSE 1.8 173 0 3.5 1 0 0.1 -0.1 0.1 -0
175 Cometrends 631 FALSE FALSE 1.8 174 0.1 4.9 1 0 0.2 -0 0.7 -0
176 SocialSphere 307 FALSE FALSE 1.8 175 -0.1 3 6 0 0.1 -0.2 2.8 -0
177 Global Strategy Group 118 FALSE FALSE 1.8 176 -0.4 1.6 53 1 -0.9 0.1 22.6 -0
178 Hoffman Research Group 141 FALSE FALSE 1.7 177 0.1 4 3 0 0.2 0 2 -0
179 HighGround Inc. 416 FALSE FALSE 1.7 178 -0.2 2.3 8 0 -0.1 -0.3 8.2 0
180 Southern Media & Opinion Research 310 FALSE FALSE 1.7 179 -0 2.4 5 0 0 -0.1 1 0
181 University of Houston Hobby School of Public Affairs 351 FALSE FALSE 1.7 180 -0 3 3 0 -0 -0 1.3 0
182 Illinois Public Opinion 479 FALSE FALSE 1.7 181 -0.1 0 1 0 -0 -0.1 0.4 0
183 JMC Analytics 156 FALSE FALSE 1.7 182 -0 3.3 16 0 0.1 -0.2 10 0
184 Ohio Northern University Institute for Civics and Public Policy 731 FALSE FALSE 1.7 183 0.1 4.2 2 0 0.2 0 3 0.1
185 Public First 628 FALSE FALSE 1.7 184 0.1 4.9 1 0 0.2 0 0.7 0.1
186 Master Image 200 FALSE FALSE 1.7 185 -0.1 0.4 1 0 -0 -0.1 0.4 0.1
187 Arizona State University Morrison Institute for Public Policy 15 FALSE FALSE 1.7 186 0.1 4.1 8 0 0.2 0 1.4 0.1
188 East Tennessee State University Applied Social Research Laboratory 456 FALSE FALSE 1.7 187 0.2 5.6 2 0 0.3 0 1.6 0.1
189 Public Religion Research Institute 428 TRUE FALSE 1.7 188 0.4 9.4 4 0 0.6 0.2 2.6 0.1
190 Fabrizio Lee & Associates/Impact Research 694 FALSE FALSE 1.7 189 -0.2 1.5 4 0 -0.3 -0.2 5 0.1
191 David Binder Research 578 FALSE FALSE 1.7 190 -0.2 2.3 6 0.9 -0.4 0.2 5.3 0.1
192 Colby College 593 FALSE FALSE 1.7 191 0.2 7 6 0 0.3 0.2 5.8 0.1
193 Wiese Research Associates 382 FALSE FALSE 1.7 192 0.1 3.7 7 0 0.2 0 1.8 0.1
194 Global Marketing Research Services 621 FALSE FALSE 1.7 193 0.2 7 1 0 0.3 0.1 0.7 0.1
195 J.L. Partners 619 FALSE FALSE 1.7 194 0.1 4.2 2 0 0.3 -0 2.2 0.1
196 Strategic National 318 FALSE FALSE 1.7 195 -0.2 1.1 4 0.3 -0.5 0.1 2.9 0.1
197 Jorge Benítez 600 FALSE FALSE 1.7 196 -0 2.8 4 0 -0 -0.1 3.6 0.1
198 Glover Park Group 120 FALSE FALSE 1.7 197 0 2.9 1 0 0.1 -0.1 0.2 0.1
199 DKC Analytics 592 FALSE FALSE 1.7 198 -0.1 1.1 1 0 0 -0.2 0.7 0.1
200 Greg Smith & Associates 128 FALSE FALSE 1.7 199 0.1 4 5 0 0.2 0 0.5 0.1
201 Behavior Research Center (Rocky Mountain Poll) 27 FALSE FALSE 1.7 200 0.1 3.8 12 0 0.2 -0 1.5 0.1
202 Big Village 37 FALSE FALSE 1.7 201 0.2 5 139 0 0.9 -0.4 41.9 0.1
203 SEA Polling & Strategic Design 302 FALSE FALSE 1.7 202 0 3.4 15 0.4 -0.1 0.2 3.4 0.1
204 University of Montana Social Science Research Laboratory 499 FALSE FALSE 1.7 203 0.1 3.5 2 0 0.1 -0 1.6 0.2
205 Fabrizio, Lee & Associates 90 FALSE FALSE 1.6 204 -0.1 3.1 13 0.4 -0.4 0.2 14.5 0.2
206 Auburn University at Montgomery Department of Political Science and Public Administration 588 FALSE FALSE 1.6 205 0.1 3.5 2 0 0.2 -0 2.2 0.2
207 Tarrance Group 333 FALSE FALSE 1.6 206 -0.3 1.3 49 1 -0.8 0.3 18.3 0.2
208 Stetson University Center for Public Opinion Research 730 FALSE FALSE 1.6 207 0.2 4.2 2 0 0.3 0 3 0.2
209 WPA Intelligence 383 FALSE FALSE 1.6 208 -0.1 3.1 32 0.6 -0.7 0.6 14.2 0.2
210 Baldwin Wallace University Community Research Institute 401 FALSE FALSE 1.6 209 0.3 6.8 11 0 0.5 0.2 10.5 0.2
211 NewsNation 696 FALSE FALSE 1.6 210 -0 2.1 1 0 0 -0.1 1 0.2
212 CWS Research 697 FALSE FALSE 1.6 211 0.2 4.2 1 1 -0 0.4 1 0.2
213 Meredith College 423 FALSE FALSE 1.6 212 0.3 5.6 6 0 0.4 0.1 5.9 0.2
214 Whitman Insight Strategies 584 FALSE FALSE 1.6 213 0 2.8 2 0 0.1 -0.1 2.2 0.2
215 Lucid 175 FALSE FALSE 1.6 214 0.2 4 36 0 0.3 0.1 20.1 0.2
216 Amber Integrated 556 FALSE FALSE 1.6 215 0.3 4.9 11 0 0.7 -0.2 15.2 0.3
217 Glengariff Group 117 FALSE FALSE 1.6 216 -0.2 1.3 17 0 -0.2 -0.1 9.5 0.3
218 KAConsulting 757 FALSE FALSE 1.6 217 -0.1 2.4 11 1 -0.3 0 16 0.3
219 Adrian Gray Consulting 662 FALSE FALSE 1.6 218 0.2 4.4 1 1 -0 0.4 0.3 0.3
220 Landmark Communications/Rosetta Stone Communications 751 FALSE FALSE 1.6 219 0 3.3 15 0 -0.1 0.1 7.3 0.3
221 Clarity Campaign Labs 52 FALSE FALSE 1.6 220 -0.2 1.6 25 1 -0.7 0.3 14.8 0.3
222 Sachs Media 706 FALSE FALSE 1.6 221 0 2.1 1 0 0.1 -0.1 1 0.3
223 Seven Letter Insight 661 FALSE FALSE 1.6 222 0 2.8 1 0 0.1 -0 1 0.3
224 Alloy Analytics 734 FALSE FALSE 1.6 223 0.1 2.8 1 0 0.2 -0.1 1 0.3
225 Ball State University Bowen Center for Public Affairs 402 FALSE FALSE 1.6 224 0.3 5.6 3 0 0.4 0.2 1.5 0.3
226 Drake Research & Strategy, Inc. 329 FALSE FALSE 1.6 225 0.2 4 11 0.2 0 0.4 0.5 0.3
227 Victory Enterprises 525 FALSE FALSE 1.6 226 0.1 2.3 1 0 0.2 0 0.2 0.3
228 Brandwatch Qriously 610 FALSE FALSE 1.5 227 0.4 7 5 0 0.7 0.1 4.7 0.3
229 AYTM 635 FALSE FALSE 1.5 228 -0 2.1 4 0 0.1 -0.2 3.6 0.3
230 Montana State University Billings Mountain States Poll 216 FALSE FALSE 1.5 229 0.3 4.5 22 0 0.3 0.3 10.1 0.3
231 Feldman Group 93 FALSE FALSE 1.5 230 0.2 4 7 1 -0 0.4 1.4 0.4
232 Cardinal Point Analytics (CardinalGPS) 591 FALSE FALSE 1.5 231 0.1 3.5 3 0 -0.3 0.6 2.9 0.3
233 Saguaro Strategies 298 FALSE FALSE 1.5 232 0.1 3.5 2 0 0.3 0 1.1 0.3
234 Schoen Cooperman Research 301 FALSE FALSE 1.5 233 -0 1.8 4 0 0.1 -0.1 4.1 0.4
235 University of Cincinnati (Ohio Poll) 346 FALSE FALSE 1.5 234 0.2 3.8 46 0 0.2 0.2 5.8 0.4
236 Change Research 48 TRUE FALSE 1.5 235 0.5 5.7 127 0.1 1.2 -0.3 118.9 0.4
237 Ciruli Associates 51 FALSE FALSE 1.5 236 0.1 3.1 27 0 0.1 0 2.3 0.4
238 Pacific Market Research 459 FALSE FALSE 1.5 237 0 1.4 2 0 0.1 -0.1 1.6 0.4
239 Impact Research 14 FALSE FALSE 1.5 238 -0.1 0.9 44 1 -0.5 0.3 17.4 0.4
240 Ogden & Fry 425 FALSE FALSE 1.5 239 0.1 3.1 3 0.5 -0.1 0.4 1.5 0.4
241 Frederick Polls 108 FALSE FALSE 1.5 240 -0.1 2.3 9 0.1 -0 -0.1 7.3 0.4
242 Spry Strategies 508 FALSE FALSE 1.5 241 0.1 3.5 5 0 -0.3 0.6 5.1 0.4
243 University of Southern California Schwarzenegger Institute for State and Global Policy 648 FALSE FALSE 1.5 242 0.4 4.9 3 0 0.4 0.3 3.7 0.4
244 Kiaer Research 585 FALSE FALSE 1.5 243 0.4 5.6 2 0 0.6 0.2 2.2 0.5
245 Keating Research 161 FALSE FALSE 1.5 244 0.1 3.4 6 0.3 -0.1 0.4 2.3 0.4
246 St. Norbert College Strategic Research Institute 313 FALSE FALSE 1.5 245 0.1 3.5 17 0 0.3 0 3.5 0.5
247 Cromer Group 65 FALSE FALSE 1.5 246 0.2 4.3 1 1 0.1 0.4 0.1 0.5
248 Point Blank Political 550 FALSE FALSE 1.5 247 0.4 4.7 6 0 0.8 -0 6.1 0.5
249 Western Kentucky University Social Science Research Center 379 FALSE FALSE 1.5 248 0.2 3.3 5 0 0.3 0 2.3 0.5
250 Digital Research 64 FALSE FALSE 1.4 249 0.1 3.4 29 0.1 0.4 -0.2 6 0.5
251 University of Utah Hinckley Institute of Politics 500 FALSE FALSE 1.4 250 -0 0.7 5 0 -0 -0 3.7 0.5
252 Nelson Research 703 FALSE FALSE 1.4 251 0.1 2.8 1 0 0.2 0 1 0.5
253 Sky Research 665 FALSE FALSE 1.4 252 0.1 0.7 1 0 0.2 -0 0.5 0.5
254 University of Iowa Hawkeye Poll Cooperative 353 FALSE FALSE 1.4 253 0.1 2.5 4 0 0.3 -0 0.8 0.5
255 Breakthrough Campaigns 623 FALSE FALSE 1.4 254 0.1 1.4 1 1 -0.1 0.3 0.7 0.5
256 CPEC 38 FALSE FALSE 1.4 255 0.1 2.1 2 0 0.3 -0.1 1.1 0.5
257 Bluegrass Community and Technical College 632 FALSE FALSE 1.4 256 0.1 2.8 2 0 0.2 0 2.2 0.5
258 Wick 284 FALSE FALSE 1.4 257 0 3.1 25 0 0.1 -0 33.4 0.5
259 Slingshot Strategies 451 FALSE FALSE 1.4 258 0 1.7 2 0 0.2 -0.1 1.8 0.5
260 PSB Research 250 FALSE FALSE 1.4 259 0.1 3 33 0 0.1 0.1 6.4 0.5
261 IMGE Insights 145 FALSE FALSE 1.4 260 0.1 2.1 2 0 0.2 -0 1.6 0.5
262 Douglas Fulmer & Associates 82 FALSE FALSE 1.4 261 0.2 2.8 2 0 0.2 0.1 1.1 0.5
263 GS Strategy Group 478 FALSE FALSE 1.4 262 0.1 2.8 3 1 -0.1 0.4 1.3 0.6
264 Victory Insights 673 FALSE FALSE 1.4 263 -0 0.7 2 0 0.2 -0.2 3 0.6
265 Hampton University Center for Public Policy 131 FALSE FALSE 1.4 264 0.4 4.6 4 0 0.4 0.4 2 0.6
266 Purple Strategies 265 FALSE FALSE 1.4 265 0.2 3.2 4 0 0.3 0.1 1 0.6
267 Baselice & Associates 23 FALSE FALSE 1.4 266 0.3 4 2 1 0.1 0.4 0.1 0.6
268 Odney 524 FALSE FALSE 1.4 267 0.2 2.2 1 1 -0 0.4 0.3 0.6
269 Data Targeting 406 FALSE FALSE 1.4 268 0 1.7 4 1 -0.3 0.4 2.7 0.6
270 St. Cloud State University 312 FALSE FALSE 1.4 269 0.9 6.3 17 0 0.8 1 7.2 0.6
271 Cole Hargrave Snodgrass & Associates 56 FALSE FALSE 1.4 270 0.1 1.8 8 0.2 -0 0.3 1 0.6
272 Indiana University-Purdue University Fort Wayne Mike Downs Center for Indiana Politics 150 FALSE FALSE 1.4 271 0.2 3.5 3 0 0.6 -0.1 1.5 0.6
273 Mercury Public Affairs 657 FALSE FALSE 1.4 272 0.2 2.8 1 1 0.1 0.4 0.1 0.6
274 Singularis Group 306 FALSE FALSE 1.4 273 0.1 0.7 1 1 -0.1 0.3 0.4 0.6
275 Victoria Research & Consulting 369 FALSE FALSE 1.4 274 0.2 2.7 2 1 0.1 0.4 0.3 0.6
276 Penta 576 FALSE FALSE 1.4 275 0.2 3.2 2 1 0 0.4 0.5 0.6
277 Multi-Quest International 220 FALSE FALSE 1.4 276 0.2 2.8 2 0.8 0.1 0.4 0.1 0.6
278 RABA Research 269 FALSE FALSE 1.4 277 0.5 4.4 6 0 0.6 0.4 5.1 0.6
279 Public Policy Polling 263 FALSE FALSE 1.4 278 0 2.9 537 0.4 0.3 -0.2 202.1 0.6
280 Bannon Communications Research 21 FALSE FALSE 1.3 279 0.3 3.3 2 1 0.1 0.4 0.1 0.6
281 University of Nevada, Reno Department of Political Science 704 FALSE FALSE 1.3 280 0.5 5.3 2 0 0.5 0.6 3 0.6
282 Meeting Street Insights 204 FALSE FALSE 1.3 281 0.2 3.2 4 1 0.1 0.3 3.3 0.7
283 Zogby Analytics 395 FALSE FALSE 1.3 282 0.6 4 601 0 1.5 -0.4 60.4 0.7
284 SmithJohnson Opinion Research 367 FALSE FALSE 1.3 283 0.3 2.4 1 1 0.1 0.4 0.1 0.7
285 Benenson Strategy Group 30 FALSE FALSE 1.3 284 0.2 2.9 21 0.8 -0 0.3 5 0.7
286 Arthur J. Finkelstein & Associates 16 FALSE FALSE 1.3 285 0.4 4.3 2 1 0.2 0.6 0.2 0.7
287 Bainbridge Media Group 656 FALSE FALSE 1.3 286 0.3 3.6 1 1 0.2 0.5 0.1 0.7
288 Opinium 559 FALSE FALSE 1.3 287 0.5 4.2 4 0 0.8 0.3 3.6 0.7
289 The Kitchens Group 664 FALSE FALSE 1.3 288 0.3 3.3 2 1 0.1 0.5 0.3 0.7
290 Thirty-Ninth Street Strategies 460 FALSE FALSE 1.3 289 0.1 0.7 1 1 -0 0.3 0.5 0.8
291 Saint Leo University Polling Institute 299 FALSE FALSE 1.3 290 0.7 4.8 6 0 0.9 0.6 3.2 0.8
292 Probolsky Research 259 FALSE FALSE 1.3 291 0.3 3.3 3 0.2 0.1 0.4 1.7 0.8
293 RBI Strategies & Research 271 FALSE FALSE 1.3 292 0.2 3 4 0 0.2 0.2 2.1 0.8
294 Patinkin Research Strategies 490 FALSE FALSE 1.3 293 0.5 3.8 5 1 0.4 0.7 5.1 0.8
295 Neighborhood Research and Media 227 FALSE FALSE 1.3 294 0.3 3.4 4 0.2 0.2 0.5 0.8 0.8
296 1892 Polling 461 FALSE FALSE 1.2 295 0.2 0.7 1 1 -0.1 0.4 0.5 0.8
297 Bold Decision 686 FALSE FALSE 1.2 296 0.3 2.8 1 0 0.3 0.2 1 0.8
298 The Justice Collaborative Institute 630 FALSE FALSE 1.2 297 0.2 2.1 2 0 0.4 0 2.2 0.9
299 Brigham Young University Center for the Study of Elections and Democracy 727 FALSE FALSE 1.2 298 0.4 3.6 4 0 0.5 0.4 1.4 0.9
300 Mellman Group 205 FALSE FALSE 1.2 299 0.3 3.3 33 1 -0.3 0.8 9.7 0.9
301 BK Strategies 20 FALSE FALSE 1.2 300 0.4 3.5 4 0.3 0.1 0.7 2.4 0.9
302 DFM Research 69 FALSE FALSE 1.2 301 0.3 3.2 10 0.9 0.1 0.4 4.1 0.9
303 Global Strategy Group/GBAO (Navigator Research) 413 FALSE FALSE 1.2 302 0.4 3.6 6 0 0.6 0.2 6.7 0.9
304 Gonzales Research & Marketing Strategies Inc. 121 FALSE FALSE 1.2 303 0.4 3.6 12 0.1 0.2 0.7 2 0.9
305 Harstad Strategic Research 134 FALSE FALSE 1.2 304 0.6 3.7 18 1 0.3 0.8 4.9 0.9
306 TargetPoint 331 FALSE FALSE 1.2 305 0.1 0.2 10 0.9 0.1 0 6.8 0.9
307 Long Island University Steven S. Hornstein Center for Policy, Polling, and Analysis 633 FALSE FALSE 1.2 306 1.7 4.3 4 0 1.7 1.6 4.7 0.9
308 American Viewpoint 10 FALSE FALSE 1.2 307 0.1 1 14 1 -0.3 0.5 5.8 0.9
309 Lester & Associates 293 FALSE FALSE 1.2 308 0.4 2.6 2 0.6 0.2 0.5 0.3 1
310 Expedition Strategies 409 FALSE FALSE 1.2 309 0.3 1.4 1 1 0.1 0.5 0.4 1
311 The Polling Company Inc. 337 FALSE FALSE 1.2 310 0.2 2.5 12 0.7 -0.1 0.5 7 1
312 Y2 Analytics 389 FALSE FALSE 1.1 311 0.2 2 9 0 0.3 -0 6.6 1
313 Hays Research Group 136 FALSE FALSE 1.1 312 0.8 3.8 10 0.8 0.7 0.8 1.6 1
314 Ragnar Research Partners 517 FALSE FALSE 1.1 313 0.2 1.4 2 1 -0 0.4 2.2 1
315 co/efficient 514 FALSE FALSE 1.1 314 0.2 3.2 20 0.2 0.1 0.4 26.9 1
316 Strategy Research 322 FALSE FALSE 1.1 315 0.2 0.7 3 0 0.3 0.1 2.1 1
317 Lake Research Partners 165 FALSE FALSE 1.1 316 0.1 1.8 21 1 -0.1 0.4 9.4 1
318 WT&S Consulting 646 FALSE FALSE 1.1 317 0.2 0.7 2 0 0.3 0.1 1.6 1.1
319 The Tyson Group 334 FALSE FALSE 1.1 318 0.2 2.4 18 0.2 0.2 0.2 3.9 1.1
320 North Star Opinion Research 233 FALSE FALSE 1.1 319 0.3 2.3 11 0.8 -0 0.6 2.5 1.1
321 GBAO 109 FALSE FALSE 1.1 320 0.1 1.1 22 0.9 -0.2 0.4 17 1.1
322 Concord Public Opinion Partners 553 FALSE FALSE 1.1 321 0.3 1.1 1 1 0.2 0.4 0.7 1.1
323 The Polling Company Inc./National Research Inc. 644 FALSE FALSE 1.1 322 0.2 0.7 2 1 -0.1 0.6 1.6 1.1
324 DeSales University Kamran Afshar Data Analytics Center 474 FALSE FALSE 1.1 323 0.2 1.3 3 0 0.3 0.1 2.4 1.1
325 MRG Research 207 FALSE FALSE 1 324 0.6 3.5 35 0 0.5 0.7 9.8 1.1
326 Strategies 360 321 FALSE FALSE 1 325 0.2 2.1 10 0.2 0.1 0.3 7.3 1.2
327 DCCC Targeting and Analytics Department 68 FALSE FALSE 1 326 0.1 1 19 1 -0.2 0.6 15.9 1.2
328 Patriot Polling 732 FALSE FALSE 1 327 0.6 3.5 10 0 0.9 0.3 14 1.2
329 VCreek/AMG 501 FALSE FALSE 1 328 0.3 1.5 2 0.4 0.3 0.4 1.7 1.2
330 Thomas Partners Strategies 452 FALSE FALSE 1 329 0.3 0.7 2 0 0.4 0.1 1.6 1.2
331 OnMessage Inc. 239 FALSE FALSE 1 330 0.2 1.7 16 1 -0.2 0.6 7.1 1.2
332 Basswood Research 24 FALSE FALSE 1 331 0.3 1.1 6 1 -0.2 0.7 2.2 1.2
333 Go Right Strategies 477 FALSE FALSE 1 332 0.4 0.7 1 1 0.3 0.6 0.5 1.2
334 Cherry Communications 49 FALSE FALSE 1 333 0.2 1 6 1 0.1 0.4 3.4 1.2
335 20/20 Insight 1 FALSE FALSE 1 334 0.4 2.7 9 0.4 0.4 0.4 3.3 1.3
336 Tomahawk Strategies 737 FALSE FALSE 1 335 0.3 0.7 1 0 0.5 0.2 1 1.3
337 Hickman Analytics 415 FALSE FALSE 1 336 0.5 1.6 2 1 0.3 0.7 0.9 1.3
338 NRSC 695 FALSE FALSE 1 337 0.5 0.7 1 1 0.2 0.7 0.5 1.3
339 ccAdvertising 396 FALSE FALSE 1 338 0.4 3.1 62 0 0.3 0.5 13.6 1.3
340 Bendixen & Amandi International 29 FALSE FALSE 1 339 0.4 2.5 4 0.7 0.2 0.7 3.2 1.3
341 EMC Research 130 FALSE FALSE 0.9 340 0.6 3.1 18 0.9 0.4 0.9 2.8 1.3
342 brilliant corners Research & Strategies 564 FALSE FALSE 0.9 341 0.4 0.7 1 1 0.3 0.6 0.7 1.3
343 Garin-Hart-Yang Research Group 113 FALSE FALSE 0.9 342 0.2 2 47 1 -0.4 0.8 18.5 1.3
344 Center Street PAC 715 FALSE FALSE 0.9 343 1.4 3.5 5 1 0.8 2 7 1.3
345 Carroll Strategies 450 FALSE FALSE 0.9 344 0.4 2.1 5 0 0.5 0.2 3.4 1.4
346 Island Analytics & Marketing, LLC 736 FALSE FALSE 0.9 345 0.4 1.1 1 0 1 -0.1 1 1.4
347 Target Insyght 330 FALSE FALSE 0.9 346 0.3 1.7 7 0.2 0.4 0.2 5.8 1.4
348 Osage Research 720 FALSE FALSE 0.9 347 0.6 2.1 1 1 0.3 1 1 1.4
349 Citizen Data 616 FALSE FALSE 0.9 348 0.4 2.8 11 0 0.7 0.2 11.4 1.4
350 Tulchin Research 340 FALSE FALSE 0.9 349 0.3 1 8 0.9 -0.1 0.8 4.5 1.5
351 Fort Hays State University Docking Institute of Public Affairs 101 FALSE FALSE 0.9 350 1 3 6 0 1.2 0.7 3 1.4
352 Zia Poll 393 FALSE FALSE 0.8 351 0.4 1.5 8 0 0.1 0.6 4.7 1.5
353 Hendrix College 138 FALSE FALSE 0.8 352 0.5 2.7 21 0 0.5 0.5 12 1.5
354 Elucd 549 FALSE FALSE 0.8 353 0.4 0.7 4 0 0.6 0.1 3.6 1.6
355 Dixie Strategies 81 FALSE FALSE 0.8 354 0.4 1.9 11 0 0.5 0.4 6.6 1.6
356 American Pulse Research & Polling 497 FALSE FALSE 0.8 355 0.6 2.1 5 0.2 1.1 0.2 5.2 1.6
357 African American Research Collaborative 733 FALSE FALSE 0.8 356 0.8 2.3 3 1 0.7 0.9 4 1.6
358 Jayhawk Consulting Services 157 FALSE FALSE 0.8 357 1.4 2.3 3 1 1.3 1.6 2.1 1.6
359 Beacon Research 545 FALSE FALSE 0.8 358 0.6 2.2 6 0.4 0.6 0.6 6.1 1.6
360 Normington, Petts & Associates 232 FALSE FALSE 0.7 359 0.6 2.1 29 1 0.2 0.9 6.5 1.6
361 Hill Research Consultants 140 FALSE FALSE 0.7 360 0.7 1.8 8 0.2 0.8 0.5 2.8 1.6
362 Clearview Research 405 FALSE FALSE 0.7 361 0.6 0.7 2 0.5 0.5 0.8 2.2 1.7
363 FM3 Research 91 FALSE FALSE 0.7 362 0.6 1.6 20 1 0.2 1 6.2 1.7
364 Ascend Action 726 FALSE FALSE 0.7 363 1.7 2.8 12 0 1.6 1.7 17 1.8
365 Clout Research 55 FALSE FALSE 0.7 364 0.9 2.3 21 0.4 0.7 1.1 8.4 1.8
366 Repass 268 FALSE FALSE 0.7 365 1.7 2.6 10 0 1.5 1.9 8.6 1.8
367 Moore Information Group 217 FALSE FALSE 0.6 366 0.6 1.2 27 0.9 0.7 0.5 14.2 1.8
368 Trafalgar Group 338 FALSE FALSE 0.6 367 0.5 1.1 134 1 -0.5 1.6 143.7 1.8
369 The Political Matrix/The Listener Group 677 FALSE FALSE 0.6 368 0.7 1.8 12 0 1.3 0.2 13 1.8
370 University of Wyoming Survey & Analysis Center 667 FALSE FALSE 0.5 369 1.2 1 7 0 1 1.4 6.5 2
371 McLaughlin & Associates 203 FALSE FALSE 0.5 370 1.7 1.9 51 0.9 1.4 2.1 18.8 2
372 A&A Research 2 FALSE TRUE NA 371 -0 4 3 0 0.1 -0.1 0.1 NA
373 Abacus Associates 6 FALSE TRUE NA 372 0.2 2.4 3 0.8 0.1 0.4 0.4 NA
374 Alabama State University 8 FALSE TRUE NA 373 -0 3.4 2 0 0 -0.1 0.6 NA
375 Analytical Group 11 FALSE TRUE NA 374 -0 3.8 1 0 0.1 -0.1 0 NA
376 APC Research 4 FALSE TRUE NA 375 0.1 4.1 2 0 0.2 -0 0.8 NA
377 ASA Marketing Group 5 FALSE TRUE NA 376 0.2 1.8 1 1 0.1 0.4 0.1 NA
378 Baruch College Survey Research 22 FALSE TRUE NA 377 -0 4.2 2 0 0.1 -0.1 1.1 NA
379 Baydoun Consulting 25 FALSE TRUE NA 378 0.3 3.7 7 0 0.4 0.2 1.8 NA
380 Becker Institute 26 FALSE TRUE NA 379 -0 3.6 10 0 0.1 -0.1 0.7 NA
381 Bendixen & Amandi International/Tarrance Group 801 FALSE TRUE NA 380 0 2.5 2 0 0.1 -0.1 0.8 NA
382 Big Ten 31 FALSE TRUE NA 381 0.1 4.1 10 0 0.1 0.1 1.5 NA
383 Blum & Weprin Associates 32 FALSE TRUE NA 382 -0.1 4 20 0 -0 -0.2 1 NA
384 Brown University A. Alfred Taubman Center for American Politics and Policy 35 FALSE TRUE NA 383 0.2 3.8 13 0 0.5 -0.2 2.2 NA
385 BWD Global 527 FALSE TRUE NA 384 0.1 3.2 2 0 0.2 -0.1 0.9 NA
386 California State University, Bakersfield 41 FALSE TRUE NA 385 -0 2.4 1 0 0.1 -0.1 0 NA
387 California State University, Sacramento 807 FALSE TRUE NA 386 0 4.2 2 0 -0 0.1 1.1 NA
388 CallFire 42 FALSE TRUE NA 387 0.2 3.5 5 0.2 0.1 0.2 1.4 NA
389 Canisius College 43 FALSE TRUE NA 388 -0 2.9 1 0 0.1 -0.1 0.1 NA
390 Capital Survey Research Center 44 FALSE TRUE NA 389 -0 4 14 0 0.1 -0.1 2.2 NA
391 CBS News/The New York Times 36 TRUE TRUE NA 390 -0.5 7.4 87 0 -0.5 -0.5 11.6 NA
392 Central Surveys Inc. 46 FALSE TRUE NA 391 -0 4.6 1 0 0.1 -0.1 0.1 NA
393 CJ&N 63 FALSE TRUE NA 392 -0 4.1 3 0 0 -0.1 0.5 NA
394 Columbus Dispatch 57 FALSE TRUE NA 393 -0.2 4.2 22 0 -0.1 -0.3 3.5 NA
395 Constituent Dynamics 58 FALSE TRUE NA 394 0 3.3 6 0 0.1 -0.1 0.8 NA
396 Consumer Logic 59 FALSE TRUE NA 395 0 3.5 4 0 0.1 -0.1 0.2 NA
397 Cooper & Secrest 60 FALSE TRUE NA 396 0.2 3 5 1 0.1 0.4 0.6 NA
398 Craciun Research Group 61 FALSE TRUE NA 397 0.2 3.4 4 0 0.3 0.2 0.6 NA
399 CrossTarget 66 FALSE TRUE NA 398 0.1 2.3 2 0 0.1 0 0.4 NA
400 Dane & Associates 71 FALSE TRUE NA 399 0.2 3.1 4 0 0.3 0.1 0.8 NA
401 Data West Polling 74 FALSE TRUE NA 400 0 2.9 2 0 0.1 -0.1 0.1 NA
402 Datamar Analytics 75 FALSE TRUE NA 401 -0 3.6 8 0 0.1 -0.1 1.1 NA
403 Decision Analyst 765 FALSE TRUE NA 402 0 4.2 1 0 0.1 -0.1 0.1 NA
404 Decision Forecasting 77 FALSE TRUE NA 403 0 3.7 3 0 0.1 -0.1 0.1 NA
405 Detroit Free Press 663 FALSE TRUE NA 404 -0 4.1 1 0 0.1 -0.1 0 NA
406 Diamond State Consulting Group 78 FALSE TRUE NA 405 0.2 2.4 1 1 0 0.4 0.3 NA
407 Diversified Research Inc 80 FALSE TRUE NA 406 0.2 4.5 1 1 0.1 0.4 0 NA
408 Dynata 283 FALSE TRUE NA 407 -0 2.8 2 0 0.1 -0.1 1.1 NA
409 Ed Renwick/Loyola University New Orleans 85 FALSE TRUE NA 408 0.1 3.6 4 0 0.1 -0 0.4 NA
410 Escalent 189 FALSE TRUE NA 409 0.2 3.8 1 1 0.1 0.4 0 NA
411 Ethridge & Associates LLC 89 FALSE TRUE NA 410 -0 4 6 0 0.1 -0.1 0.3 NA
412 Field Research Corp. (Field Poll) 94 FALSE TRUE NA 411 -0.2 4 24 0 -0.2 -0.3 3.2 NA
413 Financial Dynamics 95 FALSE TRUE NA 412 0.2 3.9 22 0 0.3 0.2 3.2 NA
414 Florida International University/Univision 98 FALSE TRUE NA 413 -0 4.2 1 0 0.1 -0.1 0.1 NA
415 Forman Center 100 FALSE TRUE NA 414 0 3.3 2 0 0.1 -0.1 0.1 NA
416 Forward Strategies 102 FALSE TRUE NA 415 -0 3.6 2 0 0 -0.1 0.4 NA
417 Frank N. Magid Associates Inc. 105 FALSE TRUE NA 416 -0 4 7 0 0.1 -0.1 0.4 NA
418 Franklin Pierce University Marlin Fitzwater Center for Communication 107 FALSE TRUE NA 417 -0 3.9 20 0 0.1 -0.1 1.2 NA
419 Gannett New Jersey 760 FALSE TRUE NA 418 -0 3.9 8 0 0.1 -0.1 0.3 NA
420 GaPundit.com 111 FALSE TRUE NA 419 0.1 3.7 2 0 0.2 -0.1 0.8 NA
421 Garin-Hart-Yang/Global Strategy Group 412 FALSE TRUE NA 420 0.2 3.2 1 1 -0 0.4 0.2 NA
422 Gazette Communications 640 FALSE TRUE NA 421 -0 3.6 2 0 0.1 -0.1 0.1 NA
423 GfK Group 115 TRUE TRUE NA 422 -0.4 7.8 21 0 -0.1 -0.7 4.4 NA
424 Glascock Group 116 FALSE TRUE NA 423 0.2 2.9 1 0 0.3 0.1 0.3 NA
425 Global Strategy Group/Lester & Associates 806 FALSE TRUE NA 424 0.2 1.8 2 1 -0 0.4 0.9 NA
426 Global Strategy Group/National Research (Philadelphia Inquirer) 119 FALSE TRUE NA 425 -0 4 8 0 0.1 -0.1 2.2 NA
427 GOP Calls 654 FALSE TRUE NA 426 0.4 1.6 2 1 0.3 0.6 0.4 NA
428 Gordon S. Black Corp. 123 TRUE TRUE NA 427 -0.4 6.8 2 0 -0.2 -0.6 0.1 NA
429 GQR Research/Public Opinion Strategies 222 TRUE TRUE NA 428 -0.4 7.3 1 0 -0.2 -0.6 0 NA
430 Great Lakes Strategies Group 125 FALSE TRUE NA 429 0.3 3.1 1 1 0.1 0.4 0.1 NA
431 Greenberg Quinlan Rosner/American Viewpoint 127 TRUE TRUE NA 430 -0.3 7.1 8 0 -0.2 -0.5 2.9 NA
432 Grove Insight 129 FALSE TRUE NA 431 -0.1 3.9 39 1 -0.6 0.4 8.7 NA
433 Harper Polling/Clarity Campaign Labs 513 FALSE TRUE NA 432 0.1 2.1 1 0 0.1 -0 0.7 NA
434 Hellenthal & Associates 137 FALSE TRUE NA 433 0.2 3.5 5 0.1 0.1 0.3 1.4 NA
435 Howey Politics/DePauw University 142 FALSE TRUE NA 434 -0 3.5 8 0 0.1 -0.1 1.5 NA
436 icitizen 438 FALSE TRUE NA 435 0.1 4.9 1 0 0.2 0 0.4 NA
437 Illinois Wesleyan University Department of Political Science 147 FALSE TRUE NA 436 0 3.7 3 0 0.1 -0.1 0.1 NA
438 Independent Market Research 148 FALSE TRUE NA 437 -0 4.2 2 0 0.1 -0.1 0.1 NA
439 Indiana State University Department of Multidisciplinary Studies 658 FALSE TRUE NA 438 -0 2.9 1 0 0 -0.1 0.1 NA
440 Indiana University Public Opinion Laboratory 149 TRUE TRUE NA 439 -0.4 5.8 3 0 -0.2 -0.6 0.2 NA
441 Iona University Political Science Department 152 FALSE TRUE NA 440 -0 4.1 2 0 0.1 -0.1 0.4 NA
442 IVR Polls 146 FALSE TRUE NA 441 -0.1 3.8 4 0 0 -0.1 0.5 NA
443 Jeffrey Stonecash 158 FALSE TRUE NA 442 0.3 2.8 1 1 0.1 0.5 0.1 NA
444 Jim Meader (KELOLAND-TV) 159 FALSE TRUE NA 443 -0 3.8 5 0 0.1 -0.1 0.2 NA
445 JMC Analytics/Bold Blue Campaigns 503 FALSE TRUE NA 444 0.1 3 5 0 0.1 0 3.4 NA
446 Kiley & Company 162 FALSE TRUE NA 445 0.5 4.1 6 1 0.2 0.8 1.7 NA
447 Kimball Political Consulting 163 FALSE TRUE NA 446 0.1 3.7 7 0 0.2 -0 2 NA
448 Knowledge Networks 164 TRUE TRUE NA 447 -0.4 8.2 6 0 -0.2 -0.6 0.6 NA
449 KRC Research 160 TRUE TRUE NA 448 -0.3 6.9 24 0 -0.1 -0.5 1.1 NA
450 Lauer Johnson Research 167 FALSE TRUE NA 449 0.3 3.5 1 1 0.1 0.4 0.1 NA
451 Lauer, Lalley, Victoria 168 FALSE TRUE NA 450 0.2 2.7 1 1 0.1 0.4 0 NA
452 Liberty Opinion Research 169 FALSE TRUE NA 451 0.1 2.8 1 0 0.2 0 0.4 NA
453 Los Angeles Times 172 TRUE TRUE NA 452 -0.4 6.9 39 0 -0.1 -0.6 3.2 NA
454 Louis Harris & Associates 173 TRUE TRUE NA 453 -0.4 7 2 0 -0.2 -0.6 0.1 NA
455 Louisville Courier-Journal 174 FALSE TRUE NA 454 -0.1 3.3 10 0 0.1 -0.2 0.7 NA
456 Lycoming College Polling Institute 176 FALSE TRUE NA 455 0 3.4 3 0 0.1 -0.1 0.4 NA
457 Manhattanville College 181 FALSE TRUE NA 456 -0 4.4 4 0 0.1 -0.1 0.1 NA
458 MarblePort 182 FALSE TRUE NA 457 0.1 4.1 1 0 0.1 0 0.4 NA
459 Market Decisions Research 184 FALSE TRUE NA 458 -0 4.8 4 0 0 -0.1 0.3 NA
460 Market Research Institute Inc. 186 FALSE TRUE NA 459 -0.1 3.8 11 0 0.1 -0.2 0.7 NA
461 Market Shares Corp. 187 FALSE TRUE NA 460 -0 3.8 38 0 0.1 -0.1 3.5 NA
462 Market Solutions Group 188 FALSE TRUE NA 461 -0 4 5 0 0 -0.1 0.3 NA
463 Market Trends Pacific 190 FALSE TRUE NA 462 -0 3.3 1 0 0.1 -0.1 0 NA
464 MarketAide Services Inc. 191 FALSE TRUE NA 463 0 3.7 1 0 0.1 -0.1 0 NA
465 Marketing Research Institute 192 FALSE TRUE NA 464 0.2 3.9 1 1 0.1 0.4 0 NA
466 Marketing Workshop 194 FALSE TRUE NA 465 0.1 3.6 8 0 0.2 -0.1 0.4 NA
467 Mason Strategies 464 FALSE TRUE NA 466 -0.1 4.2 1 0 -0.1 -0.1 0.5 NA
468 Massie & Associates 199 FALSE TRUE NA 467 0.3 2.3 2 1 0.1 0.4 0.1 NA
469 McKeon & Associates 202 FALSE TRUE NA 468 -0.1 3.5 3 0 -0.1 -0.1 1.2 NA
470 Merrill Poll 206 FALSE TRUE NA 469 -0 3.5 2 0 0 -0.1 1.1 NA
471 Millersville University Center for Politics and Public Affairs 210 FALSE TRUE NA 470 0.1 4 5 0 0.2 -0 0.2 NA
472 Minneapolis Star Tribune 315 FALSE TRUE NA 471 0 3.7 21 0 0.1 -0 1.5 NA
473 Minnesota State University Moorhead Public Affairs Institute 211 FALSE TRUE NA 472 0.1 4.1 6 0 0.2 -0.1 0.6 NA
474 Missouri State University Center for Social Science and Public Policy Research 212 FALSE TRUE NA 473 -0 3.1 3 0 0 -0.1 0.6 NA
475 Momentum Analysis 214 FALSE TRUE NA 474 0.3 2.8 4 1 0.2 0.4 0.5 NA
476 Myers Research & Strategic Services 319 FALSE TRUE NA 475 0.2 4.5 2 0.7 0.1 0.4 0.1 NA
477 National Journal 224 TRUE TRUE NA 476 -0.5 7.1 12 0 -0.3 -0.6 1.7 NA
478 Neighbor 226 FALSE TRUE NA 477 0 4.1 1 0 0.1 -0.1 0 NA
479 New England College Polling Center 228 FALSE TRUE NA 478 -0.3 3.3 24 0 -0.5 -0.2 8.7 NA
480 New Frontier Strategy 229 FALSE TRUE NA 479 0.2 3.3 2 0 0.3 0.1 0.6 NA
481 New Mexico State University 230 FALSE TRUE NA 480 -0 3.2 1 0 0.1 -0.1 0.1 NA
482 Nielson Brothers Polling 231 FALSE TRUE NA 481 1.4 1.4 11 0 1.4 1.4 5 NA
483 Northern Arizona University Social Research Laboratory 234 FALSE TRUE NA 482 -0 3.5 7 0 0 -0.1 0.7 NA
484 NRECA Market Research 223 FALSE TRUE NA 483 -0 3.4 1 0 0.1 -0.1 0 NA
485 Ohio State University 236 TRUE TRUE NA 484 -0.4 6.9 3 0 -0.2 -0.6 0.1 NA
486 Ohio University 237 FALSE TRUE NA 485 0.1 4.4 4 0 0.1 -0 0.3 NA
487 OnPoint 240 FALSE TRUE NA 486 -0 3.4 6 0 0.1 -0.1 0.6 NA
488 Opinion Consultants 241 FALSE TRUE NA 487 0 4.3 2 0 0.1 -0.1 0.2 NA
489 Opinion Dynamics 104 TRUE TRUE NA 488 -0.4 7.3 40 0 -0.3 -0.5 4 NA
490 Opinion Research Associates 242 FALSE TRUE NA 489 0.9 4.1 16 0.6 0.8 1 2.2 NA
491 Polling Company/Global Strategy Group 255 TRUE TRUE NA 490 -0.4 7 5 0 -0.2 -0.6 0.2 NA
492 Potomac Incorporated 256 FALSE TRUE NA 491 0 3.6 8 0 0.1 -0.1 0.5 NA
493 Princeton Survey Research Associates International 258 TRUE TRUE NA 492 -0.4 7 44 0 -0.1 -0.7 5.2 NA
494 PSI 248 FALSE TRUE NA 493 -0 3.9 2 0 0.1 -0.1 0.1 NA
495 Public Policy Polling/Harper Polling 647 FALSE TRUE NA 494 -0 3.5 1 0 0.1 -0.1 0.3 NA
496 Public Strategies Inc. 264 FALSE TRUE NA 495 -0 3.9 6 0 0.1 -0.1 0.8 NA
497 Quest Research Group 285 FALSE TRUE NA 496 0.1 3.5 8 0 0.2 -0 1.4 NA
498 Rainmaker Media Group 276 FALSE TRUE NA 497 0 3.2 1 0 0.1 -0.1 0.1 NA
499 Richard Day Research 287 FALSE TRUE NA 498 -0 3.4 13 0 0.1 -0.1 0.8 NA
500 Richmond Times-Dispatch 288 FALSE TRUE NA 499 -0 3.7 4 0 0.1 -0.1 0.2 NA
501 Riggs Research Services 289 FALSE TRUE NA 500 0.4 3.9 1 1 0.3 0.6 0.1 NA
502 Rivercity Polling 291 FALSE TRUE NA 501 0.2 2.3 1 1 0.1 0.4 0.1 NA
503 RMS Research 273 FALSE TRUE NA 502 0 3 3 0 0.1 -0.1 0.1 NA
504 Rossman Group 294 FALSE TRUE NA 503 0.1 3.6 2 0 0.2 -0.1 0.4 NA
505 RT Strategies 275 FALSE TRUE NA 504 -0.3 2.9 84 0 -0 -0.5 9.3 NA
506 Schapiro Group 300 FALSE TRUE NA 505 0 4.2 2 0 0.1 -0.1 0.3 NA
507 Scott Rasmussen (Rasmussen Reports) 776 FALSE TRUE NA 506 -0.3 3.5 792 0 -0 -0.5 132.5 NA
508 Scripps Howard 303 FALSE TRUE NA 507 -0 4.2 6 0 0.1 -0.1 0.3 NA
509 Southeastern Louisiana University Social Science Research Center 309 FALSE TRUE NA 508 0.1 3.8 6 0 0.2 -0.1 0.5 NA
510 Southern Opinion Research 311 FALSE TRUE NA 509 -0 3.7 2 0 0.1 -0.1 0 NA
511 TeleResearch Corporation 335 FALSE TRUE NA 510 -0 4.6 1 0 0.1 -0.1 0.1 NA
512 The Florida Poll 99 FALSE TRUE NA 511 -0 4.1 5 0 0.1 -0.1 0.4 NA
513 TMR Research 328 FALSE TRUE NA 512 -0 3.4 2 0 0.1 -0.1 0.1 NA
514 Tulsa Surveys 341 FALSE TRUE NA 513 0 4 1 0 0.1 -0.1 0 NA
515 University of Alabama at Birmingham 344 FALSE TRUE NA 514 0 4.1 3 0 0.1 -0.1 0.1 NA
516 University of Colorado Boulder American Politics Research Lab 580 FALSE TRUE NA 515 0.2 6.3 2 0 0.3 0.1 1.1 NA
517 University of Connecticut 347 TRUE TRUE NA 516 -0.6 6.6 19 0 -0.4 -0.7 2.1 NA
518 University of Illinois at Chicago 352 FALSE TRUE NA 517 -0 3.9 1 0 0.1 -0.1 0 NA
519 University of Massachusetts Department of Political Science 354 FALSE TRUE NA 518 -0 4 10 0 0.1 -0.1 0.4 NA
520 University of Minnesota Hubert H. Humphrey School of Public Affairs 143 FALSE TRUE NA 519 0.1 4.1 12 0 0.3 -0 1.6 NA
521 University of North Carolina School of Journalism and Mass Communication 359 FALSE TRUE NA 520 0 3.1 1 0 0.1 -0.1 0.1 NA
522 University of Washington Center for Survey Research 364 FALSE TRUE NA 521 -0 4.2 13 0 0.1 -0.1 2.7 NA
523 University of Wisconsin Survey Center 365 TRUE TRUE NA 522 -0.3 6.8 9 0 -0.1 -0.5 0.8 NA
524 University of Wisconsin-Milwaukee Center for Urban Initiatives and Research 749 FALSE TRUE NA 523 -0 4.3 1 0 0.1 -0.1 0 NA
525 University of Wisconsin-Milwaukee Institute for Survey and Policy Research 366 FALSE TRUE NA 524 -0 3.4 3 0 0 -0.1 0.2 NA
526 Valley Research 368 FALSE TRUE NA 525 -0 3.2 8 0 0.1 -0.1 0.5 NA
527 Voter/Consumer Research 371 FALSE TRUE NA 526 0.4 3.5 12 0.9 0.3 0.6 2 NA
528 War Room Logistics 374 FALSE TRUE NA 527 0.1 3.8 1 0 0.2 0.1 0.2 NA
529 WCIA-TV 373 FALSE TRUE NA 528 0 4.1 2 0 0.1 -0.1 0.1 NA
530 West Chester University 377 FALSE TRUE NA 529 0 3.9 14 0 0.2 -0.1 1.3 NA
531 West Virginia Research Center 378 FALSE TRUE NA 530 -0 3.2 2 0 0.1 -0.1 0.1 NA
532 Wick Communications 381 FALSE TRUE NA 531 0.2 1.7 1 1 0.1 0.4 0.1 NA
533 Wirthlin Worldwide 387 TRUE TRUE NA 532 -0.1 7.2 7 0.2 -0.1 0 0.2 NA
534 Wood Communications Group 388 FALSE TRUE NA 533 -0 3.8 1 0 0.1 -0.1 0.1 NA
535 Yankelovich Partners Inc. 390 TRUE TRUE NA 534 -0.4 7.2 8 0 -0.2 -0.6 0.3 NA
536 Zata3 392 FALSE TRUE NA 535 0.2 2 1 1 0.1 0.4 0.1 NA
537 Zimmerman & Associates/Marketing Intelligence 394 FALSE TRUE NA 536 -0 3.3 3 0 0.1 -0.1 0.3 NA

20417
pollster-ratings/raw_polls.csv Normal file

File diff suppressed because it is too large Load Diff